You are viewing a plain text version of this content. The canonical link for it is here.
Posted to sandesha-dev@ws.apache.org by ch...@apache.org on 2006/12/02 11:01:46 UTC

svn commit: r481537 - in /webservices/sandesha/branches/sandesha2/java/1_1: README.txt maven.xml project.properties

Author: chamikara
Date: Sat Dec  2 02:01:40 2006
New Revision: 481537

URL: http://svn.apache.org/viewvc?view=rev&rev=481537
Log:
Some corrections to maven files and the README

Modified:
    webservices/sandesha/branches/sandesha2/java/1_1/README.txt
    webservices/sandesha/branches/sandesha2/java/1_1/maven.xml
    webservices/sandesha/branches/sandesha2/java/1_1/project.properties

Modified: webservices/sandesha/branches/sandesha2/java/1_1/README.txt
URL: http://svn.apache.org/viewvc/webservices/sandesha/branches/sandesha2/java/1_1/README.txt?view=diff&rev=481537&r1=481536&r2=481537
==============================================================================
--- webservices/sandesha/branches/sandesha2/java/1_1/README.txt (original)
+++ webservices/sandesha/branches/sandesha2/java/1_1/README.txt Sat Dec  2 02:01:40 2006
@@ -20,6 +20,7 @@
 sandesha2-1.1.mar file inside that. This is the current Sandesha2 module 
 file.
 Put Sandesha2 module file to <Axis2_webapp>/WEB-INF/modules directory.
+Put sandesha2-policy-1.1.jar file that comes with the distribution to the <Axis2_webapp>/WEB-INF/lib directory.
  
 Using Sandesha2 in the server side
 ===================================

Modified: webservices/sandesha/branches/sandesha2/java/1_1/maven.xml
URL: http://svn.apache.org/viewvc/webservices/sandesha/branches/sandesha2/java/1_1/maven.xml?view=diff&rev=481537&r1=481536&r2=481537
==============================================================================
--- webservices/sandesha/branches/sandesha2/java/1_1/maven.xml (original)
+++ webservices/sandesha/branches/sandesha2/java/1_1/maven.xml Sat Dec  2 02:01:40 2006
@@ -388,7 +388,8 @@
     
         <ant:copy file="target/${jar.name}" todir="${dir.temp.dist.bin}" />
         <ant:copy file="target/${mar.name}" todir="${dir.temp.dist.bin}" />
-        <ant:copy file="target/${client.jar.name}" todir="${dir.temp.dist.bin}" />
+        <ant:copy file="target/${client.jar.name}" todir="${dir.temp.dist.bin}" />
+        <ant:copy file="target/${policy.jar.name}" todir="${dir.temp.dist.bin}" />
        <!-- <ant:copy file="${dir.config}/sandesha2.properties" todir="${dir.temp.dist.bin}" /> -->
         <ant:copy file="${apache.license.file}" todir="${dir.temp.dist.bin}" />
         <ant:copy file="${release.notes.file}" todir="${dir.temp.dist.bin}" />

Modified: webservices/sandesha/branches/sandesha2/java/1_1/project.properties
URL: http://svn.apache.org/viewvc/webservices/sandesha/branches/sandesha2/java/1_1/project.properties?view=diff&rev=481537&r1=481536&r2=481537
==============================================================================
--- webservices/sandesha/branches/sandesha2/java/1_1/project.properties (original)
+++ webservices/sandesha/branches/sandesha2/java/1_1/project.properties Sat Dec  2 02:01:40 2006
@@ -11,7 +11,8 @@
                   http://people.apache.org/repository/,\
                   http://dist.codehaus.org/,\
                   http://ws.zones.apache.org/repository/,\
-                  http://people.apache.org/repo/m1-ibiblio-rsync-repository/
+                  http://people.apache.org/repo/m1-ibiblio-rsync-repository/,\
+                  http://repo1.maven.org/maven/
 
 # XDOC PLUGIN
 ###############
@@ -29,10 +30,12 @@
 axis2.version=1.1
 axiom.version=1.2
 addressing.version=${axis2.version}
-rampart.version=1.1
-axis2.security.version=1.1
-axis2.rahas.version=1.1
-axis2.secpolicy.version=1.1
+
+security.version=1.1.1-SNAPSHOT
+axis2.security.version=${security.version}
+axis2.rahas.version=${security.version}
+axis2.secpolicy.version=${security.version}
+
 neethi.version=2.0
 XmlSchema.version=1.2
 wss4j.version=SNAPSHOT



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