phamthaithinh / urlrewritefilter

Automatically exported from code.google.com/p/urlrewritefilter
Other
0 stars 0 forks source link

Release JAR as OSGi compliant #131

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I have attached a patch against the current trunk code as today. This patch 
modifies pom.xml to build the JAR as an OSGi bundle. This is done using a 
bundle plugin from Apache Felix.

I verified the JAR by installing it in an OSGi container such as Apache Karaf 
2.2.9

[  77] [Active     ] [            ] [   30] OPS4J Pax Web - Extender - WAR 
(1.0.11)
[  78] [Active     ] [            ] [   30] OPS4J Pax Web - FileInstall 
Deployer (1.0.11)
[  79] [Active     ] [            ] [   30] OPS4J Pax Url - war (1.2.8)
[  80] [Active     ] [            ] [   80] UrlRewriteFilter (4.0.5.SNAPSHOT)

This allows people to use this project in OSGi containers.

Original issue reported on code.google.com by claus.ib...@gmail.com on 27 Dec 2012 at 4:26

Attachments: