[jboss-svn-commits] JBL Code SVN: r6543 - in labs/jbossesb/trunk: IDE/JBossIDE product

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Tue Oct 3 07:04:25 EDT 2006


Author: mark.little at jboss.com
Date: 2006-10-03 07:04:21 -0400 (Tue, 03 Oct 2006)
New Revision: 6543

Modified:
   labs/jbossesb/trunk/IDE/JBossIDE/.classpath
   labs/jbossesb/trunk/product/build.xml
Log:
Made sure all occurrences of lib/ejb became lib/ext/ejb

Modified: labs/jbossesb/trunk/IDE/JBossIDE/.classpath
===================================================================
--- labs/jbossesb/trunk/IDE/JBossIDE/.classpath	2006-10-03 10:35:02 UTC (rev 6542)
+++ labs/jbossesb/trunk/IDE/JBossIDE/.classpath	2006-10-03 11:04:21 UTC (rev 6543)
@@ -16,9 +16,9 @@
 	<classpathentry kind="lib" path="product/lib/ext/log4j.jar"/>
 	<classpathentry kind="lib" path="product/lib/ext/mail.jar"/>
 	<classpathentry kind="lib" path="product/lib/ext/mockejb.jar"/>
-	<classpathentry kind="lib" path="product/lib/ejb3_embedded/hibernate-all.jar"/>
-	<classpathentry kind="lib" path="product/lib/ejb3_embedded/jboss-ejb3-all.jar"/>
-	<classpathentry kind="lib" path="product/lib/ejb3_embedded/thirdparty-all.jar"/>
+	<classpathentry kind="lib" path="product/lib/ext/ejb3_embedded/hibernate-all.jar"/>
+	<classpathentry kind="lib" path="product/lib/ext/ejb3_embedded/jboss-ejb3-all.jar"/>
+	<classpathentry kind="lib" path="product/lib/ext/ejb3_embedded/thirdparty-all.jar"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
 	<classpathentry kind="lib" path="product/core/rosetta/tests/resources/conf"/>
 	<classpathentry kind="output" path="bin"/>

Modified: labs/jbossesb/trunk/product/build.xml
===================================================================
--- labs/jbossesb/trunk/product/build.xml	2006-10-03 10:35:02 UTC (rev 6542)
+++ labs/jbossesb/trunk/product/build.xml	2006-10-03 11:04:21 UTC (rev 6543)
@@ -157,7 +157,7 @@
 				<path path="${org.jboss.esb.internal.src}"/>
 				<fileset dir="lib/ext" includes="*.jar" />
 				<fileset dir="samples/trailblazer/bankloanbrokerdemo/banks/lib/ext" includes="*.jar"/>
-				<fileset dir="lib/ejb3" includes="*.jar" />
+				<fileset dir="lib/ext/ejb3" includes="*.jar" />
 			</classpath>
 		</javadoc>
 	</target>




More information about the jboss-svn-commits mailing list