From: <lh...@us...> - 2010-03-09 12:42:02
|
Revision: 377 http://tinytim.svn.sourceforge.net/tinytim/?rev=377&view=rev Author: lheuer Date: 2010-03-09 12:41:51 +0000 (Tue, 09 Mar 2010) Log Message: ----------- Updated build Modified Paths: -------------- tinytim/trunk/CHANGES.txt tinytim/trunk/build.xml Added Paths: ----------- tinytim/trunk/lib/tmapi-2.0.1.jar tinytim/trunk/lib/tmapi-tests-2.0.1.jar Removed Paths: ------------- tinytim/trunk/lib/tmapi-2.0.1.snapshot.jar tinytim/trunk/lib/tmapi-tests-2.0.1.snapshot.jar Modified: tinytim/trunk/CHANGES.txt =================================================================== --- tinytim/trunk/CHANGES.txt 2010-03-01 23:06:55 UTC (rev 376) +++ tinytim/trunk/CHANGES.txt 2010-03-09 12:41:51 UTC (rev 377) @@ -2,11 +2,12 @@ Changes Log =========== -2.0.0 a6 (2010-03-xx) ---------------------- +2.0.0 (2010-03-dd) +------------------ +* Updated TMAPI to 2.0.1 * Fixed LocatorImpl (the impl. of "equals" was different from the TMAPI 2.0 specs) reported by Uta Schulze -* Added OSGi headers to the MANIFEST +* tinyTiM is usable as an OSGi bundle * Added support to convert XTM 1.0 class-instance relationships to TMDM type-instance relationships * Added support to convert XTM 1.0 PSIs to TMDM PSIs @@ -20,6 +21,7 @@ reported by Sven Krosse + 2.0.0 a5 (23.07.2009) --------------------- Modified: tinytim/trunk/build.xml =================================================================== --- tinytim/trunk/build.xml 2010-03-01 23:06:55 UTC (rev 376) +++ tinytim/trunk/build.xml 2010-03-09 12:41:51 UTC (rev 377) @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<project name="tinyTiM" default="jar" basedir="."> +<project name="tinyTiM" default="jar" basedir="." xmlns:ivy="antlib:org.apache.ivy.ant"> <property file="build.properties"/> <property name="dir.src" value="${basedir}/src/main/java"/> @@ -10,8 +10,8 @@ <property name="lib.junit" value="${dir.lib}/junit-4.8.1.jar"/> <property name="lib.mio" value="${dir.lib}/semagia-mio-0.9.5.jar"/> - <property name="lib.tmapi" value="${dir.lib}/tmapi-2.0.1.snapshot.jar"/> - <property name="lib.tmapi.tests" value="${dir.lib}/tmapi-tests-2.0.1.snapshot.jar"/> + <property name="lib.tmapi" value="${dir.lib}/tmapi-2.0.1.jar"/> + <property name="lib.tmapi.tests" value="${dir.lib}/tmapi-tests-2.0.1.jar"/> <property name="lib.emma" value="${dir.lib}/emma.jar"/> <property name="lib.emma.task" value="${dir.lib}/emma_ant.jar"/> Added: tinytim/trunk/lib/tmapi-2.0.1.jar =================================================================== (Binary files differ) Property changes on: tinytim/trunk/lib/tmapi-2.0.1.jar ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Deleted: tinytim/trunk/lib/tmapi-2.0.1.snapshot.jar =================================================================== (Binary files differ) Added: tinytim/trunk/lib/tmapi-tests-2.0.1.jar =================================================================== (Binary files differ) Property changes on: tinytim/trunk/lib/tmapi-tests-2.0.1.jar ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Deleted: tinytim/trunk/lib/tmapi-tests-2.0.1.snapshot.jar =================================================================== (Binary files differ) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |