[glassfish] 37/40: add pom for jstl.jar

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Wed Sep 24 16:00:31 UTC 2014


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to annotated tag debian/1%3A2.1.1-b31-1
in repository glassfish.

commit 25463e5c5343c42a642fd656daccf991a1e699ad
Author: Torsten Werner <twerner at debian.org>
Date:   Tue May 18 20:39:22 2010 +0000

    add pom for jstl.jar
---
 debian/build.xml                | 10 ++++++++++
 debian/glassfish-javaee.install |  1 -
 debian/rules                    |  4 ++++
 3 files changed, 14 insertions(+), 1 deletion(-)

diff --git a/debian/build.xml b/debian/build.xml
index 3607ceb..32497e4 100644
--- a/debian/build.xml
+++ b/debian/build.xml
@@ -106,6 +106,15 @@
     </copy>
   </target>
 
+  <target name="jstl-pom">
+    <property file="../appserv-jstl/build.properties"/>
+    <copy file="../appserv-jstl/jstl.pom" tofile="poms/jstl.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">
@@ -118,6 +127,7 @@
   <target name="pom" depends="jar" description="update all POMs">
     <antcall target="mail-pom" inheritAll="false"/>
     <antcall target="ejb-api-pom" inheritAll="false"/>
+    <antcall target="jstl-pom" inheritAll="false"/>
     <antcall target="activation-pom" inheritAll="false"/>
   </target>
 
diff --git a/debian/glassfish-javaee.install b/debian/glassfish-javaee.install
index 04c9b52..469e307 100644
--- a/debian/glassfish-javaee.install
+++ b/debian/glassfish-javaee.install
@@ -1,2 +1 @@
 debian/tmp/usr/share/java/glassfish-javaee*
-debian/tmp/usr/share/java/glassfish-appserv-jstl*
diff --git a/debian/rules b/debian/rules
index 9e5ad55..fa60c1a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -40,6 +40,10 @@ install/glassfish-javaee::
 	mh_installjar -pglassfish-javaee debian/poms/ejb-api.xml \
 	  ejb-api/build/release/ejb-api.jar \
 	  /usr/share/java/glassfish-ejb-api.jar
+	mh_installpom -pglassfish-javaee debian/poms/jstl.xml
+	mh_installjar -pglassfish-javaee debian/poms/jstl.xml \
+	  publish/glassfish/lib/appserv-jstl.jar \
+	  /usr/share/java/glassfish-appserv-jstl.jar
 
 install/glassfish-activation::
 	mh_installpom -pglassfish-activation debian/poms/activation.xml

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/glassfish.git



More information about the pkg-java-commits mailing list