summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/branches/sca-java-1.6.1/tools/eclipse/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sca-java-1.x/branches/sca-java-1.6.1/tools/eclipse/pom.xml')
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.1/tools/eclipse/pom.xml24
1 files changed, 24 insertions, 0 deletions
diff --git a/sca-java-1.x/branches/sca-java-1.6.1/tools/eclipse/pom.xml b/sca-java-1.x/branches/sca-java-1.6.1/tools/eclipse/pom.xml
index fa2049b587..1b1a894616 100644
--- a/sca-java-1.x/branches/sca-java-1.6.1/tools/eclipse/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.1/tools/eclipse/pom.xml
@@ -44,4 +44,28 @@
</profile>
</profiles>
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <executions>
+ <execution>
+ <phase>generate-resources</phase>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ <configuration>
+ <tasks>
+ <tstamp/>
+ <mkdir dir="target"/>
+ <echo file="target/filter.properties" message="tuscany.eclipse.version=${pom.version}.v${DSTAMP}-${TSTAMP}"/>
+ <replace file="target/filter.properties" token="-SNAPSHOT"/>
+ </tasks>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+
</project>