~ubuntu-branches/ubuntu/wily/shiro/wily-proposed

« back to all changes in this revision

Viewing changes to debian/patches/01-bundles-to-jars.patch

  • Committer: Package Import Robot
  • Author(s): Emmanuel Bourg
  • Date: 2015-07-21 14:52:02 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20150721145202-vt62htrlb257ndt8
Tags: 1.2.4-1
* New upstream release
  - Removed the dependency on libguava-java
  - Refreshed the patch
  - Ignore the maven-toolchains-plugin
* Set the source encoding to UTF-8

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
--- a/support/guice/pom.xml
39
39
+++ b/support/guice/pom.xml
40
40
@@ -29,7 +29,7 @@
41
 
     <modelVersion>4.0.0</modelVersion>
42
 
     <artifactId>shiro-guice</artifactId>
43
 
     <name>Apache Shiro :: Support :: Guice</name>
44
 
-    <packaging>bundle</packaging>
45
 
+    <packaging>jar</packaging>
46
 
 
47
 
     <properties>
48
 
         <guice.version>3.0</guice.version>
 
41
     <modelVersion>4.0.0</modelVersion>
 
42
     <artifactId>shiro-guice</artifactId>
 
43
     <name>Apache Shiro :: Support :: Guice</name>
 
44
-    <packaging>bundle</packaging>
 
45
+    <packaging>jar</packaging>
 
46
 
 
47
     <properties>
 
48
         <guice.version>3.0</guice.version>