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

Torsten Werner twerner at alioth.debian.org
Tue May 18 20:56:47 UTC 2010


Author: twerner
Date: 2010-05-18 20:56:47 +0000 (Tue, 18 May 2010)
New Revision: 12451

Modified:
   trunk/glassfish/debian/build.xml
   trunk/glassfish/debian/rules
Log:
add pom for jta.jar

Modified: trunk/glassfish/debian/build.xml
===================================================================
--- trunk/glassfish/debian/build.xml	2010-05-18 20:39:22 UTC (rev 12450)
+++ trunk/glassfish/debian/build.xml	2010-05-18 20:56:47 UTC (rev 12451)
@@ -48,7 +48,10 @@
     <ant dir="../activation" target="all"/>
     <ant dir="../mail" target="all"/>
     <ant dir="../deployment-api" target="all"/>
-    <ant dir="../transaction-api" target="all"/>
+    <ant dir="../transaction-api">
+      <target name="all"/>
+      <target name="jar"/>
+    </ant>
     <ant dir="../servlet-api" target="all"/>
     <ant dir="../jms-api" target="all"/>
     <ant dir="../ejb-api">
@@ -115,6 +118,15 @@
     </copy>
   </target>
 
+  <target name="jta-pom">
+    <property file="../transaction-api/build.properties"/>
+    <copy file="../transaction-api/transaction-api.pom" tofile="poms/jta.xml">
+      <filterset>
+	<filter token="VERSION" value="${release.version}"/>
+      </filterset>
+    </copy>
+  </target>
+
   <target name="activation-pom">
     <property file="../activation/build.properties"/>
     <copy file="../activation/activation.pom" tofile="poms/activation.xml">
@@ -128,6 +140,7 @@
     <antcall target="mail-pom" inheritAll="false"/>
     <antcall target="ejb-api-pom" inheritAll="false"/>
     <antcall target="jstl-pom" inheritAll="false"/>
+    <antcall target="jta-pom" inheritAll="false"/>
     <antcall target="activation-pom" inheritAll="false"/>
   </target>
 

Modified: trunk/glassfish/debian/rules
===================================================================
--- trunk/glassfish/debian/rules	2010-05-18 20:39:22 UTC (rev 12450)
+++ trunk/glassfish/debian/rules	2010-05-18 20:56:47 UTC (rev 12451)
@@ -44,6 +44,10 @@
 	mh_installjar -pglassfish-javaee debian/poms/jstl.xml \
 	  publish/glassfish/lib/appserv-jstl.jar \
 	  /usr/share/java/glassfish-appserv-jstl.jar
+	mh_installpom -pglassfish-javaee debian/poms/jta.xml
+	mh_installjar -pglassfish-javaee debian/poms/jta.xml \
+	  transaction-api/build/release/jta.jar \
+	  /usr/share/java/glassfish-jta.jar
 
 install/glassfish-activation::
 	mh_installpom -pglassfish-activation debian/poms/activation.xml




More information about the pkg-java-commits mailing list