Skip to Content.
Sympa Menu

notify-dpml - svn commit: r2277 - in development/laboratory/spells: . xdoclet/plugin xdoclet/plugin-test xdoclet/tutorial

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: r2277 - in development/laboratory/spells: . xdoclet/plugin xdoclet/plugin-test xdoclet/tutorial
  • Date: Wed, 13 Apr 2005 12:37:00 -0400

Author: peter AT neubauer.se
Date: Wed Apr 13 12:36:58 2005
New Revision: 2277

Modified:
development/laboratory/spells/build.xml
development/laboratory/spells/index.xml
development/laboratory/spells/xdoclet/plugin-test/build.xml
development/laboratory/spells/xdoclet/plugin/build.xml
development/laboratory/spells/xdoclet/tutorial/build.xml
Log:
adapted to new transit


Modified: development/laboratory/spells/build.xml
==============================================================================
--- development/laboratory/spells/build.xml (original)
+++ development/laboratory/spells/build.xml Wed Apr 13 12:36:58 2005
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>

<project name="laboratory-spells" default="default" basedir="."
- xmlns:magic="antlib:net.dpml.magic">
+ xmlns:x="antlib:net.dpml.transit">

- <magic:import uri="artifact:template:dpml/magic/reactor"/>
+ <x:import uri="artifact:template:dpml/magic/reactor"/>

</project>

Modified: development/laboratory/spells/index.xml
==============================================================================
--- development/laboratory/spells/index.xml (original)
+++ development/laboratory/spells/index.xml Wed Apr 13 12:36:58 2005
@@ -13,7 +13,6 @@
</info>
<dependencies>
<include key="ant"/>
- <!--<include key="dpml-magic-core"/>-->
<include key="commons-collections#2.0"/>
<include key="commons-logging#1.0.2"/>
<include key="log4j"/>
@@ -87,8 +86,8 @@
<info>
<group>xjavadoc</group>
<name>xjavadoc</name>
- <!--<version>1.0.3</version>-->
- <version>1.1</version>
+ <version>1.0.3</version>
+ <!--version>1.1</version-->
</info>
</resource>


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 Wed Apr 13
12:36:58 2005
@@ -1,15 +1,15 @@
<?xml version="1.0" encoding="UTF-8" ?>

<project name="lab-spells-xdoclet-plugin-test" default="install" basedir="."
- xmlns:magic="antlib:net.dpml.magic"
xmlns:x="plugin:dpml/magic/dpml-magic-core" >
+ xmlns:transit="antlib:net.dpml.transit"
xmlns:x="plugin:dpml/magic/dpml-magic-core" >

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

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

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

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

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

Modified: development/laboratory/spells/xdoclet/plugin/build.xml
==============================================================================
--- development/laboratory/spells/xdoclet/plugin/build.xml (original)
+++ development/laboratory/spells/xdoclet/plugin/build.xml Wed Apr 13
12:36:58 2005
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8" ?>

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

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

<target name="init" depends="standard.init">
<x:filter feature="plugin" token="PLUGIN-URI"/>

Modified: development/laboratory/spells/xdoclet/tutorial/build.xml
==============================================================================
--- development/laboratory/spells/xdoclet/tutorial/build.xml (original)
+++ development/laboratory/spells/xdoclet/tutorial/build.xml Wed Apr 13
12:36:58 2005
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8" ?>

<project name="lab-spells-xdoclet-tutorial" default="update" basedir="."
- xmlns:magic="antlib:net.dpml.magic"
+ xmlns:transit="antlib:net.dpml.transit"
xmlns:x="plugin:dpml/magic/dpml-magic-core" >

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

<target name="init" depends="standard.init">
<x:filter key="dpml-metro-main" feature="version"
@@ -44,9 +44,9 @@

<target name="docs" depends="prepare">
<x:property name="spec" feature="plugin" key="dpml-magic-doc"/>
- <magic:plugin uri="${spec}">
+ <transit:plugin uri="${spec}">
<task class="net.dpml.magic.doc.DocTask" name="docs"/>
- </magic:plugin>
+ </transit:plugin>
<docs/>
</target>




  • svn commit: r2277 - in development/laboratory/spells: . xdoclet/plugin xdoclet/plugin-test xdoclet/tutorial, peter, 04/13/2005

Archive powered by MHonArc 2.6.24.

Top of Page