[pkg-eucalyptus-commits] r143 - gwt/trunk/debian/patches

Charles Plessy plessy at alioth.debian.org
Wed Aug 24 01:17:12 UTC 2011


Author: plessy
Date: 2011-08-24 01:17:12 +0000 (Wed, 24 Aug 2011)
New Revision: 143

Removed:
   gwt/trunk/debian/patches/ArtifactSet.patch
Log:
Removed as the changes it introduces are part of version 2.4.0.


Deleted: gwt/trunk/debian/patches/ArtifactSet.patch
===================================================================
--- gwt/trunk/debian/patches/ArtifactSet.patch	2011-08-24 01:15:11 UTC (rev 142)
+++ gwt/trunk/debian/patches/ArtifactSet.patch	2011-08-24 01:17:12 UTC (rev 143)
@@ -1,16 +0,0 @@
-diff -Nur -x '*.orig' -x '*~' gwt-1.6.4/dev/core/src/com/google/gwt/core/ext/linker/ArtifactSet.java gwt-1.6.4.new/dev/core/src/com/google/gwt/core/ext/linker/ArtifactSet.java
---- gwt-1.6.4/dev/core/src/com/google/gwt/core/ext/linker/ArtifactSet.java	2008-10-29 22:45:14.000000000 +0100
-+++ gwt-1.6.4.new/dev/core/src/com/google/gwt/core/ext/linker/ArtifactSet.java	2009-07-20 10:50:51.000000000 +0200
-@@ -86,10 +86,10 @@
-    * @param artifactType the desired type of Artifact
-    * @return all Artifacts in the ArtifactSet assignable to the desired type
-    */
--  public <A extends Artifact<?>, T extends A> SortedSet<A> find(
-+  public <T extends Artifact<? super T>> SortedSet<T> find(
-       Class<T> artifactType) {
-     // TODO make this sub-linear (but must retain order for styles/scripts!)
--    SortedSet<A> toReturn = new TreeSet<A>();
-+    SortedSet<T> toReturn = new TreeSet<T>();
-     for (Artifact<?> artifact : this) {
-       if (artifactType.isInstance(artifact)) {
-         toReturn.add(artifactType.cast(artifact));




More information about the pkg-eucalyptus-commits mailing list