From: <bo...@us...> - 2010-03-22 14:55:50
|
Revision: 384 http://tinytim.svn.sourceforge.net/tinytim/?rev=384&view=rev Author: bosso Date: 2010-03-22 14:55:40 +0000 (Mon, 22 Mar 2010) Log Message: ----------- added voc export to Manifest.MF Modified Paths: -------------- tinytim/trunk/build.xml Modified: tinytim/trunk/build.xml =================================================================== --- tinytim/trunk/build.xml 2010-03-19 14:47:47 UTC (rev 383) +++ tinytim/trunk/build.xml 2010-03-22 14:55:40 UTC (rev 384) @@ -209,7 +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="Export-Package" value="org.tinytim.mio,org.tinytim.voc"/> <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. |