Update blocks to include filtered artifact specs.
Steve.
Index: etc/test/playground.xml
===================================================================
--- etc/test/playground.xml (revision 46322)
+++ etc/test/playground.xml (working copy)
@@ -9,7 +9,7 @@
<classloader>
<classpath>
- <artifact>artifact:jar:avalon/test/avalon-test-playground</artifact>
+ <artifact>@PLAYGROUND-SPEC@</artifact>
</classpath>
</classloader>
Index: etc/test/secure.xml
===================================================================
--- etc/test/secure.xml (revision 46322)
+++ etc/test/secure.xml (working copy)
@@ -7,7 +7,7 @@
<classloader>
<classpath>
- <artifact>artifact:jar:avalon/test/avalon-test-components</artifact>
+ <artifact>@TEST-COMPONENTS-SPEC@</artifact>
</classpath>
<grant>
<permission class="java.util.PropertyPermission" name="java.*" >
Index: build.xml
===================================================================
--- build.xml (revision 46322)
+++ build.xml (working copy)
@@ -11,6 +11,10 @@
<target name="init" depends="standard.init">
<x:filter key="avalon-logging-logkit-impl" feature="uri"
token="AVALON-LOGGING-LOGKIT-SPEC"/>
+ <x:filter key="avalon-test-components" feature="uri"
+ token="TEST-COMPONENTS-SPEC"/>
+ <x:filter key="avalon-test-playground" feature="uri"
+ token="PLAYGROUND-SPEC"/>
</target>
<target name="package" depends="standard.package">
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]