You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2006/04/18 18:16:25 UTC

svn commit: r394978 - in /myfaces/tobago/trunk: core/pom.xml pom.xml tobago-tool/tobago-tool-apt/pom.xml

Author: bommel
Date: Tue Apr 18 09:16:19 2006
New Revision: 394978

URL: http://svn.apache.org/viewcvs?rev=394978&view=rev
Log:
fixed errors for facelet support

Modified:
    myfaces/tobago/trunk/core/pom.xml
    myfaces/tobago/trunk/pom.xml
    myfaces/tobago/trunk/tobago-tool/tobago-tool-apt/pom.xml

Modified: myfaces/tobago/trunk/core/pom.xml
URL: http://svn.apache.org/viewcvs/myfaces/tobago/trunk/core/pom.xml?rev=394978&r1=394977&r2=394978&view=diff
==============================================================================
--- myfaces/tobago/trunk/core/pom.xml (original)
+++ myfaces/tobago/trunk/core/pom.xml Tue Apr 18 09:16:19 2006
@@ -200,20 +200,20 @@
     </dependency>-->
 
     <dependency>
-      <groupId>myfaces</groupId>
-      <!--<groupId>org.apache.myfaces.core</groupId>-->
+      <!--<groupId>myfaces</groupId>-->
+      <groupId>org.apache.myfaces.core</groupId>
       <artifactId>myfaces-api</artifactId>
-      <version>1.1.1</version>
-      <!--<version>1.1.3-SNAPSHOT</version>-->
+      <!--<version>1.1.1</version>-->
+      <version>1.1.2</version>
       <scope>compile</scope>
     </dependency>
 
     <dependency>
-      <groupId>myfaces</groupId>
-      <!--<groupId>org.apache.myfaces.core</groupId>-->
+      <!--<groupId>myfaces</groupId>-->
+      <groupId>org.apache.myfaces.core</groupId>
       <artifactId>myfaces-impl</artifactId>
-      <version>1.1.1</version>
-      <!--<version>1.1.3-SNAPSHOT</version>-->
+      <!--<version>1.1.1</version>-->
+      <version>1.1.2</version>
       <scope>compile</scope>
     </dependency>
 

Modified: myfaces/tobago/trunk/pom.xml
URL: http://svn.apache.org/viewcvs/myfaces/tobago/trunk/pom.xml?rev=394978&r1=394977&r2=394978&view=diff
==============================================================================
--- myfaces/tobago/trunk/pom.xml (original)
+++ myfaces/tobago/trunk/pom.xml Tue Apr 18 09:16:19 2006
@@ -319,6 +319,10 @@
       <id>apache-maven-snapshots</id>
       <url>http://cvs.apache.org/maven-snapshot-repository</url>
     </repository>
+    <repository>
+      <id>apache-maven-repository</id>
+      <url>http://www.apache.org/dist/maven-repository/</url>
+    </repository>
   </repositories>
 
   <build>

Modified: myfaces/tobago/trunk/tobago-tool/tobago-tool-apt/pom.xml
URL: http://svn.apache.org/viewcvs/myfaces/tobago/trunk/tobago-tool/tobago-tool-apt/pom.xml?rev=394978&r1=394977&r2=394978&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-tool/tobago-tool-apt/pom.xml (original)
+++ myfaces/tobago/trunk/tobago-tool/tobago-tool-apt/pom.xml Tue Apr 18 09:16:19 2006
@@ -49,11 +49,19 @@
       <scope>compile</scope>
     </dependency>
     <dependency>
-      <groupId>myfaces</groupId>
+      <!--<groupId>myfaces</groupId>-->
+      <groupId>org.apache.myfaces.core</groupId>
       <artifactId>myfaces-api</artifactId>
-      <version>1.1.1</version>
+      <!--<version>1.1.1</version>-->
+      <version>1.1.2</version>
       <scope>provided</scope>
     </dependency>
+    <!--<dependency>-->
+      <!--<groupId>myfaces</groupId>-->
+      <!--<artifactId>myfaces-api</artifactId>-->
+      <!--<version>1.1.1</version>-->
+      <!--<scope>provided</scope>-->
+    <!--</dependency>-->
     <dependency>
       <groupId>org.codehaus.modello</groupId>
       <artifactId>modello-core</artifactId>