7c1ee9
<project>
7c1ee9
  <modelVersion>4.0.0</modelVersion>
7c1ee9
  <groupId>org.apache.bcel</groupId>
7c1ee9
  <artifactId>bcel</artifactId>
7c1ee9
  <version>5.2</version>
7c1ee9
  <packaging>bundle</packaging>
7c1ee9
  <properties>
7c1ee9
    <project.build.sourceEncoding>ISO-8859-1</project.build.sourceEncoding>
7c1ee9
  </properties>
7c1ee9
  <dependencies>
7c1ee9
    <dependency>
7c1ee9
      <groupId>regexp</groupId>
7c1ee9
      <artifactId>regexp</artifactId>
7c1ee9
      <version>1.2</version>
7c1ee9
    </dependency>
7c1ee9
  </dependencies>
7c1ee9
  <build>
7c1ee9
    <sourceDirectory>src/java</sourceDirectory>
7c1ee9
    <plugins>
7c1ee9
      <plugin>
7c1ee9
        <groupId>org.apache.felix</groupId>
7c1ee9
        <artifactId>maven-bundle-plugin</artifactId>
7c1ee9
        <extensions>true</extensions>
7c1ee9
        <configuration>
7c1ee9
          <instructions>
7c1ee9
            <_nouses>true</_nouses>
7c1ee9
            <Export-Package>org.apache.bcel.*</Export-Package>
7c1ee9
          </instructions>
7c1ee9
        </configuration>
7c1ee9
      </plugin>
7c1ee9
    </plugins>
7c1ee9
  </build>
7c1ee9
</project>