[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Quick patch for svnClientAdapter build.* files

From: Sung Kim <hunkim_at_gmail.com>
Date: 2005-02-03 02:13:42 CET

Hi,

Index: build.properties
===================================================================
--- build.properties (revision 1228)
+++ build.properties (working copy)
@@ -30,4 +30,5 @@
 svnjavahl.jar=${lib.dir}/svnjavahl.jar
 commons-logging.jar=${lib.dir}/commons-logging-1.0.4.jar
 jakarta-regexp.jar=${lib.dir}/jakarta-regexp-1.3.jar
-commons-lang.jar=${lib.dir}/commons-lang-2.0.jar
\ No newline at end of file
+commons-lang.jar=${lib.dir}/commons-lang-2.0.jar
+javasvn.jar=${lib.dir}/javasvn.jar
Index: build.xml
===================================================================
--- build.xml (revision 1228)
+++ build.xml (working copy)
@@ -15,6 +15,7 @@
        <pathelement location="${commons-logging.jar}"/>
        <pathelement location="${jakarta-regexp.jar}"/>
        <pathelement location="${commons-lang.jar}"/>
+ <pathelement location="${javasvn.jar}"/>
   </path>

   <!-- ================================================================= -->

Sung
Received on Thu Feb 3 12:13:42 2005

This is an archived mail posted to the Subclipse Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.