[seam-commits] Seam SVN: r7597 - branches/Seam_1_2_1_AP/examples/wiki.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Tue Mar 18 05:00:28 EDT 2008
Author: manaRH
Date: 2008-03-18 05:00:28 -0400 (Tue, 18 Mar 2008)
New Revision: 7597
Modified:
branches/Seam_1_2_1_AP/examples/wiki/Wiki.iml
Log:
JBPAPP-636 - libraries ajax4jsf-1.1.1.jar and richfaces-3.0.1.jar were upgraded to the stable release versions from SNAPSHOT versions
Modified: branches/Seam_1_2_1_AP/examples/wiki/Wiki.iml
===================================================================
--- branches/Seam_1_2_1_AP/examples/wiki/Wiki.iml 2008-03-18 08:56:27 UTC (rev 7596)
+++ branches/Seam_1_2_1_AP/examples/wiki/Wiki.iml 2008-03-18 09:00:28 UTC (rev 7597)
@@ -494,7 +494,7 @@
<orderEntry type="module-library">
<library>
<CLASSES>
- <root url="jar://$MODULE_DIR$/../../lib/ajax4jsf-1.1.1-SNAPSHOT.jar!/" />
+ <root url="jar://$MODULE_DIR$/../../lib/ajax4jsf-1.1.1.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
@@ -503,7 +503,7 @@
<orderEntry type="module-library">
<library>
<CLASSES>
- <root url="jar://$MODULE_DIR$/../../lib/richfaces-3.0.1-SNAPSHOT.jar!/" />
+ <root url="jar://$MODULE_DIR$/../../lib/richfaces-3.0.1.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
@@ -623,8 +623,8 @@
</containerElement>
<containerElement type="library" level="module">
<attribute name="method" value="1" />
- <attribute name="URI" value="/WEB-INF/lib/ajax4jsf-1.1.1-SNAPSHOT.jar" />
- <url>jar://$MODULE_DIR$/../../lib/ajax4jsf-1.1.1-SNAPSHOT.jar!/</url>
+ <attribute name="URI" value="/WEB-INF/lib/ajax4jsf-1.1.1.jar" />
+ <url>jar://$MODULE_DIR$/../../lib/ajax4jsf-1.1.1.jar!/</url>
</containerElement>
<containerElement type="library" level="module">
<attribute name="method" value="1" />
@@ -778,8 +778,8 @@
</containerElement>
<containerElement type="library" level="module">
<attribute name="method" value="1" />
- <attribute name="URI" value="/WEB-INF/lib/richfaces-3.0.1-SNAPSHOT.jar" />
- <url>jar://$MODULE_DIR$/../../lib/richfaces-3.0.1-SNAPSHOT.jar!/</url>
+ <attribute name="URI" value="/WEB-INF/lib/richfaces-3.0.1.jar" />
+ <url>jar://$MODULE_DIR$/../../lib/richfaces-3.0.1.jar!/</url>
</containerElement>
<containerElement type="library" level="module">
<attribute name="method" value="0" />
More information about the seam-commits
mailing list