#38 - Removed Bundlor from build setup.

This commit is contained in:
Oliver Gierke
2017-02-14 11:51:48 +01:00
parent 1f0f6e0aec
commit 8f64dce90b
3 changed files with 0 additions and 40 deletions

View File

@@ -1,11 +0,0 @@
Bundle-ManifestVersion: 2
Bundle-SymbolicName: ${project.artifactId}
Bundle-Name: ${project.name}
Bundle-Vendor: SpringSource, a division of VMware
Bundle-Version: ${project.version}
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Export-Template:
org.springframework.plugin.core.*;version="${project.version}"
Import-Template:
org.springframework.*;version="${spring.version:[=.=.=.=,+1.0.0)}",
org.w3c.dom.*;version="0.0.0"

View File

@@ -1,11 +0,0 @@
Bundle-ManifestVersion: 2
Bundle-SymbolicName: ${project.artifactId}
Bundle-Name: ${project.name}
Bundle-Vendor: SpringSource, a division of VMware
Bundle-Version: ${project.version}
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Export-Template:
org.springframework.plugin.metadata.*;version="${project.version}"
Import-Template:
org.springframework.*;version="${spring.version:[=.=.=.=,+1.0.0)}",
org.springframework.plugin.core.*;version="${project.version:[=.=.=.=,+1.0.0)}"

18
pom.xml
View File

@@ -147,24 +147,6 @@
</executions>
</plugin>
<plugin>
<groupId>com.springsource.bundlor</groupId>
<artifactId>com.springsource.bundlor.maven</artifactId>
<version>1.0.0.RELEASE</version>
<executions>
<execution>
<id>bundlor</id>
<goals>
<goal>bundlor</goal>
</goals>
<phase>process-classes</phase>
</execution>
</executions>
<configuration>
<failOnWarnings>true</failOnWarnings>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>