summaryrefslogtreecommitdiffstats
path: root/java/sca/archetypes/quickstart-bpel/src/main
diff options
context:
space:
mode:
authorrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2009-07-13 21:50:30 +0000
committerrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2009-07-13 21:50:30 +0000
commitf4877e0c943df8ff13b4a12557a6ff0d5cef4669 (patch)
tree87445b7af86e98c77fa210f1bf79d42081539304 /java/sca/archetypes/quickstart-bpel/src/main
parent2165dfb9d0907d27ab2c0cbf9ba1a2ef4aa53689 (diff)
Update path separators
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@793723 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/archetypes/quickstart-bpel/src/main')
-rw-r--r--java/sca/archetypes/quickstart-bpel/src/main/resources/META-INF/maven/archetype.xml14
1 files changed, 7 insertions, 7 deletions
diff --git a/java/sca/archetypes/quickstart-bpel/src/main/resources/META-INF/maven/archetype.xml b/java/sca/archetypes/quickstart-bpel/src/main/resources/META-INF/maven/archetype.xml
index 8f8dd696d3..1ed5562255 100644
--- a/java/sca/archetypes/quickstart-bpel/src/main/resources/META-INF/maven/archetype.xml
+++ b/java/sca/archetypes/quickstart-bpel/src/main/resources/META-INF/maven/archetype.xml
@@ -20,14 +20,14 @@
<archetype>
<id>tuscany-quickstart</id>
<sources>
- <source>src\main\java\HelloworldImpl.java</source>
- <source>src\main\java\HelloworldService.java</source>
+ <source>src/main/java/HelloworldImpl.java</source>
+ <source>src/main/java/HelloworldService.java</source>
</sources>
<resources>
- <source>src\main\resources\helloworld.bpel</source>
- <source>src\main\resources\helloworld.wsdl</source>
- <resource>src\main\webapp\hello.jsp</resource>
- <resource>src\main\webapp\WEB-INF\web.composite</resource>
- <resource>src\main\webapp\WEB-INF\web.xml</resource>
+ <source>src/main/resources/helloworld.bpel</source>
+ <source>src/main/resources/helloworld.wsdl</source>
+ <resource>src/main/webapp/hello.jsp</resource>
+ <resource>src/main/webapp/WEB-INF/web.composite</resource>
+ <resource>src/main/webapp/WEB-INF/web.xml</resource>
</resources>
</archetype> \ No newline at end of file