Author: simonetripodi
Date: Mon Feb 13 22:07:02 2012
New Revision: 1243715
URL: http://svn.apache.org/viewvc?rev=1243715&view=rev
Log:
[SANDBOX-390] Make sure that the internal package does not get exported when
packaging as OSGi bundle - patch submitted by Benedikt Ritter
Modified:
commons/sandbox/beanutils2/trunk/pom.xml
commons/sandbox/beanutils2/trunk/src/changes/changes.xml
Modified: commons/sandbox/beanutils2/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/sandbox/beanutils2/trunk/pom.xml?rev=1243715&r1=1243714&r2=1243715&view=diff
==============================================================================
--- commons/sandbox/beanutils2/trunk/pom.xml (original)
+++ commons/sandbox/beanutils2/trunk/pom.xml Mon Feb 13 22:07:02 2012
@@ -82,6 +82,8 @@
<maven.compile.source>1.5</maven.compile.source>
<maven.compile.target>1.5</maven.compile.target>
<commons.componentid>beanutils</commons.componentid>
+
<commons.osgi.private>org.apache.commons.beanutils2.internal</commons.osgi.private>
+
<commons.osgi.export>!org.apache.commons.beanutils2.internal,org.apache.commons.*;version=${project.version};-noimport:=true</commons.osgi.export>
</properties>
<dependencies>
Modified: commons/sandbox/beanutils2/trunk/src/changes/changes.xml
URL:
http://svn.apache.org/viewvc/commons/sandbox/beanutils2/trunk/src/changes/changes.xml?rev=1243715&r1=1243714&r2=1243715&view=diff
==============================================================================
--- commons/sandbox/beanutils2/trunk/src/changes/changes.xml (original)
+++ commons/sandbox/beanutils2/trunk/src/changes/changes.xml Mon Feb 13
22:07:02 2012
@@ -23,6 +23,9 @@
</properties>
<body>
<release version="0.1" date="201?-??-??" description="First release.">
+ <action dev="simonetripodi" type="update" issue="SANDBOX-390"
due-to="Benedikt Ritter">
+ Make sure that the internal package does not get exported when packaging
as OSGi bundle
+ </action>
<action dev="simonetripodi" type="update" issue="SANDBOX-379"
due-to="Benedikt Ritter">
Implement describe() on DefaultBeanAccessor
</action>