Author: twerner
Date: 2011-09-12 11:14:29 +0000 (Mon, 12 Sep 2011)
New Revision: 14851

Added:
   trunk/asm3/debian/poms/asm-all.pom
   trunk/asm3/debian/poms/asm-debug-all.pom
Modified:
   trunk/asm3/debian/changelog
   trunk/asm3/debian/poms/asm-analysis.pom
   trunk/asm3/debian/poms/asm-commons.pom
   trunk/asm3/debian/poms/asm-parent.pom
   trunk/asm3/debian/poms/asm-tree.pom
   trunk/asm3/debian/poms/asm-util.pom
   trunk/asm3/debian/poms/asm-xml.pom
   trunk/asm3/debian/poms/asm.pom
   trunk/asm3/debian/rules
Log:
* Team upload.
* Update POM files to version 3.3.1 and add missing files.

Modified: trunk/asm3/debian/changelog
===================================================================
--- trunk/asm3/debian/changelog 2011-09-11 21:55:35 UTC (rev 14850)
+++ trunk/asm3/debian/changelog 2011-09-12 11:14:29 UTC (rev 14851)
@@ -1,3 +1,10 @@
+asm3 (3.3.1-2) unstable; urgency=low
+
+  * Team upload.
+  * Update POM files to version 3.3.1 and add missing files.
+
+ -- Torsten Werner <twer...@debian.org>  Mon, 12 Sep 2011 13:06:05 +0200
+
 asm3 (3.3.1-1) unstable; urgency=low
 
   [ Paul Tagliamonte ]

Added: trunk/asm3/debian/poms/asm-all.pom
===================================================================
--- trunk/asm3/debian/poms/asm-all.pom                          (rev 0)
+++ trunk/asm3/debian/poms/asm-all.pom  2011-09-12 11:14:29 UTC (rev 14851)
@@ -0,0 +1,15 @@
+<project>
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>asm</groupId>
+    <artifactId>asm-parent</artifactId>
+    <version>3.3.1</version>
+  </parent>
+
+  <name>ASM All</name>
+  <groupId>asm</groupId>
+  <artifactId>asm-all</artifactId>
+  <packaging>jar</packaging>
+  
+</project>

Modified: trunk/asm3/debian/poms/asm-analysis.pom
===================================================================
--- trunk/asm3/debian/poms/asm-analysis.pom     2011-09-11 21:55:35 UTC (rev 
14850)
+++ trunk/asm3/debian/poms/asm-analysis.pom     2011-09-12 11:14:29 UTC (rev 
14851)
@@ -1,21 +1,21 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-
-  <parent>
-    <artifactId>asm-parent</artifactId>
-    <groupId>asm</groupId>
-    <version>3.2</version>
-  </parent>
-
-  <name>ASM Analysis</name>
-  <artifactId>asm-analysis</artifactId>
-  <packaging>jar</packaging>
-  
-  <dependencies>
-    <dependency>
-      <artifactId>asm-tree</artifactId>
-      <groupId>asm</groupId>
-    </dependency>
-  </dependencies>
-
-</project>
+<project>
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <artifactId>asm-parent</artifactId>
+    <groupId>asm</groupId>
+    <version>3.3.1</version>
+  </parent>
+
+  <name>ASM Analysis</name>
+  <artifactId>asm-analysis</artifactId>
+  <packaging>jar</packaging>
+  
+  <dependencies>
+    <dependency>
+      <artifactId>asm-tree</artifactId>
+      <groupId>asm</groupId>
+    </dependency>
+  </dependencies>
+
+</project>

Modified: trunk/asm3/debian/poms/asm-commons.pom
===================================================================
--- trunk/asm3/debian/poms/asm-commons.pom      2011-09-11 21:55:35 UTC (rev 
14850)
+++ trunk/asm3/debian/poms/asm-commons.pom      2011-09-12 11:14:29 UTC (rev 
14851)
@@ -1,21 +1,21 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-
-  <parent>
-    <artifactId>asm-parent</artifactId>
-    <groupId>asm</groupId>
-    <version>3.2</version>
-  </parent>
-
-  <name>ASM Commons</name>
-  <artifactId>asm-commons</artifactId>
-  <packaging>jar</packaging>
-  
-  <dependencies>
-    <dependency>
-      <artifactId>asm-tree</artifactId>
-      <groupId>asm</groupId>
-    </dependency>
-  </dependencies>
-
-</project>
+<project>
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <artifactId>asm-parent</artifactId>
+    <groupId>asm</groupId>
+    <version>3.3.1</version>
+  </parent>
+
+  <name>ASM Commons</name>
+  <artifactId>asm-commons</artifactId>
+  <packaging>jar</packaging>
+  
+  <dependencies>
+    <dependency>
+      <artifactId>asm-tree</artifactId>
+      <groupId>asm</groupId>
+    </dependency>
+  </dependencies>
+
+</project>

Added: trunk/asm3/debian/poms/asm-debug-all.pom
===================================================================
--- trunk/asm3/debian/poms/asm-debug-all.pom                            (rev 0)
+++ trunk/asm3/debian/poms/asm-debug-all.pom    2011-09-12 11:14:29 UTC (rev 
14851)
@@ -0,0 +1,15 @@
+<project>
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>asm</groupId>
+    <artifactId>asm-parent</artifactId>
+    <version>3.3.1</version>
+  </parent>
+
+  <name>ASM Debug All</name>
+  <groupId>asm</groupId>
+  <artifactId>asm-debug-all</artifactId>
+  <packaging>jar</packaging>
+  
+</project>

Modified: trunk/asm3/debian/poms/asm-parent.pom
===================================================================
--- trunk/asm3/debian/poms/asm-parent.pom       2011-09-11 21:55:35 UTC (rev 
14850)
+++ trunk/asm3/debian/poms/asm-parent.pom       2011-09-12 11:14:29 UTC (rev 
14851)
@@ -1,129 +1,144 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0";
-    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
-                        http://maven.apache.org/maven-v4_0_0.xsd";>
-  <modelVersion>4.0.0</modelVersion>
-
-  <artifactId>asm-parent</artifactId>
-  <groupId>asm</groupId>
-  <version>3.2</version>
-  <packaging>pom</packaging>
-
-  <name>ASM</name>
-  <description>A very small and fast Java bytecode manipulation 
framework</description>
-  <url>http://asm.objectweb.org/</url>
-  
-  <organization>
-    <name>ObjectWeb</name>
-    <url>http://www.objectweb.org/</url>
-  </organization>
-  <inceptionYear>2000</inceptionYear>
-
-  <developers>
-    <developer>
-      <name>Eric Bruneton</name>
-      <id>ebruneton</id>
-      <email>eric.brune...@rd.francetelecom.com</email>
-      <roles>
-        <role>Creator</role>
-        <role>Java Developer</role>
-      </roles>
-    </developer>
-    <developer>
-      <name>Eugene Kuleshov</name>
-      <id>eu</id>
-      <email>e...@javatx.org</email>
-      <roles>
-        <role>Java Developer</role>
-      </roles>
-    </developer>
-  </developers>
-
-  <scm>
-    
<connection>scm:cvs:pserver:anonym...@cvs.forge.objectweb.org:/cvsroot/asm:asm</connection>
-    
<developerConnection>scm:cvs:ext:${maven.username}@cvs.forge.objectweb.org:/cvsroot/asm:asm</developerConnection>
-    <url>http://cvs.forge.objectweb.org/cgi-bin/viewcvs.cgi/asm/asm/</url>
-  </scm>
-  
-  <issueManagement>
-    <url>http://forge.objectweb.org/tracker/?group_id=23</url>
-  </issueManagement>
-
-  <dependencyManagement>
-    <dependencies>
-
-      <dependency>
-        <artifactId>asm</artifactId>
-        <groupId>${project.groupId}</groupId>
-        <version>${project.version}</version>
-      </dependency>
-
-      <dependency>
-        <artifactId>asm-tree</artifactId>
-        <groupId>${project.groupId}</groupId>
-        <version>${project.version}</version>
-      </dependency>
-
-      <dependency>
-        <artifactId>asm-analysis</artifactId>
-        <groupId>${project.groupId}</groupId>
-        <version>${project.version}</version>
-      </dependency>
-
-      <dependency>
-        <artifactId>asm-commons</artifactId>
-        <groupId>${project.groupId}</groupId>
-        <version>${project.version}</version>
-      </dependency>
-
-      <dependency>
-        <artifactId>asm-util</artifactId>
-        <groupId>${project.groupId}</groupId>
-        <version>${project.version}</version>
-      </dependency>
-
-      <dependency>
-        <artifactId>asm-xml</artifactId>
-        <groupId>${project.groupId}</groupId>
-        <version>${project.version}</version>
-      </dependency>
-
-    </dependencies>
-  </dependencyManagement>
-
-  <mailingLists>
-    <mailingList>
-      <name>ASM Users List</name>
-      <subscribe>sy...@ow2.org?subject=subscribe%20asm</subscribe>
-      <unsubscribe>sy...@ow2.org?subject=unsubscribe%20asm</unsubscribe>
-      <post>a...@ow2.org</post>
-      <archive>http://www.ow2.org/wws/arc/asm</archive>
-    </mailingList>
-    <mailingList>
-      <name>ASM Team List</name>
-      <subscribe>sy...@ow2.org?subject=subscribe%20asm-team</subscribe>
-      <unsubscribe>sy...@ow2.org?subject=unsubscribe%20asm-team</unsubscribe>
-      <post>asm-t...@ow2.org</post>
-      <archive>http://www.ow2.org/wws/arc/asm-team</archive>
-    </mailingList>
-  </mailingLists>
-
-  <distributionManagement>
-    <downloadUrl>http://mojo.codehaus.org/my-project</downloadUrl>
-    <repository>
-      <id>objectweb</id>
-      <uniqueVersion>false</uniqueVersion>
-      <name>ObjectWeb Maven 2.0 Repository</name>
-      <url>dav:https://maven.forge.objectweb.org:8002/maven2/</url>
-      <layout>default</layout>
-    </repository>
-    <snapshotRepository>
-      <id>objectweb.snapshots</id>
-      <uniqueVersion>false</uniqueVersion>
-      <name>ObjectWeb Maven 2.0 Snapshot Repository</name>
-      <url>dav:https://maven.forge.objectweb.org:8002/maven2-snapshot/</url>
-      <layout>default</layout>
-    </snapshotRepository>
-  </distributionManagement>
-
-</project>
+<project xmlns="http://maven.apache.org/POM/4.0.0";
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
+                        http://maven.apache.org/maven-v4_0_0.xsd";>
+  <modelVersion>4.0.0</modelVersion>
+
+  <artifactId>asm-parent</artifactId>
+  <groupId>asm</groupId>
+  <version>3.3.1</version>
+  <packaging>pom</packaging>
+
+  <name>ASM</name>
+  <description>A very small and fast Java bytecode manipulation 
framework</description>
+  <url>http://asm.objectweb.org/</url>
+  
+  <organization>
+    <name>ObjectWeb</name>
+    <url>http://www.objectweb.org/</url>
+  </organization>
+  <inceptionYear>2000</inceptionYear>
+  
+  <licenses>
+    <license>
+      <name>BSD</name>
+      <url>http://asm.objectweb.org/license.html</url>
+    </license>
+  </licenses>
+
+  <developers>
+    <developer>
+      <name>Eric Bruneton</name>
+      <id>ebruneton</id>
+      <email>ebrune...@free.fr</email>
+      <roles>
+        <role>Creator</role>
+        <role>Java Developer</role>
+      </roles>
+    </developer>
+    <developer>
+      <name>Eugene Kuleshov</name>
+      <id>eu</id>
+      <email>e...@javatx.org</email>
+      <roles>
+        <role>Java Developer</role>
+      </roles>
+    </developer>
+    <developer>
+      <name>Remi Forax</name>
+      <id>forax</id>
+      <email>fo...@univ-mlv.fr</email>
+      <roles>
+        <role>Java Developer</role>
+      </roles>
+    </developer>
+  </developers>
+
+  <scm>
+    
<connection>scm:svn:svn://svn.forge.objectweb.org/svnroot/asm/trunk</connection>
+    
<developerConnection>scm:svn:svn+ssh://${maven.username}@svn.forge.objectweb.org/svnroot/asm/trunk</developerConnection>
+    <url>http://svn.forge.objectweb.org/cgi-bin/viewcvs.cgi/asm/trunk/</url>
+  </scm>
+  
+  <issueManagement>
+    <url>http://forge.objectweb.org/tracker/?group_id=23</url>
+  </issueManagement>
+
+  <dependencyManagement>
+    <dependencies>
+
+      <dependency>
+        <artifactId>asm</artifactId>
+        <groupId>${project.groupId}</groupId>
+        <version>${project.version}</version>
+      </dependency>
+
+      <dependency>
+        <artifactId>asm-tree</artifactId>
+        <groupId>${project.groupId}</groupId>
+        <version>${project.version}</version>
+      </dependency>
+
+      <dependency>
+        <artifactId>asm-analysis</artifactId>
+        <groupId>${project.groupId}</groupId>
+        <version>${project.version}</version>
+      </dependency>
+
+      <dependency>
+        <artifactId>asm-commons</artifactId>
+        <groupId>${project.groupId}</groupId>
+        <version>${project.version}</version>
+      </dependency>
+
+      <dependency>
+        <artifactId>asm-util</artifactId>
+        <groupId>${project.groupId}</groupId>
+        <version>${project.version}</version>
+      </dependency>
+
+      <dependency>
+        <artifactId>asm-xml</artifactId>
+        <groupId>${project.groupId}</groupId>
+        <version>${project.version}</version>
+      </dependency>
+
+    </dependencies>
+  </dependencyManagement>
+
+  <mailingLists>
+    <mailingList>
+      <name>ASM Users List</name>
+      <subscribe>sy...@ow2.org?subject=subscribe%20asm</subscribe>
+      <unsubscribe>sy...@ow2.org?subject=unsubscribe%20asm</unsubscribe>
+      <post>a...@ow2.org</post>
+      <archive>http://www.ow2.org/wws/arc/asm</archive>
+    </mailingList>
+    <mailingList>
+      <name>ASM Team List</name>
+      <subscribe>sy...@ow2.org?subject=subscribe%20asm-team</subscribe>
+      <unsubscribe>sy...@ow2.org?subject=unsubscribe%20asm-team</unsubscribe>
+      <post>asm-t...@ow2.org</post>
+      <archive>http://www.ow2.org/wws/arc/asm-team</archive>
+    </mailingList>
+  </mailingLists>
+
+  <distributionManagement>
+    <downloadUrl>http://mojo.codehaus.org/my-project</downloadUrl>
+    <repository>
+      <id>objectweb</id>
+      <uniqueVersion>false</uniqueVersion>
+      <name>ObjectWeb Maven 2.0 Repository</name>
+      <url>dav:https://maven.forge.objectweb.org:8002/maven2/</url>
+      <layout>default</layout>
+    </repository>
+    <snapshotRepository>
+      <id>objectweb.snapshots</id>
+      <uniqueVersion>false</uniqueVersion>
+      <name>ObjectWeb Maven 2.0 Snapshot Repository</name>
+      <url>dav:https://maven.forge.objectweb.org:8002/maven2-snapshot/</url>
+      <layout>default</layout>
+    </snapshotRepository>
+  </distributionManagement>
+
+</project>

Modified: trunk/asm3/debian/poms/asm-tree.pom
===================================================================
--- trunk/asm3/debian/poms/asm-tree.pom 2011-09-11 21:55:35 UTC (rev 14850)
+++ trunk/asm3/debian/poms/asm-tree.pom 2011-09-12 11:14:29 UTC (rev 14851)
@@ -1,21 +1,21 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-
-  <parent>
-    <artifactId>asm-parent</artifactId>
-    <groupId>asm</groupId>
-    <version>3.2</version>
-  </parent>
-
-  <name>ASM Tree</name>
-  <artifactId>asm-tree</artifactId>
-  <packaging>jar</packaging>
-  
-  <dependencies>
-    <dependency>
-      <artifactId>asm</artifactId>
-      <groupId>asm</groupId>
-    </dependency>
-  </dependencies>
-
-</project>
+<project>
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <artifactId>asm-parent</artifactId>
+    <groupId>asm</groupId>
+    <version>3.3.1</version>
+  </parent>
+
+  <name>ASM Tree</name>
+  <artifactId>asm-tree</artifactId>
+  <packaging>jar</packaging>
+  
+  <dependencies>
+    <dependency>
+      <artifactId>asm</artifactId>
+      <groupId>asm</groupId>
+    </dependency>
+  </dependencies>
+
+</project>

Modified: trunk/asm3/debian/poms/asm-util.pom
===================================================================
--- trunk/asm3/debian/poms/asm-util.pom 2011-09-11 21:55:35 UTC (rev 14850)
+++ trunk/asm3/debian/poms/asm-util.pom 2011-09-12 11:14:29 UTC (rev 14851)
@@ -1,21 +1,21 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-
-  <parent>
-    <artifactId>asm-parent</artifactId>
-    <groupId>asm</groupId>
-    <version>3.2</version>
-  </parent>
-
-  <name>ASM Util</name>
-  <artifactId>asm-util</artifactId>
-  <packaging>jar</packaging>
-  
-  <dependencies>
-    <dependency>
-      <artifactId>asm-tree</artifactId>
-      <groupId>asm</groupId>
-    </dependency>
-  </dependencies>
-
-</project>
+<project>
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <artifactId>asm-parent</artifactId>
+    <groupId>asm</groupId>
+    <version>3.3.1</version>
+  </parent>
+
+  <name>ASM Util</name>
+  <artifactId>asm-util</artifactId>
+  <packaging>jar</packaging>
+  
+  <dependencies>
+    <dependency>
+      <artifactId>asm-tree</artifactId>
+      <groupId>asm</groupId>
+    </dependency>
+  </dependencies>
+
+</project>

Modified: trunk/asm3/debian/poms/asm-xml.pom
===================================================================
--- trunk/asm3/debian/poms/asm-xml.pom  2011-09-11 21:55:35 UTC (rev 14850)
+++ trunk/asm3/debian/poms/asm-xml.pom  2011-09-12 11:14:29 UTC (rev 14851)
@@ -1,21 +1,21 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-
-  <parent>
-    <artifactId>asm-parent</artifactId>
-    <groupId>asm</groupId>
-    <version>3.2</version>
-  </parent>
-
-  <name>ASM XML</name>
-  <artifactId>asm-xml</artifactId>
-  <packaging>jar</packaging>
-  
-  <dependencies>
-    <dependency>
-      <artifactId>asm-util</artifactId>
-      <groupId>asm</groupId>
-    </dependency>
-  </dependencies>
-
-</project>
+<project>
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <artifactId>asm-parent</artifactId>
+    <groupId>asm</groupId>
+    <version>3.3.1</version>
+  </parent>
+
+  <name>ASM XML</name>
+  <artifactId>asm-xml</artifactId>
+  <packaging>jar</packaging>
+  
+  <dependencies>
+    <dependency>
+      <artifactId>asm-util</artifactId>
+      <groupId>asm</groupId>
+    </dependency>
+  </dependencies>
+
+</project>

Modified: trunk/asm3/debian/poms/asm.pom
===================================================================
--- trunk/asm3/debian/poms/asm.pom      2011-09-11 21:55:35 UTC (rev 14850)
+++ trunk/asm3/debian/poms/asm.pom      2011-09-12 11:14:29 UTC (rev 14851)
@@ -1,14 +1,14 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-
-  <parent>
-    <artifactId>asm-parent</artifactId>
-    <groupId>asm</groupId>
-    <version>3.2</version>
-  </parent>
-
-  <name>ASM Core</name>
-  <artifactId>asm</artifactId>
-  <packaging>jar</packaging>
-  
-</project>
+<project>
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <artifactId>asm-parent</artifactId>
+    <groupId>asm</groupId>
+    <version>3.3.1</version>
+  </parent>
+
+  <name>ASM Core</name>
+  <artifactId>asm</artifactId>
+  <packaging>jar</packaging>
+  
+</project>

Modified: trunk/asm3/debian/rules
===================================================================
--- trunk/asm3/debian/rules     2011-09-11 21:55:35 UTC (rev 14850)
+++ trunk/asm3/debian/rules     2011-09-12 11:14:29 UTC (rev 14851)
@@ -5,23 +5,17 @@
 
 PACKAGE              := $(DEB_SOURCE_PACKAGE)
 VERSION              := $(DEB_UPSTREAM_VERSION)
-POM_VERSION          := 3.1
+POM_VERSION          := 3.3.1
 JAVA_HOME            := /usr/lib/jvm/default-java
 DEB_JARS             := gnujaxp ant ant-junit junit xalan2 
$(JAVA_HOME)/lib/tools.jar
 DEB_ANT_BUILD_TARGET := dist
 DEB_ANT_BUILDFILE    := build.xml
 DEB_ANT_ARGS         := -propertyfile debian/ant.properties 
-Dproduct.version=$(VERSION)
-MAVEN_REPO           := 
http://repository.sonatype.org/service/local/repositories/central/content
+MAVEN_REPO           := http://search.maven.org/remotecontent?filepath=asm
+POMLIST              := asm asm-all asm-analysis asm-commons asm-debug-all 
asm-parent asm-tree asm-util asm-xml
 
 get-orig-pom:
-       wget -O debian/poms/asm-parent.pom 
$(MAVEN_REPO)/asm/asm-parent/$(POM_VERSION)/asm-parent-$(POM_VERSION).pom
-       wget -O debian/poms/asm.pom 
$(MAVEN_REPO)/asm/asm/$(POM_VERSION)/asm-$(POM_VERSION).pom
-       wget -O debian/poms/asm-analysis.pom 
$(MAVEN_REPO)/asm/asm-analysis/$(POM_VERSION)/asm-analysis-$(POM_VERSION).pom
-       wget -O debian/poms/asm-commons.pom 
$(MAVEN_REPO)/asm/asm-commons/$(POM_VERSION)/asm-commons-$(POM_VERSION).pom
-       wget -O debian/poms/asm-tree.pom 
$(MAVEN_REPO)/asm/asm-tree/$(POM_VERSION)/asm-tree-$(POM_VERSION).pom
-       wget -O debian/poms/asm-util.pom 
$(MAVEN_REPO)/asm/asm-util/$(POM_VERSION)/asm-util-$(POM_VERSION).pom
-       wget -O debian/poms/asm-xml.pom 
$(MAVEN_REPO)/asm/asm-xml/$(POM_VERSION)/asm-xml-$(POM_VERSION).pom
-       perl -p -i -e 's/<version>$(POM_VERSION)/<version>$(VERSION)/' 
debian/poms/*.pom
+       set -eu; for POM in $(POMLIST); do wget -O debian/poms/$$POM.pom 
$(MAVEN_REPO)/$$POM/$(POM_VERSION)/$$POM-$(POM_VERSION).pom; done
 
 get-orig-source:
                -uscan --download-version $(DEB_UPSTREAM_VERSION) 
--force-download --rename


_______________________________________________
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to