[seam-commits] Seam SVN: r9583 - branches/community/Seam_2_0/seam-gen/build-scripts.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Mon Nov 17 14:58:18 EST 2008
Author: dan.j.allen
Date: 2008-11-17 14:58:18 -0500 (Mon, 17 Nov 2008)
New Revision: 9583
Modified:
branches/community/Seam_2_0/seam-gen/build-scripts/.classpath
Log:
jboss-ui.jar should be jboss-seam-ui.jar
Modified: branches/community/Seam_2_0/seam-gen/build-scripts/.classpath
===================================================================
--- branches/community/Seam_2_0/seam-gen/build-scripts/.classpath 2008-11-17 09:59:46 UTC (rev 9582)
+++ branches/community/Seam_2_0/seam-gen/build-scripts/.classpath 2008-11-17 19:58:18 UTC (rev 9583)
@@ -11,7 +11,7 @@
<classpathentry kind="lib" path="lib/hibernate-commons-annotations.jar"/>
<classpathentry kind="lib" path="lib/hibernate-entitymanager.jar"/>
<classpathentry kind="lib" path="lib/jboss-seam.jar" sourcepath="lib/src/jboss-seam-sources.jar"/>
- <classpathentry kind="lib" path="lib/jboss-ui.jar" sourcepath="lib/src/jboss-seam-ui-sources.jar"/>
+ <classpathentry kind="lib" path="lib/jboss-seam-ui.jar" sourcepath="lib/src/jboss-seam-ui-sources.jar"/>
<classpathentry kind="lib" path="lib/jboss-seam-debug.jar"/>
<classpathentry kind="lib" path="lib/jboss-cache.jar"/>
<classpathentry kind="lib" path="lib/jbpm-jpdl.jar"/>
More information about the seam-commits
mailing list