Author: sagara Date: Tue Jul 10 07:29:46 2012 New Revision: 1359506 URL: http://svn.apache.org/viewvc?rev=1359506&view=rev Log: Merged 1359504 to 1.5 branch.
Modified: axis/axis2/java/core/branches/1_5/ (props changed) axis/axis2/java/core/branches/1_5/modules/distribution/ (props changed) axis/axis2/java/core/branches/1_5/modules/kernel/src/org/apache/axis2/transport/http/util/QueryStringParser.java (props changed) axis/axis2/java/core/branches/1_5/modules/kernel/test/org/apache/axis2/transport/http/util/QueryStringParserTest.java (props changed) axis/axis2/java/core/branches/1_5/modules/parent/ (props changed) axis/axis2/java/core/branches/1_5/modules/saaj/test/org/apache/axis2/saaj/TestUtils.java (props changed) axis/axis2/java/core/branches/1_5/modules/soapmonitor/module/ (props changed) axis/axis2/java/core/branches/1_5/modules/soapmonitor/module/pom.xml (props changed) axis/axis2/java/core/branches/1_5/modules/soapmonitor/module/src/main/java/org/apache/axis2/handlers/ (props changed) axis/axis2/java/core/branches/1_5/modules/soapmonitor/module/src/main/resources/META-INF/module.xml (props changed) axis/axis2/java/core/branches/1_5/modules/soapmonitor/servlet/ (props changed) axis/axis2/java/core/branches/1_5/modules/soapmonitor/servlet/src/main/java/org/apache/axis2/soapmonitor/applet/ (props changed) axis/axis2/java/core/branches/1_5/modules/soapmonitor/servlet/src/main/java/org/apache/axis2/soapmonitor/servlet/ (props changed) axis/axis2/java/core/branches/1_5/modules/tool/axis2-repo-maven-plugin/ (props changed) axis/axis2/java/core/branches/1_5/modules/tool/axis2-wsdl2code-maven-plugin/src/main/java/org/apache/axis2/maven2/wsdl2code/WSDL2CodeMojo.java axis/axis2/java/core/branches/1_5/modules/transport/http/pom.xml (props changed) axis/axis2/java/core/branches/1_5/modules/transport/http/src/ (props changed) axis/axis2/java/core/branches/1_5/modules/transport/local/ (props changed) axis/axis2/java/core/branches/1_5/modules/webapp/src/main/java/org/apache/axis2/webapp/AdminAgent.java (props changed) axis/axis2/java/core/branches/1_5/modules/webapp/src/main/java/org/apache/axis2/webapp/AxisAdminServlet.java (props changed) Propchange: axis/axis2/java/core/branches/1_5/ ------------------------------------------------------------------------------ Merged /axis/axis2/java/core/trunk:r1359504 Propchange: axis/axis2/java/core/branches/1_5/modules/distribution/ ------------------------------------------------------------------------------ Merged /axis/axis2/java/core/trunk/modules/distribution:r1359504 Propchange: axis/axis2/java/core/branches/1_5/modules/kernel/src/org/apache/axis2/transport/http/util/QueryStringParser.java ------------------------------------------------------------------------------ Merged /axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/transport/http/util/QueryStringParser.java:r1359504 Propchange: axis/axis2/java/core/branches/1_5/modules/kernel/test/org/apache/axis2/transport/http/util/QueryStringParserTest.java ------------------------------------------------------------------------------ Merged /axis/axis2/java/core/trunk/modules/kernel/test/org/apache/axis2/transport/http/util/QueryStringParserTest.java:r1359504 Propchange: axis/axis2/java/core/branches/1_5/modules/parent/ ------------------------------------------------------------------------------ Merged /axis/axis2/java/core/trunk/modules/parent:r1359504 Propchange: axis/axis2/java/core/branches/1_5/modules/saaj/test/org/apache/axis2/saaj/TestUtils.java ------------------------------------------------------------------------------ Merged /axis/axis2/java/core/trunk/modules/saaj/test/org/apache/axis2/saaj/TestUtils.java:r1359504 Propchange: axis/axis2/java/core/branches/1_5/modules/soapmonitor/module/ ------------------------------------------------------------------------------ Merged /axis/axis2/java/core/trunk/modules/soapmonitor/module:r1359504 Propchange: axis/axis2/java/core/branches/1_5/modules/soapmonitor/module/pom.xml ------------------------------------------------------------------------------ Merged /axis/axis2/java/core/trunk/modules/soapmonitor/module/pom.xml:r1359504 Propchange: axis/axis2/java/core/branches/1_5/modules/soapmonitor/module/src/main/java/org/apache/axis2/handlers/ ------------------------------------------------------------------------------ Merged /axis/axis2/java/core/trunk/modules/soapmonitor/module/src/main/java/org/apache/axis2/handlers:r1359504 Propchange: axis/axis2/java/core/branches/1_5/modules/soapmonitor/module/src/main/resources/META-INF/module.xml ------------------------------------------------------------------------------ Merged /axis/axis2/java/core/trunk/modules/soapmonitor/module/src/main/resources/META-INF/module.xml:r1359504 Propchange: axis/axis2/java/core/branches/1_5/modules/soapmonitor/servlet/ ------------------------------------------------------------------------------ Merged /axis/axis2/java/core/trunk/modules/soapmonitor/servlet:r1359504 Propchange: axis/axis2/java/core/branches/1_5/modules/soapmonitor/servlet/src/main/java/org/apache/axis2/soapmonitor/applet/ ------------------------------------------------------------------------------ Merged /axis/axis2/java/core/trunk/modules/soapmonitor/servlet/src/main/java/org/apache/axis2/soapmonitor/applet:r1359504 Propchange: axis/axis2/java/core/branches/1_5/modules/soapmonitor/servlet/src/main/java/org/apache/axis2/soapmonitor/servlet/ ------------------------------------------------------------------------------ Merged /axis/axis2/java/core/trunk/modules/soapmonitor/servlet/src/main/java/org/apache/axis2/soapmonitor/servlet:r1359504 Propchange: axis/axis2/java/core/branches/1_5/modules/tool/axis2-repo-maven-plugin/ ------------------------------------------------------------------------------ Merged /axis/axis2/java/core/trunk/modules/tool/axis2-repo-maven-plugin:r1359504 Modified: axis/axis2/java/core/branches/1_5/modules/tool/axis2-wsdl2code-maven-plugin/src/main/java/org/apache/axis2/maven2/wsdl2code/WSDL2CodeMojo.java URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_5/modules/tool/axis2-wsdl2code-maven-plugin/src/main/java/org/apache/axis2/maven2/wsdl2code/WSDL2CodeMojo.java?rev=1359506&r1=1359505&r2=1359506&view=diff ============================================================================== --- axis/axis2/java/core/branches/1_5/modules/tool/axis2-wsdl2code-maven-plugin/src/main/java/org/apache/axis2/maven2/wsdl2code/WSDL2CodeMojo.java (original) +++ axis/axis2/java/core/branches/1_5/modules/tool/axis2-wsdl2code-maven-plugin/src/main/java/org/apache/axis2/maven2/wsdl2code/WSDL2CodeMojo.java Tue Jul 10 07:29:46 2012 @@ -72,8 +72,7 @@ public class WSDL2CodeMojo extends Abstr * Package name of the generated sources; will be used to create a package structure below the * output directory. * - * @parameter expression="${axis2.wsdl2code.package}" - * @required + * @parameter expression="${axis2.wsdl2code.package}" * */ private String packageName; Propchange: axis/axis2/java/core/branches/1_5/modules/transport/http/pom.xml ------------------------------------------------------------------------------ Merged /axis/axis2/java/core/trunk/modules/transport/http/pom.xml:r1359504 Propchange: axis/axis2/java/core/branches/1_5/modules/transport/http/src/ ------------------------------------------------------------------------------ Merged /axis/axis2/java/core/trunk/modules/transport/http/src:r1359504 Propchange: axis/axis2/java/core/branches/1_5/modules/transport/local/ ------------------------------------------------------------------------------ Merged /axis/axis2/java/core/trunk/modules/transport/local:r1359504 Propchange: axis/axis2/java/core/branches/1_5/modules/webapp/src/main/java/org/apache/axis2/webapp/AdminAgent.java ------------------------------------------------------------------------------ Merged /axis/axis2/java/core/trunk/modules/webapp/src/main/java/org/apache/axis2/webapp/AdminAgent.java:r1359504 Propchange: axis/axis2/java/core/branches/1_5/modules/webapp/src/main/java/org/apache/axis2/webapp/AxisAdminServlet.java ------------------------------------------------------------------------------ Merged /axis/axis2/java/core/trunk/modules/webapp/src/main/java/org/apache/axis2/webapp/AxisAdminServlet.java:r1359504