[glassfish] 01/01: * UNRELEASED * Install POM and jar for Java Messaging Service (JMS).
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Wed Sep 24 16:00:34 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-2
in repository glassfish.
commit 2d26f658271c0a6be763b39966bef2bba5d7c9b4
Author: Torsten Werner <twerner at debian.org>
Date: Fri May 21 08:00:58 2010 +0000
* UNRELEASED
* Install POM and jar for Java Messaging Service (JMS).
---
debian/changelog | 7 +++++++
debian/jms.pom | 11 +++++++++++
debian/rules | 4 ++++
3 files changed, 22 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index ffeaef5..8cb1be4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+glassfish (1:2.1.1-b31-2) unstable; urgency=low
+
+ * UNRELEASED
+ * Install POM and jar for Java Messaging Service (JMS).
+
+ -- Torsten Werner <twerner at debian.org> Fri, 21 May 2010 09:51:10 +0200
+
glassfish (1:2.1.1-b31-1) unstable; urgency=low
* New upstream release
diff --git a/debian/jms.pom b/debian/jms.pom
new file mode 100644
index 0000000..afeb148
--- /dev/null
+++ b/debian/jms.pom
@@ -0,0 +1,11 @@
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>javax.jms</groupId>
+ <artifactId>jms</artifactId>
+ <version>1.1</version>
+ <name>Java Message Service</name>
+ <description>
+ The Java Message Service (JMS) API is a messaging standard that allows application components based on the Java 2 Platform, Enterprise Edition (J2EE) to create, send, receive, and read messages. It enables distributed communication that is loosely coupled, reliable, and asynchronous.
+ </description>
+ <url>https://glassfish.dev.java.net</url>
+</project>
diff --git a/debian/rules b/debian/rules
index dad0633..c8cd41f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -52,6 +52,10 @@ install/glassfish-javaee::
mh_installjar -pglassfish-javaee debian/poms/jpa.xml \
persistence-api/build/release/persistence-api.jar \
/usr/share/java/glassfish-jpa.jar
+ cd jms-api/build && jar cf jms.jar javax
+ mh_installpom -pglassfish-javaee debian/jms.pom
+ mh_installjar -pglassfish-javaee debian/jms.pom \
+ jms-api/build/jms.jar /usr/share/java/glassfish-jms.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