summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x
diff options
context:
space:
mode:
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>