ozeigermann 2004/07/15 04:53:24
Modified: webdavclient build.xml
Added: webdavclient build.properties.sample
Log:
Included external properties in build.xml and made JBoss deploy dir configurable in
build.properties
Revision Changes Path
1.15 +5 -2 jakarta-slide/webdavclient/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-slide/webdavclient/build.xml,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- build.xml 13 Jul 2004 14:13:16 -0000 1.14
+++ build.xml 15 Jul 2004 11:53:24 -0000 1.15
@@ -1,5 +1,10 @@
<project name="Slide-WebDAV-Clientlib" default="all" basedir=".">
<!-- =================================================================== -->
+ <!-- Load build.properties -->
+ <!-- =================================================================== -->
+ <property file="build.properties"/>
+ <property file="${user.home}/build.properties"/>
+ <!-- =================================================================== -->
<!-- Compiler Options -->
<!-- =================================================================== -->
<!-- Should Java compilations set the 'debug' compiler option? -->
@@ -23,8 +28,6 @@
<property name="jca.rar.name" value="webdav-${version}.rar"/>
<property name="archive.src.name"
value="${project}-webdavclient-src-${version}"/>
<property name="archive.bin.name"
value="${project}-webdavclient-bin-${version}"/>
- <!-- XXX / TODO: Should really be in build.properties -->
- <property name="jboss.deploy.dir"
value="E:/Programme/jboss-3.2.3/server/default/deploy"/>
<!-- =================================================================== -->
<!-- Build Properties -->
<!-- =================================================================== -->
1.1 jakarta-slide/webdavclient/build.properties.sample
Index: build.properties.sample
===================================================================
# -------------------------------------------------------------------
# build.properties.sample
#
# This is an example "build.properties" file, used to customize
# building Jakarta Slide WebDAV client for your local environment.
# Make any changes you need, and rename this file to
# "build.properties"
#
# $Id: build.properties.sample,v 1.21 2004/05/26 09:07:35 ozeigermann Exp $
# -------------------------------------------------------------------
# -------------------------------------------------------------------
# CONFIGURATION OPTIONS
# -------------------------------------------------------------------
# ----- Compile Control Flags -----
compile.debug=on
compile.deprecation=on
compile.optimize=on
build.compiler=modern
# -------------------------------------------------------------------
# EXTERNAL DEPENDENCIES
# -------------------------------------------------------------------
jboss.deploy.dir=E:/Programme/jboss-3.2.3/server/default/deploy
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]