Author: lindner
Date: Wed Dec 17 13:38:06 2008
New Revision: 727520

URL: http://svn.apache.org/viewvc?rev=727520&view=rev
Log:
Add repository to enable builds

Modified:
    incubator/shindig/trunk/java/samples/pom.xml

Modified: incubator/shindig/trunk/java/samples/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/shindig/trunk/java/samples/pom.xml?rev=727520&r1=727519&r2=727520&view=diff
==============================================================================
--- incubator/shindig/trunk/java/samples/pom.xml (original)
+++ incubator/shindig/trunk/java/samples/pom.xml Wed Dec 17 13:38:06 2008
@@ -43,6 +43,12 @@
      <id>EclipseLink Repo</id>
      
<url>http://www.eclipse.org/downloads/download.php?r=1&amp;nf=1&amp;file=/rt/eclipselink/maven.repo</url>
     </repository>    
+    <repository>
+      <id>maven2-repository.dev.java.net</id>
+      <name>Java.net Repository for Maven</name>
+      <url>http://download.java.net/maven/2/</url>
+      <layout>default</layout>
+    </repository>
   </repositories> 
   <build>
     <resources>


Reply via email to