mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Bug 515754: Remove no longer used Buckminster build system remnants
Change-Id: I44df28bf15a2ba69d5f4e55305bb65db4c2cbe46 Signed-off-by: Jonah Graham <jonah@kichwacoders.com>
This commit is contained in:
parent
44067d9115
commit
fe3dc4a3de
3 changed files with 0 additions and 58 deletions
|
@ -1,32 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<cs:cspecExtension xmlns:cs="http://www.eclipse.org/buckminster/CSpec-1.0" name="org.eclipse.cdt.dsf">
|
||||
<cs:artifacts>
|
||||
<cs:public name="source" path="src/"/>
|
||||
</cs:artifacts>
|
||||
<cs:actions>
|
||||
<cs:public name="java.binary.archives" actor="ant">
|
||||
<cs:actorProperties>
|
||||
<cs:property key="buildFile" value="make/build.xml"/>
|
||||
</cs:actorProperties>
|
||||
<cs:prerequisites alias="input">
|
||||
<cs:local attribute="eclipse.build"/>
|
||||
</cs:prerequisites>
|
||||
<cs:products alias="output" base="bin/jars/">
|
||||
<cs:path path="dsf.jar"/>
|
||||
</cs:products>
|
||||
</cs:public>
|
||||
<cs:private name="eclipse.build">
|
||||
<cs:prerequisites>
|
||||
<cs:local attribute="source"/>
|
||||
</cs:prerequisites>
|
||||
<cs:products base="bin/classes/">
|
||||
<cs:path path="."/>
|
||||
</cs:products>
|
||||
</cs:private>
|
||||
</cs:actions>
|
||||
<cs:groups>
|
||||
<cs:public name="java.binaries">
|
||||
<cs:local attribute="eclipse.build"/>
|
||||
</cs:public>
|
||||
</cs:groups>
|
||||
</cs:cspecExtension>
|
|
@ -1,10 +0,0 @@
|
|||
<?xml version="1.0"?>
|
||||
<project name="org.eclipse.cdt.dsf">
|
||||
<target name="java.binary.archives">
|
||||
<dirname property="output.dir" file="${output}"/>
|
||||
<mkdir dir="${output.dir}"/>
|
||||
<jar destfile="${output}">
|
||||
<fileset refid="input.fileset"/>
|
||||
</jar>
|
||||
</target>
|
||||
</project>
|
|
@ -1,16 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<jardesc>
|
||||
<jar path="bin/jars/worlds.jar"/>
|
||||
<options buildIfNeeded="true" compress="true" descriptionLocation="/org.eclipse.cdt.dsf/make/dsf.jardesc" exportErrors="true" exportWarnings="true" includeDirectoryEntries="false" overwrite="false" saveDescription="true" storeRefactorings="false" useSourceFolders="false"/>
|
||||
<storedRefactorings deprecationInfo="true" structuralOnly="false"/>
|
||||
<selectedProjects/>
|
||||
<manifest generateManifest="true" manifestLocation="" manifestVersion="1.0" reuseManifest="false" saveManifest="false" usesManifest="true">
|
||||
<sealing sealJar="false">
|
||||
<packagesToSeal/>
|
||||
<packagesToUnSeal/>
|
||||
</sealing>
|
||||
</manifest>
|
||||
<selectedElements exportClassFiles="true" exportJavaFiles="false" exportOutputFolder="false">
|
||||
<javaElement handleIdentifier="=org.eclipse.cdt.dsf"/>
|
||||
</selectedElements>
|
||||
</jardesc>
|
Loading…
Add table
Reference in a new issue