[pkg-java] r12449 - trunk/glassfish/debian
Torsten Werner
twerner at alioth.debian.org
Tue May 18 20:27:08 UTC 2010
Author: twerner
Date: 2010-05-18 20:27:04 +0000 (Tue, 18 May 2010)
New Revision: 12449
Removed:
trunk/glassfish/debian/glassfish-activation.install
Modified:
trunk/glassfish/debian/build.xml
trunk/glassfish/debian/rules
Log:
add pom for activation.jar
Modified: trunk/glassfish/debian/build.xml
===================================================================
--- trunk/glassfish/debian/build.xml 2010-05-18 20:19:36 UTC (rev 12448)
+++ trunk/glassfish/debian/build.xml 2010-05-18 20:27:04 UTC (rev 12449)
@@ -106,9 +106,19 @@
</copy>
</target>
+ <target name="activation-pom">
+ <property file="../activation/build.properties"/>
+ <copy file="../activation/activation.pom" tofile="poms/activation.xml">
+ <filterset>
+ <filter token="VERSION" value="${release.version}"/>
+ </filterset>
+ </copy>
+ </target>
+
<target name="pom" depends="jar" description="update all POMs">
<antcall target="mail-pom" inheritAll="false"/>
<antcall target="ejb-api-pom" inheritAll="false"/>
+ <antcall target="activation-pom" inheritAll="false"/>
</target>
</project>
Deleted: trunk/glassfish/debian/glassfish-activation.install
===================================================================
--- trunk/glassfish/debian/glassfish-activation.install 2010-05-18 20:19:36 UTC (rev 12448)
+++ trunk/glassfish/debian/glassfish-activation.install 2010-05-18 20:27:04 UTC (rev 12449)
@@ -1 +0,0 @@
-debian/tmp/usr/share/java/glassfish-activation*
Modified: trunk/glassfish/debian/rules
===================================================================
--- trunk/glassfish/debian/rules 2010-05-18 20:19:36 UTC (rev 12448)
+++ trunk/glassfish/debian/rules 2010-05-18 20:27:04 UTC (rev 12449)
@@ -41,5 +41,11 @@
ejb-api/build/release/ejb-api.jar \
/usr/share/java/glassfish-ejb-api.jar
+install/glassfish-activation::
+ mh_installpom -pglassfish-activation debian/poms/activation.xml
+ mh_installjar -pglassfish-activation debian/poms/activation.xml \
+ publish/glassfish/lib/activation.jar \
+ /usr/share/java/glassfish-activation.jar
+
get-orig-source:
uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download
More information about the pkg-java-commits
mailing list