Author: manugeorge
Date: Mon Oct 29 13:42:05 2007
New Revision: 589848

URL: http://svn.apache.org/viewvc?rev=589848&view=rev
Log:
adding objectweb repository temporarily as build is failing to resolve 
javax.xml/jsr173/jsr173-1.0.jar

Modified:
    openejb/trunk/sandbox/openejb-eclipse-plugin/pom.xml

Modified: openejb/trunk/sandbox/openejb-eclipse-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/openejb/trunk/sandbox/openejb-eclipse-plugin/pom.xml?rev=589848&r1=589847&r2=589848&view=diff
==============================================================================
--- openejb/trunk/sandbox/openejb-eclipse-plugin/pom.xml (original)
+++ openejb/trunk/sandbox/openejb-eclipse-plugin/pom.xml Mon Oct 29 13:42:05 
2007
@@ -113,6 +113,21 @@
             </releases>
         </repository>
         <repository>
+            <id>ow.repo</id>
+            <name>OW Repo</name>
+            <url>http://jass.objectweb.org/repository/m2</url>
+            <layout>default</layout>
+            <snapshots>
+                <enabled>false</enabled>
+                <updatePolicy>daily</updatePolicy>
+                <checksumPolicy>ignore</checksumPolicy>
+            </snapshots>
+            <releases>
+                <enabled>true</enabled>
+            </releases>
+        </repository>
+               
+        <repository>
             <id>codehaus-snapshots</id>
             <name>Codehaus Snapshots Repository</name>
             <url>http://snapshots.repository.codehaus.org</url>


Reply via email to