Author: jpeterka
Date: 2010-11-12 07:07:19 -0500 (Fri, 12 Nov 2010)
New Revision: 26505
Modified:
trunk/tests/plugins/org.jboss.tools.ui.bot.ext/.classpath
trunk/tests/plugins/org.jboss.tools.ui.bot.ext/build.properties
Log:
Bot tests DB Requirement forgotten updates
Modified: trunk/tests/plugins/org.jboss.tools.ui.bot.ext/.classpath
===================================================================
--- trunk/tests/plugins/org.jboss.tools.ui.bot.ext/.classpath 2010-11-12 11:51:57 UTC (rev
26504)
+++ trunk/tests/plugins/org.jboss.tools.ui.bot.ext/.classpath 2010-11-12 12:07:19 UTC (rev
26505)
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
+ <classpathentry exported="true" kind="lib"
path="resources/drv/hsqldb.jar"/>
<classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
<classpathentry kind="con"
path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src"/>
- <classpathentry kind="src" path="resources"/>
<classpathentry kind="output" path="bin"/>
</classpath>
Modified: trunk/tests/plugins/org.jboss.tools.ui.bot.ext/build.properties
===================================================================
--- trunk/tests/plugins/org.jboss.tools.ui.bot.ext/build.properties 2010-11-12 11:51:57
UTC (rev 26504)
+++ trunk/tests/plugins/org.jboss.tools.ui.bot.ext/build.properties 2010-11-12 12:07:19
UTC (rev 26505)
@@ -1,4 +1,7 @@
source.. = src/,resources/
output.. = bin/
bin.includes = META-INF/,\
- .
+ .,\
+ resources/drv/hsqldb.jar
+jars.extra.classpath = resources/drv/hsqldb.jar
+src.includes = resources/drv/