diff options
author | nash <nash@13f79535-47bb-0310-9956-ffa450edef68> | 2010-10-26 11:14:03 +0000 |
---|---|---|
committer | nash <nash@13f79535-47bb-0310-9956-ffa450edef68> | 2010-10-26 11:14:03 +0000 |
commit | 252abe0bb8fd1582236ca2992e473fff56a299b8 (patch) | |
tree | 5655b3c93f99fb3c79c69581317d443346b56d84 /sca-java-1.x/trunk | |
parent | c76db6c0a69c5fcc7992e21d187d459c81c549e7 (diff) |
Merge r1002811 Delete duplicate line
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1027469 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | sca-java-1.x/trunk/samples/helloworld-dojo-webapp/build.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sca-java-1.x/trunk/samples/helloworld-dojo-webapp/build.xml b/sca-java-1.x/trunk/samples/helloworld-dojo-webapp/build.xml index ebefa279f2..4f7d6c9859 100644 --- a/sca-java-1.x/trunk/samples/helloworld-dojo-webapp/build.xml +++ b/sca-java-1.x/trunk/samples/helloworld-dojo-webapp/build.xml @@ -35,7 +35,6 @@ </javac> <copy todir="target/classes"> <fileset dir="src\main\resources"/> - <fileset dir="src\main\resources"/> </copy> <ant antfile="./build-dojo.xml" target="install-dojo-nomaven"> |