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 19:51:02 +0000
committernash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-05-19 19:51:02 +0000
commitc84c46c917b7d46ff20028de3ccfdecb54b4d7f0 (patch)
treed8f11bbb61f98ef348371225b9bb25548753ccee /sca-java-1.x/branches/sca-java-travelsample-1.0/domainconfig/fullapp/pom.xml
parentc5273aa5040c092903b5df862126fcae1d1d7962 (diff)
Rename workspace-distribution.xml to workspace-binaries.xml
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@946354 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--sca-java-1.x/branches/sca-java-travelsample-1.0/domainconfig/fullapp/pom.xml6
1 files changed, 3 insertions, 3 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..03766729c3 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
@@ -34,7 +34,7 @@
<resource>
<directory>src/main/resources</directory>
<excludes>
- <exclude>workspace-distribution.xml</exclude>
+ <exclude>workspace-binaries.xml</exclude>
</excludes>
</resource>
</resources>
@@ -54,9 +54,9 @@
</copy>
<copy todir="target/jar-classes/fullapp">
<fileset dir="src/main/resources">
- <include name="workspace-distribution.xml"/>
+ <include name="workspace-binaries.xml"/>
</fileset>
- <globmapper from="workspace-distribution.xml" to="workspace.xml"/>
+ <globmapper from="workspace-binaries.xml" to="workspace.xml"/>
</copy>
</tasks>
</configuration>