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/12 19:25:14 UTC

svn commit: r517318 - /webservices/muse/trunk/samples/eclipse-osgi/wsn-consumer/build.xml

Author: aeberbac
Date: Mon Mar 12 11:25:13 2007
New Revision: 517318

URL: http://svn.apache.org/viewvc?view=rev&rev=517318
Log:
fixed build.xml for j2me

Modified:
    webservices/muse/trunk/samples/eclipse-osgi/wsn-consumer/build.xml

Modified: webservices/muse/trunk/samples/eclipse-osgi/wsn-consumer/build.xml
URL: http://svn.apache.org/viewvc/webservices/muse/trunk/samples/eclipse-osgi/wsn-consumer/build.xml?view=diff&rev=517318&r1=517317&r2=517318
==============================================================================
--- webservices/muse/trunk/samples/eclipse-osgi/wsn-consumer/build.xml (original)
+++ webservices/muse/trunk/samples/eclipse-osgi/wsn-consumer/build.xml Mon Mar 12 11:25:13 2007
@@ -85,8 +85,8 @@
             <fileset dir="${AXIS2.1.1_TEMPLATE}">
                 <include name="**/*"/>
             </fileset>
-            <fileset dir="${MUSE_HOME}/modules/osgi/core">
-                <include name="**/muse-osgi-soa-axis2*.jar"/>
+            <fileset dir="${MUSE_HOME}/modules/osgi/axis2">
+                <include name="muse-osgi-soa-axis2*.jar"/>
             </fileset>
         </copy>
     </target>
@@ -119,8 +119,9 @@
         </copy>
         <copy todir="${PLUGINS_DIR}" flatten="true">
             <fileset dir="${MUSE_HOME}/modules/osgi">
-                <include name="**/*.jar"/>
-                <exclude name="complete/*.jar"/>
+                <include name="core/*.jar"/>
+                <include name="ws-fx-api/*.jar"/>
+                <include name="ws-fx-impl/*.jar"/>
             </fileset>
         </copy>
 
@@ -171,7 +172,7 @@
         </copy>
         <copy todir="${PLUGINS_DIR}" flatten="true">
             <fileset dir="${MUSE_HOME}/modules/osgi/complete"> 
-                <include name="**/*.jar"/>
+                <include name="*.jar"/>
             </fileset>
         </copy>
 



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