rt/emul/zip/pom.xml
changeset 1742 0e949cf1b073
parent 1734 61d4eafdb331
child 1757 837ea3e1cbaf
     1.1 --- a/rt/emul/zip/pom.xml	Tue Dec 02 15:31:40 2014 +0100
     1.2 +++ b/rt/emul/zip/pom.xml	Sat Dec 06 08:02:33 2014 +0100
     1.3 @@ -32,7 +32,19 @@
     1.4                   <skip>false</skip>
     1.5                   <subpackages>java.util.zip</subpackages>
     1.6                 </configuration>
     1.7 -             </plugin>
     1.8 +            </plugin>
     1.9 +            <plugin>
    1.10 +                <groupId>org.apidesign.bck2brwsr</groupId>
    1.11 +                <artifactId>bck2brwsr-maven-plugin</artifactId>
    1.12 +                <version>${project.version}</version>
    1.13 +                <executions>
    1.14 +                    <execution>
    1.15 +                        <goals>
    1.16 +                            <goal>library</goal>
    1.17 +                        </goals>
    1.18 +                    </execution>
    1.19 +                </executions>
    1.20 +            </plugin>
    1.21          </plugins>
    1.22      </build>
    1.23      <dependencies>
    1.24 @@ -51,7 +63,7 @@
    1.25              <groupId>org.apidesign.bck2brwsr</groupId>
    1.26              <artifactId>emul.mini</artifactId>
    1.27              <version>${project.version}</version>
    1.28 -            <scope>compile</scope>
    1.29 +            <scope>provided</scope>
    1.30              <type>jar</type>
    1.31          </dependency>
    1.32          <dependency>