Author: slaws
Date: Sun Jan  6 14:08:38 2008
New Revision: 609432

URL: http://svn.apache.org/viewvc?rev=609432&view=rev
Log:
Mode HelloWorldServer to be under src/main/java so it is compiled by the ant 
script

Added:
    
incubator/tuscany/branches/sca-java-1.1/samples/helloworld-ws-service/src/main/java/helloworld/HelloWorldServer.java
      - copied unchanged from r608899, 
incubator/tuscany/branches/sca-java-1.1/samples/helloworld-ws-service/src/test/java/helloworld/HelloWorldServer.java
Removed:
    
incubator/tuscany/branches/sca-java-1.1/samples/helloworld-ws-service/src/test/java/helloworld/HelloWorldServer.java
Modified:
    
incubator/tuscany/branches/sca-java-1.1/samples/helloworld-ws-service/build.xml

Modified: 
incubator/tuscany/branches/sca-java-1.1/samples/helloworld-ws-service/build.xml
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-1.1/samples/helloworld-ws-service/build.xml?rev=609432&r1=609431&r2=609432&view=diff
==============================================================================
--- 
incubator/tuscany/branches/sca-java-1.1/samples/helloworld-ws-service/build.xml 
(original)
+++ 
incubator/tuscany/branches/sca-java-1.1/samples/helloworld-ws-service/build.xml 
Sun Jan  6 14:08:38 2008
@@ -33,7 +33,7 @@
             <classpath>
                <pathelement location="../../lib/tuscany-sca-manifest.jar"/>
             </classpath>
-        </javac> 
+        </javac>       
         <copy todir="target/classes">
             <fileset dir="src/main/resources"/>
         </copy>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to