Skip to Content.
Sympa Menu

notify-dpml - svn commit: r2835 - in development/main/transit: . core core/etc core/plugin util util/cli util/criteria util/etc util/exception

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: mcconnell AT dpml.net
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: svn commit: r2835 - in development/main/transit: . core core/etc core/plugin util util/cli util/criteria util/etc util/exception
  • Date: Mon, 13 Jun 2005 04:06:35 -0400

Author: mcconnell AT dpml.net
Date: Mon Jun 13 04:06:34 2005
New Revision: 2835

Removed:
development/main/transit/core/plugin/
development/main/transit/util/cli/
development/main/transit/util/criteria/
development/main/transit/util/exception/
Modified:
development/main/transit/build.xml
development/main/transit/core/build.xml
development/main/transit/core/etc/project.module
development/main/transit/util/build.xml
development/main/transit/util/etc/project.module
Log:
Removed redundant content.

Modified: development/main/transit/build.xml
==============================================================================
--- development/main/transit/build.xml (original)
+++ development/main/transit/build.xml Mon Jun 13 04:06:34 2005
@@ -34,11 +34,7 @@
<target name="prepare" depends="standard.prepare">
<ant dir="core/handler" inheritall="false"/>
<ant dir="core/tools" inheritall="false"/>
- <ant dir="util/exception" inheritall="false"/>
<ant dir="util/i18n" inheritall="false"/>
- <ant dir="util/criteria" inheritall="false"/>
- <ant dir="util/cli" inheritall="false"/>
- <ant dir="core/plugin" inheritall="false"/>
<ant dir="util" inheritall="false"/>
<ant dir="core" inheritall="false"/>
</target>
@@ -104,26 +100,13 @@
<mkdir dir="${local}/junit/jars"/>
<copy todir="${local}/dpml/util">
<fileset dir="${basedir}/util/target/deliverables"/>
- <fileset dir="${basedir}/util/cli/target/deliverables"/>
- <fileset dir="${basedir}/util/exception/target/deliverables"/>
- <fileset dir="${basedir}/util/criteria/target/deliverables"/>
<fileset dir="${basedir}/util/i18n/target/deliverables"/>
- <fileset dir="${basedir}/util/cli/target/deliverables"/>
</copy>
<mkdir dir="${local}/dpml/transit"/>
<copy todir="${local}/dpml/transit">
<fileset dir="${basedir}/core/target/deliverables"/>
<fileset dir="${basedir}/core/handler/target/deliverables"/>
<fileset dir="${basedir}/core/tools/target/deliverables"/>
- <fileset dir="${basedir}/core/plugin/target/deliverables"/>
- </copy>
-
- <!-- create the bin directory -->
- <property name="bin" value="${share}/bin"/>
- <echo>Adding scripts from ${bin}</echo>
- <mkdir dir="${bin}"/>
- <copy todir="${bin}">
- <fileset dir="${basedir}/core/plugin/target/bin"/>
</copy>

<!-- create the api doc directory -->
@@ -149,23 +132,6 @@
<target name="install" depends="standard.install">
<echo>

#----------------------------------------------------------------------------------
-# Updating DPML SYSTEM ${dpml.system}
-#----------------------------------------------------------------------------------
- </echo>
- <copy todir="${dpml.system}" preservelastmodified="true">
- <fileset dir="${share}">
- <include name="bin/**"/>
- </fileset>
- </copy>
- <chmod perm="755">
- <fileset dir="${dpml.system}/bin">
- <include name="**/*.sh"/>
- <include name="**/transit"/>
- </fileset>
- </chmod>
-
- <echo>
-#----------------------------------------------------------------------------------
# Updating DPML DATA ${dpml.data}

#----------------------------------------------------------------------------------
</echo>
@@ -214,15 +180,10 @@
<include name="NOTICE.TXT"/>
<include name="TRANSIT.TXT"/>
</zipfileset>
- <zipfileset dir="${share}/bin" prefix="Shared/bin">
- <include name="**/*.bat"/>
- <include name="**/security.properties"/>
- </zipfileset>
<zipfileset dir="${prefs}" prefix="Preferences"/>
<zipfileset dir="${bundle}/data" prefix="Data"/>
<zipfileset dir="${share}" prefix="Shared">
<include name="**/*"/>
- <exclude name="bin/**"/>
<exclude name="prefs/**"/>
<exclude name="data/**"/>
</zipfileset>
@@ -245,15 +206,7 @@
<target name="install.tar">
<echo message="Generating TAR dist"/>
<tar destfile="${dist}/${project.name}-linux-${project.version}.tar.gz"
compression="gzip" longfile="gnu">
- <tarfileset dir="${bin}" prefix="share/bin">
- <include name="security.policy"/>
- </tarfileset>
- <tarfileset dir="${bin}" prefix="share/bin" mode="755">
- <include name="*.sh"/>
- <include name="transit"/>
- </tarfileset>
<tarfileset dir="${bundle}">
- <exclude name="share/bin/**"/>
</tarfileset>
</tar>
<checksum fileext=".md5"
file="${dist}/${project.name}-linux-${project.version}.tar.gz"/>
@@ -291,7 +244,6 @@
<delete dir="util/i18n/target"/>
<delete dir="core/target"/>
<delete dir="core/handler/target"/>
- <delete dir="core/plugin/target"/>
<delete dir="core/tools/target"/>
</target>


Modified: development/main/transit/core/build.xml
==============================================================================
--- development/main/transit/core/build.xml (original)
+++ development/main/transit/core/build.xml Mon Jun 13 04:06:34 2005
@@ -88,10 +88,8 @@
</classpath>
<doctitle><![CDATA[<h1>${project.name} API, Build
${project.version}</h1>]]></doctitle>
<packageset dir="handler/target/build/main"/>
- <packageset dir="plugin/target/build/main"/>
<packageset dir="tools/target/build/main"/>
<fileset dir="handler/target/build/main"/>
- <fileset dir="plugin/target/build/main"/>
<fileset dir="tools/target/build/main"/>
<bottom><![CDATA[<i>Collective Work Copyright &#169; 2004-2005 The <a
href="http://www.dpml.net";>Digial Product Meta Library.</a> All Rights
Reserved.</i>]]></bottom>
<link offline="true" href="http://java.sun.com/j2se/1.4/docs/api";

Modified: development/main/transit/core/etc/project.module
==============================================================================
--- development/main/transit/core/etc/project.module (original)
+++ development/main/transit/core/etc/project.module Mon Jun 13 04:06:34
2005
@@ -48,23 +48,6 @@
</dependencies>
</resource>

- <resource key="dpml-transit-plugin">
- <info>
- <group>dpml/transit</group>
- <name>dpml-transit-plugin</name>
- <version>@PROJECT-VERSION@</version>
- <type>jar</type>
- </info>
- <dependencies>
- <include key="dpml-transit-main"/>
- <include key="dpml-util-criteria"/>
- <include key="dpml-util-i18n"/>
- <include key="dpml-util-exception"/>
- <include key="dpml-util-cli"/>
- <include key="commons-cli"/>
- </dependencies>
- </resource>
-
<resource>
<info>
<group>junit</group>

Modified: development/main/transit/util/build.xml
==============================================================================
--- development/main/transit/util/build.xml (original)
+++ development/main/transit/util/build.xml Mon Jun 13 04:06:34 2005
@@ -56,19 +56,11 @@
<mkdir dir="${api.dir}"/>
<javadoc overview="overview.html" destdir="${api.dir}" use="true">
<doctitle><![CDATA[<h1>${project.name} API, Build
${project.version}</h1>]]></doctitle>
- <packageset dir="cli/target/build/main"/>
- <packageset dir="criteria/target/build/main"/>
- <packageset dir="exception/target/build/main"/>
<packageset dir="i18n/target/build/main"/>
- <fileset dir="cli/target/build/main"/>
- <fileset dir="criteria/target/build/main"/>
- <fileset dir="exception/target/build/main"/>
<fileset dir="i18n/target/build/main"/>
<bottom><![CDATA[<i>Collective Work Copyright &#169; 2004-2005 The <a
href="http://www.dpml.net";>Digial Product Meta Library.</a> All Rights
Reserved.</i>]]></bottom>
<link offline="true" href="http://java.sun.com/j2se/1.4/docs/api";
packagelistloc="${home}/etc/jdk"/>
- <link offline="true" href="http://www.dpml.net/api/commons-cli/1.0";
- packagelistloc="${home}/etc/commons-cli"/>
<classpath>
<pathelement location="${dpml.cache}/${commons-cli.path}"/>
</classpath>

Modified: development/main/transit/util/etc/project.module
==============================================================================
--- development/main/transit/util/etc/project.module (original)
+++ development/main/transit/util/etc/project.module Mon Jun 13 04:06:34
2005
@@ -5,9 +5,6 @@
<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"/>
@@ -24,24 +21,6 @@

<!-- 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>
@@ -51,29 +30,6 @@
</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: r2835 - in development/main/transit: . core core/etc core/plugin util util/cli util/criteria util/etc util/exception, mcconnell, 06/13/2005

Archive powered by MHonArc 2.6.24.

Top of Page