Turning into regular OSGi bundle
authorJaroslav Tulach <jaroslav.tulach@netbeans.org>
Wed, 04 Jun 2014 06:36:44 +0200
changeset 675fad65c387592
parent 674 a61fd3f48997
child 676 c2d1bf0e7edf
child 701 fd7cd8b195d4
Turning into regular OSGi bundle
boot-script/pom.xml
     1.1 --- a/boot-script/pom.xml	Tue Jun 03 20:56:36 2014 +0200
     1.2 +++ b/boot-script/pom.xml	Wed Jun 04 06:36:44 2014 +0200
     1.3 @@ -9,10 +9,19 @@
     1.4      <name>Presenter via javax.script</name>
     1.5      <artifactId>net.java.html.boot.script</artifactId>
     1.6      <version>1.0-SNAPSHOT</version>
     1.7 -    <packaging>jar</packaging>
     1.8 +    <packaging>bundle</packaging>
     1.9      <properties>
    1.10          <netbeans.compile.on.save>NONE</netbeans.compile.on.save>
    1.11 +        <publicPackages>net.java.html.boot.script</publicPackages>
    1.12      </properties>
    1.13 +    <build>
    1.14 +      <plugins>
    1.15 +          <plugin>
    1.16 +              <groupId>org.apache.felix</groupId>
    1.17 +              <artifactId>maven-bundle-plugin</artifactId>
    1.18 +          </plugin>
    1.19 +      </plugins>
    1.20 +    </build>
    1.21      <dependencies>
    1.22          <dependency>
    1.23              <groupId>org.netbeans.html</groupId>