summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x
diff options
context:
space:
mode:
authornash <nash@13f79535-47bb-0310-9956-ffa450edef68>2011-04-24 20:50:28 +0000
committernash <nash@13f79535-47bb-0310-9956-ffa450edef68>2011-04-24 20:50:28 +0000
commitfe71b616313ea61ad60126c48aa85b823702ea34 (patch)
treed99d5e507d9316843b76dee4c6485fe47b6790cb /sca-java-1.x
parent400449afaea59fde590d29a32fa4cf7f5b5677c1 (diff)
Ensure the Tuscany Eclipse plugin release number has 3 digits
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1096381 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-1.x')
-rw-r--r--sca-java-1.x/trunk/tools/eclipse/pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/sca-java-1.x/trunk/tools/eclipse/pom.xml b/sca-java-1.x/trunk/tools/eclipse/pom.xml
index f5785b6bde..bca7a1d7b9 100644
--- a/sca-java-1.x/trunk/tools/eclipse/pom.xml
+++ b/sca-java-1.x/trunk/tools/eclipse/pom.xml
@@ -61,6 +61,13 @@
<mkdir dir="target"/>
<echo file="target/filter.properties" message="tuscany.eclipse.version=${pom.version}.v${DSTAMP}-${TSTAMP}"/>
<replace file="target/filter.properties" token="-SNAPSHOT"/>
+ <!--
+ The following is a temporary(?) hack to ensure Eclipse has 3 digits for
+ the release number. Ideally we would use something like
+ replaceregexp file="target/filter.properties" match="\d+\.\d+\.v" value="\1\.\2\.0\.v"
+ but this requires additional dependencies and is tricky to configure.
+ -->
+ <replace file="target/filter.properties" token="1.7.v" value="1.7.0.v"/>
</tasks>
</configuration>
</execution>