summaryrefslogtreecommitdiff
path: root/rules/plexus-cipher
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2014-05-31 00:33:26 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2014-05-31 00:33:26 -0400
commit719c44cf710cefaf55c69f64d131f4f90cf6727b (patch)
tree91d044f9ff27130acb4aaf72d473f044611a9285 /rules/plexus-cipher
parent6d6e142689863d933136b286c47130a2c10ec13d (diff)
Re-arrange the directories to keep everything for a package together
Diffstat (limited to 'rules/plexus-cipher')
-rw-r--r--rules/plexus-cipher/no-javaee.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/rules/plexus-cipher/no-javaee.patch b/rules/plexus-cipher/no-javaee.patch
new file mode 100644
index 0000000..b0cb5fa
--- /dev/null
+++ b/rules/plexus-cipher/no-javaee.patch
@@ -0,0 +1,19 @@
+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
+ {