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 17:57:11 +0000
committernash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-05-19 17:57:11 +0000
commit43158c3941dd9489d9934e976ff08cd1d6612630 (patch)
tree439f10efda4f7223e5cd84e181f7dcd6c7a3b184 /sca-java-1.x/branches/sca-java-travelsample-1.0/domainconfig/fullapp/pom.xml
parentd3a8ee00cef2f45994737412b72f742619d20cd3 (diff)
Change domainconfig directory structure to make ant build of binaries module work
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@946311 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 8ac5c0a7fc..2cbf5348b1 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">
+ <fileset dir="src/main/resources/fullapp">
<exclude name="workspace*.xml"/>
</fileset>
</copy>
<copy todir="target/jar-classes/fullapp">
- <fileset dir="src/main/resources">
+ <fileset dir="src/main/resources/fullapp">
<include name="workspace-distribution.xml"/>
</fileset>
<globmapper from="workspace-distribution.xml" to="workspace.xml"/>