You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by is...@apache.org on 2013/07/12 07:40:34 UTC

git commit: correcting the issues in generated package names in org.apache.stratos.common.stub

Updated Branches:
  refs/heads/master 642f42e62 -> 316ba6cec


correcting the issues in generated package names in org.apache.stratos.common.stub


Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/316ba6ce
Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/316ba6ce
Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/316ba6ce

Branch: refs/heads/master
Commit: 316ba6cec0e6bdeb06335695afeade85c8f7bcbd
Parents: 642f42e
Author: Isuru <is...@wso2.com>
Authored: Fri Jul 12 11:07:26 2013 +0530
Committer: Isuru <is...@wso2.com>
Committed: Fri Jul 12 11:07:26 2013 +0530

----------------------------------------------------------------------
 .../org.apache.stratos.common.stub/pom.xml         | 17 ++++++++++++++++-
 1 file changed, 16 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/316ba6ce/service-stubs/org.apache.stratos.common.stub/pom.xml
----------------------------------------------------------------------
diff --git a/service-stubs/org.apache.stratos.common.stub/pom.xml b/service-stubs/org.apache.stratos.common.stub/pom.xml
index 925ce18..f1cfc2f 100644
--- a/service-stubs/org.apache.stratos.common.stub/pom.xml
+++ b/service-stubs/org.apache.stratos.common.stub/pom.xml
@@ -1,6 +1,21 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!--
+       Licensed to the Apache Software Foundation (ASF) under one
+       or more contributor license agreements.  See the NOTICE file
+       distributed with this work for additional information
+       regarding copyright ownership.  The ASF licenses this file
+       to you under the Apache License, Version 2.0 (the
+       "License"); you may not use this file except in compliance
+       with the License.  You may obtain a copy of the License at
 
+         http://www.apache.org/licenses/LICENSE-2.0
+
+       Unless required by applicable law or agreed to in writing,
+       software distributed under the License is distributed on an
+       "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+       KIND, either express or implied.  See the License for the
+       specific language governing permissions and limitations
+       under the License.
 -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
@@ -42,7 +57,7 @@
                                 <java classname="org.apache.axis2.wsdl.WSDL2Java" fork="true">
                                     <arg line="-uri src/main/resources/PackageInfoServce.wsdl -u -uw
                                     -p org.apache.stratos.common.packages.stub -o target/generated-code
-                                    -ns2p http://packages.common.stratos.carbon.wso2.org/xsd=org.apache.stratos.common.packages.stub,http://services.common.stratos.apache.org=org.apache.stratos.common.packages.stub"/>
+                                    -ns2p http://packages.common.stratos.apache.org/xsd=org.apache.stratos.common.packages.stub,http://services.common.stratos.apache.org=org.apache.stratos.common.packages.stub"/>
                                     <classpath refid="wsdl2java.classpath"/>
                                 </java>
                             </tasks>