From: <lh...@us...> - 2008-08-07 14:39:31
|
Revision: 104 http://tinytim.svn.sourceforge.net/tinytim/?rev=104&view=rev Author: lheuer Date: 2008-08-07 14:39:40 +0000 (Thu, 07 Aug 2008) Log Message: ----------- - Removed TMAPI 1.0 libs - Changed build properties - Changed TopicMapSystemFactory class name (META-INF) Modified Paths: -------------- tinytim/trunk/build.properties tinytim/trunk/src/main/resources/META-INF/services/org.tmapi.core.TopicMapSystemFactory Removed Paths: ------------- tinytim/trunk/lib/LICENSE.tmapi-test.txt tinytim/trunk/lib/LICENSE.tmapi.txt tinytim/trunk/lib/tmapi-1_0SP1.jar tinytim/trunk/lib/tmapi-test-1_0SP1.jar Modified: tinytim/trunk/build.properties =================================================================== --- tinytim/trunk/build.properties 2008-08-07 14:36:54 UTC (rev 103) +++ tinytim/trunk/build.properties 2008-08-07 14:39:40 UTC (rev 104) @@ -1,4 +1,4 @@ -version=1.5.0 -version_suffix=beta +version=2.0.0 +version_suffix=alpha1 debug=off optimize=on Deleted: tinytim/trunk/lib/LICENSE.tmapi-test.txt =================================================================== --- tinytim/trunk/lib/LICENSE.tmapi-test.txt 2008-08-07 14:36:54 UTC (rev 103) +++ tinytim/trunk/lib/LICENSE.tmapi-test.txt 2008-08-07 14:39:40 UTC (rev 104) @@ -1,21 +0,0 @@ -TMAPI 1.0 - - Version 1.0 of the Topic Maps API (TMAPI), created collectively by - the membership of the tmapi-discuss mailing list - (http://lists.sourceforge.net/mailman/listinfo/tmapi-discuss), - is hereby released into the public domain. - - No one owns TMAPI: you may use it freely in both commercial and - non-commercial applications, bundle it with your software - distribution, include it on a CD-ROM, list the source code in a - book, mirror the documentation at your own web site, or use it in - any other way you see fit. - - Kal Ahmed (kal at techquila.com) - Lars Marius Garshol (larsga at users.sourceforge.net) - Geir Ove Gr\xF8nmo (grove at users.sourceforge.net) - Lars Heuer (lheuer at users.sourceforge.net) - Stefan Lischke (lischke2 at users.sourceforge.net) - Graham Moore (gra_moore at users.sourceforge.net) - - 08 April 2004 Deleted: tinytim/trunk/lib/LICENSE.tmapi.txt =================================================================== --- tinytim/trunk/lib/LICENSE.tmapi.txt 2008-08-07 14:36:54 UTC (rev 103) +++ tinytim/trunk/lib/LICENSE.tmapi.txt 2008-08-07 14:39:40 UTC (rev 104) @@ -1,21 +0,0 @@ -TMAPI 1.0 - - Version 1.0 of the Topic Maps API (TMAPI), created collectively by - the membership of the tmapi-discuss mailing list - (http://lists.sourceforge.net/mailman/listinfo/tmapi-discuss), - is hereby released into the public domain. - - No one owns TMAPI: you may use it freely in both commercial and - non-commercial applications, bundle it with your software - distribution, include it on a CD-ROM, list the source code in a - book, mirror the documentation at your own web site, or use it in - any other way you see fit. - - Kal Ahmed (kal at techquila.com) - Lars Marius Garshol (larsga at users.sourceforge.net) - Geir Ove Gr\xF8nmo (grove at users.sourceforge.net) - Lars Heuer (lheuer at users.sourceforge.net) - Stefan Lischke (lischke2 at users.sourceforge.net) - Graham Moore (gra_moore at users.sourceforge.net) - - 08 April 2004 Modified: tinytim/trunk/src/main/resources/META-INF/services/org.tmapi.core.TopicMapSystemFactory =================================================================== --- tinytim/trunk/src/main/resources/META-INF/services/org.tmapi.core.TopicMapSystemFactory 2008-08-07 14:36:54 UTC (rev 103) +++ tinytim/trunk/src/main/resources/META-INF/services/org.tmapi.core.TopicMapSystemFactory 2008-08-07 14:39:40 UTC (rev 104) @@ -1 +1 @@ -org.tinytim.TopicMapSystemFactoryImpl +org.tinytim.core.TopicMapSystemFactoryImpl This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |