Author: ruwan
Date: Mon Jan 19 01:41:25 2009
New Revision: 28927
URL: http://wso2.org/svn/browse/wso2?view=rev&revision=28927

Log:
Fixing the sandesha2 case on Windows

Modified:
   trunk/esb/java/modules/distribution/pom.xml
   trunk/esb/java/modules/distribution/src/main/assembly/bin.xml
   trunk/esb/java/modules/samples/src/main/scripts/axis2server.sh
   trunk/esb/java/modules/samples/src/main/scripts/build.xml

Modified: trunk/esb/java/modules/distribution/pom.xml
URL: 
http://wso2.org/svn/browse/wso2/trunk/esb/java/modules/distribution/pom.xml?rev=28927&r1=28926&r2=28927&view=diff
==============================================================================
--- trunk/esb/java/modules/distribution/pom.xml (original)
+++ trunk/esb/java/modules/distribution/pom.xml Mon Jan 19 01:41:25 2009
@@ -56,7 +56,7 @@
 
         <dependency>
             <groupId>org.apache.synapse</groupId>
-            <artifactId>synapse-module</artifactId>
+            <artifactId>org.apache.synapse.module</artifactId>
             <version>${synapse.version}</version>
         </dependency>     
 
@@ -1224,16 +1224,16 @@
                                     <overWrite>true</overWrite>
                                     <outputDirectory>target</outputDirectory>
                                 </artifactItem>
+                                <artifactItem>
+                                    <groupId>org.wso2.carbon</groupId>
+                                    <artifactId>wso2carbon</artifactId>
+                                    <version>SNAPSHOT</version>
+                                    <type>zip</type>
+                                    <overWrite>true</overWrite>
+                                    <classifier>sources</classifier>
+                                    
<outputDirectory>target/sources</outputDirectory>
+                                </artifactItem>
                             </artifactItems>
-                            <artifactItem>
-                                <groupId>org.wso2.carbon</groupId>
-                                <artifactId>wso2carbon</artifactId>
-                                <version>SNAPSHOT</version>
-                                <type>zip</type>
-                                <overWrite>true</overWrite>
-                                <classifier>sources</classifier>
-                                
<outputDirectory>target/sources</outputDirectory>
-                            </artifactItem>
                         </configuration>
                     </execution>
                     <execution>

Modified: trunk/esb/java/modules/distribution/src/main/assembly/bin.xml
URL: 
http://wso2.org/svn/browse/wso2/trunk/esb/java/modules/distribution/src/main/assembly/bin.xml?rev=28927&r1=28926&r2=28927&view=diff
==============================================================================
--- trunk/esb/java/modules/distribution/src/main/assembly/bin.xml       
(original)
+++ trunk/esb/java/modules/distribution/src/main/assembly/bin.xml       Mon Jan 
19 01:41:25 2009
@@ -88,7 +88,7 @@
                 <!-- Synapse bundles -->
                 <include>org.apache.synapse:synapse-transports:jar</include>
                 <include>org.apache.synapse:synapse-core:jar</include>
-                <include>org.apache.synapse:synapse-module:jar</include>
+                
<include>org.apache.synapse:org.apache.synapse.module:jar</include>
                 <include>org.apache.synapse:synapse-utils:jar</include>
                 <include>org.apache.synapse:synapse-tasks:jar</include>
                 <include>org.apache.synapse:synapse-extensions:jar</include>

Modified: trunk/esb/java/modules/samples/src/main/scripts/axis2server.sh
URL: 
http://wso2.org/svn/browse/wso2/trunk/esb/java/modules/samples/src/main/scripts/axis2server.sh?rev=28927&r1=28926&r2=28927&view=diff
==============================================================================
--- trunk/esb/java/modules/samples/src/main/scripts/axis2server.sh      
(original)
+++ trunk/esb/java/modules/samples/src/main/scripts/axis2server.sh      Mon Jan 
19 01:41:25 2009
@@ -83,7 +83,7 @@
 AXIS2_CLASSPATH="$AXIS2_HOME/../../webapps/ROOT/WEB-INF/plugins"
 for f in "$AXIS2_HOME"/../../webapps/ROOT/WEB-INF/plugins/*.jar
 do
-  syn_mod=`ls $f | grep synapse-module`
+  syn_mod=`ls $f | grep org.apache.synapse.module`
   if [ ! -e "$syn_mod" ]; then
     AXIS2_CLASSPATH="$AXIS2_CLASSPATH":$f
   fi

Modified: trunk/esb/java/modules/samples/src/main/scripts/build.xml
URL: 
http://wso2.org/svn/browse/wso2/trunk/esb/java/modules/samples/src/main/scripts/build.xml?rev=28927&r1=28926&r2=28927&view=diff
==============================================================================
--- trunk/esb/java/modules/samples/src/main/scripts/build.xml   (original)
+++ trunk/esb/java/modules/samples/src/main/scripts/build.xml   Mon Jan 19 
01:41:25 2009
@@ -220,7 +220,7 @@
             <pathelement path="${class.dir}"/>
             <pathelement path="../../webapps/ROOT/WEB-INF/plugins"/>
             <fileset dir="../../webapps/ROOT/WEB-INF/plugins">
-                <exclude name="synapse-module*"/>
+                <exclude name="org.apache.synapse.module*"/>
                 <exclude name="*.ui_*.jar"/>
                 <include name="**/*.jar"/>
             </fileset>

_______________________________________________
Esb-java-dev mailing list
[email protected]
https://wso2.org/cgi-bin/mailman/listinfo/esb-java-dev

Reply via email to