Skip to Content.
Sympa Menu

notify-dpml - svn commit: r2607 - in development/main/test: . unit/simple

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: mcconnell AT dpml.net
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: svn commit: r2607 - in development/main/test: . unit/simple
  • Date: Thu, 19 May 2005 00:45:24 +0000

Author: mcconnell AT dpml.net
Date: Thu May 19 00:45:21 2005
New Revision: 2607

Modified:
development/main/test/index.xml
development/main/test/unit/simple/build.xml
Log:


Modified: development/main/test/index.xml
==============================================================================
--- development/main/test/index.xml (original)
+++ development/main/test/index.xml Thu May 19 00:45:21 2005
@@ -45,7 +45,7 @@
<project basedir="unit/simple">
<info>
<group>dpml/test</group>
- <name>dpml-test-unit-acme</name>
+ <name>dpml-test-simple-unit</name>
<types>
<type>test</type>
</types>

Modified: development/main/test/unit/simple/build.xml
==============================================================================
--- development/main/test/unit/simple/build.xml (original)
+++ development/main/test/unit/simple/build.xml Thu May 19 00:45:21 2005
@@ -1,13 +1,12 @@
<?xml version="1.0" encoding="UTF-8" ?>

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

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

<target name="build" depends="standard.build">
-
<!--
Simple component test part.
This is a simple component with no dependencies. It is used
@@ -18,7 +17,6 @@
The DefaultWidget component class accesses this via the Context
constructor value and uses it to calculate a size.
-->
-
<component dest="target/test/acme-simple.part"
xmlns="plugin:dpml/composition/dpml-composition-builder"
type="net.dpml.test.acme.WidgetComponent"
@@ -37,7 +35,10 @@
</value>
</context>
</component>
+ </target>

+ <target name="install" depends="test">
+ <!-- disable artifact publicaton -->
</target>

</project>



  • svn commit: r2607 - in development/main/test: . unit/simple, mcconnell, 05/18/2005

Archive powered by MHonArc 2.6.24.

Top of Page