Skip to Content.
Sympa Menu

notify-dpml - svn commit: r1573 - in development/laboratory/spells/xdoclet: plugin-test standard-test standard-test/src/main/net/dpml/tutorial/magic/spell

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: dleangen AT netcompartner.com
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: svn commit: r1573 - in development/laboratory/spells/xdoclet: plugin-test standard-test standard-test/src/main/net/dpml/tutorial/magic/spell
  • Date: Mon, 24 Jan 2005 11:11:44 +0100

Author: dleangen
Date: Mon Jan 24 11:11:42 2005
New Revision: 1573

Added:
development/laboratory/spells/xdoclet/plugin-test/build.properties.example

development/laboratory/spells/xdoclet/standard-test/build.properties.example
Removed:
development/laboratory/spells/xdoclet/plugin-test/build.properties

development/laboratory/spells/xdoclet/standard-test/hibernate.build.properties

development/laboratory/spells/xdoclet/standard-test/src/main/net/dpml/tutorial/magic/spell/HelloWorld.hbm.xml
Modified:
development/laboratory/spells/xdoclet/plugin-test/build.xml
development/laboratory/spells/xdoclet/standard-test/ (props changed)
development/laboratory/spells/xdoclet/standard-test/build.xml
Log:
Updated to keep in line with DPML code base.


Added:
development/laboratory/spells/xdoclet/plugin-test/build.properties.example
==============================================================================
--- (empty file)
+++
development/laboratory/spells/xdoclet/plugin-test/build.properties.example
Mon Jan 24 11:11:42 2005
@@ -0,0 +1,3 @@
+xdoclet.force = true
+copyright-holder=Digital Product Meta Laboratory
+author=David Leangen

Modified: development/laboratory/spells/xdoclet/plugin-test/build.xml
==============================================================================
--- development/laboratory/spells/xdoclet/plugin-test/build.xml (original)
+++ development/laboratory/spells/xdoclet/plugin-test/build.xml Mon Jan 24
11:11:42 2005
@@ -9,7 +9,7 @@

<target name="xdoclet.hibernate" depends="prepare">

- <magic:plugin
uri="artifact:meta:dpml/lab/spells/xdoclet/lab-spells-xdoclet-plugin#SNAPSHOT"/>
+ <magic:plugin
uri="artifact:plugin:dpml/lab/spells/xdoclet/lab-spells-xdoclet-plugin#SNAPSHOT"/>

<echo message="Copyright: ${copyright-holder}"/>
<echo message="Author: ${author}"/>

Added:
development/laboratory/spells/xdoclet/standard-test/build.properties.example
==============================================================================
--- (empty file)
+++
development/laboratory/spells/xdoclet/standard-test/build.properties.example
Mon Jan 24 11:11:42 2005
@@ -0,0 +1,5 @@
+java.dir=${basedir}/src/main
+xdoclet.lib=J:/temp/xdoclet/lib
+xdoclet.force = true
+copyright-holder=Digital Product Meta Laboratory
+author=David Leangen

Modified: development/laboratory/spells/xdoclet/standard-test/build.xml
==============================================================================
--- development/laboratory/spells/xdoclet/standard-test/build.xml
(original)
+++ development/laboratory/spells/xdoclet/standard-test/build.xml Mon
Jan 24 11:11:42 2005
@@ -4,7 +4,6 @@
xmlns:magic="antlib:net.dpml.magic"
xmlns:x="plugin:dpml/magic/dpml-magic-core" >

<magic:import uri="artifact:template:dpml/magic/standard"/>
- <!--<property file="hibernate.build.properties"/>-->

<target name="install" depends="xdoclet.hibernate, standard.install"/>




  • svn commit: r1573 - in development/laboratory/spells/xdoclet: plugin-test standard-test standard-test/src/main/net/dpml/tutorial/magic/spell, dleangen, 01/24/2005

Archive powered by MHonArc 2.6.24.

Top of Page