diff options
Diffstat (limited to '')
-rw-r--r-- | branches/sca-equinox/modules/implementation-bpel-ode/pom.xml | 14 | ||||
-rw-r--r-- | branches/sca-equinox/modules/implementation-bpel/pom.xml | 16 |
2 files changed, 0 insertions, 30 deletions
diff --git a/branches/sca-equinox/modules/implementation-bpel-ode/pom.xml b/branches/sca-equinox/modules/implementation-bpel-ode/pom.xml index 388c6e6311..d839fb4695 100644 --- a/branches/sca-equinox/modules/implementation-bpel-ode/pom.xml +++ b/branches/sca-equinox/modules/implementation-bpel-ode/pom.xml @@ -410,20 +410,6 @@ </executions>
</plugin>
- <plugin>
- <groupId>org.apache.felix</groupId>
- <artifactId>maven-bundle-plugin</artifactId>
-
- <configuration>
- <instructions>
- <Bundle-Version>${tuscany.version}</Bundle-Version>
- <Bundle-SymbolicName>org.apache.tuscany.sca.implementation.bpel.ode
- </Bundle-SymbolicName>
- <Bundle-Description>${pom.name}</Bundle-Description>
- <Export-Package></Export-Package>
- </instructions>
- </configuration>
- </plugin>
</plugins>
</build>
</project>
diff --git a/branches/sca-equinox/modules/implementation-bpel/pom.xml b/branches/sca-equinox/modules/implementation-bpel/pom.xml index 763e61a0c4..ade7fc08a1 100644 --- a/branches/sca-equinox/modules/implementation-bpel/pom.xml +++ b/branches/sca-equinox/modules/implementation-bpel/pom.xml @@ -79,20 +79,4 @@ </dependency>
</dependencies>
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.felix</groupId>
- <artifactId>maven-bundle-plugin</artifactId>
- <configuration>
- <instructions>
- <Bundle-Version>${tuscany.version}</Bundle-Version>
- <Bundle-SymbolicName>org.apache.tuscany.sca.implementation.bpel</Bundle-SymbolicName>
- <Bundle-Description>${pom.name}</Bundle-Description>
- <Export-Package>org.apache.tuscany.sca.implementation.bpel</Export-Package>
- </instructions>
- </configuration>
- </plugin>
- </plugins>
- </build>
</project>
|