diff options
author | Markus Knauer | 2010-11-10 15:33:26 +0000 |
---|---|---|
committer | Markus Knauer | 2010-11-10 15:33:26 +0000 |
commit | bd024e8137b32cbd0d89c0291919ab9801af9590 (patch) | |
tree | 2c8cef12b08ffc1e57214d9b7b07c9fa54fd8352 /packages/org.eclipse.epp.package.javascript | |
parent | 346807603379ad858e22ca54a49d82e601ed0021 (diff) | |
download | org.eclipse.epp.packages-bd024e8137b32cbd0d89c0291919ab9801af9590.tar.gz org.eclipse.epp.packages-bd024e8137b32cbd0d89c0291919ab9801af9590.tar.xz org.eclipse.epp.packages-bd024e8137b32cbd0d89c0291919ab9801af9590.zip |
* removing buckminster.cspex (causing about.mappings trouble)
Diffstat (limited to 'packages/org.eclipse.epp.package.javascript')
-rw-r--r-- | packages/org.eclipse.epp.package.javascript/buckminster.cspex | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/packages/org.eclipse.epp.package.javascript/buckminster.cspex b/packages/org.eclipse.epp.package.javascript/buckminster.cspex deleted file mode 100644 index 3e45f2dc..00000000 --- a/packages/org.eclipse.epp.package.javascript/buckminster.cspex +++ /dev/null @@ -1,41 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?>
-<cspecExtension
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xmlns:bc="http://www.eclipse.org/buckminster/Common-1.0"
- xmlns="http://www.eclipse.org/buckminster/CSpec-1.0">
- <artifacts>
- <private name="raw.about.mappings">
- <path path="about.mappings"/>
- </private>
- </artifacts>
- <actions>
- <private name="about.mappings" actor="ant">
- <actorProperties>
- <property key="buildFileId" value="buckminster.pdetasks"/>
- <property key="targets" value="replaceToken"/>
- </actorProperties>
- <properties>
- <property key="token" value="@build@"/>
- <property key="value" value="${build.id}"/>
- </properties>
- <prerequisites>
- <attribute alias="action.input" name="raw.about.mappings"/>
- </prerequisites>
- <products alias="action.output" base="${buckminster.output}/temp/">
- <path path="about.mappings"/>
- </products>
- </private>
- </actions>
- <groups>
- <private name="bin.includes">
- <attribute name="bin.includes.wo.about.mappings"/>
- <attribute name="about.mappings"/>
- </private>
- </groups>
- <alterArtifacts>
- <rename oldName="bin.includes" newName="bin.includes.wo.about.mappings"/>
- <private name="bin.includes.wo.about.mappings">
- <removePath path="about.mappings"/>
- </private>
- </alterArtifacts>
-</cspecExtension>
|