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 2007/10/10 18:19:59 UTC

svn commit: r583529 - in /myfaces/tobago/trunk/tobago-assembly: pom.xml src/main/resources/README.txt

Author: bommel
Date: Wed Oct 10 09:19:59 2007
New Revision: 583529

URL: http://svn.apache.org/viewvc?rev=583529&view=rev
Log:
(TOBAGO-499) Create direct jdk 1.4 compatible version of the tobago-facelets lib without retrotranslator

Modified:
    myfaces/tobago/trunk/tobago-assembly/pom.xml
    myfaces/tobago/trunk/tobago-assembly/src/main/resources/README.txt

Modified: myfaces/tobago/trunk/tobago-assembly/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-assembly/pom.xml?rev=583529&r1=583528&r2=583529&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-assembly/pom.xml (original)
+++ myfaces/tobago/trunk/tobago-assembly/pom.xml Wed Oct 10 09:19:59 2007
@@ -183,12 +183,6 @@
                     </artifactItem>
                     <artifactItem>
                       <groupId>${project.groupId}</groupId>
-                      <artifactId>tobago-facelets</artifactId>
-                      <version>${project.version}</version>
-                      <classifier>jdk14retro</classifier>
-                    </artifactItem>
-                    <artifactItem>
-                      <groupId>${project.groupId}</groupId>
                       <artifactId>tobago-fileupload</artifactId>
                       <version>${project.version}</version>
                     </artifactItem>

Modified: myfaces/tobago/trunk/tobago-assembly/src/main/resources/README.txt
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-assembly/src/main/resources/README.txt?rev=583529&r1=583528&r2=583529&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-assembly/src/main/resources/README.txt (original)
+++ myfaces/tobago/trunk/tobago-assembly/src/main/resources/README.txt Wed Oct 10 09:19:59 2007
@@ -26,4 +26,5 @@
 
 NOTE: The JDK 1.4 version is work in progress.
 
-The extension directory contains the tobago-facelets.jar and a retrotranslated facelets.jar.
\ No newline at end of file
+The extension directory contains the tobago-facelets.jar.
+The tobago-facelets.jar is JDK 1.4 compatible.
\ No newline at end of file