summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/branches/sca-java-travelsample-1.0/domainconfig/fullapp/pom.xml
diff options
context:
space:
mode:
authornash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-05-19 18:20:12 +0000
committernash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-05-19 18:20:12 +0000
commitcede3c5b59b2c7b9a220d9135646861f0524008b (patch)
tree590fad2621635f10656b9abc6b5dc742c3d3ca9a /sca-java-1.x/branches/sca-java-travelsample-1.0/domainconfig/fullapp/pom.xml
parent43158c3941dd9489d9934e976ff08cd1d6612630 (diff)
Reverse the commit for revision r946311
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@946324 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-1.x/branches/sca-java-travelsample-1.0/domainconfig/fullapp/pom.xml')
-rw-r--r--sca-java-1.x/branches/sca-java-travelsample-1.0/domainconfig/fullapp/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/sca-java-1.x/branches/sca-java-travelsample-1.0/domainconfig/fullapp/pom.xml b/sca-java-1.x/branches/sca-java-travelsample-1.0/domainconfig/fullapp/pom.xml
index 2cbf5348b1..8ac5c0a7fc 100644
--- a/sca-java-1.x/branches/sca-java-travelsample-1.0/domainconfig/fullapp/pom.xml
+++ b/sca-java-1.x/branches/sca-java-travelsample-1.0/domainconfig/fullapp/pom.xml
@@ -48,12 +48,12 @@
<tasks>
<mkdir dir="target/jar-classes/fullapp"/>
<copy todir="target/jar-classes/fullapp">
- <fileset dir="src/main/resources/fullapp">
+ <fileset dir="src/main/resources">
<exclude name="workspace*.xml"/>
</fileset>
</copy>
<copy todir="target/jar-classes/fullapp">
- <fileset dir="src/main/resources/fullapp">
+ <fileset dir="src/main/resources">
<include name="workspace-distribution.xml"/>
</fileset>
<globmapper from="workspace-distribution.xml" to="workspace.xml"/>