mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 14:42:11 +02:00
update classpath
This commit is contained in:
parent
09bd5ef8cb
commit
dc0cf7429c
3 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<classpath>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
|
||||
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
|
||||
<classpathentry kind="src" path="src"/>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
|
||||
<classpathentry kind="output" path="bin"/>
|
||||
</classpath>
|
||||
|
|
|
@ -10,3 +10,4 @@ Require-Bundle: org.eclipse.cdt.core,
|
|||
org.eclipse.core.resources
|
||||
Export-Package: org.eclipse.cdt.internal.core.parser.util
|
||||
Bundle-Localization: plugin
|
||||
Bundle-RequiredExecutionEnvironment: J2SE-1.5
|
||||
|
|
|
@ -21,5 +21,5 @@ blurb=Eclipse C/C++ Development Tools Utilities\n\
|
|||
Version: {featureVersion}\n\
|
||||
Build id: {0}\n\
|
||||
\n\
|
||||
(c) Copyright Eclipse contributors and others, 2007. All rights reserved.\n\
|
||||
(c) Copyright Eclipse contributors and others, 2008. All rights reserved.\n\
|
||||
Visit http://www.eclipse.org/cdt
|
||||
|
|
Loading…
Add table
Reference in a new issue