Skip to Content.
Sympa Menu

notify-dpml - svn commit: r1417 - development/laboratory/spells/xdoclet/plugin-test

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: mcconnell AT netcompartner.com
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: svn commit: r1417 - development/laboratory/spells/xdoclet/plugin-test
  • Date: Sun, 09 Jan 2005 16:22:08 +0100

Author: mcconnell
Date: Sun Jan 9 16:22:08 2005
New Revision: 1417

Added:
development/laboratory/spells/xdoclet/plugin-test/build.properties
(contents, props changed)
Removed:

development/laboratory/spells/xdoclet/plugin-test/hibernate.build.properties
Modified:
development/laboratory/spells/xdoclet/plugin-test/build.xml
Log:
switch to a simple buiuld.properties and update buildfile to declare the
namespace that the task is running under

Added: development/laboratory/spells/xdoclet/plugin-test/build.properties
==============================================================================
--- (empty file)
+++ development/laboratory/spells/xdoclet/plugin-test/build.properties Sun
Jan 9 16:22:08 2005
@@ -0,0 +1,4 @@
+java.dir=${basedir}/src/main
+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 Sun Jan 9
16:22:08 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"/>

@@ -16,7 +15,7 @@
<echo message="Author: ${author}"/>
<echo message="Force: ${xdoclet.force}"/>

- <hibernate-doclet
+ <hibernate-doclet
xmlns="plugin:dpml/lab/spells/xdoclet/lab-spells-xdoclet-plugin"
destdir="${java.dir}"
excludedtags="@version,@author,@todo,@see"
addedtags="@copyright ${copyright-holder},@author ${author}"



  • svn commit: r1417 - development/laboratory/spells/xdoclet/plugin-test, mcconnell, 01/09/2005

Archive powered by MHonArc 2.6.24.

Top of Page