[Bedework-commit] calendarapi r1443 - trunk

svnadmin at bedework.org svnadmin at bedework.org
Wed Feb 16 15:13:32 EST 2011


Author: douglm
Date: 2011-02-16 15:13:31 -0500 (Wed, 16 Feb 2011)
New Revision: 1443

Modified:
   trunk/build.xml
Log:
Fixed a build bug that caused a build failure after a clean.
Removed a lot of copying of files. There's now a definition of exactly which libraries are needed for the ears. This allows us to be more specific about which jars get loaded

Removed some geronimo stuff added a while back. It was all out of date.


Modified: trunk/build.xml
===================================================================
--- trunk/build.xml	2011-02-16 20:13:21 UTC (rev 1442)
+++ trunk/build.xml	2011-02-16 20:13:31 UTC (rev 1443)
@@ -124,6 +124,7 @@
     <build-jar module-base="${org.bedework.annotations.base}" 
                jar-file="${annotations.jar}" />
     
+    <mkdir dir="${org.bedework.aptgen.base}" />
     <outofdate>
       <sourcefiles>
         <fileset dir="${org.bedework.calfacade.base}/src">



More information about the Bedework-commit mailing list