Skip to Content.
Sympa Menu

notify-dpml - r1686 - in trunk: central/site main tutorials tutorials/tooling

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: r1686 - in trunk: central/site main tutorials tutorials/tooling
  • Date: Wed, 26 Jul 2006 18:56:05 +0200

Author: mcconnell
Date: 2006-07-26 18:56:01 +0200 (Wed, 26 Jul 2006)
New Revision: 1686

Added:
trunk/tutorials/tooling/index.xml
Modified:
trunk/central/site/build.xml
trunk/main/bootstrap.xml
trunk/main/build.xml
trunk/tutorials/module.xml
Log:
housekeeping around the bootstrap procedure and tutorials

Modified: trunk/central/site/build.xml
===================================================================
--- trunk/central/site/build.xml 2006-07-26 16:12:49 UTC (rev 1685)
+++ trunk/central/site/build.xml 2006-07-26 16:56:01 UTC (rev 1686)
@@ -28,6 +28,7 @@
</copy>
<copy toDir="${dpml.data}/dist">
<fileset dir="${basedir}/target/dist">
+ <include name="${docs.filename}"/>
<include name="${docs.filename}.*"/>
</fileset>
</copy>

Modified: trunk/main/bootstrap.xml
===================================================================
--- trunk/main/bootstrap.xml 2006-07-26 16:12:49 UTC (rev 1685)
+++ trunk/main/bootstrap.xml 2006-07-26 16:56:01 UTC (rev 1686)
@@ -177,7 +177,7 @@
<property name="target.deliverables.dir"
location="${target.dir}/deliverables"/>
<property name="target.deliverables.jars.dir"
location="${target.deliverables.dir}/jars"/>

- <target name="setupReleasePrefix" if="signature.declared">
+ <target name="setupReleasePrefix" if="decimal.declared">
<property name="project.prefix" value="${build.decimal}-"/>
</target>


Modified: trunk/main/build.xml
===================================================================
--- trunk/main/build.xml 2006-07-26 16:12:49 UTC (rev 1685)
+++ trunk/main/build.xml 2006-07-26 16:56:01 UTC (rev 1686)
@@ -60,6 +60,7 @@
<target name="replication" depends="prepare">
<property name="share.local" location="${share}/local"/>
<x:replicate self="true" verbose="false" toDir="${share.local}"
layout="modern"/>
+ <!--<x:replicate toDir="${share.local}" layout="modern" ref="junit"/>-->
</target>

<target name="nsis" depends="bundle,replicate" if="nsis.available">

Modified: trunk/tutorials/module.xml
===================================================================
--- trunk/tutorials/module.xml 2006-07-26 16:12:49 UTC (rev 1685)
+++ trunk/tutorials/module.xml 2006-07-26 16:56:01 UTC (rev 1686)
@@ -7,8 +7,9 @@
</build>
</dependencies>

+ <!--
<module file="tooling/module.xml"/>
<module file="components/module.xml"/>
+ -->

-
</module>
\ No newline at end of file

Added: trunk/tutorials/tooling/index.xml
===================================================================
--- trunk/tutorials/tooling/index.xml 2006-07-26 16:12:49 UTC (rev 1685)
+++ trunk/tutorials/tooling/index.xml 2006-07-26 16:56:01 UTC (rev 1686)
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<index xmlns="link:xsd:dpml/lang/dpml-module#1.0">
+
+ <imports>
+ <import uri="link:module:dpml"/>
+ </imports>
+
+ <module name="dpmlx/tutorials/tooling">
+
+ <dependencies>
+ <build>
+ <include ref="dpml"/>
+ </build>
+ </dependencies>
+
+ </module>
+
+</index>
\ No newline at end of file




  • r1686 - in trunk: central/site main tutorials tutorials/tooling, mcconnell at BerliOS, 07/26/2006

Archive powered by MHonArc 2.6.24.

Top of Page