1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-15 13:05:22 +02:00

Get the aix fragment to compile in 2.1.2.

This commit is contained in:
Doug Schaefer 2004-01-19 13:39:37 +00:00
parent 53733e8522
commit 775c1692d7
3 changed files with 1 additions and 20 deletions

View file

@ -1,16 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<classpath> <classpath>
<classpathentry kind="src" path="src/"/> <classpathentry kind="src" path="src/"/>
<classpathentry kind="src" path="/org.eclipse.cdt.core"/> <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="/org.eclipse.core.resources"/>
<classpathentry kind="src" path="/org.eclipse.core.runtime"/>
<classpathentry kind="src" path="/org.apache.xerces"/>
<classpathentry kind="src" path="/org.eclipse.search"/>
<classpathentry kind="src" path="/org.eclipse.compare"/>
<classpathentry kind="src" path="/org.eclipse.debug.core"/>
<classpathentry kind="src" path="/org.eclipse.team.core"/>
<classpathentry kind="src" path="/org.eclipse.ui"/>
<classpathentry kind="src" path="/org.eclipse.core.boot"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="output" path="bin"/> <classpathentry kind="output" path="bin"/>
</classpath> </classpath>

View file

@ -3,16 +3,7 @@
<name>org.eclipse.cdt.core.aix</name> <name>org.eclipse.cdt.core.aix</name>
<comment></comment> <comment></comment>
<projects> <projects>
<project>org.apache.xerces</project>
<project>org.eclipse.cdt.core</project> <project>org.eclipse.cdt.core</project>
<project>org.eclipse.compare</project>
<project>org.eclipse.core.boot</project>
<project>org.eclipse.core.resources</project>
<project>org.eclipse.core.runtime</project>
<project>org.eclipse.debug.core</project>
<project>org.eclipse.search</project>
<project>org.eclipse.team.core</project>
<project>org.eclipse.ui</project>
</projects> </projects>
<buildSpec> <buildSpec>
<buildCommand> <buildCommand>

View file

@ -16,5 +16,4 @@
<import plugin="org.eclipse.ui"/> <import plugin="org.eclipse.ui"/>
</requires> </requires>
</fragment> </fragment>