Skip to Content.
Sympa Menu

notify-dpml - svn commit: r2626 - in development/laboratory/spells/derbyant: . src/main/net src/main/net/dpml src/main/net/dpml/derbyant

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: peter AT neubauer.se
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: svn commit: r2626 - in development/laboratory/spells/derbyant: . src/main/net src/main/net/dpml src/main/net/dpml/derbyant
  • Date: Thu, 19 May 2005 13:08:46 +0000

Author: peter AT neubauer.se
Date: Thu May 19 13:08:39 2005
New Revision: 2626

Added:
development/laboratory/spells/derbyant/src/main/net/
development/laboratory/spells/derbyant/src/main/net/dpml/
development/laboratory/spells/derbyant/src/main/net/dpml/derbyant/

development/laboratory/spells/derbyant/src/main/net/dpml/derbyant/plugin.xml
Modified:
development/laboratory/spells/derbyant/build.xml
development/laboratory/spells/derbyant/index.xml
Log:
trying to get it working


Modified: development/laboratory/spells/derbyant/build.xml
==============================================================================
--- development/laboratory/spells/derbyant/build.xml (original)
+++ development/laboratory/spells/derbyant/build.xml Thu May 19 13:08:39
2005
@@ -1,9 +1,15 @@
<?xml version="1.0" encoding="UTF-8" ?>

<project name="dpml-derbyant" default="install" basedir="."
- xmlns:transit="antlib:net.dpml.transit">
+ 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:export>
+ <antlib resource="net/dpml/derbyant/plugin.xml"
urn="plugin:dpml/derbyant/dpml-derbyant#${dpml.build.signature}"/>
+ </x:export>
+ </target>

</project>


Modified: development/laboratory/spells/derbyant/index.xml
==============================================================================
--- development/laboratory/spells/derbyant/index.xml (original)
+++ development/laboratory/spells/derbyant/index.xml Thu May 19 13:08:39
2005
@@ -38,8 +38,6 @@
<info>
<group>dpml/derbyant</group>
<name>dpml-derbyant</name>
- <version>1.0.0</version>
- <status>SNAPSHOT</status>
</info>
<dependencies>
<include key="ant"/>
@@ -49,4 +47,13 @@
</dependencies>
</project>

+ <project basedir="demo">
+ <info>
+ <group>dpml/derbyant</group>
+ <name>dpml-derbyant-demo</name>
+ </info>
+ <dependencies>
+ <include key="dpml-derbyant"/>
+ </dependencies>
+ </project>
</index>
\ No newline at end of file

Added:
development/laboratory/spells/derbyant/src/main/net/dpml/derbyant/plugin.xml
==============================================================================
--- (empty file)
+++
development/laboratory/spells/derbyant/src/main/net/dpml/derbyant/plugin.xml
Thu May 19 13:08:39 2005
@@ -0,0 +1,10 @@
+<?xml version="1.0"?>
+<antlib>
+
+ <typedef name="path"
classname="net.dpml.magic.project.ProjectPath"/>
+
+ <taskdef name="dbLook"
classname="com.ibm.developerworks.derby.ant.DBLookTask"/>
+ <taskdef name="startDerby"
classname="com.ibm.developerworks.derby.ant.StartDerbyTask"/>
+ <taskdef name="stopDerby"
classname="com.ibm.developerworks.derby.ant.StopDatabaseTask"/>
+ <taskdef name="stopDatabase"
classname="com.ibm.developerworks.derby.ant.StopDerbyTask"/>
+</antlib>



  • svn commit: r2626 - in development/laboratory/spells/derbyant: . src/main/net src/main/net/dpml src/main/net/dpml/derbyant, peter, 05/19/2005

Archive powered by MHonArc 2.6.24.

Top of Page