You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by da...@apache.org on 2006/11/24 02:28:35 UTC

svn commit: r478738 - in /incubator/cxf/trunk: distribution/src/main/release/samples/mtom/ pom.xml testutils/src/main/resources/wsdl/attachment_types.wsdl testutils/src/main/resources/wsdl/mtom_xop.wsdl testutils/src/main/resources/wsdl/wsi-swa.xsd

Author: dandiep
Date: Thu Nov 23 17:28:34 2006
New Revision: 478738

URL: http://svn.apache.org/viewvc?view=rev&rev=478738
Log:
o Remove all copies of wsi-swa.xsd as it isn't legal for us to include it 
  in our distribution.
o Remove MTOM sample and associated XSDs which seem to have originated from 
  the JAX-WS RI. It is not OK from an Apache perspective to include CDDL
  code in SVN!!!
o This breaks the build. We'll have to fix it over the next day or two,
  but we don't have any choice other than to take immediate action here.
 

Removed:
    incubator/cxf/trunk/distribution/src/main/release/samples/mtom/
    incubator/cxf/trunk/testutils/src/main/resources/wsdl/attachment_types.wsdl
    incubator/cxf/trunk/testutils/src/main/resources/wsdl/mtom_xop.wsdl
    incubator/cxf/trunk/testutils/src/main/resources/wsdl/wsi-swa.xsd
Modified:
    incubator/cxf/trunk/pom.xml

Modified: incubator/cxf/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/pom.xml?view=diff&rev=478738&r1=478737&r2=478738
==============================================================================
--- incubator/cxf/trunk/pom.xml (original)
+++ incubator/cxf/trunk/pom.xml Thu Nov 23 17:28:34 2006
@@ -45,7 +45,7 @@
         <snapshotRepository>
             <id>apache.snapshots</id>
             <name>Apache SNAPSHOT Repository</name>
-            <url>scp://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url>
+            <url>scpexe://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url>
         </snapshotRepository>
         <repository>
             <id>apache.incubating</id>