File: bootstrap_packaging_jar.diff

package info (click to toggle)
felix-main 5.0.0-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 652 kB
  • sloc: java: 553; xml: 170; sh: 15; makefile: 5
file content (18 lines) | stat: -rw-r--r-- 618 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description: pom.xml, change packaging type from bundle to jar.
 Since this library is a dependency of maven-bundle-plugin
 we should use default "jar" packaging type to allow a first bootstrap build.
Forwarded: not-needed
Author: Damien Raude-Morvan <drazzib@debian.org>
Last-Update: 2011-05-11

--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
     <relativePath>../pom/pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
-  <packaging>bundle</packaging>
+  <packaging>jar</packaging>
   <name>Apache Felix Main</name>
   <artifactId>org.apache.felix.main</artifactId>
   <version>2.0.5</version>