Skip to Content.
Sympa Menu

notify-dpml - svn commit: r1686 - in development/main/home: . transit transit/handler transit/plugin util

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: mcconnell AT netcompartner.com
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: svn commit: r1686 - in development/main/home: . transit transit/handler transit/plugin util
  • Date: Tue, 01 Feb 2005 11:56:07 +0100

Author: mcconnell
Date: Tue Feb 1 11:56:06 2005
New Revision: 1686

Modified:
development/main/home/standard.xml
development/main/home/transit/build.xml
development/main/home/transit/handler/build.xml
development/main/home/transit/plugin/build.xml
development/main/home/util/build.xml
Log:
add the MD5s

Modified: development/main/home/standard.xml
==============================================================================
--- development/main/home/standard.xml (original)
+++ development/main/home/standard.xml Tue Feb 1 11:56:06 2005
@@ -232,6 +232,7 @@
<jar destfile="${target.deliverables.jars.dir}/${project.filename}"
basedir="${target.classes.dir}"
includes="**/*.class,**/*.xml,**/*.properties"/>
+ <checksum fileext=".md5"
file="${target.deliverables.jars.dir}/${project.filename}"/>
</target>

<!--

Modified: development/main/home/transit/build.xml
==============================================================================
--- development/main/home/transit/build.xml (original)
+++ development/main/home/transit/build.xml Tue Feb 1 11:56:06 2005
@@ -30,8 +30,11 @@

<target name="package" depends="standard.package">
<mkdir dir="${basedir}/target/deliverables/modules"/>
+ <property name="module.file"
+
location="${basedir}/target/deliverables/modules/dpml-transit-${project.version}.module"/>
<move file="${basedir}/target/project.module"
-
tofile="${basedir}/target/deliverables/modules/dpml-transit-${project.version}.module"/>
+ tofile="${module.file}"/>
+ <checksum fileext=".md5" file="${module.file}"/>
</target>

</project>

Modified: development/main/home/transit/handler/build.xml
==============================================================================
--- development/main/home/transit/handler/build.xml (original)
+++ development/main/home/transit/handler/build.xml Tue Feb 1 11:56:06
2005
@@ -47,6 +47,7 @@
<attribute name="Main-Class" value="${project.jar.main.class}"/>
</manifest>
</jar>
+ <checksum fileext=".md5"
file="${target.deliverables.jars.dir}/${project.filename}"/>
</target>

<!--

Modified: development/main/home/transit/plugin/build.xml
==============================================================================
--- development/main/home/transit/plugin/build.xml (original)
+++ development/main/home/transit/plugin/build.xml Tue Feb 1 11:56:06
2005
@@ -42,7 +42,6 @@
</target>

<target name="setup-path" depends="init">
- <echo>$$$$$$$$$$$$$$$</echo>
<property name="dpml.cache" value="${dpml.home}/cache"/>
<echo>CACHE: ${dpml.cache}</echo>
<path id="project.main.path">
@@ -54,7 +53,6 @@
<pathelement
location="${dpml.cache}/commons-cli/jars/commons-cli-1.0.jar"/>
<pathelement location="${target.classes.dir}"/>
</path>
-
</target>

<target name="prepare" depends="setup-path,standard.prepare">
@@ -67,13 +65,13 @@

<target name="build" depends="standard.build">

- <echo>#####################</echo>
<pathconvert pathsep=", " property="thepath" refid="project.main.path"/>
<echo>PATH: ${thepath}</echo>

<property name="plugins"
location="${basedir}/target/deliverables/plugins"/>
+ <property name="plugin.file"
location="${plugins}/dpml-transit-plugin-${project.version}.plugin"/>
<mkdir dir="${plugins}"/>
-<echo file="${plugins}/dpml-transit-plugin-${project.version}.plugin">
+<echo file="${plugin.file}">
#
# Specification classifier.
#
@@ -108,6 +106,7 @@
# EOF.
#
</echo>
+ <checksum fileext=".md5" file="${plugin.file}"/>
</target>

</project>

Modified: development/main/home/util/build.xml
==============================================================================
--- development/main/home/util/build.xml (original)
+++ development/main/home/util/build.xml Tue Feb 1 11:56:06 2005
@@ -30,8 +30,11 @@

<target name="package" depends="standard.package">
<mkdir dir="${basedir}/target/deliverables/modules"/>
+ <property name="module.file"
+
location="${basedir}/target/deliverables/modules/dpml-util-${project.version}.module"/>
<move file="${basedir}/target/project.module"
-
tofile="${basedir}/target/deliverables/modules/dpml-util-${project.version}.module"/>
+ tofile="${module.file}"/>
+ <checksum fileext=".md5" file="${module.file}"/>
</target>

</project>



  • svn commit: r1686 - in development/main/home: . transit transit/handler transit/plugin util, mcconnell, 02/01/2005

Archive powered by MHonArc 2.6.24.

Top of Page