|
From: <lh...@us...> - 2010-03-01 23:07:05
|
Revision: 376
http://tinytim.svn.sourceforge.net/tinytim/?rev=376&view=rev
Author: lheuer
Date: 2010-03-01 23:06:55 +0000 (Mon, 01 Mar 2010)
Log Message:
-----------
Export (OSGi) at least .mio
Modified Paths:
--------------
tinytim/trunk/build.xml
Modified: tinytim/trunk/build.xml
===================================================================
--- tinytim/trunk/build.xml 2010-03-01 22:55:01 UTC (rev 375)
+++ tinytim/trunk/build.xml 2010-03-01 23:06:55 UTC (rev 376)
@@ -209,6 +209,7 @@
<attribute name="Implementation-Version" value="${dist.version}"/>
<attribute name="Implementation-URL" value="http://tinytim.sourceforge.net/"/>
<attribute name="Import-Package" value="org.tmapi.core,org.tmapi.index"/>
+ <attribute name="Export-Package" value="org.tinytim.mio"/>
<attribute name="Bundle-Name" value="tinyTiM"/>
<attribute name="Bundle-SymbolicName" value="org.tinytim;version=${dist.version}"/>
<attribute name="Bundle-Vendor" value="tinyTiM project"/>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|