From: <mwl...@us...> - 2010-03-19 22:38:21
|
Revision: 1056 http://cishell.svn.sourceforge.net/cishell/?rev=1056&view=rev Author: mwlinnem Date: 2010-03-19 22:38:14 +0000 (Fri, 19 Mar 2010) Log Message: ----------- This thing didn't need dbcp in the first place! And I had been running around trying to give it the dependencies it needed. Bleh. Modified Paths: -------------- trunk/core/org.cishell.service.database/META-INF/MANIFEST.MF Modified: trunk/core/org.cishell.service.database/META-INF/MANIFEST.MF =================================================================== --- trunk/core/org.cishell.service.database/META-INF/MANIFEST.MF 2010-03-19 22:14:19 UTC (rev 1055) +++ trunk/core/org.cishell.service.database/META-INF/MANIFEST.MF 2010-03-19 22:38:14 UTC (rev 1056) @@ -5,4 +5,3 @@ Bundle-Version: 1.0.0 Bundle-RequiredExecutionEnvironment: J2SE-1.5 Export-Package: org.cishell.service.database -Import-Package: org.apache.commons.dbcp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |