You are viewing a plain text version of this content. The canonical link for it is here.
Posted to muse-commits@ws.apache.org by da...@apache.org on 2006/07/16 21:29:12 UTC

svn commit: r422508 - /webservices/muse/trunk/modules/build-all.bat

Author: danj
Date: Sun Jul 16 12:29:11 2006
New Revision: 422508

URL: http://svn.apache.org/viewvc?rev=422508&view=rev
Log:
Updated build script to reference the new -impl modules. Hopefully we can replace this in the next few days with the 
top-level POM.

Modified:
    webservices/muse/trunk/modules/build-all.bat

Modified: webservices/muse/trunk/modules/build-all.bat
URL: http://svn.apache.org/viewvc/webservices/muse/trunk/modules/build-all.bat?rev=422508&r1=422507&r2=422508&view=diff
==============================================================================
--- webservices/muse/trunk/modules/build-all.bat (original)
+++ webservices/muse/trunk/modules/build-all.bat Sun Jul 16 12:29:11 2006
@@ -9,18 +9,18 @@
 cmd /c mvn -ff -e -f muse-core/pom.xml install
 cmd /c mvn -ff -e -f muse-platform-axis2/pom.xml install
 cmd /c mvn -ff -e -f muse-util-xstream/pom.xml install
-cmd /c mvn -ff -e -f muse-wsx/pom-api.xml install
-cmd /c mvn -ff -e -f muse-wsx/pom-impl.xml install
-cmd /c mvn -ff -e -f muse-wsrf/pom-api.xml install
-cmd /c mvn -ff -e -f muse-wsrf/pom-impl.xml install
-cmd /c mvn -ff -e -f muse-wsn/pom-api.xml install
-cmd /c mvn -ff -e -f muse-wsn/pom-impl.xml install
-cmd /c mvn -ff -e -f muse-wsdm-wef/pom-api.xml install
-cmd /c mvn -ff -e -f muse-wsdm-wef/pom-impl.xml install
-cmd /c mvn -ff -e -f muse-wsdm-muws/pom-api.xml install
-cmd /c mvn -ff -e -f muse-wsdm-muws/pom-impl.xml install
-cmd /c mvn -ff -e -f muse-wsdm-muws-adv/pom-api.xml install
-cmd /c mvn -ff -e -f muse-wsdm-muws-adv/pom-impl.xml install
+cmd /c mvn -ff -e -f muse-wsx-api/pom.xml install
+cmd /c mvn -ff -e -f muse-wsx-impl/pom.xml install
+cmd /c mvn -ff -e -f muse-wsrf-api/pom.xml install
+cmd /c mvn -ff -e -f muse-wsrf-impl/pom.xml install
+cmd /c mvn -ff -e -f muse-wsn-api/pom.xml install
+cmd /c mvn -ff -e -f muse-wsn-impl/pom.xml install
+cmd /c mvn -ff -e -f muse-wsdm-wef-api/pom.xml install
+cmd /c mvn -ff -e -f muse-wsdm-wef-impl/pom.xml install
+cmd /c mvn -ff -e -f muse-wsdm-muws-api/pom.xml install
+cmd /c mvn -ff -e -f muse-wsdm-muws-impl/pom.xml install
+cmd /c mvn -ff -e -f muse-wsdm-muws-adv-api/pom.xml install
+cmd /c mvn -ff -e -f muse-wsdm-muws-adv-impl/pom.xml install
 cmd /c mvn -ff -e -f muse-tools/pom.xml install
 
 echo Cleaning up temporary directories...
@@ -32,12 +32,18 @@
 rmdir /s /q muse-core\build
 rmdir /s /q muse-platform-axis2\build
 rmdir /s /q muse-util-xstream\build
-rmdir /s /q muse-wsx\build
-rmdir /s /q muse-wsrf\build
-rmdir /s /q muse-wsn\build
-rmdir /s /q muse-wsdm-wef\build
-rmdir /s /q muse-wsdm-muws\build
-rmdir /s /q muse-wsdm-muws-adv\build
+rmdir /s /q muse-wsx-api\build
+rmdir /s /q muse-wsx-impl\build
+rmdir /s /q muse-wsrf-api\build
+rmdir /s /q muse-wsrf-impl\build
+rmdir /s /q muse-wsn-api\build
+rmdir /s /q muse-wsn-impl\build
+rmdir /s /q muse-wsdm-wef-api\build
+rmdir /s /q muse-wsdm-wef-impl\build
+rmdir /s /q muse-wsdm-muws-api\build
+rmdir /s /q muse-wsdm-muws-impl\build
+rmdir /s /q muse-wsdm-muws-adv-api\build
+rmdir /s /q muse-wsdm-muws-adv-impl\build
 rmdir /s /q muse-tools\build
 
 echo Build is complete.



---------------------------------------------------------------------
To unsubscribe, e-mail: muse-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: muse-commits-help@ws.apache.org