Craig, are you working on the mailreader app too? I'll hold off on my changes if you're fixing it.

--
James Mitchell
Software Engineer / Open Source Evangelist
Consulting / Mentoring / Freelance
EdgeTech, Inc.
http://www.edgetechservices.net/
678.910.8017
AIM:   jmitchtx
Yahoo: jmitchtx
MSN:   [EMAIL PROTECTED]
Skype: callto://jmitchtx





On Oct 30, 2005, at 9:23 PM, [EMAIL PROTECTED] wrote:

Author: craigmcc
Date: Sun Oct 30 18:22:58 2005
New Revision: 329708

URL: http://svn.apache.org/viewcvs?rev=329708&view=rev
Log:
Add a new dependency -- a snapshot of the "MailReader DAO" module (in
the "apps" subdirectory).  This is in preparation for building a Shale
version of MailReader.

Modified:
    struts/shale/trunk/build.xml
    struts/shale/trunk/default.properties

Modified: struts/shale/trunk/build.xml
URL: http://svn.apache.org/viewcvs/struts/shale/trunk/build.xml? rev=329708&r1=329707&r2=329708&view=diff ====================================================================== ========
--- struts/shale/trunk/build.xml (original)
+++ struts/shale/trunk/build.xml Sun Oct 30 18:22:58 2005
@@ -245,6 +245,14 @@
     <fileset    refid="spring-web.libs"/>
   </path>

+  <fileset         id="struts-mailreader-dao.libs"
+                  dir="${lib.dir}/struts-mailreader-dao">
+    <include     name="*.jar"/>
+  </fileset>
+  <path            id="struts-mailreader-dao.path">
+    <fileset    refid="struts-mailreader-dao.libs"/>
+  </path>
+
   <fileset         id="taglibrarydoc.libs"
                   dir="${lib.dir}/taglibrarydoc">
     <include     name="*.jar"/>
@@ -551,6 +559,11 @@
          ignoreerrors="true"
src="${maven.repo}/springframework/jars/spring- webmvc-1.2.2.jar"
          usetimestamp="true"/>
+
+    <mkdir        dir="${lib.dir}/struts-mailreader-dao"/>
+ <get dest="${lib.dir}/struts-mailreader-dao/struts- mailreader-dao.jar"
+         ignoreerrors="true"
+ src="http://cvs.apache.org/repository/struts/ jars/struts-mailreader-dao-SNAPSHOT.jar"/>

     <mkdir        dir="${lib.dir}/taglibrarydoc"/>
     <get         dest="${lib.dir}/taglibrarydoc/taglibrarydoc.jar"

Modified: struts/shale/trunk/default.properties
URL: http://svn.apache.org/viewcvs/struts/shale/trunk/ default.properties?rev=329708&r1=329707&r2=329708&view=diff ====================================================================== ========
--- struts/shale/trunk/default.properties (original)
+++ struts/shale/trunk/default.properties Sun Oct 30 18:22:58 2005
@@ -100,5 +100,6 @@
 spring-support.jar=${lib.dir}/springframework/spring-support.jar
 spring-web.jar=${lib.dir}/springframework/spring-web.jar
 spring-webmvc.jar=${lib.dir}/springframework/spring-webmvc.jar
+struts-mailreader-dao.jar=${lib.dir}/struts-mailreader-dao/struts- mailreader-dao.jar
 taglibrarydoc.jar=${lib.dir}/taglibrarydoc/taglibrarydoc.jar
 tiles.jar=${lib.dir}/tiles/tiles-core.jar



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to