You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwebbeans.apache.org by ge...@apache.org on 2009/10/25 16:50:36 UTC

svn commit: r829610 - in /incubator/openwebbeans/trunk: pom.xml samples/pom.xml

Author: gerdogdu
Date: Sun Oct 25 15:50:36 2009
New Revision: 829610

URL: http://svn.apache.org/viewvc?rev=829610&view=rev
Log:
Updating pom for adding jsf2 sample

Modified:
    incubator/openwebbeans/trunk/pom.xml
    incubator/openwebbeans/trunk/samples/pom.xml

Modified: incubator/openwebbeans/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/pom.xml?rev=829610&r1=829609&r2=829610&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/pom.xml (original)
+++ incubator/openwebbeans/trunk/pom.xml Sun Oct 25 15:50:36 2009
@@ -354,6 +354,12 @@
 		<layout>legacy</layout>
 	   </repository>
 
+    	   <repository>
+		<id>java.net2</id>
+		<url>http://download.java.net/maven/2</url>
+		<layout>legacy</layout>
+	   </repository>
+
            <repository>
              <releases />
              <id>repository.jboss.org</id>

Modified: incubator/openwebbeans/trunk/samples/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/samples/pom.xml?rev=829610&r1=829609&r2=829610&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/samples/pom.xml (original)
+++ incubator/openwebbeans/trunk/samples/pom.xml Sun Oct 25 15:50:36 2009
@@ -29,6 +29,7 @@
 	<description>Contains samples project for openwebbeans.</description>
 	<modules>
            <module>guess</module>
+           <module>jsf2sample</module>
            <module>ejb-sample</module>
            <module>jms-sample</module>
            <module>reservation</module>