mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-05 08:46:02 +02:00
first drat
This commit is contained in:
parent
08af81d6df
commit
291832e206
5 changed files with 51 additions and 0 deletions
8
debug/org.eclipse.cdt.debug.mi.core/.classpath
Normal file
8
debug/org.eclipse.cdt.debug.mi.core/.classpath
Normal file
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<classpath>
|
||||
<classpathentry kind="src" path="src"/>
|
||||
<classpathentry kind="src" path="/org.eclipse.core.runtime"/>
|
||||
<classpathentry kind="src" path="/org.eclipse.core.boot"/>
|
||||
<classpathentry kind="var" path="JRE_LIB" rootpath="JRE_SRCROOT" sourcepath="JRE_SRC"/>
|
||||
<classpathentry kind="output" path="bin"/>
|
||||
</classpath>
|
1
debug/org.eclipse.cdt.debug.mi.core/.cvsignore
Normal file
1
debug/org.eclipse.cdt.debug.mi.core/.cvsignore
Normal file
|
@ -0,0 +1 @@
|
|||
bin
|
30
debug/org.eclipse.cdt.debug.mi.core/.project
Normal file
30
debug/org.eclipse.cdt.debug.mi.core/.project
Normal file
|
@ -0,0 +1,30 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<projectDescription>
|
||||
<name>org.eclipse.cdt.debug.mi.core</name>
|
||||
<comment></comment>
|
||||
<projects>
|
||||
<project>org.eclipse.core.boot</project>
|
||||
<project>org.eclipse.core.runtime</project>
|
||||
</projects>
|
||||
<buildSpec>
|
||||
<buildCommand>
|
||||
<name>org.eclipse.jdt.core.javabuilder</name>
|
||||
<arguments>
|
||||
</arguments>
|
||||
</buildCommand>
|
||||
<buildCommand>
|
||||
<name>org.eclipse.pde.ManifestBuilder</name>
|
||||
<arguments>
|
||||
</arguments>
|
||||
</buildCommand>
|
||||
<buildCommand>
|
||||
<name>org.eclipse.pde.SchemaBuilder</name>
|
||||
<arguments>
|
||||
</arguments>
|
||||
</buildCommand>
|
||||
</buildSpec>
|
||||
<natures>
|
||||
<nature>org.eclipse.jdt.core.javanature</nature>
|
||||
<nature>org.eclipse.pde.PluginNature</nature>
|
||||
</natures>
|
||||
</projectDescription>
|
1
debug/org.eclipse.cdt.debug.mi.core/build.properties
Normal file
1
debug/org.eclipse.cdt.debug.mi.core/build.properties
Normal file
|
@ -0,0 +1 @@
|
|||
source.micore.jar = src/
|
11
debug/org.eclipse.cdt.debug.mi.core/plugin.xml
Normal file
11
debug/org.eclipse.cdt.debug.mi.core/plugin.xml
Normal file
|
@ -0,0 +1,11 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<plugin
|
||||
id="org.eclipse.cdt.debug.mi.core"
|
||||
name="org.eclipse.cdt.debug.mi.core"
|
||||
version="1.0.0">
|
||||
|
||||
<runtime>
|
||||
<library name="micore.jar"/>
|
||||
</runtime>
|
||||
|
||||
</plugin>
|
Loading…
Add table
Reference in a new issue