summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.1/samples/helloworld-dojo-webapp/build.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/sca-java-1.x/branches/sca-java-1.6.1/samples/helloworld-dojo-webapp/build.xml b/sca-java-1.x/branches/sca-java-1.6.1/samples/helloworld-dojo-webapp/build.xml
index ebefa279f2..4f7d6c9859 100644
--- a/sca-java-1.x/branches/sca-java-1.6.1/samples/helloworld-dojo-webapp/build.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.1/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">