[Bedework-commit] bedework r1917 - in trunk: . build/quickstart
svnadmin at bedework.org
svnadmin at bedework.org
Thu Aug 14 00:41:05 EDT 2008
Author: douglm
Date: 2008-08-14 00:41:01 -0400 (Thu, 14 Aug 2008)
New Revision: 1917
Modified:
trunk/build.xml
trunk/build/quickstart/build.xml
trunk/build/quickstart/run-dir.xml
Log:
Move directory tool ru targats into dir build file
Modified: trunk/build/quickstart/build.xml
===================================================================
--- trunk/build/quickstart/build.xml 2008-08-11 05:21:31 UTC (rev 1916)
+++ trunk/build/quickstart/build.xml 2008-08-14 04:41:01 UTC (rev 1917)
@@ -227,32 +227,4 @@
<ant antfile="${bedework.build.file}" inheritrefs="true"
target="javadoc" />
</target>
-
- <!-- =================================================================
- Build and run the directory tools
- ================================================================= -->
-
- <target name="initDir" depends="init"
- description="Build and run directory init">
- <ant antfile="${bedework.build.file}" inheritrefs="true"
- target="initDir" />
- </target>
-
- <target name="addUser" depends="init"
- description="Build and run directory tools to add a user">
- <ant antfile="${bedework.build.file}" inheritrefs="true"
- target="addUser" />
- </target>
-
- <target name="addGroup" depends="init"
- description="Build and run directory tools to add a group">
- <ant antfile="${bedework.build.file}" inheritall="false"
- target="addGroup" />
- </target>
-
- <target name="addGroupMember" depends="init"
- description="Build and run directory tools to add a group member">
- <ant antfile="${bedework.build.file}" inheritall="false"
- target="addGroupMember" />
- </target>
</project>
Modified: trunk/build/quickstart/run-dir.xml
===================================================================
--- trunk/build/quickstart/run-dir.xml 2008-08-11 05:21:31 UTC (rev 1916)
+++ trunk/build/quickstart/run-dir.xml 2008-08-14 04:41:01 UTC (rev 1917)
@@ -19,7 +19,7 @@
</target>
<!-- =================================================================
- The "hsqldb" target starts the hsqldb server
+ The "dirstart" target starts the directory server
================================================================= -->
<target name="dirstart" depends="run.init"
@@ -55,6 +55,34 @@
</target>
<!-- =================================================================
+ Build and run the directory tools
+ ================================================================= -->
+
+ <target name="initDir" depends="run.init"
+ description="Build and run directory init">
+ <ant antfile="${bedework.build.file}" inheritrefs="true"
+ target="initDir" />
+ </target>
+
+ <target name="addUser" depends="run.init"
+ description="Build and run directory tools to add a user">
+ <ant antfile="${bedework.build.file}" inheritrefs="true"
+ target="addUser" />
+ </target>
+
+ <target name="addGroup" depends="run.init"
+ description="Build and run directory tools to add a group">
+ <ant antfile="${bedework.build.file}" inheritall="false"
+ target="addGroup" />
+ </target>
+
+ <target name="addGroupMember" depends="run.init"
+ description="Build and run directory tools to add a group member">
+ <ant antfile="${bedework.build.file}" inheritall="false"
+ target="addGroupMember" />
+ </target>
+
+ <!-- =================================================================
The "dirclient" target runs the directory server client which
provides a gui interface to the running directory.
================================================================= -->
Modified: trunk/build.xml
===================================================================
--- trunk/build.xml 2008-08-11 05:21:31 UTC (rev 1916)
+++ trunk/build.xml 2008-08-14 04:41:01 UTC (rev 1917)
@@ -385,8 +385,7 @@
</target>
<!-- =================================================================
- Targets to build sub-projects. Each sub-project generates a libapi
- directory which contains the public api for that project.
+ Targets to build sub-projects.
================================================================= -->
<!-- .................................................................
More information about the Bedework-commit
mailing list