|
From: <lh...@us...> - 2010-02-27 18:50:33
|
Revision: 157
http://tmapi.svn.sourceforge.net/tmapi/?rev=157&view=rev
Author: lheuer
Date: 2010-02-27 18:50:26 +0000 (Sat, 27 Feb 2010)
Log Message:
-----------
Removed osgi lib from test path
Modified Paths:
--------------
trunk/build.xml
Modified: trunk/build.xml
===================================================================
--- trunk/build.xml 2010-02-27 18:47:18 UTC (rev 156)
+++ trunk/build.xml 2010-02-27 18:50:26 UTC (rev 157)
@@ -119,7 +119,6 @@
errorProperty="test.failed" failureProperty="test.failed">
<classpath>
<pathelement location="${lib.junit}"/>
- <pathelement location="${lib.osgi}"/>
<pathelement location="tmapi-test.jar"/>
<pathelement location="${dir.build.classes}"/>
<pathelement location="${dir.build.tests}"/>
@@ -250,7 +249,6 @@
<copy todir="${dir.dist}" file="CHANGES.txt"/>
<copy todir="${dir.dist}" file="LICENSE.txt"/>
- <copy todir="${dir.dist}" file="NOTICE.txt"/>
<copy todir="${dir.dist}" file="README.txt"/>
<copy todir="${dir.dist}" file="TMAPI-1.0_MIGRATION.txt"/>
</target>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|