Skip to Content.
Sympa Menu

notify-dpml - svn commit: r1245 - development/laboratory/central/site

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: dleangen AT netcompartner.com
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: svn commit: r1245 - development/laboratory/central/site
  • Date: Sat, 18 Dec 2004 11:46:09 +0100

Author: dleangen
Date: Sat Dec 18 11:46:09 2004
New Revision: 1245

Modified:
development/laboratory/central/site/build.xml
Log:
Updated build file to work with new version of Magic.


Modified: development/laboratory/central/site/build.xml
==============================================================================
--- development/laboratory/central/site/build.xml (original)
+++ development/laboratory/central/site/build.xml Sat Dec 18 11:46:09
2004
@@ -1,84 +1,85 @@
<?xml version="1.0" encoding="UTF-8" ?>

<project name="dpml-central-site-lab" default="update" basedir="."
- xmlns:transit="antlib:net.dpml.transit" xmlns:x="antlib:net.dpml.magic"
- xmlns:p="antlib:net.dpml.magic.publish">
+ xmlns:magic="antlib:net.dpml.magic"
+ xmlns:x="plugin:dpml/magic/dpml-magic-core" >
+
+ <magic:import uri="artifact:template:dpml/magic/standard"/>

- <transit:init/>
- <import file="${dpml.templates}/standard.xml"/>
-
<target name="init" depends="standard.init">
- <x:filter key="dpml-metro-main" feature="version"
+ <x:filter key="dpml-metro-main" feature="version"
token="RUNTIME-VERSION"/>
- <x:filter key="dpml-logging-api" feature="spec"
+ <x:filter key="dpml-logging-api" feature="spec"
token="LOGGING-API-SPEC"/>
- <x:filter key="dpml-activity-api" feature="spec"
+ <x:filter key="dpml-activity-api" feature="spec"
token="ACTIVITY-API-SPEC"/>
- <x:filter key="dpml-configuration-api" feature="spec"
+ <x:filter key="dpml-configuration-api" feature="spec"
token="CONFIGURATION-API-SPEC"/>
- <x:filter key="dpml-tutorial-context-custom" feature="spec"
+ <x:filter key="dpml-tutorial-context-custom" feature="spec"
token="TUTORIAL-CONTEXT-CUSTOM-SPEC"/>
- <x:filter key="dpml-tutorial-context-casting" feature="spec"
+ <x:filter key="dpml-tutorial-context-casting" feature="spec"
token="TUTORIAL-CONTEXT-CASTING-SPEC"/>
- <x:filter key="dpml-tutorial-location-api" feature="spec"
+ <x:filter key="dpml-tutorial-location-api" feature="spec"
token="TUTORIAL-LOCATION-API-SPEC"/>
- <x:filter key="dpml-tutorial-location-impl" feature="spec"
+ <x:filter key="dpml-tutorial-location-impl" feature="spec"
token="TUTORIAL-LOCATION-IMPL-SPEC"/>
- <x:filter key="dpml-tutorial-publisher-api" feature="spec"
+ <x:filter key="dpml-tutorial-publisher-api" feature="spec"
token="TUTORIAL-PUBLISHER-API-SPEC"/>
- <x:filter key="dpml-tutorial-publisher-impl" feature="spec"
+ <x:filter key="dpml-tutorial-publisher-impl" feature="spec"
token="TUTORIAL-PUBLISHER-IMPL-SPEC"/>
- <x:filter key="dpml-context-api" feature="spec"
+ <x:filter key="dpml-context-api" feature="spec"
token="CONTEXT-API-SPEC"/>
- <x:filter key="dpml-service-api" feature="spec"
+ <x:filter key="dpml-service-api" feature="spec"
token="SERVICE-API-SPEC"/>
- <x:filter key="dpml-tutorial-hello" feature="spec"
+ <x:filter key="dpml-tutorial-hello" feature="spec"
token="TUTORIAL-HELLO-SPEC"/>
- <x:filter key="dpml-system-impl" feature="plugin"
+ <x:filter key="dpml-system-impl" feature="plugin"
token="SYSTEM-PLUGIN-URI"/>
- <x:filter key="dpml-composition-impl" feature="plugin"
+ <x:filter key="dpml-composition-impl" feature="plugin"
token="COMPOSITION-PLUGIN-URI"/>
- <x:filter key="dpml-logging-logkit-impl" feature="plugin"
+ <x:filter key="dpml-logging-logkit-impl" feature="plugin"
token="LOGGING-LOGKIT-PLUGIN-URI"/>
- <x:filter key="dpml-logging-log4j" feature="plugin"
+ <x:filter key="dpml-logging-log4j" feature="plugin"
token="LOGGING-LOG4J-PLUGIN-URI"/>
- <x:filter key="dpml-activation-impl" feature="plugin"
+ <x:filter key="dpml-activation-impl" feature="plugin"
token="RUNTIME-PLUGIN-URI"/>
- <x:filter key="dpml-activation-avalon-provider" feature="plugin"
+ <x:filter key="dpml-activation-avalon-provider" feature="plugin"
token="AVALON-RUNTIME-PLUGIN-URI"/>
- <x:filter key="dpml-activation-metro-provider" feature="plugin"
+ <x:filter key="dpml-activation-metro-provider" feature="plugin"
token="METRO-RUNTIME-PLUGIN-URI"/>
- <x:filter key="dpml-metro-main" feature="plugin"
+ <x:filter key="dpml-metro-main" feature="plugin"
token="METRO-PLUGIN-URI"/>
- <x:filter key="dpml-transit" feature="docs"
+ <x:filter key="dpml-transit" feature="api"
token="TRANSIT-DOCS-PATH"/>
- <x:filter key="dpml-magic" feature="docs"
+ <x:filter key="dpml-magic" feature="api"
token="MAGIC-DOCS-PATH"/>
- <x:filter key="dpml-metro-public" feature="docs"
+ <x:filter key="dpml-metro-public" feature="api"
token="METRO-PUBLIC-DOCS-PATH"/>
- <x:filter key="dpml-metro-protected" feature="docs"
+ <x:filter key="dpml-metro-protected" feature="api"
token="METRO-PROTECTED-DOCS-PATH"/>
- <x:filter key="dpml-metro-private" feature="docs"
+ <x:filter key="dpml-metro-private" feature="api"
token="METRO-PRIVATE-DOCS-PATH"/>
- <x:filter key="dpml-metro-tools" feature="docs"
+ <x:filter key="dpml-metro-tools" feature="api"
token="METRO-TOOLS-DOCS-PATH"/>
+ <x:filter key="dpml-magic-core" feature="plugin"
+ token="MAGIC-CORE-PLUGIN-URI"/>
</target>

<target name="javadoc" depends="prepare"/>

- <target name="doc" depends="prepare">
+ <target name="docs" depends="prepare">
<x:property name="spec" feature="plugin" key="dpml-magic-doc"/>
- <transit:plugin uri="${spec}">
+ <magic:plugin uri="${spec}">
<task class="net.dpml.magic.doc.DocTask" name="docs"/>
- </transit:plugin>
+ </magic:plugin>
<docs/>
</target>

- <target name="update" depends="doc">
- <p:publish path="central-lab"/>
+ <target name="update" depends="docs">
+ <publish xmlns="plugin:dpml/magic/dpml-magic-publish" path="central"/>
</target>

- <target name="install" depends="doc"/>
+ <target name="install" depends="docs"/>

</project>




  • svn commit: r1245 - development/laboratory/central/site, dleangen, 12/18/2004

Archive powered by MHonArc 2.6.24.

Top of Page