Skip to content

Commit 9fcaf4f

Browse files
committed
[IO-333] Export OSGi packages at version 1.x in addition to 2.x.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/io/trunk@1347766 13f79535-47bb-0310-9956-ffa450edef68
1 parent 536a95b commit 9fcaf4f

2 files changed

Lines changed: 18 additions & 0 deletions

File tree

pom.xml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,21 @@ file comparators, endian transformation classes, and much more.
234234
<commons.release.2.desc>(requires JDK 1.5+)</commons.release.2.desc>
235235
<commons.jira.id>IO</commons.jira.id>
236236
<commons.jira.pid>12310477</commons.jira.pid>
237+
<commons.osgi.export>
238+
<!-- Explicit list of packages from IO 1.4 -->
239+
org.apache.commons.io;
240+
org.apache.commons.io.comparator;
241+
org.apache.commons.io.filefilter;
242+
org.apache.commons.io.input;
243+
org.apache.commons.io.output;version=1.4.9999;-noimport:=true,
244+
<!-- Same list plus * for new packages -->
245+
org.apache.commons.io;
246+
org.apache.commons.io.comparator;
247+
org.apache.commons.io.filefilter;
248+
org.apache.commons.io.input;
249+
org.apache.commons.io.output;
250+
org.apache.commons.io.*;version=${project.version};-noimport:=true
251+
</commons.osgi.export>
237252
</properties>
238253

239254
<build>

src/changes/changes.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ The <action> type attribute can be add,update,fix,remove.
4747
<body>
4848
<!-- The release date is the date RC is cut -->
4949
<release version="2.4" date="2012-TDB-TDB" description="">
50+
<action issue="IO-333" dev="ggregory" type="add" due-to="fmeschbe">
51+
Export OSGi packages at version 1.x in addition to 2.x.
52+
</action>
5053
<action issue="IO-320" dev="ggregory" type="add">
5154
Add XmlStreamReader support for UTF-32.
5255
</action>

0 commit comments

Comments
 (0)