|
From: <pan...@us...> - 2008-07-23 19:33:45
|
Revision: 100
http://trippi.svn.sourceforge.net/trippi/?rev=100&view=rev
Author: pangloss
Date: 2008-07-23 19:33:55 +0000 (Wed, 23 Jul 2008)
Log Message:
-----------
removing openrdf-util and changing default test profile back to local instance of Mulgara
Modified Paths:
--------------
trunk/src/build/dependencies.xml
trunk/src/test/test.properties
Removed Paths:
-------------
trunk/lib/openrdf-util.jar
Modified: trunk/src/build/dependencies.xml
===================================================================
--- trunk/src/build/dependencies.xml 2008-07-23 19:00:05 UTC (rev 99)
+++ trunk/src/build/dependencies.xml 2008-07-23 19:33:55 UTC (rev 100)
@@ -27,7 +27,6 @@
<path id="core.runtime.classpath">
<path refid="core.common.classpath"/>
- <pathelement path="${lib.openrdf-util}"/>
</path>
<pathconvert property="core.runtime.libs"
Modified: trunk/src/test/test.properties
===================================================================
--- trunk/src/test/test.properties 2008-07-23 19:00:05 UTC (rev 99)
+++ trunk/src/test/test.properties 2008-07-23 19:33:55 UTC (rev 100)
@@ -1,7 +1,7 @@
#
# Test Properties
#
-test.profile = mulgara-remote
+test.profile = mulgara
profile.mpt-derby.label = mpt-derby
profile.mpt-derby.connectorClassName = org.trippi.impl.mpt.MPTConnector
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|