You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@empire-db.apache.org by do...@apache.org on 2008/08/08 10:58:26 UTC

svn commit: r683915 - in /incubator/empire-db/trunk/struts2-ext/DBWebSample: .classpath .tomcatplugin

Author: doebele
Date: Fri Aug  8 01:58:25 2008
New Revision: 683915

URL: http://svn.apache.org/viewvc?rev=683915&view=rev
Log:
Only changed classpath for development environment in order to load hsqldb driver.

Modified:
    incubator/empire-db/trunk/struts2-ext/DBWebSample/.classpath
    incubator/empire-db/trunk/struts2-ext/DBWebSample/.tomcatplugin

Modified: incubator/empire-db/trunk/struts2-ext/DBWebSample/.classpath
URL: http://svn.apache.org/viewvc/incubator/empire-db/trunk/struts2-ext/DBWebSample/.classpath?rev=683915&r1=683914&r2=683915&view=diff
==============================================================================
--- incubator/empire-db/trunk/struts2-ext/DBWebSample/.classpath (original)
+++ incubator/empire-db/trunk/struts2-ext/DBWebSample/.classpath Fri Aug  8 01:58:25 2008
@@ -7,5 +7,6 @@
 	<classpathentry combineaccessrules="false" kind="src" path="/Empire-db"/>
 	<classpathentry combineaccessrules="false" kind="src" path="/Empire-struts2-ext"/>
 	<classpathentry combineaccessrules="false" kind="src" path="/Struts2.0.11"/>
+	<classpathentry combineaccessrules="false" kind="src" path="/JDBCDrivers"/>
 	<classpathentry kind="output" path="build/classes"/>
 </classpath>

Modified: incubator/empire-db/trunk/struts2-ext/DBWebSample/.tomcatplugin
URL: http://svn.apache.org/viewvc/incubator/empire-db/trunk/struts2-ext/DBWebSample/.tomcatplugin?rev=683915&r1=683914&r2=683915&view=diff
==============================================================================
--- incubator/empire-db/trunk/struts2-ext/DBWebSample/.tomcatplugin (original)
+++ incubator/empire-db/trunk/struts2-ext/DBWebSample/.tomcatplugin Fri Aug  8 01:58:25 2008
@@ -16,7 +16,7 @@
         <webClassPathEntry>/Empire-db/lib/commons-logging-1.0.4.jar</webClassPathEntry>
         <webClassPathEntry>/Empire-db/lib/log4j-1.2.14.jar</webClassPathEntry>
         <webClassPathEntry>/Empire-struts2-ext/bin</webClassPathEntry>
-        <webClassPathEntry>/Struts2.0.11/lib/commons-beanutils-1.6.jar</webClassPathEntry>
+        <webClassPathEntry>/JDBCDrivers/lib/hsqldb.jar</webClassPathEntry>
         <webClassPathEntry>/Struts2.0.11/lib/commons-collections-3.2.1.jar</webClassPathEntry>
         <webClassPathEntry>/Struts2.0.11/lib/commons-digester-1.8.jar</webClassPathEntry>
         <webClassPathEntry>/Struts2.0.11/lib/commons-fileupload-1.2.1.jar</webClassPathEntry>