You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beehive.apache.org by mm...@apache.org on 2004/11/02 23:55:41 UTC

svn commit: rev 56432 - in incubator/beehive/branches/v1/alpha/samples: AddressBookWS/WEB-INF AddressBookWS/WEB-INF/src/web wsm-blank/WEB-INF

Author: mmerz
Date: Tue Nov  2 14:55:38 2004
New Revision: 56432

Modified:
   incubator/beehive/branches/v1/alpha/samples/AddressBookWS/WEB-INF/client-build.xml
   incubator/beehive/branches/v1/alpha/samples/AddressBookWS/WEB-INF/src/web/Service.jws
   incubator/beehive/branches/v1/alpha/samples/wsm-blank/WEB-INF/client-build.xml
Log:
More clean ups: Service.jws -- namespace, client-build.xml -- build only generated client classes



Modified: incubator/beehive/branches/v1/alpha/samples/AddressBookWS/WEB-INF/client-build.xml
==============================================================================
--- incubator/beehive/branches/v1/alpha/samples/AddressBookWS/WEB-INF/client-build.xml	(original)
+++ incubator/beehive/branches/v1/alpha/samples/AddressBookWS/WEB-INF/client-build.xml	Tue Nov  2 14:55:38 2004
@@ -45,15 +45,6 @@
 			failonerror="true"
  		 	source="1.4"
  			/>
-			
-		 <!-- just in case there are some client specific source -->
-		 <javac srcdir="src"
-			destdir="build/classes"
-			classpathref="jars"
-			failonerror="true"
- 		 	source="1.4"
-			/>
-
 	   </target>	
 	
 	<target name="test" depends="compile">

Modified: incubator/beehive/branches/v1/alpha/samples/AddressBookWS/WEB-INF/src/web/Service.jws
==============================================================================
--- incubator/beehive/branches/v1/alpha/samples/AddressBookWS/WEB-INF/src/web/Service.jws	(original)
+++ incubator/beehive/branches/v1/alpha/samples/AddressBookWS/WEB-INF/src/web/Service.jws	Tue Nov  2 14:55:38 2004
@@ -29,7 +29,7 @@
 import org.apache.beehive.sample.AddressBookImpl;
 
 
-@WebService(targetNamespace="http://www.beehive.apache.com/AddressBook")
+@WebService(targetNamespace="http://beehive.apache.org/AddressBook")
 public class Service implements AddressBook {
 
     AddressBook addressBook;

Modified: incubator/beehive/branches/v1/alpha/samples/wsm-blank/WEB-INF/client-build.xml
==============================================================================
--- incubator/beehive/branches/v1/alpha/samples/wsm-blank/WEB-INF/client-build.xml	(original)
+++ incubator/beehive/branches/v1/alpha/samples/wsm-blank/WEB-INF/client-build.xml	Tue Nov  2 14:55:38 2004
@@ -45,15 +45,6 @@
 			failonerror="true"
  		 	source="1.4"
  			/>
-			
-		 <!-- just in case there are some client specific source -->
-		 <javac srcdir="src"
-			destdir="build/classes"
-			classpathref="jars"
-			failonerror="true"
- 		 	source="1.4"
-			/>
-
 	   </target>	
 	
 	<target name="test" depends="compile">