You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@taverna.apache.org by st...@apache.org on 2016/05/16 10:28:00 UTC

[2/2] incubator-taverna-engine git commit: velocity template thingies

velocity template thingies


Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-engine/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-engine/commit/8e46a91a
Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-engine/tree/8e46a91a
Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-engine/diff/8e46a91a

Branch: refs/heads/master
Commit: 8e46a91a4b231e0faff5e7f06b87c9c80dccfe3b
Parents: efce96e
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Mon May 16 11:27:53 2016 +0100
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Mon May 16 11:27:53 2016 +0100

----------------------------------------------------------------------
 .../src/main/resources/archetype-resources/pom.xml                | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-engine/blob/8e46a91a/taverna-activity-archetype/src/main/resources/archetype-resources/pom.xml
----------------------------------------------------------------------
diff --git a/taverna-activity-archetype/src/main/resources/archetype-resources/pom.xml b/taverna-activity-archetype/src/main/resources/archetype-resources/pom.xml
index 51c69a0..8e2e771 100644
--- a/taverna-activity-archetype/src/main/resources/archetype-resources/pom.xml
+++ b/taverna-activity-archetype/src/main/resources/archetype-resources/pom.xml
@@ -15,6 +15,9 @@
 ##
 ## Note: Above Velocity comment should NOT be included in generated
 ## pom.xml from the archetype
+#set( $symbol_pound = '#' )
+#set( $symbol_dollar = '$' )
+#set( $symbol_escape = '\' )
 <?xml version="1.0" encoding="UTF-8"?>
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">