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

Re: Quick patch for svnClientAdapter build.* files

From: Mark Phippard <MarkP_at_softlanding.com>
Date: 2005-02-03 15:04:39 CET

Cedric,

I have not committed a patch like this yet, because you have been doing
all of the JavaSVN work so I figured that you will eventually commit
everything. In case you are not aware though, the svnClientAdapter
project has lots of Eclipse problems in it because of this missing stuff.
In addition to the changes below, the .classpath needs to be updated and
we need an updated JavaSVN.jar file in the repository.

Thanks

Mark

Sung Kim <hunkim@gmail.com> wrote on 02/02/2005 08:13:42 PM:

> 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

_____________________________________________________________________________
Scanned for SoftLanding Systems, Inc. by IBM Email Security Management Services powered by MessageLabs.
_____________________________________________________________________________
Received on Fri Feb 4 01:04:39 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.