svn commit: r1480956 - /axis/axis2/java/core/trunk/modules/distribution/pom.xml

2013-05-10 Thread veithen
Author: veithen
Date: Fri May 10 09:24:51 2013
New Revision: 1480956

URL: http://svn.apache.org/r1480956
Log:
Fixed formatting.

Modified:
axis/axis2/java/core/trunk/modules/distribution/pom.xml

Modified: axis/axis2/java/core/trunk/modules/distribution/pom.xml
URL: 
http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/distribution/pom.xml?rev=1480956&r1=1480955&r2=1480956&view=diff
==
--- axis/axis2/java/core/trunk/modules/distribution/pom.xml (original)
+++ axis/axis2/java/core/trunk/modules/distribution/pom.xml Fri May 10 09:24:51 
2013
@@ -229,8 +229,8 @@
 war
 
 
- 
-  
+
+
 com.sun.xml.ws
 jaxws-rt
 
@@ -244,12 +244,12 @@
 

 
- 
+
 org.jvnet.staxex
 stax-ex
 1.4   
 
- 
+
 com.sun.xml.stream.buffer
 streambuffer
 1.2   




svn commit: r1480969 - /axis/axis2/java/core/trunk/modules/distribution/pom.xml

2013-05-10 Thread veithen
Author: veithen
Date: Fri May 10 09:48:18 2013
New Revision: 1480969

URL: http://svn.apache.org/r1480969
Log:
AXIS2-5434: Added the transports migrated from the old transports project to 
the distribution (but without the 3rd party dependency, exactly as we did in 
Axis2 1.4.1).

Modified:
axis/axis2/java/core/trunk/modules/distribution/pom.xml

Modified: axis/axis2/java/core/trunk/modules/distribution/pom.xml
URL: 
http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/distribution/pom.xml?rev=1480969&r1=1480968&r2=1480969&view=diff
==
--- axis/axis2/java/core/trunk/modules/distribution/pom.xml (original)
+++ axis/axis2/java/core/trunk/modules/distribution/pom.xml Fri May 10 09:48:18 
2013
@@ -194,6 +194,57 @@
 aar
 
 
+
+
+${project.groupId}
+axis2-transport-jms
+${project.version}
+
+
+org.apache.geronimo.specs
+geronimo-jms_1.1_spec
+
+
+org.apache.geronimo.specs
+geronimo-jta_1.0.1B_spec
+
+
+
+
+${project.groupId}
+axis2-transport-mail
+${project.version}
+
+
+${project.groupId}
+axis2-transport-tcp
+${project.version}
+
+
+${project.groupId}
+axis2-transport-udp
+${project.version}
+
+
+${project.groupId}
+axis2-transport-xmpp
+${project.version}
+
+
+jivesoftware
+smack
+
+
+jivesoftware
+smackx
+
+
+commons-lang
+commons-lang
+
+
+
+
 




svn commit: r1480971 - in /axis/axis2/java/core/branches/1_6: ./ modules/distribution/pom.xml modules/saaj/

2013-05-10 Thread veithen
Author: veithen
Date: Fri May 10 09:57:17 2013
New Revision: 1480971

URL: http://svn.apache.org/r1480971
Log:
AXIS2-5434: Merged r1480969 to the 1.6 branch.

Modified:
axis/axis2/java/core/branches/1_6/   (props changed)
axis/axis2/java/core/branches/1_6/modules/distribution/pom.xml
axis/axis2/java/core/branches/1_6/modules/saaj/   (props changed)

Propchange: axis/axis2/java/core/branches/1_6/
--
  Merged /axis/axis2/java/core/trunk:r1480969

Modified: axis/axis2/java/core/branches/1_6/modules/distribution/pom.xml
URL: 
http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_6/modules/distribution/pom.xml?rev=1480971&r1=1480970&r2=1480971&view=diff
==
--- axis/axis2/java/core/branches/1_6/modules/distribution/pom.xml (original)
+++ axis/axis2/java/core/branches/1_6/modules/distribution/pom.xml Fri May 10 
09:57:17 2013
@@ -194,6 +194,57 @@
 aar
 
 
+
+
+${project.groupId}
+axis2-transport-jms
+${project.version}
+
+
+org.apache.geronimo.specs
+geronimo-jms_1.1_spec
+
+
+org.apache.geronimo.specs
+geronimo-jta_1.0.1B_spec
+
+
+
+
+${project.groupId}
+axis2-transport-mail
+${project.version}
+
+
+${project.groupId}
+axis2-transport-tcp
+${project.version}
+
+
+${project.groupId}
+axis2-transport-udp
+${project.version}
+
+
+${project.groupId}
+axis2-transport-xmpp
+${project.version}
+
+
+jivesoftware
+smack
+
+
+jivesoftware
+smackx
+
+
+commons-lang
+commons-lang
+
+
+
+
 

Propchange: axis/axis2/java/core/branches/1_6/modules/saaj/
--
  Merged /axis/axis2/java/core/trunk/modules/saaj:r1480969