equinox-agentclass-hook/pom.xml
changeset 464 da6c0d295eed
parent 394 88c06549e122
child 466 973fc25eb5f8
     1.1 --- a/equinox-agentclass-hook/pom.xml	Sun Jan 05 06:53:34 2014 +0100
     1.2 +++ b/equinox-agentclass-hook/pom.xml	Mon Jan 13 09:29:34 2014 +0100
     1.3 @@ -4,7 +4,7 @@
     1.4      <parent>
     1.5          <groupId>org.netbeans.html</groupId>
     1.6          <artifactId>pom</artifactId>
     1.7 -        <version>0.7-SNAPSHOT</version>
     1.8 +        <version>0.7</version>
     1.9      </parent>
    1.10      <name>AgentClass Hook for Equinox</name>
    1.11      <artifactId>equinox-agentclass-hook</artifactId>
    1.12 @@ -17,7 +17,7 @@
    1.13                  <configuration>
    1.14                      <instructions>
    1.15                          <Fragment-Host>org.eclipse.osgi;bundle-version="[3.8.0,4.0)"</Fragment-Host>
    1.16 -                        <Import-Package></Import-Package>
    1.17 +                        <Import-Package />
    1.18                      </instructions>
    1.19                  </configuration>
    1.20              </plugin>