|
From: <lh...@us...> - 2008-09-08 12:09:00
|
Revision: 158
http://tinytim.svn.sourceforge.net/tinytim/?rev=158&view=rev
Author: lheuer
Date: 2008-09-08 12:09:10 +0000 (Mon, 08 Sep 2008)
Log Message:
-----------
* Prepared 2.0.0a2
Modified Paths:
--------------
tinytim/trunk/CHANGES.txt
tinytim/trunk/README.txt
tinytim/trunk/build.properties
tinytim/trunk/build.xml
Modified: tinytim/trunk/CHANGES.txt
===================================================================
--- tinytim/trunk/CHANGES.txt 2008-09-08 11:37:54 UTC (rev 157)
+++ tinytim/trunk/CHANGES.txt 2008-09-08 12:09:10 UTC (rev 158)
@@ -2,6 +2,12 @@
Changes Log
===========
+2.0.0 a2 (08.09.2008)
+---------------------
+* Internal code refactoring
+* Better duplicate literal supression
+
+
2.0.0 a1 (26.08.2008)
---------------------
* Implementation of the TMAPI 2.0 interfaces
Modified: tinytim/trunk/README.txt
===================================================================
--- tinytim/trunk/README.txt 2008-09-08 11:37:54 UTC (rev 157)
+++ tinytim/trunk/README.txt 2008-09-08 12:09:10 UTC (rev 158)
@@ -6,17 +6,22 @@
----------------
tinyTiM is a tiny Topic Maps engine which keeps topic maps in-memory.
This Topic Maps engine is meant to be used together with the TMAPI interfaces,
-see <http://www.tmapi.org/> for details.
+see <http://www.tmapi.org/2.0/> for details.
Installation
------------
-No real installation needed, simply put the ``tinytim-2.0.0a1.jar`` and
+No real installation needed, simply put the ``tinytim-2.0.0a2.jar`` and
``tmapi-2.0a1.jar`` into your classpath. That's all. :)
Optionally, you can put the ``trove-<VERSION>.jar`` into your classpath which
makes tinyTiM slightly more memory efficient and faster.
+Mailing List
+------------
+If you have questions or suggestions, use our mailinglist
+<http://tinytim.sourceforge.net/mailinglist>
+
Latest Version
--------------
Visit tinyTiM's homepage <http://sourceforge.net/projects/tinytim> for the
Modified: tinytim/trunk/build.properties
===================================================================
--- tinytim/trunk/build.properties 2008-09-08 11:37:54 UTC (rev 157)
+++ tinytim/trunk/build.properties 2008-09-08 12:09:10 UTC (rev 158)
@@ -1,4 +1,4 @@
version=2.0.0
-version_suffix=a1
+version_suffix=a2
debug=off
optimize=on
Modified: tinytim/trunk/build.xml
===================================================================
--- tinytim/trunk/build.xml 2008-09-08 11:37:54 UTC (rev 157)
+++ tinytim/trunk/build.xml 2008-09-08 12:09:10 UTC (rev 158)
@@ -29,7 +29,7 @@
<property name="dir.res" value="${basedir}/src/main/resources"/>
<property name="dir.coverage" value="${basedir}/coverage"/>
- <property name="lib.junit" value="${dir.lib}/junit-4.4.jar"/>
+ <property name="lib.junit" value="${dir.lib}/junit-4.5.jar"/>
<property name="lib.trove" value="${dir.lib}/trove-2.0.4.jar"/>
<property name="lib.tmapi" value="${dir.lib}/tmapi-2.0a1.jar"/>
<property name="lib.tmapi.tests" value="${dir.lib}/tmapi-2.0a1-tests.jar"/>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|