From: <lh...@us...> - 2010-02-25 13:10:18
|
Revision: 367 http://tinytim.svn.sourceforge.net/tinytim/?rev=367&view=rev Author: lheuer Date: 2010-02-25 12:15:58 +0000 (Thu, 25 Feb 2010) Log Message: ----------- Updated imports, removed fragment Modified Paths: -------------- tinytim/trunk/build.xml Modified: tinytim/trunk/build.xml =================================================================== --- tinytim/trunk/build.xml 2010-02-25 00:16:55 UTC (rev 366) +++ tinytim/trunk/build.xml 2010-02-25 12:15:58 UTC (rev 367) @@ -210,12 +210,11 @@ <attribute name="Implementation-Title" value="tinyTiM"/> <attribute name="Implementation-Version" value="${dist.version}"/> <attribute name="Implementation-URL" value="http://tinytim.sourceforge.net/"/> - <attribute name="Import-Package" value="org.osgi.framework,org.tmapi.core,org.tmapi.index"/> + <attribute name="Import-Package" value="org.osgi.framework,org.tmapi.core,org.tmapi.index,com.semagia.mio"/> <attribute name="Export-Package" value="org.tinytim.core"/> <attribute name="Bundle-Name" value="tinyTiM"/> <attribute name="Bundle-SymbolicName" value="org.tinytim;version=${dist.version}"/> <attribute name="Bundle-Vendor" value="tinyTiM project"/> - <attribute name="Fragment-Host" value="org.tmapi.core"/> <attribute name="Bundle-Version" value="${dist.version}"/> </manifest> </jar> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |