Skip to Content.
Sympa Menu

notify-dpml - r931 - in trunk/main: . depot/tools/convert metro/test

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: r931 - in trunk/main: . depot/tools/convert metro/test
  • Date: Tue, 17 Jan 2006 03:32:36 +0100

Author: mcconnell
Date: 2006-01-17 03:32:18 +0100 (Tue, 17 Jan 2006)
New Revision: 931

Modified:
trunk/main/build.xml
trunk/main/depot/tools/convert/
trunk/main/metro/test/build.xml
Log:
correct context test directive

Modified: trunk/main/build.xml
===================================================================
--- trunk/main/build.xml 2006-01-16 19:50:58 UTC (rev 930)
+++ trunk/main/build.xml 2006-01-17 02:32:18 UTC (rev 931)
@@ -291,5 +291,3 @@
</target>

</project>
-
-


Property changes on: trunk/main/depot/tools/convert
___________________________________________________________________
Name: svn:ignore
+ target


Modified: trunk/main/metro/test/build.xml
===================================================================
--- trunk/main/metro/test/build.xml 2006-01-16 19:50:58 UTC (rev 930)
+++ trunk/main/metro/test/build.xml 2006-01-17 02:32:18 UTC (rev 931)
@@ -24,6 +24,14 @@

<transit:import uri="local:template:dpml/tools/standard"/>

+ <target name="prepare" depends="standard.prepare">
+ <x:plugin uri="link:plugin:dpml/depot/dpml-depot-j2h">
+ <task name="convert" class="de.java2html.anttasks.Java2HtmlTask"/>
+ </x:plugin>
+ <convert srcdir="target/build/main" destdir="target/reports/src"/>
+ <convert srcdir="target/build/test" destdir="target/reports/src"/>
+ </target>
+
<target name="build" depends="standard.build">

<rmic base="${project.target.classes.main.dir}"
classpathref="project.compile.path">
@@ -83,9 +91,9 @@
type="net.dpml.test.ExampleComponent" name="transient"
collection="SOFT" lifestyle="transient">
<context>
<entry key="color">
- <value class="float" value="100"/>
- <value class="float" value="200"/>
- <value class="float" value="0"/>
+ <value class="int" value="100"/>
+ <value class="int" value="200"/>
+ <value class="int" value="0"/>
</entry>
</context>
</c:component>




  • r931 - in trunk/main: . depot/tools/convert metro/test, mcconnell at BerliOS, 01/16/2006

Archive powered by MHonArc 2.6.24.

Top of Page