public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-java/ant-core/files: ant-core-1.7.0-services.patch
@ 2008-06-16 18:59 Petteri Raty (betelgeuse)
  0 siblings, 0 replies; only message in thread
From: Petteri Raty (betelgeuse) @ 2008-06-16 18:59 UTC (permalink / raw
  To: gentoo-commits

betelgeuse    08/06/16 18:59:18

  Added:                ant-core-1.7.0-services.patch
  Log:
  Revision bump with patch for upstream bug with the jar task. Fixes bug #227465.
  (Portage version: 2.1.5.4)

Revision  Changes    Path
1.1                  dev-java/ant-core/files/ant-core-1.7.0-services.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/ant-core/files/ant-core-1.7.0-services.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/ant-core/files/ant-core-1.7.0-services.patch?rev=1.1&content-type=text/plain

Index: ant-core-1.7.0-services.patch
===================================================================
diff -r -U3 apache-ant-1.7.0/src/main/org/apache/tools/ant/taskdefs/Jar.java apache-ant-1.7.0.my/src/main/org/apache/tools/ant/taskdefs/Jar.java
--- apache-ant-1.7.0/src/main/org/apache/tools/ant/taskdefs/Jar.java	2006-12-13 13:16:21.000000000 +0100
+++ apache-ant-1.7.0.my/src/main/org/apache/tools/ant/taskdefs/Jar.java	2008-06-16 17:58:08.000000000 +0200
@@ -397,7 +397,7 @@
            service = (Service) serviceIterator.next();
            //stolen from writeManifest
            super.zipFile(service.getAsStream(), zOut,
-                         "META-INF/service/" + service.getType(),
+                         "META-INF/services/" + service.getType(),
                          System.currentTimeMillis(), null,
                          ZipFileSet.DEFAULT_FILE_MODE);
         }



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-06-16 18:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-16 18:59 [gentoo-commits] gentoo-x86 commit in dev-java/ant-core/files: ant-core-1.7.0-services.patch Petteri Raty (betelgeuse)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox