You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by na...@apache.org on 2010/10/26 13:14:04 UTC

svn commit: r1027469 - /tuscany/sca-java-1.x/trunk/samples/helloworld-dojo-webapp/build.xml

Author: nash
Date: Tue Oct 26 11:14:03 2010
New Revision: 1027469

URL: http://svn.apache.org/viewvc?rev=1027469&view=rev
Log:
Merge r1002811 Delete duplicate line

Modified:
    tuscany/sca-java-1.x/trunk/samples/helloworld-dojo-webapp/build.xml

Modified: tuscany/sca-java-1.x/trunk/samples/helloworld-dojo-webapp/build.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-1.x/trunk/samples/helloworld-dojo-webapp/build.xml?rev=1027469&r1=1027468&r2=1027469&view=diff
==============================================================================
--- tuscany/sca-java-1.x/trunk/samples/helloworld-dojo-webapp/build.xml (original)
+++ tuscany/sca-java-1.x/trunk/samples/helloworld-dojo-webapp/build.xml Tue Oct 26 11:14:03 2010
@@ -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">