henning 2002/12/27 04:47:12
Modified: . project.properties
Log:
Turned maven.compile.deprecation off again.
Reason: Setting should be the same as compile.deprecation which is off.
Discussed this with Martin @ IRC. We explicitly advise people
to get their code to have no deprecation warnings when switching
to T2.3-dev (because of the removed classes) and this is not
possible if we leave this switch on (because Turbine itself uses
some deprecated classes).
Revision Changes Path
1.9 +1 -1 jakarta-turbine-2/project.properties
Index: project.properties
===================================================================
RCS file: /home/cvs/jakarta-turbine-2/project.properties,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- project.properties 13 Dec 2002 07:40:53 -0000 1.8
+++ project.properties 27 Dec 2002 12:47:12 -0000 1.9
@@ -13,7 +13,7 @@
compile.debug = on
compile.optimize = off
compile.deprecation = off
-maven.compile.deprecation = on
+maven.compile.deprecation = off
# -------------------------------------------------------------------
# C A C T U S T E S T P R O P E R T I E S
# -------------------------------------------------------------------
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>