[jboss-cvs] Repository SVN: r19115 - in sun-jsf: 1.2_10 and 1 other directories.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Mon Dec 1 19:28:57 EST 2008
Author: stan.silvert at jboss.com
Date: 2008-12-01 19:28:57 -0500 (Mon, 01 Dec 2008)
New Revision: 19115
Added:
sun-jsf/1.2_10/
sun-jsf/1.2_10/component-info.xml
sun-jsf/1.2_10/lib/
sun-jsf/1.2_10/lib/jsf-api.jar
sun-jsf/1.2_10/lib/jsf-impl.jar
Log:
JBPAPP-1460 Upgrade JSF to 1.2_10
Added: sun-jsf/1.2_10/component-info.xml
===================================================================
--- sun-jsf/1.2_10/component-info.xml (rev 0)
+++ sun-jsf/1.2_10/component-info.xml 2008-12-02 00:28:57 UTC (rev 19115)
@@ -0,0 +1,23 @@
+<project name="sun-jsf-component-info">
+
+ <!-- ============================================================ -->
+ <!-- JSF 1.2 -->
+ <!-- ============================================================ -->
+
+ <component
+ id="sun-jsf"
+ version="1.2_10"
+ licenseType="cddl"
+ projectHome="https://javaserverfaces.dev.java.net/"
+ description="The JSF 1.2 implementation">
+
+ <artifact id="jsf-api.jar"/>
+ <artifact id="jsf-impl.jar"/>
+
+ <export>
+ <include input="jsf-api.jar"/>
+ <include input="jsf-impl.jar"/>
+ </export>
+ </component>
+
+</project>
Added: sun-jsf/1.2_10/lib/jsf-api.jar
===================================================================
(Binary files differ)
Property changes on: sun-jsf/1.2_10/lib/jsf-api.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: sun-jsf/1.2_10/lib/jsf-impl.jar
===================================================================
(Binary files differ)
Property changes on: sun-jsf/1.2_10/lib/jsf-impl.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
More information about the jboss-cvs-commits
mailing list