Skip to Content.
Sympa Menu

notify-dpml - svn commit: r1430 - 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: r1430 - development/laboratory/spells/xdoclet/plugin-test
  • Date: Mon, 10 Jan 2005 09:34:20 +0100

Author: mcconnell
Date: Mon Jan 10 09:34:19 2005
New Revision: 1430

Modified:
development/laboratory/spells/xdoclet/plugin-test/build.properties
development/laboratory/spells/xdoclet/plugin-test/build.xml
Log:
remove redundant java.dir property

Modified: development/laboratory/spells/xdoclet/plugin-test/build.properties
==============================================================================
--- development/laboratory/spells/xdoclet/plugin-test/build.properties
(original)
+++ development/laboratory/spells/xdoclet/plugin-test/build.properties Mon
Jan 10 09:34:19 2005
@@ -1,4 +1,3 @@
-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 Mon Jan 10
09:34:19 2005
@@ -11,7 +11,6 @@

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

- <echo message="Java dir: ${java.dir}"/>
<echo message="Copyright: ${copyright-holder}"/>
<echo message="Author: ${author}"/>
<echo message="Force: ${xdoclet.force}"/>
@@ -21,7 +20,7 @@
excludedtags="@version,@author,@todo,@see"
addedtags="@copyright ${copyright-holder},@author ${author}"
force="${xdoclet.force}"
- verbose="true">
+ verbose="false">

<fileset dir="target/build/main">
<include name="**/*.java"/>



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

Archive powered by MHonArc 2.6.24.

Top of Page