[pkg-java] r5126 - trunk/glassfish/debian

twerner at alioth.debian.org twerner at alioth.debian.org
Tue Dec 18 10:57:00 UTC 2007


Author: twerner
Date: 2007-12-18 10:57:00 +0000 (Tue, 18 Dec 2007)
New Revision: 5126

Modified:
   trunk/glassfish/debian/build.xml
   trunk/glassfish/debian/changelog
Log:
Build directory servlet-api to make javaee more complete.

Modified: trunk/glassfish/debian/build.xml
===================================================================
--- trunk/glassfish/debian/build.xml	2007-12-18 08:04:25 UTC (rev 5125)
+++ trunk/glassfish/debian/build.xml	2007-12-18 10:57:00 UTC (rev 5126)
@@ -49,7 +49,7 @@
     <ant dir="../mail" target="all"/>
     <ant dir="../deployment-api" target="all"/>
     <ant dir="../transaction-api" target="all"/>
-    <!-- <ant dir="../servlet-api" target="all"/> -->
+    <ant dir="../servlet-api" target="all"/>
     <ant dir="../jms-api" target="all"/>
     <ant dir="../ejb-api">
       <target name="all"/>

Modified: trunk/glassfish/debian/changelog
===================================================================
--- trunk/glassfish/debian/changelog	2007-12-18 08:04:25 UTC (rev 5125)
+++ trunk/glassfish/debian/changelog	2007-12-18 10:57:00 UTC (rev 5126)
@@ -1,3 +1,9 @@
+glassfish (2+b58g-3) unstable; urgency=low
+
+  * Build directory servlet-api to make javaee more complete.
+
+ -- Torsten Werner <twerner at debian.org>  Tue, 18 Dec 2007 11:55:57 +0100
+
 glassfish (2+b58g-2) unstable; urgency=low
 
   * glassfish-javaee: Build and install ejb-api too.




More information about the pkg-java-commits mailing list