boot/pom.xml
changeset 323 86aabecda7a3
parent 322 4a93f2679691
child 332 386429032402
child 359 6b23a639bdb5
     1.1 --- a/boot/pom.xml	Tue Nov 05 23:06:32 2013 +0100
     1.2 +++ b/boot/pom.xml	Wed Nov 06 15:15:54 2013 +0100
     1.3 @@ -21,6 +21,11 @@
     1.4            <plugin>
     1.5                <groupId>org.apache.felix</groupId>
     1.6                <artifactId>maven-bundle-plugin</artifactId>
     1.7 +              <configuration>
     1.8 +                  <instructions>
     1.9 +                      <Agent-Class>org.apidesign.html.boot.impl.JsAgent</Agent-Class>
    1.10 +                  </instructions>
    1.11 +              </configuration>
    1.12            </plugin>
    1.13           <plugin>
    1.14              <groupId>org.apache.maven.plugins</groupId>