Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Knauer2011-02-13 13:54:25 +0000
committerMarkus Knauer2011-02-13 13:54:25 +0000
commitde5459dfc13fe2a5446f28407373f89b21c74eef (patch)
treeea455220d0eef234045eef171d2ab1e00a3c401e /packages/org.eclipse.epp.package.reporting/buckminster.cspex
parent887f70759b5d2789ba9edb49f792af5c26551dbc (diff)
downloadorg.eclipse.epp.packages-de5459dfc13fe2a5446f28407373f89b21c74eef.tar.gz
org.eclipse.epp.packages-de5459dfc13fe2a5446f28407373f89b21c74eef.tar.xz
org.eclipse.epp.packages-de5459dfc13fe2a5446f28407373f89b21c74eef.zip
* removing buckminster.cspex files
Diffstat (limited to 'packages/org.eclipse.epp.package.reporting/buckminster.cspex')
-rw-r--r--packages/org.eclipse.epp.package.reporting/buckminster.cspex41
1 files changed, 0 insertions, 41 deletions
diff --git a/packages/org.eclipse.epp.package.reporting/buckminster.cspex b/packages/org.eclipse.epp.package.reporting/buckminster.cspex
deleted file mode 100644
index 7fc5b606..00000000
--- a/packages/org.eclipse.epp.package.reporting/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>

Back to the top