Skip to Content.
Sympa Menu

notify-dpml - r1665 - trunk/tutorials/tooling/complex/plugin

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: mcconnell at BerliOS <mcconnell AT mail.berlios.de>
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: r1665 - trunk/tutorials/tooling/complex/plugin
  • Date: Tue, 25 Jul 2006 11:49:04 +0200

Author: mcconnell
Date: 2006-07-25 11:49:03 +0200 (Tue, 25 Jul 2006)
New Revision: 1665

Added:
trunk/tutorials/tooling/complex/plugin/build.xml
Modified:
trunk/tutorials/tooling/complex/plugin/
Log:
remove target


Property changes on: trunk/tutorials/tooling/complex/plugin
___________________________________________________________________
Name: svn:ignore
+ target


Added: trunk/tutorials/tooling/complex/plugin/build.xml
===================================================================
--- trunk/tutorials/tooling/complex/plugin/build.xml 2006-07-25 09:48:27
UTC (rev 1664)
+++ trunk/tutorials/tooling/complex/plugin/build.xml 2006-07-25 09:49:03
UTC (rev 1665)
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+
+<project xmlns:transit="antlib:net.dpml.transit"
+ xmlns:x="dpml:depot">
+
+ <transit:import uri="local:template:dpml/tools/standard"/>
+
+ <target name="prepare" depends="standard.prepare">
+ <x:plugin uri="link:part:dpml/depot/dpml-depot-convert">
+ <task name="convert" class="de.java2html.anttasks.Java2HtmlTask"/>
+ </x:plugin>
+ <convert srcdir="api/target/build/main" destdir="target/reports/src"/>
+ <convert srcdir="impl/target/build/main" destdir="target/reports/src"/>
+ <convert srcdir="impl/target/build/test" destdir="target/reports/src"/>
+ </target>
+
+</project>




  • r1665 - trunk/tutorials/tooling/complex/plugin, mcconnell at BerliOS, 07/25/2006

Archive powered by MHonArc 2.6.24.

Top of Page