[pkg-eucalyptus-commits] r321 - mule/trunk/debian

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Thu Aug 7 11:21:40 UTC 2014


Author: ebourg-guest
Date: 2014-08-07 11:21:40 +0000 (Thu, 07 Aug 2014)
New Revision: 321

Modified:
   mule/trunk/debian/changelog
   mule/trunk/debian/control
   mule/trunk/debian/rules
Log:
Switched to the Servlet API 3.0



Modified: mule/trunk/debian/changelog
===================================================================
--- mule/trunk/debian/changelog	2014-08-07 11:16:47 UTC (rev 320)
+++ mule/trunk/debian/changelog	2014-08-07 11:21:40 UTC (rev 321)
@@ -4,6 +4,7 @@
   * Removed the dependency on backport-util-concurrent
   * The build now stops on compilation failures
   * Fixed the compatibility with libcommons-beanutils-java 1.9.x
+  * Switched to the Servlet API 3.0
   * debian/control:
     - Removed the JRE dependency on libmule-java-2.0
     - Removed the non existent build dependency on libjetty6-java

Modified: mule/trunk/debian/control
===================================================================
--- mule/trunk/debian/control	2014-08-07 11:16:47 UTC (rev 320)
+++ mule/trunk/debian/control	2014-08-07 11:21:40 UTC (rev 321)
@@ -26,7 +26,7 @@
  libcommons-lang-java,
  libcommons-pool-java,
  libdom4j-java,
- libservlet2.5-java,
+ libservlet3.0-java,
  libgeronimo-ejb-3.0-spec-java,
  libgeronimo-interceptor-3.0-spec-java,
  libgeronimo-j2ee-connector-1.5-spec-java,

Modified: mule/trunk/debian/rules
===================================================================
--- mule/trunk/debian/rules	2014-08-07 11:16:47 UTC (rev 320)
+++ mule/trunk/debian/rules	2014-08-07 11:21:40 UTC (rev 321)
@@ -19,7 +19,7 @@
 	echo "'lib$(DEB_SOURCE_PACKAGE)-java-$(DEB_UPSTREAM_VERSION_SHORT)'"
 
 #                        
-DEB_JARS             := groovy quartz /usr/share/java/geronimo-jms_1.1_spec.jar jaxrpc commons-net2 axis aopalliance commons-beanutils commons-cli commons-collections3 commons-httpclient commons-io commons-jxpath commons-logging commons-lang commons-pool dom4j geronimo-j2ee-connector-1.5-spec jaxen.jar jug-asl log4j-1.2 geronimo-ejb-3.0-spec geronimo-jta-1.0.1b-spec jboss-transaction maven-artifact-manager mx4j ognl servlet-2.3 spring3-beans spring3-core spring3-web spring3-context spring3-jdbc spring3-transaction-3.x xstream mx4j-tools mx4j-remote wrapper
+DEB_JARS             := groovy quartz /usr/share/java/geronimo-jms_1.1_spec.jar jaxrpc commons-net2 axis aopalliance commons-beanutils commons-cli commons-collections3 commons-httpclient commons-io commons-jxpath commons-logging commons-lang commons-pool dom4j geronimo-j2ee-connector-1.5-spec jaxen.jar jug-asl log4j-1.2 geronimo-ejb-3.0-spec geronimo-jta-1.0.1b-spec jboss-transaction maven-artifact-manager mx4j ognl servlet-api-3.0 spring3-beans spring3-core spring3-web spring3-context spring3-jdbc spring3-transaction-3.x xstream mx4j-tools mx4j-remote wrapper
 
 binary-post-install/lib$(DEB_SOURCE_PACKAGE)-java-$(DEB_UPSTREAM_VERSION_SHORT)::
 	for n in core \




More information about the pkg-eucalyptus-commits mailing list