notify-dpml AT lists.ibiblio.org
Subject: DPML Notify
List archive
svn commit: r2652 - in development/main/depot: . prefs prefs/src prefs/src/main prefs/src/main/net prefs/src/main/net/dpml prefs/src/main/net/dpml/depot
- From: mcconnell AT dpml.net
- To: notify-dpml AT lists.ibiblio.org
- Subject: svn commit: r2652 - in development/main/depot: . prefs prefs/src prefs/src/main prefs/src/main/net prefs/src/main/net/dpml prefs/src/main/net/dpml/depot
- Date: Sun, 22 May 2005 02:25:47 +0000
Author: mcconnell AT dpml.net
Date: Sun May 22 02:25:43 2005
New Revision: 2652
Added:
development/main/depot/prefs/
development/main/depot/prefs/build.xml
development/main/depot/prefs/src/
development/main/depot/prefs/src/main/
development/main/depot/prefs/src/main/net/
development/main/depot/prefs/src/main/net/dpml/
development/main/depot/prefs/src/main/net/dpml/depot/
Modified:
development/main/depot/index.xml
Log:
Separate station from prefs.
Modified: development/main/depot/index.xml
==============================================================================
--- development/main/depot/index.xml (original)
+++ development/main/depot/index.xml Sun May 22 02:25:43 2005
@@ -31,6 +31,22 @@
<type>jar</type>
</types>
</info>
+ <dependencies>
+ <include key="dpml-transit-main"/>
+ </dependencies>
+ </project>
+
+ <project basedir="prefs">
+ <info>
+ <group>dpml/depot</group>
+ <name>dpml-depot-prefs</name>
+ <types>
+ <type>jar</type>
+ </types>
+ </info>
+ <dependencies>
+ <include key="dpml-depot-console"/>
+ </dependencies>
</project>
<project basedir="station">
Added: development/main/depot/prefs/build.xml
==============================================================================
--- (empty file)
+++ development/main/depot/prefs/build.xml Sun May 22 02:25:43 2005
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+
+<project name="dpml-depot-prefs" default="install" basedir="."
+ xmlns:transit="antlib:net.dpml.transit"
+ xmlns:x="plugin:dpml/magic/dpml-magic-core" >
+
+ <transit:import uri="artifact:template:dpml/magic/standard"/>
+
+ <target name="install" depends="standard.install">
+ <echo>
+#----------------------------------------------------------------------------------
+# Updating DPML DATA ${dpml.data}/lib
+#----------------------------------------------------------------------------------
+ </echo>
+ <property name="lib" location="${dpml.data}/lib"/>
+ <mkdir dir="${lib}"/>
+ <copy toDir="${lib}" preservelastmodified="true" overwrite="true">
+ <fileset dir="${basedir}/target/deliverables/jars">
+ <include name="${project.filename}"/>
+ <include name="${project.filename}.md5"/>
+ <include name="${project.filename}.asc"/>
+ </fileset>
+ </copy>
+ </target>
+
+</project>
- svn commit: r2652 - in development/main/depot: . prefs prefs/src prefs/src/main prefs/src/main/net prefs/src/main/net/dpml prefs/src/main/net/dpml/depot, mcconnell, 05/21/2005
Archive powered by MHonArc 2.6.24.