Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Step:15-SP2
antlr3.28016
osgi-manifest.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File osgi-manifest.patch of Package antlr3.28016
--- runtime/Java/pom.xml.orig 2015-11-24 22:48:17.908747868 +0000 +++ runtime/Java/pom.xml 2015-11-24 22:48:37.201489113 +0000 @@ -64,4 +64,22 @@ </dependencies> +<build> + <plugins> + <plugin> + <groupId>org.apache.felix</groupId><artifactId>maven-bundle-plugin</artifactId> + <executions><execution><id>bundle-manifest</id><phase>process-classes</phase><goals><goal>manifest</goal></goals></execution></executions> + <configuration> + <manifestLocation>${project.build.directory}/osgi</manifestLocation> + <instructions><Bundle-SymbolicName>org.antlr.runtime</Bundle-SymbolicName><Import-Package>!org.antlr.stringtemplate,*</Import-Package></instructions> + </configuration> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId><artifactId>maven-jar-plugin</artifactId> + <configuration> + <archive><manifestFile>${project.build.directory}/osgi/MANIFEST.MF</manifestFile></archive> + </configuration> + </plugin> + </plugins> +</build> </project>
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor