Skip to Content.
Sympa Menu

notify-dpml - svn commit: r1757 - development/laboratory/spells/axis

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: mraad23 AT earthlink.net
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: svn commit: r1757 - development/laboratory/spells/axis
  • Date: Tue, 08 Feb 2005 14:36:25 +0100

Author: mraad23 AT earthlink.net
Date: Tue Feb 8 14:36:24 2005
New Revision: 1757

Modified:
development/laboratory/spells/axis/README.TXT
development/laboratory/spells/axis/build.xml
development/laboratory/spells/axis/index.xml
Log:
Updated to latest version on metro/transit.

Modified: development/laboratory/spells/axis/README.TXT
==============================================================================
--- development/laboratory/spells/axis/README.TXT (original)
+++ development/laboratory/spells/axis/README.TXT Tue Feb 8 14:36:24
2005
@@ -1,7 +1,7 @@
Apache AXIS magic plugin
---------------------------------

-This plugin is for the intergration of java2wsdl and wsdl2java tasks in a
+This plugin is for the integration of java2wsdl and wsdl2java tasks in a
magic build.xml.

Prerequisites:
@@ -25,7 +25,7 @@
<target name="wsdl2java">

<!-- Tell magic where to get the plugin from -->
- <magic:plugin
uri="artifact:plugin:dpml/lab/spells/axis/axis-plugin#SNAPSHOT"/>
+ <transit:plugin
uri="artifact:plugin:dpml/lab/spells/axis/axis-plugin#SNAPSHOT"/>

<!-- DON'T forget to include a xmlns attribute -->
<wsdl2java
@@ -51,7 +51,7 @@

<target name="java2wsdl">

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

<java2wsdl
xmlns="plugin:net/dpml/magic/axis"

Modified: development/laboratory/spells/axis/build.xml
==============================================================================
--- development/laboratory/spells/axis/build.xml (original)
+++ development/laboratory/spells/axis/build.xml Tue Feb 8 14:36:24
2005
@@ -4,14 +4,10 @@
name="axis-plugin"
default="install"
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"/>
-
- <target name="init" depends="standard.init">
- <x:filter feature="plugin" token="PLUGIN-URI"/>
- </target>
+ <transit:import uri="artifact:template:dpml/magic/standard"/>

<target name="package" depends="standard.package">
<x:export>

Modified: development/laboratory/spells/axis/index.xml
==============================================================================
--- development/laboratory/spells/axis/index.xml (original)
+++ development/laboratory/spells/axis/index.xml Tue Feb 8 14:36:24
2005
@@ -7,18 +7,6 @@

<resource>
<info>
- <group>ant</group>
- <name>ant-junit</name>
- <version>1.6.2</version>
- <type>jar</type>
- </info>
- <dependencies>
- <include key="junit"/>
- </dependencies>
- </resource>
-
- <resource>
- <info>
<name>axis</name>
<group>axis</group>
<version>1.2-RC2</version>



  • svn commit: r1757 - development/laboratory/spells/axis, mraad23, 02/08/2005

Archive powered by MHonArc 2.6.24.

Top of Page