Skip to Content.
Sympa Menu

notify-dpml - svn commit: r2492 - in development/laboratory/components/dbcp: . impl

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: niclas AT hedhman.org
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: svn commit: r2492 - in development/laboratory/components/dbcp: . impl
  • Date: Tue, 10 May 2005 12:48:00 +0000

Author: niclas AT hedhman.org
Date: Tue May 10 12:47:59 2005
New Revision: 2492

Modified:
development/laboratory/components/dbcp/impl/build.xml
development/laboratory/components/dbcp/index.xml
Log:
Some more tidying up in the DBCP.

Modified: development/laboratory/components/dbcp/impl/build.xml
==============================================================================
--- development/laboratory/components/dbcp/impl/build.xml (original)
+++ development/laboratory/components/dbcp/impl/build.xml Tue May 10
12:47:59 2005
@@ -1,15 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>

-<project name="dpml-dbcp-impl" default="install" basedir="."
+<project name="dpml-dbcp-impl" default="install" basedir="."
xmlns:transit="antlib:net.dpml.transit"
xmlns:x="plugin:dpml/magic/dpml-magic-core" >

<transit:import uri="artifact:template:dpml/magic/standard"/>

<target name="build" depends="standard.build">
- <x:property name="hsql.spec" key="dpml-db-hsql" feature="uri"/>
<x:block name="dbcp" embed="MAIN">
- <x:include name="hsql-server" uri="${hsql.spec}"/>
- <x:component name="dbcp-manager" profile="dbcp-simulation"
+ <x:component name="dbcp-manager" profile="dbcp-simulation"
class="net.dpml.dbcp.DbcpConnectionManager"/>
</x:block>
</target>

Modified: development/laboratory/components/dbcp/index.xml
==============================================================================
--- development/laboratory/components/dbcp/index.xml (original)
+++ development/laboratory/components/dbcp/index.xml Tue May 10 12:47:59
2005
@@ -23,7 +23,16 @@
<info>
<group>commons-dbcp</group>
<name>commons-dbcp</name>
- <name>1.2</name>
+ <version>1.2.1</version>
+ <type>jar</type>
+ </info>
+ </resource>
+
+ <resource>
+ <info>
+ <group>commons-pool</group>
+ <name>commons-pool</name>
+ <version>1.2</version>
<type>jar</type>
</info>
</resource>
@@ -62,6 +71,7 @@
<include key="dpml-context-api"/>
<include key="dpml-logging-api"/>
<include key="commons-dbcp"/>
+ <include key="commons-pool"/>
</dependencies>
<plugins>
<include key="dpml-meta-tools"/>



  • svn commit: r2492 - in development/laboratory/components/dbcp: . impl, niclas, 05/10/2005

Archive powered by MHonArc 2.6.24.

Top of Page