You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by tv...@apache.org on 2015/12/11 14:36:43 UTC

svn commit: r1719412 - /commons/proper/jcs/trunk/commons-jcs-core/pom.xml

Author: tv
Date: Fri Dec 11 13:36:43 2015
New Revision: 1719412

URL: http://svn.apache.org/viewvc?rev=1719412&view=rev
Log:
Add information for OSGi bundle

Modified:
    commons/proper/jcs/trunk/commons-jcs-core/pom.xml

Modified: commons/proper/jcs/trunk/commons-jcs-core/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/commons-jcs-core/pom.xml?rev=1719412&r1=1719411&r2=1719412&view=diff
==============================================================================
--- commons/proper/jcs/trunk/commons-jcs-core/pom.xml (original)
+++ commons/proper/jcs/trunk/commons-jcs-core/pom.xml Fri Dec 11 13:36:43 2015
@@ -34,6 +34,8 @@
   <properties>
     <maven.compiler.source>1.6</maven.compiler.source>
     <maven.compiler.target>1.6</maven.compiler.target>
+    <commons.osgi.export>org.apache.commons.jcs,org.apache.commons.jcs.access</commons.osgi.export>
+    <commons.osgi.private>org.apache.commons.jcs.*</commons.osgi.private>
   </properties>
 
   <dependencies>