You are viewing a plain text version of this content. The canonical link for it is here.
Posted to taglibs-dev@jakarta.apache.org by ba...@apache.org on 2006/10/25 03:03:34 UTC

svn commit: r467529 - /jakarta/taglibs/trunks-proper/build.properties.sample

Author: bayard
Date: Tue Oct 24 18:03:34 2006
New Revision: 467529

URL: http://svn.apache.org/viewvc?view=rev&rev=467529
Log:
commons-logging was declared twice

Modified:
    jakarta/taglibs/trunks-proper/build.properties.sample

Modified: jakarta/taglibs/trunks-proper/build.properties.sample
URL: http://svn.apache.org/viewvc/jakarta/taglibs/trunks-proper/build.properties.sample?view=diff&rev=467529&r1=467528&r2=467529
==============================================================================
--- jakarta/taglibs/trunks-proper/build.properties.sample (original)
+++ jakarta/taglibs/trunks-proper/build.properties.sample Tue Oct 24 18:03:34 2006
@@ -69,16 +69,6 @@
 # (won't compile with J2SE 1.4.1_02 xalan.jar) 
 #xalan.jar=
 
-# log v1.0 requires the log4j-core API.
-# xtags also requires log4j-core.
-# http://jakarta.apache.org/log4j/docs/download.html
-# Uncomment the below and set the path to the log4j-core.jar file.
-# for log v1.0
-#log4j-core.jar= 
-
-# Beyond log v1.0, the commons-logging jar is needed instead.
-commons-logging.jar=${base.dir}/../commons-logging/commons-logging.jar
-
 # Both the xsl and xtags taglibs require xalan as their XSL API.
 # http://xml.apache.org/xalan
 # Uncomment the below and set the path to the xalan.jar
@@ -167,9 +157,20 @@
 # string requires the commons-lang API
 commons-lang.jar=${base.dir}/../commons-lang/commons-lang.jar
 
+# log v1.0 requires the log4j-core API.
+# xtags also requires log4j-core.
+# http://jakarta.apache.org/log4j/docs/download.html
+# Uncomment the below and set the path to the log4j-core.jar file.
+# for log v1.0
+#log4j-core.jar= 
+
+# Beyond log v1.0, the commons-logging jar is needed instead.
+# The RDC Taglib also requires this. 
+commons-logging.jar=${base.dir}/../commons-logging/commons-logging.jar
+
 # RDC requires the commons-el (1.0), commons logging API (1.0.4) and Commons SCXML (0.5)
+# See above for commons-logging
 commons-el.jar=${base.dir}/../commons-el/commons-el.jar
-commons-logging.jar=${base.dir}/../commons-logging/commons-logging.jar
 commons-scxml.jar=${base.dir}/../commons-scxml/commons-scxml.jar
 
 # Taglibs such as the RDC Taglib and Cache Taglib require



---------------------------------------------------------------------
To unsubscribe, e-mail: taglibs-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: taglibs-dev-help@jakarta.apache.org