Skip to Content.
Sympa Menu

notify-dpml - svn commit: r2065 - in development/laboratory/plus: . standard/builder/src/main/net/dpml/metro/builder/impl test/execution

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: r2065 - in development/laboratory/plus: . standard/builder/src/main/net/dpml/metro/builder/impl test/execution
  • Date: Mon, 14 Mar 2005 12:15:00 -0500

Author: mcconnell AT dpml.net
Date: Mon Mar 14 12:15:00 2005
New Revision: 2065

Modified:
development/laboratory/plus/index.xml

development/laboratory/plus/standard/builder/src/main/net/dpml/metro/builder/impl/ComponentModelBuilderTask.java
development/laboratory/plus/test/execution/build.xml
Log:


Modified: development/laboratory/plus/index.xml
==============================================================================
--- development/laboratory/plus/index.xml (original)
+++ development/laboratory/plus/index.xml Mon Mar 14 12:15:00 2005
@@ -124,7 +124,7 @@
</info>
<dependencies>
<include key="dpml-metro-part-api" tag="api"/>
- <include key="dpml-metro-model-api" tag="api"/>
+ <include key="dpml-metro-model-api"/>
<include key="dpml-metro-builder-api"/>
<include key="dpml-transit-tools"/>
<include key="dpml-magic-core"/>

Modified:
development/laboratory/plus/standard/builder/src/main/net/dpml/metro/builder/impl/ComponentModelBuilderTask.java
==============================================================================
---
development/laboratory/plus/standard/builder/src/main/net/dpml/metro/builder/impl/ComponentModelBuilderTask.java
(original)
+++
development/laboratory/plus/standard/builder/src/main/net/dpml/metro/builder/impl/ComponentModelBuilderTask.java
Mon Mar 14 12:15:00 2005
@@ -90,14 +90,14 @@
}

/**
- * Set the registry that the part type is declared within. If not defined
+ * Set the registry uri that the part type is declared within. If not
defined
* the value will default to an enclosing registry uri. If the task is
* not executing within the scope of an enclosing registry element then
* an exception will be thrown during task part handling.
*
* @param uri the catalog uri
*/
- public void setRegistry( final URI uri )
+ public void setUri( final URI uri )
{
m_registry = uri;
}

Modified: development/laboratory/plus/test/execution/build.xml
==============================================================================
--- development/laboratory/plus/test/execution/build.xml (original)
+++ development/laboratory/plus/test/execution/build.xml Mon Mar 14
12:15:00 2005
@@ -8,12 +8,12 @@

<target name="init" depends="standard.init">
<filter token="XPATH"
value="target/deliverables/parts/${project.filename}"/>
+ <x:property key="dpml-test-hello-impl" feature="uri" type="registry"
name="hello.registry"/>
</target>

<target name="package" depends="standard.package">
- <x:property key="dpml-test-hello-impl" feature="uri" type="registry"
name="hello.uri"/>
<component xmlns="plugin:dpml/metro/dpml-metro-builder-impl"
- class="net.dpml.test.hello.impl.HelloComponent"
registry="${hello.uri}">
+ class="net.dpml.test.hello.impl.HelloComponent"
uri="${hello.registry}">
<parts>
<component class="net.dpml.test.hello.impl.DefaultOutputHandler"
key="OutputHandler"/>
</parts>



  • svn commit: r2065 - in development/laboratory/plus: . standard/builder/src/main/net/dpml/metro/builder/impl test/execution, mcconnell, 03/14/2005

Archive powered by MHonArc 2.6.24.

Top of Page