Skip to Content.
Sympa Menu

notify-dpml - svn commit: r1683 - in development/main/home: . util/etc

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: r1683 - in development/main/home: . util/etc
  • Date: Tue, 01 Feb 2005 11:18:23 +0100

Author: mcconnell
Date: Tue Feb 1 11:18:23 2005
New Revision: 1683

Added:
development/main/home/TODO.TXT
development/main/home/util/etc/project.module
Modified:
development/main/home/build.xml
Log:


Added: development/main/home/TODO.TXT
==============================================================================

Modified: development/main/home/build.xml
==============================================================================
--- development/main/home/build.xml (original)
+++ development/main/home/build.xml Tue Feb 1 11:18:23 2005
@@ -84,6 +84,31 @@
</target>

<target name="dist" depends="bundle">
+ <property name="dist" location="${basedir}/target/dist"/>
+ <mkdir dir="${dist}"/>
+ <zip destfile="${dist}/${project.name}-${project.version}.zip"
whenempty="create">
+ <zipfileset dir="${work}/bin" prefix="bin">
+ <include name="*.bat"/>
+ <include name="security.policy"/>
+ </zipfileset>
+ <zipfileset dir="${work}">
+ <include name="**/*"/>
+ <exclude name="bin/**"/>
+ </zipfileset>
+ </zip>
+
+ <tar destfile="${dist}/${project.name}-${project.version}.tar.gz"
compression="gzip" longfile="gnu">
+ <tarfileset dir="${work}/bin" prefix="bin">
+ <include name="*.sh"/>
+ <include name="security.policy"/>
+ <include name="transit"/>
+ </tarfileset>
+ <tarfileset dir="${work}">
+ <include name="**/*"/>
+ <exclude name="bin/**"/>
+ </tarfileset>
+ </tar>
+
<!--
<x:dist compression="gzip">
<fileset dir="${work}">

Added: development/main/home/util/etc/project.module
==============================================================================
--- (empty file)
+++ development/main/home/util/etc/project.module Tue Feb 1 11:18:23
2005
@@ -0,0 +1,79 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+
+<module uri="artifact:module:dpml/util/dpml-util#@PROJECT-VERSION@">
+
+ <header>
+ <publisher name="The Digital Product Meta Library"/>
+ <packages>
+ <package name="net.dpml.exception"/>
+ <package name="net.dpml.criteria"/>
+ <package name="net.dpml.cli"/>
+ <package name="net.dpml.i18n"/>
+ </packages>
+ <home href="http://www.dpml.net"/>
+ <docs href="http://www.dpml.net"/>
+ <legal>
+ <license href="http://www.dpml.net/central/about/legal/license.html"/>
+ <notice href="http://www.dpml.net/central/about/legal/notice.html"/>
+ </legal>
+ <svn href="http://paris.dpml.net/svn/main/unit"/>
+ <repository href="http://www.dpml.net"/>
+ </header>
+
+ <resources>
+
+ <!-- module resources -->
+
+ <resource key="dpml-util-criteria">
+ <info>
+ <group>dpml/util</group>
+ <name>dpml-util-criteria</name>
+ <version>@PROJECT-VERSION@</version>
+ <type>jar</type>
+ </info>
+ </resource>
+
+ <resource key="dpml-util-exception">
+ <info>
+ <group>dpml/util</group>
+ <name>dpml-util-exception</name>
+ <version>@PROJECT-VERSION@</version>
+ <type>jar</type>
+ </info>
+ </resource>
+
+ <resource key="dpml-util-i18n">
+ <info>
+ <group>dpml/util</group>
+ <name>dpml-util-i18n</name>
+ <version>@PROJECT-VERSION@</version>
+ <type>jar</type>
+ </info>
+ </resource>
+
+ <resource key="dpml-util-cli">
+ <info>
+ <group>dpml/util</group>
+ <name>dpml-util-cli</name>
+ <version>@PROJECT-VERSION@</version>
+ <type>jar</type>
+ </info>
+ <dependencies>
+ <include key="commons-cli"/>
+ </dependencies>
+ </resource>
+
+ <!-- referenced resources -->
+
+ <resource key="commons-cli">
+ <info>
+ <group>commons-cli</group>
+ <name>commons-cli</name>
+ <version>1.0</version>
+ <type>jar</type>
+ </info>
+ </resource>
+
+ </resources>
+
+</module>



  • svn commit: r1683 - in development/main/home: . util/etc, mcconnell, 02/01/2005

Archive powered by MHonArc 2.6.24.

Top of Page