Author: felipeal
Date: Wed Apr 12 20:01:23 2006
New Revision: 393692
URL: http://svn.apache.org/viewcvs?rev=393692&view=rev
Log:
Replaced Sun's jars (jaxrpc and saaj) for Geronimo's equivalents
Modified:
jakarta/commons/proper/jelly/trunk/jelly-tags/soap/project.xml
jakarta/commons/proper/jelly/trunk/jelly-tags/soap/xdocs/changes.xml
Modified: jakarta/commons/proper/jelly/trunk/jelly-tags/soap/project.xml
URL:
http://svn.apache.org/viewcvs/jakarta/commons/proper/jelly/trunk/jelly-tags/soap/project.xml?rev=393692&r1=393691&r2=393692&view=diff
==============================================================================
--- jakarta/commons/proper/jelly/trunk/jelly-tags/soap/project.xml (original)
+++ jakarta/commons/proper/jelly/trunk/jelly-tags/soap/project.xml Wed Apr 12
20:01:23 2006
@@ -54,6 +54,7 @@
</dependency>
<!-- can be found in jwsdp-1.3/jaxrpc/lib -->
+ <!-- uncomment these to use Sun's API instead of Geronimo
<dependency>
<groupId>jaxrpc</groupId>
<artifactId>jaxrpc-api</artifactId>
@@ -64,8 +65,10 @@
<gump.id>axis-jaxrpc</gump.id>
</properties>
</dependency>
-
+ -->
+
<!-- can be found in jwsdp-1.3/saaj/lib -->
+ <!-- uncomment these to use Sun's API instead of Geronimo
<dependency>
<groupId>saaj</groupId>
<artifactId>saaj-api</artifactId>
@@ -75,6 +78,19 @@
<gump.project>ws-axis</gump.project>
<gump.id>axis-saaj</gump.id>
</properties>
+ </dependency>
+ -->
+
+ <!-- comment these to use Sun's API instead of Geronimo -->
+ <dependency>
+ <groupId>geronimo-spec</groupId>
+ <artifactId>geronimo-spec-saaj</artifactId>
+ <version>1.1-rc4</version>
+ </dependency>
+ <dependency>
+ <groupId>geronimo-spec</groupId>
+ <artifactId>geronimo-spec-jaxrpc</artifactId>
+ <version>1.1-rc4</version>
</dependency>
Modified: jakarta/commons/proper/jelly/trunk/jelly-tags/soap/xdocs/changes.xml
URL:
http://svn.apache.org/viewcvs/jakarta/commons/proper/jelly/trunk/jelly-tags/soap/xdocs/changes.xml?rev=393692&r1=393691&r2=393692&view=diff
==============================================================================
--- jakarta/commons/proper/jelly/trunk/jelly-tags/soap/xdocs/changes.xml
(original)
+++ jakarta/commons/proper/jelly/trunk/jelly-tags/soap/xdocs/changes.xml Wed
Apr 12 20:01:23 2006
@@ -25,6 +25,7 @@
</properties>
<body>
<release version="1.1-SNAPSHOT" date="in CVS">
+ <action dev="felipeal" type="update">Replaced Sun's jars (jaxrpc and
saaj) for Geronimo's equivalents.</action>
<action dev="dion" type="add" issue="JELLY-60" due-to="Dan
Diephouse">add invoke raw tag</action>
</release>
<release version="1.0" date="2004-09-12">
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]