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 2008/01/12 13:02:46 UTC

svn commit: r611407 - in /myfaces/tobago/trunk: example/facelets/readme.txt extension/facelets/readme.txt

Author: bommel
Date: Sat Jan 12 04:02:45 2008
New Revision: 611407

URL: http://svn.apache.org/viewvc?rev=611407&view=rev
Log:
(TOBAGO-593) ArtifactId of com.sun.el:el-ri has changed to el-impl:el-impl

Modified:
    myfaces/tobago/trunk/example/facelets/readme.txt
    myfaces/tobago/trunk/extension/facelets/readme.txt

Modified: myfaces/tobago/trunk/example/facelets/readme.txt
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/example/facelets/readme.txt?rev=611407&r1=611406&r2=611407&view=diff
==============================================================================
--- myfaces/tobago/trunk/example/facelets/readme.txt (original)
+++ myfaces/tobago/trunk/example/facelets/readme.txt Sat Jan 12 04:02:45 2008
@@ -1,23 +1,8 @@
 Building
 --------
 
-The el jars are not available on
-a public maven repository.
-
-You have to download the facelet distribution from:
-
-http://facelets.dev.java.net
-
-and install the missing artifact with
-
- mvn install:install-file -Dfile=el-api.jar -DgroupId=javax.el \
- -DartifactId=el-api -Dversion=1.0 -Dpackaging=jar
-
- mvn install:install-file -Dfile=el-ri.jar -DgroupId=com.sun.el \
- -DartifactId=el-ri -Dversion=1.0 -Dpackaging=jar
-
 Please build the tobago-facelets.jar in extension/facelets.
-This arifact requires the tobago-core-sources.jar artifact.
+The artifact tobago-facelets 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) or
 with the profile all-modules (mvn -P all-modules).

Modified: myfaces/tobago/trunk/extension/facelets/readme.txt
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/extension/facelets/readme.txt?rev=611407&r1=611406&r2=611407&view=diff
==============================================================================
--- myfaces/tobago/trunk/extension/facelets/readme.txt (original)
+++ myfaces/tobago/trunk/extension/facelets/readme.txt Sat Jan 12 04:02:45 2008
@@ -1,23 +1,7 @@
 Building
 --------
 
-The el jars are not available on
-a public maven repository.
-
-You have to download the facelet distribution from:
-
-http://facelets.dev.java.net
-
-and install the missing artifact with
-
- mvn install:install-file -Dfile=el-api.jar -DgroupId=javax.el \
- -DartifactId=el-api -Dversion=1.0 -Dpackaging=jar
-
- mvn install:install-file -Dfile=el-ri.jar -DgroupId=com.sun.el \
- -DartifactId=el-ri -Dversion=1.0 -Dpackaging=jar
-
-
-This arifact requires the tobago-core-sources.jar artifact.
+This artifact 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) or
 with the profile all-modules (mvn -P all-modules).