jvanzyl 01/09/21 07:13:13
Modified: . build.properties build.xml
Log:
- cleaning up how profiles are handled, use the full name of the profile.
Revision Changes Path
1.16 +1 -1 jakarta-turbine-tdk/build.properties
Index: build.properties
===================================================================
RCS file: /home/cvs/jakarta-turbine-tdk/build.properties,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- build.properties 2001/09/21 14:09:54 1.15
+++ build.properties 2001/09/21 14:13:13 1.16
@@ -13,7 +13,7 @@
tdk.ancillary3.dir = ${tdk.share.dir}/ancillary/3
tdk.site = ${tdk.dist}/webapps/site
tdk.profileDirectory = ./profile
-tdk.defaultProfile = t2-tc4-hsqldb
+tdk.defaultProfile = t2-tc4-hsqldb.profile
# -------------------------------------------------------------------
# T U R B I N E P R O P E R T I E S
1.19 +1 -1 jakarta-turbine-tdk/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-tdk/build.xml,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- build.xml 2001/09/21 14:09:54 1.18
+++ build.xml 2001/09/21 14:13:13 1.19
@@ -5,7 +5,7 @@
<property file="${user.home}/build.properties" />
<property file="build.properties" />
- <property file="${tdk.profileDirectory}/${tdk.defaultProfile}.profile"/>
+ <property file="${tdk.profileDirectory}/${tdk.defaultProfile}"/>
<!-- ================================================================== -->
<!-- E N V I R O N M E N T -->
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]