Author: rahul
Date: Fri Aug 11 21:25:22 2006
New Revision: 430968
URL: http://svn.apache.org/viewvc?rev=430968&view=rev
Log:
The ant build file is self-sufficient.
Modified:
jakarta/commons/proper/jexl/trunk/build.properties.sample
Modified: jakarta/commons/proper/jexl/trunk/build.properties.sample
URL:
http://svn.apache.org/viewvc/jakarta/commons/proper/jexl/trunk/build.properties.sample?rev=430968&r1=430967&r2=430968&view=diff
==============================================================================
--- jakarta/commons/proper/jexl/trunk/build.properties.sample (original)
+++ jakarta/commons/proper/jexl/trunk/build.properties.sample Fri Aug 11
21:25:22 2006
@@ -1,20 +1,20 @@
-# junit.jar
-# http://www.junit.org/
-junit.jar=lib/junit-3.7.jar
+# Copyright 2006 The Apache Software Foundation
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
-# jakarta-commons-logging.jar
-# http://jakarta.apache.org/commons/
-logging.jar=lib/commons-logging.jar
-
-# Jakarta Velocity
-# http://jakarta.apache.org/velocity/
-# must be >= 1.4-dev
-velocity.jar=lib/velocity-dep-1.4-dev.jar
-
-# Jakarta Velocity DVSL
-# http://jakarta.apache.org/velocity/dvsl/
-dvsl.jar=lib/velocity-dvsl-0.43.jar
-
-# dom4j
-# http://www.dom4j.org/
-dom4j.jar = lib/dom4j.jar
+# The ant script is mostly self-sufficient as it fetches the
+# dependencies it needs.
+#
+# Commons JEXL dependency information is here:
+#
+# http://jakarta.apache.org/commons/jexl/dependencies.html
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]