Author: dkulp
Date: Mon Jun 16 13:34:31 2008
New Revision: 668293

URL: http://svn.apache.org/viewvc?rev=668293&view=rev
Log:
Merged revisions 667609 via svnmerge from 
https://svn.apache.org/repos/asf/cxf/trunk

........
  r667609 | dkulp | 2008-06-13 14:12:20 -0400 (Fri, 13 Jun 2008) | 2 lines
  
  Add ws repository to bundle pom so the dependency reduced pom will be usable 
(opensaml not yet at central)
........

Modified:
    cxf/branches/2.0.x-fixes/   (props changed)
    cxf/branches/2.0.x-fixes/distribution/bundle/pom.xml

Propchange: cxf/branches/2.0.x-fixes/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.

Modified: cxf/branches/2.0.x-fixes/distribution/bundle/pom.xml
URL: 
http://svn.apache.org/viewvc/cxf/branches/2.0.x-fixes/distribution/bundle/pom.xml?rev=668293&r1=668292&r2=668293&view=diff
==============================================================================
--- cxf/branches/2.0.x-fixes/distribution/bundle/pom.xml (original)
+++ cxf/branches/2.0.x-fixes/distribution/bundle/pom.xml Mon Jun 16 13:34:31 
2008
@@ -217,6 +217,25 @@
         </dependency>
     </dependencies>
 
+    <repositories>
+        <!-- work around opensaml not being in central -->  
+        <repository>
+            <releases>
+                <enabled>true</enabled>
+                <checksumPolicy>warn</checksumPolicy>
+            </releases>
+            <snapshots>
+                <enabled>false</enabled>
+                <checksumPolicy>warn</checksumPolicy>
+            </snapshots>
+            <id>apache-ws-snapshots2</id>
+            <name>Apache ws.zones - 2</name>
+            <url>http://ws.zones.apache.org/repository2/</url>
+        </repository>
+    </repositories>
+
+
+
     <build>
         <resources>
             <resource>


Reply via email to