You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2011/09/13 13:05:52 UTC

svn commit: r1170112 - /myfaces/tobago/trunk/tobago-example/tobago-example-demo/pom.xml

Author: lofwyr
Date: Tue Sep 13 11:05:52 2011
New Revision: 1170112

URL: http://svn.apache.org/viewvc?rev=1170112&view=rev
Log:
adding repo for the controlled bootstrapping

Modified:
    myfaces/tobago/trunk/tobago-example/tobago-example-demo/pom.xml

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-demo/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-demo/pom.xml?rev=1170112&r1=1170111&r2=1170112&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-demo/pom.xml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-demo/pom.xml Tue Sep 13 11:05:52 2011
@@ -190,14 +190,13 @@
       <scope>runtime</scope>
     </dependency>
 
-<!-- which repository
+<!-- which repository-->
     <dependency>
       <groupId>org.apacheExtras.myfaces.codi.addon</groupId>
       <artifactId>controlled-bootstrapping-addon</artifactId>
       <version>1.0.0</version>
       <scope>compile</scope>
     </dependency>
--->
 
     <dependency>
       <groupId>org.apache.myfaces.tobago</groupId>
@@ -342,6 +341,15 @@
     </dependency>
 
   </dependencies>
+
+  <!-- XXX repo für the controlled bootstrapping -->
+  <repositories>
+    <repository>
+      <id>googlecode.com</id>
+      <url>https://os890-m2-repository.googlecode.com/svn/tags/apache-extras</url>
+    </repository>
+  </repositories>
+
   <profiles>
     <profile>
       <id>ssl</id>