[Bedework-commit] bedework r3290 - in trunk: build build/buildTools docs

svnadmin at bedework.org svnadmin at bedework.org
Fri Jul 15 16:04:59 EDT 2011


Author: douglm
Date: 2011-07-15 16:04:58 -0400 (Fri, 15 Jul 2011)
New Revision: 3290

Added:
   trunk/docs/.~lock.CalWs-SOAP.odt#
   trunk/docs/CalWs-SOAP.odt
   trunk/docs/CalWs-SOAP.pdf
Modified:
   trunk/build/buildTools/deftasks.xml
   trunk/build/bw-deployutil-3.7.jar
Log:
Many changes to CalWs-SOAP 

A few changes to the build to better handle changes to dependent projects

Added CalWs-SOAP spec to docs for the moment

Modified: trunk/build/buildTools/deftasks.xml
===================================================================
--- trunk/build/buildTools/deftasks.xml	2011-07-06 14:42:20 UTC (rev 3289)
+++ trunk/build/buildTools/deftasks.xml	2011-07-15 20:04:58 UTC (rev 3290)
@@ -6,7 +6,7 @@
      Authors: Mike Douglass   douglm rpi.edu
 -->
 
-<project name="do.deftasks" basedir="." default="">
+<project name="doDeftasks" basedir="." default="">
   <macrodef name="deftasks">
     <sequential>
       <path id="build.cp">
@@ -42,6 +42,16 @@
     </sequential>
   </macrodef>
   
+  <macrodef name="execProject">
+    <attribute name="project"/>
+    <attribute name="target"/>
+	  <sequential>
+	    <ant antfile="${bedework.home}/../@{project}/build.xml" 
+	         inheritall="false"
+	         target="@{target}" />
+	  </sequential>
+	</macrodef>
+    
   <macrodef name="projectDefs">
     <attribute name="name"/>
     <attribute name="version"/>

Modified: trunk/build/bw-deployutil-3.7.jar
===================================================================
(Binary files differ)

Added: trunk/docs/.~lock.CalWs-SOAP.odt#
===================================================================
--- trunk/docs/.~lock.CalWs-SOAP.odt#	                        (rev 0)
+++ trunk/docs/.~lock.CalWs-SOAP.odt#	2011-07-15 20:04:58 UTC (rev 3290)
@@ -0,0 +1 @@
+Mike Douglass,douglm,douglm-laptop,15.07.2011 11:10,file:///home/douglm/.libreoffice/3;
\ No newline at end of file

Added: trunk/docs/CalWs-SOAP.odt
===================================================================
(Binary files differ)


Property changes on: trunk/docs/CalWs-SOAP.odt
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: trunk/docs/CalWs-SOAP.pdf
===================================================================
(Binary files differ)


Property changes on: trunk/docs/CalWs-SOAP.pdf
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream



More information about the Bedework-commit mailing list