Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--packages/org.eclipse.epp.package.pulsar/about.mappings6
-rw-r--r--packages/org.eclipse.epp.package.pulsar/buckminster.cspex41
-rw-r--r--packages/org.eclipse.epp.package.pulsar/build.properties3
3 files changed, 49 insertions, 1 deletions
diff --git a/packages/org.eclipse.epp.package.pulsar/about.mappings b/packages/org.eclipse.epp.package.pulsar/about.mappings
new file mode 100644
index 00000000..a28390a7
--- /dev/null
+++ b/packages/org.eclipse.epp.package.pulsar/about.mappings
@@ -0,0 +1,6 @@
+# about.mappings
+# contains fill-ins for about.properties
+# java.io.Properties file (ISO 8859-1 with "\" escapes)
+# This file does not need to be translated.
+
+0=@build@
diff --git a/packages/org.eclipse.epp.package.pulsar/buckminster.cspex b/packages/org.eclipse.epp.package.pulsar/buckminster.cspex
new file mode 100644
index 00000000..7fc5b606
--- /dev/null
+++ b/packages/org.eclipse.epp.package.pulsar/buckminster.cspex
@@ -0,0 +1,41 @@
+<?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>
diff --git a/packages/org.eclipse.epp.package.pulsar/build.properties b/packages/org.eclipse.epp.package.pulsar/build.properties
index 566953e2..542bc08a 100644
--- a/packages/org.eclipse.epp.package.pulsar/build.properties
+++ b/packages/org.eclipse.epp.package.pulsar/build.properties
@@ -8,4 +8,5 @@ bin.includes = META-INF/,\
eclipse48.gif,\
eclipse48.png,\
about.html,\
- eclipse_lg.gif
+ eclipse_lg.gif,\
+ about.mappings

Back to the top