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 ae...@apache.org on 2007/03/04 18:04:12 UTC

svn commit: r514436 - /webservices/muse/trunk/build.xml

Author: aeberbac
Date: Sun Mar  4 09:04:12 2007
New Revision: 514436

URL: http://svn.apache.org/viewvc?view=rev&rev=514436
Log:
MUSE-199 related build changes

Modified:
    webservices/muse/trunk/build.xml

Modified: webservices/muse/trunk/build.xml
URL: http://svn.apache.org/viewvc/webservices/muse/trunk/build.xml?view=diff&rev=514436&r1=514435&r2=514436
==============================================================================
--- webservices/muse/trunk/build.xml (original)
+++ webservices/muse/trunk/build.xml Sun Mar  4 09:04:12 2007
@@ -129,6 +129,8 @@
         <property name="MUSE_WS_IMPL_DIR" value="${TEMP_BIN_DIST_DIR}/modules/ws-fx-impl"/>
 
         <property name="MUSE_OSGI_CORE_DIR" value="${TEMP_BIN_DIST_DIR}/modules/osgi/core"/>
+        <property name="MUSE_OSGI_MINI_DIR" value="${TEMP_BIN_DIST_DIR}/modules/osgi/mini"/>
+        <property name="MUSE_OSGI_AXIS2_DIR" value="${TEMP_BIN_DIST_DIR}/modules/osgi/axis2"/>
         <property name="MUSE_OSGI_COMPLETE_DIR" value="${TEMP_BIN_DIST_DIR}/modules/osgi/complete"/>
         <property name="MUSE_OSGI_WS_API_DIR" value="${TEMP_BIN_DIST_DIR}/modules/osgi/ws-fx-api"/>
         <property name="MUSE_OSGI_WS_IMPL_DIR" value="${TEMP_BIN_DIST_DIR}/modules/osgi/ws-fx-impl"/>
@@ -159,6 +161,8 @@
         <mkdir dir="${MUSE_WS_IMPL_DIR}"/>    	
 
         <mkdir dir="${MUSE_OSGI_CORE_DIR}"/> 
+        <mkdir dir="${MUSE_OSGI_MINI_DIR}"/>
+        <mkdir dir="${MUSE_OSGI_AXIS2_DIR}"/>
         <mkdir dir="${MUSE_OSGI_COMPLETE_DIR}"/>    	
         <mkdir dir="${MUSE_OSGI_WS_API_DIR}"/>    	
         <mkdir dir="${MUSE_OSGI_WS_IMPL_DIR}"/>    	
@@ -294,7 +298,8 @@
         <!-- copy in osgi core modules -->
         <copy todir="${MUSE_OSGI_CORE_DIR}" flatten="true">
             <fileset dir="${MUSE_SVN_MODULES}">
-                <include name="muse-osgi*/**/muse-osgi*-${VERSION}.jar"/>
+                <include name="muse-osgi*/**/muse-osgi-core-${VERSION}.jar"/>
+                <include name="muse-osgi*/**/muse-osgi-soa-core-${VERSION}.jar"/>
             </fileset>
             <fileset dir="${basedir}/modules/osgi-bundles">
                 <include name="*/target/muse-core-${VERSION}.jar"/>
@@ -303,18 +308,24 @@
             </fileset>
         </copy>
 
+        <!-- copy in the osgi mini module -->
+        <copy todir="${MUSE_OSGI_MINI_DIR}" flatten="true">
+            <fileset dir="${MUSE_SVN_MODULES}">
+                <include name="muse-osgi*/**/muse-osgi-soa-mini-${VERSION}.jar"/>
+            </fileset>
+        </copy>
+
+        <!-- copy in the osgi axis2 module -->
+        <copy todir="${MUSE_OSGI_AXIS2_DIR}" flatten="true">
+            <fileset dir="${MUSE_SVN_MODULES}">
+                <include name="muse-osgi*/**/muse-osgi-soa-axis2-${VERSION}.jar"/>
+            </fileset>
+        </copy>
+
         <!-- copy in osgi complete module -->
         <copy todir="${MUSE_OSGI_COMPLETE_DIR}" flatten="true">
             <fileset dir="${MUSE_SVN_MODULES}/osgi-bundles">
                 <include name="*/target/muse-complete-${VERSION}.jar"/>
-            </fileset>
-        </copy>
-
-        <!-- copy in osgi mini module -->
-        <mkdir dir="${MUSE_LIB_DIR}/mini-osgi"/> 
-        <copy todir="${MUSE_LIB_DIR}/mini-osgi" flatten="true">
-            <fileset dir="${MUSE_SVN_MODULES}/muse-osgi-soa-mini">
-                <include name="target/muse-osgi-soa-mini-${VERSION}.jar"/>
             </fileset>
         </copy>
 



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