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/08/28 20:08:15 UTC

svn commit: r437769 - in /myfaces/tobago/trunk: contrib/facelets/pom.xml contrib/facelets/readme.txt example/facelets/pom.xml example/facelets/readme.txt

Author: bommel
Date: Mon Aug 28 11:08:12 2006
New Revision: 437769

URL: http://svn.apache.org/viewvc?rev=437769&view=rev
Log:
TOBAGO-118 changed facelets version from 1.0.14 to 1.1.11

Modified:
    myfaces/tobago/trunk/contrib/facelets/pom.xml
    myfaces/tobago/trunk/contrib/facelets/readme.txt
    myfaces/tobago/trunk/example/facelets/pom.xml
    myfaces/tobago/trunk/example/facelets/readme.txt

Modified: myfaces/tobago/trunk/contrib/facelets/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/contrib/facelets/pom.xml?rev=437769&r1=437768&r2=437769&view=diff
==============================================================================
--- myfaces/tobago/trunk/contrib/facelets/pom.xml (original)
+++ myfaces/tobago/trunk/contrib/facelets/pom.xml Mon Aug 28 11:08:12 2006
@@ -125,7 +125,7 @@
     <dependency>
       <groupId>com.sun.facelets</groupId>
       <artifactId>jsf-facelets</artifactId>
-      <version>1.0.14</version>
+      <version>1.1.11</version>
     </dependency>
     <dependency>
       <groupId>${project.groupId}</groupId>
@@ -161,14 +161,5 @@
       <artifactId>servlet-api</artifactId>
     </dependency>
   </dependencies>
-
-  <repositories>
-    <repository>
-      <id>java-net</id>
-      <name>java.net Repository</name>
-      <url>https://maven-repository.dev.java.net/nonav/repository/</url>
-      <layout>legacy</layout>
-    </repository>
-  </repositories>
 
 </project>

Modified: myfaces/tobago/trunk/contrib/facelets/readme.txt
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/contrib/facelets/readme.txt?rev=437769&r1=437768&r2=437769&view=diff
==============================================================================
--- myfaces/tobago/trunk/contrib/facelets/readme.txt (original)
+++ myfaces/tobago/trunk/contrib/facelets/readme.txt Mon Aug 28 11:08:12 2006
@@ -1,7 +1,7 @@
 Building
 --------
 
-The facelets and el jars are not available on
+The el jars are not available on
 a public maven repository.
 
 You have to download the facelet distribution from:
@@ -16,10 +16,8 @@
  mvn install:install-file -Dfile=el-ri.jar -DgroupId=com.sun.el \
  -DartifactId=el-ri -Dversion=1.0 -Dpackaging=jar
 
- mvn install:install-file -Dfile=jsf-facelets.jar -DgroupId=com.sun.facelets \
- -DartifactId=jsf-facelets -Dversion=1.0.14 -Dpackaging=jar
-
 
 This arifact requires the tobago-core-sources.jar artifact.
 The tobago-core-sources.jar is generated with the profile
-attach-source in core (mvn -P attach-source).
+attach-source in core (mvn -P attach-source) or
+with the profile all-modules (mvn -P all-modules).

Modified: myfaces/tobago/trunk/example/facelets/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/example/facelets/pom.xml?rev=437769&r1=437768&r2=437769&view=diff
==============================================================================
--- myfaces/tobago/trunk/example/facelets/pom.xml (original)
+++ myfaces/tobago/trunk/example/facelets/pom.xml Mon Aug 28 11:08:12 2006
@@ -75,7 +75,7 @@
     </dependency><dependency>
       <groupId>com.sun.facelets</groupId>
       <artifactId>jsf-facelets</artifactId>
-      <version>1.0.14</version>
+      <version>1.1.11</version>
     </dependency>
     <dependency>
       <groupId>log4j</groupId>

Modified: myfaces/tobago/trunk/example/facelets/readme.txt
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/example/facelets/readme.txt?rev=437769&r1=437768&r2=437769&view=diff
==============================================================================
--- myfaces/tobago/trunk/example/facelets/readme.txt (original)
+++ myfaces/tobago/trunk/example/facelets/readme.txt Mon Aug 28 11:08:12 2006
@@ -1,7 +1,7 @@
 Building
 --------
 
-The facelets and el jars are not available on
+The el jars are not available on
 a public maven repository.
 
 You have to download the facelet distribution from:
@@ -16,14 +16,11 @@
  mvn install:install-file -Dfile=el-ri.jar -DgroupId=com.sun.el \
  -DartifactId=el-ri -Dversion=1.0 -Dpackaging=jar
 
- mvn install:install-file -Dfile=jsf-facelets.jar -DgroupId=com.sun.facelets \
- -DartifactId=jsf-facelets -Dversion=1.0.14 -Dpackaging=jar
-
-
 Please build the tobago-facelets.jar in contrib/facelets.
 This arifact requires the tobago-core-sources.jar artifact.
 The tobago-core-sources.jar is generated with the profile
-attach-source in core (mvn -P attach-source).
+attach-source in core (mvn -P attach-source) or
+with the profile all-modules (mvn -P all-modules).