Mailing List Archive

cvs commit: jakarta-lucene default.properties
carlson 2002/06/02 12:15:18

Modified: . default.properties
Log:
Updated files to reflect new 1.3-dev1 revision.

Revision Changes Path
1.5 +1 -1 jakarta-lucene/default.properties

Index: default.properties
===================================================================
RCS file: /home/cvs/jakarta-lucene/default.properties,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- default.properties 7 May 2002 18:07:43 -0000 1.4
+++ default.properties 2 Jun 2002 19:15:18 -0000 1.5
@@ -3,7 +3,7 @@
# ---------------------------------------------------------
name=lucene
Name=Lucene
-version=1.2-rc6-dev
+version=1.3-dev1
year=2000-2002
final.name=${name}-${version}
debug=off




--
To unsubscribe, e-mail: <mailto:lucene-dev-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:lucene-dev-help@jakarta.apache.org>
cvs commit: jakarta-lucene default.properties [ In reply to ]
carlson 2002/06/09 13:44:01

Modified: . default.properties
Log:
Fixed default.properties so that when built it uses build 1.2 vs. 1.3-dev1

Revision Changes Path
1.6 +1 -1 jakarta-lucene/default.properties

Index: default.properties
===================================================================
RCS file: /home/cvs/jakarta-lucene/default.properties,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- default.properties 2 Jun 2002 19:15:18 -0000 1.5
+++ default.properties 9 Jun 2002 20:44:01 -0000 1.6
@@ -3,7 +3,7 @@
# ---------------------------------------------------------
name=lucene
Name=Lucene
-version=1.3-dev1
+version=1.2
year=2000-2002
final.name=${name}-${version}
debug=off




--
To unsubscribe, e-mail: <mailto:lucene-dev-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:lucene-dev-help@jakarta.apache.org>
cvs commit: jakarta-lucene default.properties [ In reply to ]
carlson 2002/06/09 14:56:14

Modified: . default.properties
Log:
Chagned default.properties to reflect new 1.3-dev1 status for building nightly builds.

Revision Changes Path
1.7 +1 -1 jakarta-lucene/default.properties

Index: default.properties
===================================================================
RCS file: /home/cvs/jakarta-lucene/default.properties,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- default.properties 9 Jun 2002 20:44:01 -0000 1.6
+++ default.properties 9 Jun 2002 21:56:14 -0000 1.7
@@ -3,7 +3,7 @@
# ---------------------------------------------------------
name=lucene
Name=Lucene
-version=1.2
+version=1.3-dev1
year=2000-2002
final.name=${name}-${version}
debug=off




--
To unsubscribe, e-mail: <mailto:lucene-dev-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:lucene-dev-help@jakarta.apache.org>
cvs commit: jakarta-lucene default.properties [ In reply to ]
otis 2002/06/17 08:34:27

Modified: . default.properties
Log:
- Added a note about build.properties file.

Revision Changes Path
1.8 +7 -3 jakarta-lucene/default.properties

Index: default.properties
===================================================================
RCS file: /home/cvs/jakarta-lucene/default.properties,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- default.properties 9 Jun 2002 21:56:14 -0000 1.7
+++ default.properties 17 Jun 2002 15:34:27 -0000 1.8
@@ -1,6 +1,10 @@
-# ---------------------------------------------------------
-# L U C E N E B U I L D P R O P E R T I E S
-# ---------------------------------------------------------
+# -------------------------------------------------------------
+# D E F A U L T L U C E N E B U I L D P R O P E R T I E S
+# -------------------------------------------------------------
+#
+# DO NOT EDIT THIS FILE IN ORDER TO CUSTOMIZE BUILD PROPERTIES.
+# CREATE AND EDIT build.properties FILE INSTEAD.
+#
name=lucene
Name=Lucene
version=1.3-dev1




--
To unsubscribe, e-mail: <mailto:lucene-dev-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:lucene-dev-help@jakarta.apache.org>