mykelalvis / pojosr

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

Provide a bare version of Pojosr #9

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Pojosr itself is reasonable small (somewhere between 100k and 130k give or take 
a few legal and maven index files). However, the framework does embed most of 
the OSGi core and some of the compendium api to make it easier to use it 
standalone.

The downside is that it doubles in size because of this -- hence, it would be 
desirable to have a "-bare" version for people that already have the OSGi core 
jar on the classpath.

Original issue reported on code.google.com by karlpauls on 5 Nov 2012 at 10:16

GoogleCodeExporter commented 9 years ago
Done. Its 108k.

mvn:com.googlecode.pojosr:de.kalpatec.pojosr.framework.bare:0.3.0-SNAPSHOT

Original comment by karlpauls on 5 Nov 2012 at 10:22