[pkg-java] r18917 - in tags/commons-jci: . 1.1-3/debian

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Fri Nov 20 13:12:51 UTC 2015


Author: ebourg-guest
Date: 2015-11-20 13:12:51 +0000 (Fri, 20 Nov 2015)
New Revision: 18917

Added:
   tags/commons-jci/1.1-3/
   tags/commons-jci/1.1-3/debian/build.properties
   tags/commons-jci/1.1-3/debian/changelog
   tags/commons-jci/1.1-3/debian/control
   tags/commons-jci/1.1-3/debian/maven.rules
Removed:
   tags/commons-jci/1.1-3/debian/build.properties
   tags/commons-jci/1.1-3/debian/changelog
   tags/commons-jci/1.1-3/debian/control
   tags/commons-jci/1.1-3/debian/maven.rules
Log:
[svn-buildpackage] Tagging commons-jci 1.1-3

Deleted: tags/commons-jci/1.1-3/debian/build.properties
===================================================================
--- trunk/commons-jci/debian/build.properties	2015-11-17 20:52:41 UTC (rev 18915)
+++ tags/commons-jci/1.1-3/debian/build.properties	2015-11-20 13:12:51 UTC (rev 18917)
@@ -1,14 +0,0 @@
-maven.test.skip=true
-maven.jar.manifest.classpath.add=true
-build.javaVersion=1.5
-classpath.compile = \
-            /usr/share/java/commons-io.jar:\
-            /usr/share/java/commons-lang.jar:\
-            /usr/share/java/commons-logging.jar:\
-            /usr/share/java/asm4.jar:\
-            /usr/share/java/groovy.jar:\
-            /usr/share/java/js.jar:\
-            /usr/share/java/janino.jar:\
-            /usr/share/java/eclipse-ecj.jar:\
-            ${basedir}/fam/build/commons-jci-fam-${version}.jar:\
-            ${basedir}/core/build/commons-jci-core-${version}.jar

Copied: tags/commons-jci/1.1-3/debian/build.properties (from rev 18916, trunk/commons-jci/debian/build.properties)
===================================================================
--- tags/commons-jci/1.1-3/debian/build.properties	                        (rev 0)
+++ tags/commons-jci/1.1-3/debian/build.properties	2015-11-20 13:12:51 UTC (rev 18917)
@@ -0,0 +1,14 @@
+maven.test.skip=true
+maven.jar.manifest.classpath.add=true
+build.javaVersion=1.5
+classpath.compile = \
+            /usr/share/java/commons-io.jar:\
+            /usr/share/java/commons-lang.jar:\
+            /usr/share/java/commons-logging.jar:\
+            /usr/share/java/asm4.jar:\
+            /usr/share/java/groovy-2.x.jar:\
+            /usr/share/java/js.jar:\
+            /usr/share/java/janino.jar:\
+            /usr/share/java/eclipse-ecj.jar:\
+            ${basedir}/fam/build/commons-jci-fam-${version}.jar:\
+            ${basedir}/core/build/commons-jci-core-${version}.jar

Deleted: tags/commons-jci/1.1-3/debian/changelog
===================================================================
--- trunk/commons-jci/debian/changelog	2015-11-17 20:52:41 UTC (rev 18915)
+++ tags/commons-jci/1.1-3/debian/changelog	2015-11-20 13:12:51 UTC (rev 18917)
@@ -1,109 +0,0 @@
-commons-jci (1.1-2) unstable; urgency=medium
-
-  * Transition to libasm4-java
-  * Standards-Version updated to 3.9.5 (no changes)
-
- -- Emmanuel Bourg <ebourg at apache.org>  Mon, 12 May 2014 17:21:17 +0200
-
-commons-jci (1.1-1) unstable; urgency=low
-
-  * New upstream release
-  * Dropped the patches merged upstream
-
- -- Emmanuel Bourg <ebourg at apache.org>  Tue, 15 Oct 2013 00:26:36 +0200
-
-commons-jci (1.0-7) unstable; urgency=low
-
-  * Fix build with janino 2.6.x release:
-   - d/patches/01_janino_version_change.diff: Updated.
-   - d/control: Tighten dependencies to libjanino-java (>= 2.6.0).
-  * d/control: Wrap-and-sort.
-  * d/compat: Bump debhelper compat to 9.
-
- -- Damien Raude-Morvan <drazzib at debian.org>  Fri, 16 Aug 2013 14:16:11 +0200
-
-commons-jci (1.0-6) unstable; urgency=low
-
-  * Added a patch to compile with Eclipse JDT compiler 3.8 and later
-    (Closes: #713759)
-  * Updated Standards-Version to 3.9.4 (no changes)
-  * Use canonical URLs for the Vcs-* fields
-  * debian/rules: Added a clean target to allow rebuilds
-  * debian/copyright: Updated to the copyright format 1.0
-
- -- Emmanuel Bourg <ebourg at apache.org>  Mon, 24 Jun 2013 00:07:38 +0200
-
-commons-jci (1.0-5) unstable; urgency=low
-
-  * d/control: Drop Depends on default-jre per Debian Java Policy as its
-    a library package.
-  * d/control: B-D and Depends on librhino-java instead of rhino
-    (ie. so no JRE in dependencies graph).
-  * Bump Standards-Version 3.9.2: no changes needed.
-
- -- Damien Raude-Morvan <drazzib at debian.org>  Sat, 25 Jun 2011 13:06:33 +0200
-
-commons-jci (1.0-4) unstable; urgency=low
-
-  [ Torsten Werner ]
-  * Change maintainers into Maintainers.
-
-  [ Onkar Shinde ]
-  * Team upload.
-  * Convert package to 3.0 source format.
-  * asm2 -> asm3 transition.
-  * Update standards version to 3.8.4.
-  * Link javadoc against the system installed javadoc.
-  * Install API docs to /usr/share/doc/libcommons-jci-java/ instead of
-    /usr/share/doc/libcommons-jci-java-doc/. Update doc-base file accordingly.
-
-  [ Damien Raude-Morvan ]
-  * Update to unstable.
-
- -- Damien Raude-Morvan <drazzib at debian.org>  Wed, 23 Jun 2010 19:26:21 +0200
-
-commons-jci (1.0-3) unstable; urgency=low
-
-  * Update my email address
-  * Bump Standards-Version 3.8.3 (no changes needed)
-  * Bump debhelper version to 7
-  * Maven POMs:
-    - Add a Build-Depends-Indep dependency on maven-repo-helper
-    - Use mh_installpoms and mh_installjar to install the POM and the jar to the
-      Maven repository
-  * Maven ant helper (build system):
-    - Add a Build-Depends dependency on maven-ant-helper
-    - Update debian/build.xml to use /usr/share/maven-ant-helper/maven-build.xml
-    - Build classpath is now defined in debian/build.properties
-  * Use default-jdk:
-    - Build-Depend on default-jdk instead of openjdk-6-jdk
-    - Depends on default-jre-headless
-    - Use /usr/lib/jvm/default-java as JAVA_HOME
-
- -- Damien Raude-Morvan <drazzib at debian.org>  Tue, 24 Nov 2009 00:29:48 +0100
-
-commons-jci (1.0-2) unstable; urgency=low
-
-  * Upload to unstable as Lenny is now released
-  * Set Maintainer field to Debian Java Team
-  * Add myself as Uploaders
-  * Switch to Quilt patch system:
-    - Refresh all patches
-    - Remove B-D on dpatch, Add B-D on quilt
-    - Include patchsys-quilt.mk in debian/rules  
-  * Bump Standards-Version 3.8.2:
-    - Add a README.source to describe patch system
-    - Move libcommons-jci-java-* to "java" section
-  * Depends on default-jre-headless instead of java-gcj-compat
-
- -- Damien Raude-Morvan <drazzib at drazzib.com>  Fri, 17 Jul 2009 16:09:24 +0200
-
-commons-jci (1.0-1) experimental; urgency=low
-
-  * Initial release. (Closes: #499448)
-  * debian/control:
-    - each binary package now depends on headless version of java-gcj-compat
-    - don't use alternative in B-D line (increase build reproducibility)
-  * Include examples in libcommons-jci-java-doc package
-
- -- Damien Raude-Morvan <drazzib at drazzib.com>  Sat, 29 Nov 2008 22:48:17 +0100

Copied: tags/commons-jci/1.1-3/debian/changelog (from rev 18916, trunk/commons-jci/debian/changelog)
===================================================================
--- tags/commons-jci/1.1-3/debian/changelog	                        (rev 0)
+++ tags/commons-jci/1.1-3/debian/changelog	2015-11-20 13:12:51 UTC (rev 18917)
@@ -0,0 +1,116 @@
+commons-jci (1.1-3) unstable; urgency=medium
+
+  * Team upload.
+  * Transition to Groovy 2
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Fri, 20 Nov 2015 13:32:21 +0100
+
+commons-jci (1.1-2) unstable; urgency=medium
+
+  * Transition to libasm4-java
+  * Standards-Version updated to 3.9.5 (no changes)
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Mon, 12 May 2014 17:21:17 +0200
+
+commons-jci (1.1-1) unstable; urgency=low
+
+  * New upstream release
+  * Dropped the patches merged upstream
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Tue, 15 Oct 2013 00:26:36 +0200
+
+commons-jci (1.0-7) unstable; urgency=low
+
+  * Fix build with janino 2.6.x release:
+   - d/patches/01_janino_version_change.diff: Updated.
+   - d/control: Tighten dependencies to libjanino-java (>= 2.6.0).
+  * d/control: Wrap-and-sort.
+  * d/compat: Bump debhelper compat to 9.
+
+ -- Damien Raude-Morvan <drazzib at debian.org>  Fri, 16 Aug 2013 14:16:11 +0200
+
+commons-jci (1.0-6) unstable; urgency=low
+
+  * Added a patch to compile with Eclipse JDT compiler 3.8 and later
+    (Closes: #713759)
+  * Updated Standards-Version to 3.9.4 (no changes)
+  * Use canonical URLs for the Vcs-* fields
+  * debian/rules: Added a clean target to allow rebuilds
+  * debian/copyright: Updated to the copyright format 1.0
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Mon, 24 Jun 2013 00:07:38 +0200
+
+commons-jci (1.0-5) unstable; urgency=low
+
+  * d/control: Drop Depends on default-jre per Debian Java Policy as its
+    a library package.
+  * d/control: B-D and Depends on librhino-java instead of rhino
+    (ie. so no JRE in dependencies graph).
+  * Bump Standards-Version 3.9.2: no changes needed.
+
+ -- Damien Raude-Morvan <drazzib at debian.org>  Sat, 25 Jun 2011 13:06:33 +0200
+
+commons-jci (1.0-4) unstable; urgency=low
+
+  [ Torsten Werner ]
+  * Change maintainers into Maintainers.
+
+  [ Onkar Shinde ]
+  * Team upload.
+  * Convert package to 3.0 source format.
+  * asm2 -> asm3 transition.
+  * Update standards version to 3.8.4.
+  * Link javadoc against the system installed javadoc.
+  * Install API docs to /usr/share/doc/libcommons-jci-java/ instead of
+    /usr/share/doc/libcommons-jci-java-doc/. Update doc-base file accordingly.
+
+  [ Damien Raude-Morvan ]
+  * Update to unstable.
+
+ -- Damien Raude-Morvan <drazzib at debian.org>  Wed, 23 Jun 2010 19:26:21 +0200
+
+commons-jci (1.0-3) unstable; urgency=low
+
+  * Update my email address
+  * Bump Standards-Version 3.8.3 (no changes needed)
+  * Bump debhelper version to 7
+  * Maven POMs:
+    - Add a Build-Depends-Indep dependency on maven-repo-helper
+    - Use mh_installpoms and mh_installjar to install the POM and the jar to the
+      Maven repository
+  * Maven ant helper (build system):
+    - Add a Build-Depends dependency on maven-ant-helper
+    - Update debian/build.xml to use /usr/share/maven-ant-helper/maven-build.xml
+    - Build classpath is now defined in debian/build.properties
+  * Use default-jdk:
+    - Build-Depend on default-jdk instead of openjdk-6-jdk
+    - Depends on default-jre-headless
+    - Use /usr/lib/jvm/default-java as JAVA_HOME
+
+ -- Damien Raude-Morvan <drazzib at debian.org>  Tue, 24 Nov 2009 00:29:48 +0100
+
+commons-jci (1.0-2) unstable; urgency=low
+
+  * Upload to unstable as Lenny is now released
+  * Set Maintainer field to Debian Java Team
+  * Add myself as Uploaders
+  * Switch to Quilt patch system:
+    - Refresh all patches
+    - Remove B-D on dpatch, Add B-D on quilt
+    - Include patchsys-quilt.mk in debian/rules  
+  * Bump Standards-Version 3.8.2:
+    - Add a README.source to describe patch system
+    - Move libcommons-jci-java-* to "java" section
+  * Depends on default-jre-headless instead of java-gcj-compat
+
+ -- Damien Raude-Morvan <drazzib at drazzib.com>  Fri, 17 Jul 2009 16:09:24 +0200
+
+commons-jci (1.0-1) experimental; urgency=low
+
+  * Initial release. (Closes: #499448)
+  * debian/control:
+    - each binary package now depends on headless version of java-gcj-compat
+    - don't use alternative in B-D line (increase build reproducibility)
+  * Include examples in libcommons-jci-java-doc package
+
+ -- Damien Raude-Morvan <drazzib at drazzib.com>  Sat, 29 Nov 2008 22:48:17 +0100

Deleted: tags/commons-jci/1.1-3/debian/control
===================================================================
--- trunk/commons-jci/debian/control	2015-11-17 20:52:41 UTC (rev 18915)
+++ tags/commons-jci/1.1-3/debian/control	2015-11-20 13:12:51 UTC (rev 18917)
@@ -1,116 +0,0 @@
-Source: commons-jci
-Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Damien Raude-Morvan <drazzib at debian.org>,
-           Emmanuel Bourg <ebourg at apache.org>
-Section: java
-Priority: optional
-Build-Depends: ant, cdbs, debhelper (>= 9), default-jdk, maven-ant-helper
-Build-Depends-Indep: default-jdk-doc,
-                     groovy,
-                     libasm4-java,
-                     libcommons-io-java,
-                     libcommons-lang-java,
-                     libcommons-logging-java,
-                     libecj-java,
-                     libjanino-java (>= 2.6.0),
-                     librhino-java,
-                     maven-repo-helper
-Standards-Version: 3.9.5
-Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/commons-jci/
-Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/commons-jci/
-Homepage: http://commons.apache.org/jci/
-
-Package: libcommons-jci-java
-Architecture: all
-Depends: libasm4-java,
-         libcommons-io-java,
-         libcommons-lang-java,
-         libcommons-logging-java,
-         ${misc:Depends}
-Description: common Java interface for various compilers - Core and FAM
- Commons JCI is a common Java compiler interface for various compilers.
- .
- It can be used to either compile Java (or any other language that can be
- compiled to Java classes like e.g. Groovy or Javascript) to Java.
- .
- It is integrated with a Java FAM (Filesystem Alteration Monitor)
- that can be used with JCI compiling/reloading classloader.
- .
- This package contains FAM and Core module of Commons JCI.
-
-Package: libcommons-jci-rhino-java
-Architecture: all
-Depends: libcommons-jci-java (= ${source:Version}),
-         librhino-java,
-         ${misc:Depends}
-Description: common Java interface for various compilers - Javascript
- Commons JCI is a common Java compiler interface for various compilers.
- .
- It can be used to either compile Java (or any other language that can be
- compiled to Java classes like e.g. Groovy or Javascript) to Java.
- .
- It is integrated with a Java FAM (Filesystem Alteration Monitor)
- that can be used with JCI compiling/reloading classloader.
- .
- This package contains Rhino compiler (Javascript) module of Commons JCI.
-
-Package: libcommons-jci-groovy-java
-Architecture: all
-Depends: groovy, libcommons-jci-java (= ${source:Version}), ${misc:Depends}
-Description: common Java interface for various compilers - Groovy
- Commons JCI is a common Java compiler interface for various compilers.
- .
- It can be used to either compile Java (or any other language that can be
- compiled to Java classes like e.g. Groovy or Javascript) to Java.
- .
- It is integrated with a Java FAM (Filesystem Alteration Monitor)
- that can be used with JCI compiling/reloading classloader.
- .
- This package contains Groovy compiler module of Commons JCI.
-
-Package: libcommons-jci-janino-java
-Architecture: all
-Depends: libcommons-jci-java (= ${source:Version}),
-         libjanino-java (>= 2.6.0),
-         ${misc:Depends}
-Description: common Java interface for various compilers - Janino
- Commons JCI is a common Java compiler interface for various compilers.
- .
- It can be used to either compile Java (or any other language that can be
- compiled to Java classes like e.g. Groovy or Javascript) to Java.
- .
- It is integrated with a Java FAM (Filesystem Alteration Monitor)
- that can be used with JCI compiling/reloading classloader.
- .
- This package contains Janino compiler module of Commons JCI.
-
-Package: libcommons-jci-eclipse-java
-Architecture: all
-Depends: libcommons-jci-java (= ${source:Version}), libecj-java, ${misc:Depends}
-Description: common Java interface for various compilers - Eclipse JDT
- Commons JCI is a common Java compiler interface for various compilers.
- .
- It can be used to either compile Java (or any other language that can be
- compiled to Java classes like e.g. Groovy or Javascript) to Java.
- .
- It is integrated with a Java FAM (Filesystem Alteration Monitor)
- that can be used with JCI compiling/reloading classloader.
- .
- This package contains Eclipse JDT compiler module of Commons JCI.
-
-Package: libcommons-jci-java-doc
-Architecture: all
-Section: doc
-Depends: ${misc:Depends}
-Recommends: default-jdk-doc
-Suggests: libcommons-jci-java
-Description: common Java interface for various compilers - documentation
- Commons JCI is a common Java compiler interface for various compilers.
- .
- It can be used to either compile Java (or any other language that can be
- compiled to Java classes like e.g. Groovy or Javascript) to Java.
- .
- It is integrated with a Java FAM (Filesystem Alteration Monitor)
- that can be used with JCI compiling/reloading classloader.
- .
- This package contains Javadoc API of Commons JCI.

Copied: tags/commons-jci/1.1-3/debian/control (from rev 18916, trunk/commons-jci/debian/control)
===================================================================
--- tags/commons-jci/1.1-3/debian/control	                        (rev 0)
+++ tags/commons-jci/1.1-3/debian/control	2015-11-20 13:12:51 UTC (rev 18917)
@@ -0,0 +1,116 @@
+Source: commons-jci
+Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
+Uploaders: Damien Raude-Morvan <drazzib at debian.org>,
+           Emmanuel Bourg <ebourg at apache.org>
+Section: java
+Priority: optional
+Build-Depends: ant, cdbs, debhelper (>= 9), default-jdk, maven-ant-helper
+Build-Depends-Indep: default-jdk-doc,
+                     groovy2,
+                     libasm4-java,
+                     libcommons-io-java,
+                     libcommons-lang-java,
+                     libcommons-logging-java,
+                     libecj-java,
+                     libjanino-java (>= 2.6.0),
+                     librhino-java,
+                     maven-repo-helper
+Standards-Version: 3.9.5
+Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/commons-jci/
+Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/commons-jci/
+Homepage: http://commons.apache.org/jci/
+
+Package: libcommons-jci-java
+Architecture: all
+Depends: libasm4-java,
+         libcommons-io-java,
+         libcommons-lang-java,
+         libcommons-logging-java,
+         ${misc:Depends}
+Description: common Java interface for various compilers - Core and FAM
+ Commons JCI is a common Java compiler interface for various compilers.
+ .
+ It can be used to either compile Java (or any other language that can be
+ compiled to Java classes like e.g. Groovy or Javascript) to Java.
+ .
+ It is integrated with a Java FAM (Filesystem Alteration Monitor)
+ that can be used with JCI compiling/reloading classloader.
+ .
+ This package contains FAM and Core module of Commons JCI.
+
+Package: libcommons-jci-rhino-java
+Architecture: all
+Depends: libcommons-jci-java (= ${source:Version}),
+         librhino-java,
+         ${misc:Depends}
+Description: common Java interface for various compilers - Javascript
+ Commons JCI is a common Java compiler interface for various compilers.
+ .
+ It can be used to either compile Java (or any other language that can be
+ compiled to Java classes like e.g. Groovy or Javascript) to Java.
+ .
+ It is integrated with a Java FAM (Filesystem Alteration Monitor)
+ that can be used with JCI compiling/reloading classloader.
+ .
+ This package contains Rhino compiler (Javascript) module of Commons JCI.
+
+Package: libcommons-jci-groovy-java
+Architecture: all
+Depends: groovy2, libcommons-jci-java (= ${source:Version}), ${misc:Depends}
+Description: common Java interface for various compilers - Groovy
+ Commons JCI is a common Java compiler interface for various compilers.
+ .
+ It can be used to either compile Java (or any other language that can be
+ compiled to Java classes like e.g. Groovy or Javascript) to Java.
+ .
+ It is integrated with a Java FAM (Filesystem Alteration Monitor)
+ that can be used with JCI compiling/reloading classloader.
+ .
+ This package contains Groovy compiler module of Commons JCI.
+
+Package: libcommons-jci-janino-java
+Architecture: all
+Depends: libcommons-jci-java (= ${source:Version}),
+         libjanino-java (>= 2.6.0),
+         ${misc:Depends}
+Description: common Java interface for various compilers - Janino
+ Commons JCI is a common Java compiler interface for various compilers.
+ .
+ It can be used to either compile Java (or any other language that can be
+ compiled to Java classes like e.g. Groovy or Javascript) to Java.
+ .
+ It is integrated with a Java FAM (Filesystem Alteration Monitor)
+ that can be used with JCI compiling/reloading classloader.
+ .
+ This package contains Janino compiler module of Commons JCI.
+
+Package: libcommons-jci-eclipse-java
+Architecture: all
+Depends: libcommons-jci-java (= ${source:Version}), libecj-java, ${misc:Depends}
+Description: common Java interface for various compilers - Eclipse JDT
+ Commons JCI is a common Java compiler interface for various compilers.
+ .
+ It can be used to either compile Java (or any other language that can be
+ compiled to Java classes like e.g. Groovy or Javascript) to Java.
+ .
+ It is integrated with a Java FAM (Filesystem Alteration Monitor)
+ that can be used with JCI compiling/reloading classloader.
+ .
+ This package contains Eclipse JDT compiler module of Commons JCI.
+
+Package: libcommons-jci-java-doc
+Architecture: all
+Section: doc
+Depends: ${misc:Depends}
+Recommends: default-jdk-doc
+Suggests: libcommons-jci-java
+Description: common Java interface for various compilers - documentation
+ Commons JCI is a common Java compiler interface for various compilers.
+ .
+ It can be used to either compile Java (or any other language that can be
+ compiled to Java classes like e.g. Groovy or Javascript) to Java.
+ .
+ It is integrated with a Java FAM (Filesystem Alteration Monitor)
+ that can be used with JCI compiling/reloading classloader.
+ .
+ This package contains Javadoc API of Commons JCI.

Deleted: tags/commons-jci/1.1-3/debian/maven.rules
===================================================================
--- trunk/commons-jci/debian/maven.rules	2015-11-17 20:52:41 UTC (rev 18915)
+++ tags/commons-jci/1.1-3/debian/maven.rules	2015-11-20 13:12:51 UTC (rev 18917)
@@ -1,4 +0,0 @@
-commons-logging s/commons-logging-api/commons-logging/ * s/.*/debian/
-junit junit jar s/3\..*/3.x/
-org.apache.maven.plugins maven-surefire-plugin maven-plugin s/.*/2.4.3/
-s/groovy/org.codehaus.groovy/ s/groovy-all/groovy/ * s/.*/debian/

Copied: tags/commons-jci/1.1-3/debian/maven.rules (from rev 18916, trunk/commons-jci/debian/maven.rules)
===================================================================
--- tags/commons-jci/1.1-3/debian/maven.rules	                        (rev 0)
+++ tags/commons-jci/1.1-3/debian/maven.rules	2015-11-20 13:12:51 UTC (rev 18917)
@@ -0,0 +1,4 @@
+commons-logging s/commons-logging-api/commons-logging/ * s/.*/debian/
+junit junit jar s/3\..*/3.x/
+org.apache.maven.plugins maven-surefire-plugin maven-plugin s/.*/2.4.3/
+s/groovy/org.codehaus.groovy/ s/groovy-all/groovy/ * s/.*/2.x/




More information about the pkg-java-commits mailing list