diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2014-07-23 16:16:14 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2014-07-23 16:16:14 -0400 |
commit | 523689b22a91e8f15407b6c8b111f4f6a6fc48c5 (patch) | |
tree | e5fc6028a25d9783268b7487c95b7a70eda48369 /rules/plexus-cipher/no-javaee.patch | |
parent | a27a46e63efe2e3e77cd0accb21b55595051c6bd (diff) |
mv rules/plexus-cipher/no-{javaee,jsr299}.patch
Diffstat (limited to 'rules/plexus-cipher/no-javaee.patch')
-rw-r--r-- | rules/plexus-cipher/no-javaee.patch | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/rules/plexus-cipher/no-javaee.patch b/rules/plexus-cipher/no-javaee.patch deleted file mode 100644 index b0cb5fa..0000000 --- a/rules/plexus-cipher/no-javaee.patch +++ /dev/null @@ -1,19 +0,0 @@ -Binary files plexus-cipher.orig/.git/index and plexus-cipher/.git/index differ -diff -ru plexus-cipher.orig/src/main/java/org/sonatype/plexus/components/cipher/DefaultPlexusCipher.java plexus-cipher/src/main/java/org/sonatype/plexus/components/cipher/DefaultPlexusCipher.java ---- plexus-cipher.orig/src/main/java/org/sonatype/plexus/components/cipher/DefaultPlexusCipher.java 2014-05-29 03:30:38.180546653 -0400 -+++ plexus-cipher/src/main/java/org/sonatype/plexus/components/cipher/DefaultPlexusCipher.java 2014-05-30 14:57:41.736224103 -0400 -@@ -20,14 +20,12 @@ - import java.util.regex.Matcher; - import java.util.regex.Pattern; - --import javax.enterprise.inject.Typed; - import javax.inject.Named; - - /** - * @author Oleg Gusakov</a> - */ - @Named( "default" ) --@Typed( PlexusCipher.class ) - public class DefaultPlexusCipher - implements PlexusCipher - { |