You are viewing a plain text version of this content. The canonical link for it is here.
Posted to npanday-commits@incubator.apache.org by br...@apache.org on 2011/12/02 10:39:26 UTC

svn commit: r1209386 - /incubator/npanday/trunk/pom.xml

Author: brett
Date: Fri Dec  2 10:39:25 2011
New Revision: 1209386

URL: http://svn.apache.org/viewvc?rev=1209386&view=rev
Log:
add back 3rdparty repository

Modified:
    incubator/npanday/trunk/pom.xml

Modified: incubator/npanday/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/pom.xml?rev=1209386&r1=1209385&r2=1209386&view=diff
==============================================================================
--- incubator/npanday/trunk/pom.xml (original)
+++ incubator/npanday/trunk/pom.xml Fri Dec  2 10:39:25 2011
@@ -42,6 +42,16 @@ under the License.
   </properties>
 
   <repositories>
+    <!-- Temporary solution until we figure out where to house these properly -->
+    <repository>
+      <id>3rdparty</id>
+      <name>3rd Party .NET Repository</name>
+      <url>http://repo.npanday.org/3rdparty</url>
+      <snapshots>
+        <enabled>false</enabled>
+      </snapshots>
+    </repository>
+    <repository>
     <repository>
       <id>openrdf</id>
       <name>OpenRDF Repository</name>