Author: bago
Date: Sat May 10 09:26:37 2008
New Revision: 655125
URL: http://svn.apache.org/viewvc?rev=655125&view=rev
Log:
ORO is no more needed as a depedency because we now use java regex.
Modified:
james/jsieve/trunk/LICENSE.txt
james/jsieve/trunk/build.xml
james/jsieve/trunk/include.properties
Modified: james/jsieve/trunk/LICENSE.txt
URL:
http://svn.apache.org/viewvc/james/jsieve/trunk/LICENSE.txt?rev=655125&r1=655124&r2=655125&view=diff
==============================================================================
--- james/jsieve/trunk/LICENSE.txt (original)
+++ james/jsieve/trunk/LICENSE.txt Sat May 10 09:26:37 2008
@@ -404,8 +404,6 @@
The Apache Software License, Version 1.1 (commons-logging-1.0.3.jar)
Apache Commons Collections,
The Apache Software License, Version 1.1
(commons-collections-2.1.jar)
- Apache ORO,
- The Apache Software License, Version 1.1 (oro-2.0.8.jar)
The Apache Software License, Version 1.1
Modified: james/jsieve/trunk/build.xml
URL:
http://svn.apache.org/viewvc/james/jsieve/trunk/build.xml?rev=655125&r1=655124&r2=655125&view=diff
==============================================================================
--- james/jsieve/trunk/build.xml (original)
+++ james/jsieve/trunk/build.xml Sat May 10 09:26:37 2008
@@ -46,7 +46,6 @@
<pathelement location="${commons-collections.jar}"/>
<pathelement location="${commons-beanutils.jar}"/>
<pathelement location="${commons-logging.jar}"/>
- <pathelement location="${jakarta-oro.jar}"/>
<pathelement location="${log4j.jar}"/>
<pathelement location="${junit.jar}"/>
<pathelement path="${java.class.path}" />
@@ -357,7 +356,6 @@
<copy todir="${dist.dir}/lib" file="${commons-collections.jar}"/>
<copy todir="${dist.dir}/lib" file="${commons-beanutils.jar}"/>
<copy todir="${dist.dir}/lib" file="${commons-logging.jar}"/>
- <copy todir="${dist.dir}/lib" file="${jakarta-oro.jar}"/>
<copy todir="${dist.dir}/lib" file="${log4j.jar}"/>
<copy todir="${dist.dir}/lib" file="${junit.jar}"/>
Modified: james/jsieve/trunk/include.properties
URL:
http://svn.apache.org/viewvc/james/jsieve/trunk/include.properties?rev=655125&r1=655124&r2=655125&view=diff
==============================================================================
--- james/jsieve/trunk/include.properties (original)
+++ james/jsieve/trunk/include.properties Sat May 10 09:26:37 2008
@@ -46,9 +46,6 @@
commons-beanutils.jar=${lib.dir}/commons-beanutils/jars/commons-beanutils-1.7.0.jar
commons-logging.jar=${lib.dir}/commons-logging/jars/commons-logging-1.0.3.jar
-# ----- Jakarta ORO -----
-jakarta-oro.jar=${lib.dir}/oro/jars/oro-2.0.8.jar
-
# ----- Log4J -----
log4j.jar=${lib.dir}/log4j/jars/log4j-1.2.14.jar
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]