From f9dfa5332a8c91e03e20f7aa0fced79e40465622 Mon Sep 17 00:00:00 2001
From: matthew_swift <matthew_swift@localhost>
Date: Fri, 04 Dec 2009 11:06:15 +0000
Subject: [PATCH] Move build-tools to internal com.sun package. Update version of svnkit and remove unneeded components.
---
sdk/build.xml | 16 ++++++++--------
sdk/build-tools/com/sun/opends/sdk/build/tools/GenerateMessageFile.java | 4 ++--
sdk/build-tools/com/sun/opends/sdk/build/tools/CoverageDiff.java | 2 +-
sdk/build-tools/com/sun/opends/sdk/build/tools/ValidJavaVersion.java | 2 +-
sdk/ext/svnkit/svnkit.jar | 0
sdk/build-tools/com/sun/opends/sdk/build/tools/PrepTestNG.java | 2 +-
sdk/build-tools/com/sun/opends/sdk/build/tools/GetSubversionUrlRepo.java | 2 +-
sdk/ext/svnkit/README.txt | 2 +-
sdk/build-tools/com/sun/opends/sdk/build/tools/GenerateRpm.java | 4 ++--
sdk/build-tools/com/sun/opends/sdk/build/tools/GetSubversionRevision.java | 2 +-
/dev/null | 0
sdk/build-tools/com/sun/opends/sdk/build/tools/CheckPrecommit.java | 2 +-
sdk/build-tools/com/sun/opends/sdk/build/tools/MessagePropertyKey.java | 2 +-
sdk/ext/svnkit/COPYING | 2 +-
sdk/build-tools/com/sun/opends/sdk/build/tools/ConcatSchema.java | 2 +-
sdk/build-tools/com/sun/opends/sdk/build/tools/Utilities.java | 2 +-
sdk/build-tools/com/sun/opends/sdk/build/tools/CreateVersionString.java | 2 +-
sdk/build-tools/com/sun/opends/sdk/build/tools/package-info.java | 2 +-
18 files changed, 25 insertions(+), 25 deletions(-)
diff --git a/sdk/build-tools/org/opends/build/tools/CheckPrecommit.java b/sdk/build-tools/com/sun/opends/sdk/build/tools/CheckPrecommit.java
similarity index 99%
rename from sdk/build-tools/org/opends/build/tools/CheckPrecommit.java
rename to sdk/build-tools/com/sun/opends/sdk/build/tools/CheckPrecommit.java
index 257b534..1f2ca27 100644
--- a/sdk/build-tools/org/opends/build/tools/CheckPrecommit.java
+++ b/sdk/build-tools/com/sun/opends/sdk/build/tools/CheckPrecommit.java
@@ -24,7 +24,7 @@
*
* Copyright 2008 Sun Microsystems, Inc.
*/
-package org.opends.build.tools;
+package com.sun.opends.sdk.build.tools;
diff --git a/sdk/build-tools/org/opends/build/tools/ConcatSchema.java b/sdk/build-tools/com/sun/opends/sdk/build/tools/ConcatSchema.java
similarity index 99%
rename from sdk/build-tools/org/opends/build/tools/ConcatSchema.java
rename to sdk/build-tools/com/sun/opends/sdk/build/tools/ConcatSchema.java
index 3137504..daaa373 100644
--- a/sdk/build-tools/org/opends/build/tools/ConcatSchema.java
+++ b/sdk/build-tools/com/sun/opends/sdk/build/tools/ConcatSchema.java
@@ -24,7 +24,7 @@
*
* Copyright 2008 Sun Microsystems, Inc.
*/
-package org.opends.build.tools;
+package com.sun.opends.sdk.build.tools;
diff --git a/sdk/build-tools/org/opends/build/tools/CoverageDiff.java b/sdk/build-tools/com/sun/opends/sdk/build/tools/CoverageDiff.java
similarity index 99%
rename from sdk/build-tools/org/opends/build/tools/CoverageDiff.java
rename to sdk/build-tools/com/sun/opends/sdk/build/tools/CoverageDiff.java
index 2e456de..9b226e7 100644
--- a/sdk/build-tools/org/opends/build/tools/CoverageDiff.java
+++ b/sdk/build-tools/com/sun/opends/sdk/build/tools/CoverageDiff.java
@@ -24,7 +24,7 @@
*
* Copyright 2008 Sun Microsystems, Inc.
*/
-package org.opends.build.tools;
+package com.sun.opends.sdk.build.tools;
import com.vladium.emma.report.*;
import com.vladium.emma.report.html.doc.*;
diff --git a/sdk/build-tools/org/opends/build/tools/CreateVersionString.java b/sdk/build-tools/com/sun/opends/sdk/build/tools/CreateVersionString.java
similarity index 98%
rename from sdk/build-tools/org/opends/build/tools/CreateVersionString.java
rename to sdk/build-tools/com/sun/opends/sdk/build/tools/CreateVersionString.java
index b23b2da..0479938 100644
--- a/sdk/build-tools/org/opends/build/tools/CreateVersionString.java
+++ b/sdk/build-tools/com/sun/opends/sdk/build/tools/CreateVersionString.java
@@ -24,7 +24,7 @@
*
* Copyright 2008 Sun Microsystems, Inc.
*/
-package org.opends.build.tools;
+package com.sun.opends.sdk.build.tools;
diff --git a/sdk/build-tools/org/opends/build/tools/GenerateMessageFile.java b/sdk/build-tools/com/sun/opends/sdk/build/tools/GenerateMessageFile.java
similarity index 99%
rename from sdk/build-tools/org/opends/build/tools/GenerateMessageFile.java
rename to sdk/build-tools/com/sun/opends/sdk/build/tools/GenerateMessageFile.java
index 8001267..4ad72fe 100644
--- a/sdk/build-tools/org/opends/build/tools/GenerateMessageFile.java
+++ b/sdk/build-tools/com/sun/opends/sdk/build/tools/GenerateMessageFile.java
@@ -24,11 +24,11 @@
*
* Copyright 2008 Sun Microsystems, Inc.
*/
-package org.opends.build.tools;
+package com.sun.opends.sdk.build.tools;
-import static org.opends.build.tools.Utilities.*;
+import static com.sun.opends.sdk.build.tools.Utilities.*;
import java.io.*;
import java.util.*;
diff --git a/sdk/build-tools/org/opends/build/tools/GenerateRpm.java b/sdk/build-tools/com/sun/opends/sdk/build/tools/GenerateRpm.java
similarity index 98%
rename from sdk/build-tools/org/opends/build/tools/GenerateRpm.java
rename to sdk/build-tools/com/sun/opends/sdk/build/tools/GenerateRpm.java
index d839f85..ae9d78a 100644
--- a/sdk/build-tools/org/opends/build/tools/GenerateRpm.java
+++ b/sdk/build-tools/com/sun/opends/sdk/build/tools/GenerateRpm.java
@@ -24,12 +24,12 @@
*
* Copyright 2007-2008 Sun Microsystems, Inc.
*/
-package org.opends.build.tools;
+package com.sun.opends.sdk.build.tools;
import org.apache.tools.ant.Task;
import org.apache.tools.ant.BuildException;
-import static org.opends.build.tools.Utilities.*;
+import static com.sun.opends.sdk.build.tools.Utilities.*;
import java.io.File;
import java.io.PrintWriter;
diff --git a/sdk/build-tools/org/opends/build/tools/GetSubversionRevision.java b/sdk/build-tools/com/sun/opends/sdk/build/tools/GetSubversionRevision.java
similarity index 98%
rename from sdk/build-tools/org/opends/build/tools/GetSubversionRevision.java
rename to sdk/build-tools/com/sun/opends/sdk/build/tools/GetSubversionRevision.java
index 5469b10..fddfa4a 100644
--- a/sdk/build-tools/org/opends/build/tools/GetSubversionRevision.java
+++ b/sdk/build-tools/com/sun/opends/sdk/build/tools/GetSubversionRevision.java
@@ -24,7 +24,7 @@
*
* Copyright 2008 Sun Microsystems, Inc.
*/
-package org.opends.build.tools;
+package com.sun.opends.sdk.build.tools;
diff --git a/sdk/build-tools/org/opends/build/tools/GetSubversionUrlRepo.java b/sdk/build-tools/com/sun/opends/sdk/build/tools/GetSubversionUrlRepo.java
similarity index 98%
rename from sdk/build-tools/org/opends/build/tools/GetSubversionUrlRepo.java
rename to sdk/build-tools/com/sun/opends/sdk/build/tools/GetSubversionUrlRepo.java
index ed4aad0..dada761 100644
--- a/sdk/build-tools/org/opends/build/tools/GetSubversionUrlRepo.java
+++ b/sdk/build-tools/com/sun/opends/sdk/build/tools/GetSubversionUrlRepo.java
@@ -24,7 +24,7 @@
*
* Copyright 2009 Sun Microsystems, Inc.
*/
-package org.opends.build.tools;
+package com.sun.opends.sdk.build.tools;
diff --git a/sdk/build-tools/org/opends/build/tools/MessagePropertyKey.java b/sdk/build-tools/com/sun/opends/sdk/build/tools/MessagePropertyKey.java
similarity index 98%
rename from sdk/build-tools/org/opends/build/tools/MessagePropertyKey.java
rename to sdk/build-tools/com/sun/opends/sdk/build/tools/MessagePropertyKey.java
index e610e73..c0f841f 100644
--- a/sdk/build-tools/org/opends/build/tools/MessagePropertyKey.java
+++ b/sdk/build-tools/com/sun/opends/sdk/build/tools/MessagePropertyKey.java
@@ -25,7 +25,7 @@
* Copyright 2008 Sun Microsystems, Inc.
*/
-package org.opends.build.tools;
+package com.sun.opends.sdk.build.tools;
/**
* OpenDS messages defined in properties files must be defined with the
diff --git a/sdk/build-tools/org/opends/build/tools/PrepTestNG.java b/sdk/build-tools/com/sun/opends/sdk/build/tools/PrepTestNG.java
similarity index 99%
rename from sdk/build-tools/org/opends/build/tools/PrepTestNG.java
rename to sdk/build-tools/com/sun/opends/sdk/build/tools/PrepTestNG.java
index 51cf38e..205f134 100644
--- a/sdk/build-tools/org/opends/build/tools/PrepTestNG.java
+++ b/sdk/build-tools/com/sun/opends/sdk/build/tools/PrepTestNG.java
@@ -25,7 +25,7 @@
* Copyright 2006-2008 Sun Microsystems, Inc.
*/
-package org.opends.build.tools;
+package com.sun.opends.sdk.build.tools;
import java.io.FileOutputStream;
import java.io.PrintStream;
diff --git a/sdk/build-tools/org/opends/build/tools/Utilities.java b/sdk/build-tools/com/sun/opends/sdk/build/tools/Utilities.java
similarity index 98%
rename from sdk/build-tools/org/opends/build/tools/Utilities.java
rename to sdk/build-tools/com/sun/opends/sdk/build/tools/Utilities.java
index 30f5a6a..e1ccd60 100644
--- a/sdk/build-tools/org/opends/build/tools/Utilities.java
+++ b/sdk/build-tools/com/sun/opends/sdk/build/tools/Utilities.java
@@ -24,7 +24,7 @@
*
* Copyright 2008 Sun Microsystems, Inc.
*/
-package org.opends.build.tools;
+package com.sun.opends.sdk.build.tools;
diff --git a/sdk/build-tools/org/opends/build/tools/ValidJavaVersion.java b/sdk/build-tools/com/sun/opends/sdk/build/tools/ValidJavaVersion.java
similarity index 97%
rename from sdk/build-tools/org/opends/build/tools/ValidJavaVersion.java
rename to sdk/build-tools/com/sun/opends/sdk/build/tools/ValidJavaVersion.java
index aafc80b..c837d63 100644
--- a/sdk/build-tools/org/opends/build/tools/ValidJavaVersion.java
+++ b/sdk/build-tools/com/sun/opends/sdk/build/tools/ValidJavaVersion.java
@@ -24,7 +24,7 @@
*
* Copyright 2008 Sun Microsystems, Inc.
*/
-package org.opends.build.tools;
+package com.sun.opends.sdk.build.tools;
import org.apache.tools.ant.taskdefs.condition.Condition;
import org.apache.tools.ant.BuildException;
diff --git a/sdk/build-tools/org/opends/build/tools/package-info.java b/sdk/build-tools/com/sun/opends/sdk/build/tools/package-info.java
similarity index 96%
rename from sdk/build-tools/org/opends/build/tools/package-info.java
rename to sdk/build-tools/com/sun/opends/sdk/build/tools/package-info.java
index 2c234a5..89c4bd1 100644
--- a/sdk/build-tools/org/opends/build/tools/package-info.java
+++ b/sdk/build-tools/com/sun/opends/sdk/build/tools/package-info.java
@@ -32,5 +32,5 @@
* during the OpenDS build process. This includes custom Ant tasks, utilities
* to format schema files, and to facilitate running server unit tests.
*/
-package org.opends.build.tools;
+package com.sun.opends.sdk.build.tools;
diff --git a/sdk/build.xml b/sdk/build.xml
index 0ef1962..4e76bb6 100755
--- a/sdk/build.xml
+++ b/sdk/build.xml
@@ -161,7 +161,7 @@
<!-- Generate Java message objects from properties. -->
<target name="generatemessages" depends="buildtools">
<typedef name="genmsg"
- classname="org.opends.build.tools.GenerateMessageFile">
+ classname="com.sun.opends.sdk.build.tools.GenerateMessageFile">
<classpath>
<fileset dir="${build.dir}/build-tools">
<include name="*.jar" />
@@ -188,7 +188,7 @@
<target name="validjavaversion" depends="buildtools">
<property name="min.java.version" value="1.5.0_08" />
<typedef name="validjavaversion"
- classname="org.opends.build.tools.ValidJavaVersion">
+ classname="com.sun.opends.sdk.build.tools.ValidJavaVersion">
<classpath>
<fileset dir="${build.dir}/build-tools">
<include name="*.jar" />
@@ -247,7 +247,7 @@
<target name="dynamicconstants" depends="init,buildtools">
<!-- Get the revision number of the current Subversion workspace -->
<taskdef name="getsvnrevision"
- classname="org.opends.build.tools.GetSubversionRevision">
+ classname="com.sun.opends.sdk.build.tools.GetSubversionRevision">
<classpath>
<fileset dir="${build.dir}/build-tools">
<include name="*.jar" />
@@ -262,7 +262,7 @@
<!-- Get the url repo of the current Subversion workspace -->
<taskdef name="getsvnurlrepo"
- classname="org.opends.build.tools.GetSubversionUrlRepo">
+ classname="com.sun.opends.sdk.build.tools.GetSubversionUrlRepo">
<classpath>
<fileset dir="${build.dir}/build-tools">
<include name="*.jar" />
@@ -277,7 +277,7 @@
<!-- Construct the version number string -->
<taskdef name="getversionnumber"
- classname="org.opends.build.tools.CreateVersionString">
+ classname="com.sun.opends.sdk.build.tools.CreateVersionString">
<classpath>
<fileset dir="${build.dir}/build-tools">
<include name="*.jar" />
@@ -319,7 +319,7 @@
are needed. -->
<target name="checkprecommit" depends="buildtools">
<taskdef name="checkprecommit"
- classname="org.opends.build.tools.CheckPrecommit">
+ classname="com.sun.opends.sdk.build.tools.CheckPrecommit">
<classpath>
<fileset dir="${build.dir}/build-tools">
<include name="*.jar" />
@@ -703,7 +703,7 @@
<mkdir dir="${unittest.resource.dir}" />
<typedef name="preptestng"
- classname="org.opends.build.tools.PrepTestNG"
+ classname="com.sun.opends.sdk.build.tools.PrepTestNG"
classpath="${build.dir}/build-tools/build-tools.jar" />
@@ -783,7 +783,7 @@
<mkdir dir="${cvgdiff.report.dir}" />
<taskdef name="coveragediff"
- classname="org.opends.build.tools.CoverageDiff">
+ classname="com.sun.opends.sdk.build.tools.CoverageDiff">
<classpath>
<fileset dir="${build.dir}/build-tools">
<include name="*.jar" />
diff --git a/sdk/ext/svnkit/COPYING b/sdk/ext/svnkit/COPYING
index f30961b..817c939 100644
--- a/sdk/ext/svnkit/COPYING
+++ b/sdk/ext/svnkit/COPYING
@@ -6,7 +6,7 @@
All the source code and compiled classes in package org.tigris.subversion.javahl
except SvnClient class are covered by the license in JAVAHL-LICENSE file
-Copyright (c) 2004-2008 TMate Software. All rights reserved.
+Copyright (c) 2004-2009 TMate Software. All rights reserved.
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
diff --git a/sdk/ext/svnkit/README.txt b/sdk/ext/svnkit/README.txt
index a368e2f..793a6e2 100644
--- a/sdk/ext/svnkit/README.txt
+++ b/sdk/ext/svnkit/README.txt
@@ -26,7 +26,7 @@
direct repository access as well as support for all high level Subversion operation that are
available with the command line Subversion client.
-This version of SVNKit supports all Subversion 1.5.2 features and supports older Subversion repositories.
+This version of SVNKit supports all Subversion 1.6.2 features and supports older Subversion repositories.
4. RESOURCES
diff --git a/sdk/ext/svnkit/changelog.txt b/sdk/ext/svnkit/changelog.txt
deleted file mode 100644
index 81291e0..0000000
--- a/sdk/ext/svnkit/changelog.txt
+++ /dev/null
@@ -1,403 +0,0 @@
-== version 1.2.0
-
-+ Possible NPE on WC to URL copy operation fixed.
-+ Log operation didn't work properly with 'limit' options set to value
- larger than Integer.MAX_VALUE, fixed.
-+ OSGI manifest fixes.
-
-== version 1.2.0-rc4
-
-+ JNA library updated to version 3.0.5.
-+ jsvnlook 'cat' and 'lock' commands added.
-+ Update operation didn't work properly on sparse directories with 1.4.x Subversion servers, fixed.
-+ SASL: minor bugfixes.
-+ Other bugfixes.
-
-== version 1.2.0-rc3
-
-+ SVNKit Eclipse plugin divided into two features: core svnkit library and optional JNA library.
-+ SVNKit Eclipse plugin made compatible with base OSGI framework.
-+ SVN+SSH protocol performance improvements.
-+ File uid and guid wasn't properly fetched on OSX and BSD.
-+ Other bugfixes and minor improvements.
-
-== version 1.2.0-rc2
-
-+ SASL: incorrect output buffer size might result in failed commits, fixed.
-+ Possible NPE on copy operation fixed.
-
-== version 1.2.0-rc1
-
-+ Javadoc updated
-+ SASL authentication support bugfixes
-+ Bug in keyword expansion code fixed
-+ Other bugfixes
-
-== version 1.2.0-beta5
-
-+ SASL authentication support improved
-+ Java SSH Trilead library updated to build 213
-+ JNA library updated to version 3.0.4
-+ Fixed: SSH connectivity problems with non-OpenSSH servers
-+ Javadoc updated
-+ Other bugfixes
-
-== version 1.2.0-beta4
-
-+ Bugfixes
-
-== version 1.2.0-beta3
-
-+ SASL authentication support improved.
-+ Other bugfixes.
-
-== version 1.2.0-beta2
-
-+ JavaHL compatiblity bugfixes
-+ DAV protocol performance improvements
-
-== version 1.2.0-beta
-
-+ Subversion 1.5.0 features support
-
-== version 1.1.7
-
-+ SVNKit didn't work properly with Subversion 1.5.0 servers over svn protocol
-+ JNA library updated to version 3.0.2
-+ Trilead-SSH library updated to build 212
-+ Other bugfixes
-
-== version 1.1.6
-
-+ Bugfixes:
-+ Copy WC to URL sometimes didn't work properly with switched directories.
-+ Several NPEs in HTTP connection code fixed.
-+ Authentication cancellation didn't work with SSH connection in some cases.
-
-== version 1.1.5
-
-+ Connections pool has been improved.
-+ New version of SSH library (Trilead build 211) is used.
-+ When possible, JNA library is used for most of native calls instead of Runtime.exec(...)
-+ HTTP Digest authentications works better.
-+ Bug in keywords expansion code fixed.
-+ Other bugfixes.
-
-= version 1.1.4
-
-+ Connections pool closes inactive connections on timeout.
-+ Bugfixes.
-
-= version 1.1.3
-
-+ Encrypted credentials supported on Windows.
-+ OpenVMS support improved.
-+ Bugfixes.
-+ Daily builds now available at http://teamcity.svnkit.com/
-
-= version 1.1.2
-
-+ SVNKit command line client: interactive credentials prompt added.
-+ SVNKit command line client: jsvnversion added.
-+ JavaHL: SVNAdmin implemented using SVNKit API.
-+ System-wide configuration files support (e.g. /etc/subversion on Linux)
-+ bugfixes.
-
-= version 1.1.1
-
-+ added support for svnlook features.
-+ added support for svnadmin dump/verify/load/rmtxns/lstxns features.
-+ svn, svnadmin, svnlook and svnsync scripts are
- renamed to jsvn, jsvnadmin, jsvnlook and jsvnsync to distinguish them
- from the native programs.
-+ command line scripts supports OpenVMS.
-+ bugfixes.
-
-= version 1.1.0
-
-+ command line application and API to perform svnsync.
-+ bugfixes.
-
-= version 1.1.0.beta5
-
-+ support for Subversion 1.4 working copy and new fsfs repository format.
-+ support for new features introduced by Subversion 1.4.
-+ bugfixes.
-
-= version 1.1.0.beta4
-
-+ bug introduced in beta3 version fixed:
- Eclipse keyring credentials storage support was broken.
-
-= version 1.1.0.beta3
-
-+ Minor API improvements.
-+ Minor bugfixes.
-
-= version 1.1.0.beta2
-
-+ NTLM authentication method support.
-+ Javadoc updated to match new SVNKit features.
-+ Minor bugfixes.
-
-= version 1.1.0.beta
-
-+ 'file' protocol support (for 'fsfs' repositories).
-
-= version 1.0.3
-
-+ improved cancellation support
-+ improved versioned symlinks handling
-+ improved HTTP proxies support
-+ bugfixes
-
-= version 1.0.2
-
-+ full support of the new Subversion 1.3.0 features.
-+ ssh 'keyboard-interactive' authentication support.
-+ ssl client certificate prompt support.
-+ error codes and error messages hierarchy support in the API.
-+ utility classes to genereta operatios output in XML format.
-+ faster delta generation and delta processing code.
-+ utility API classes to process and generate deltas.
-+ documentations improved, Commit and Export examples simplified.
-+ bugfixes
-
-! Note:
- This version includes minor API changes and is not binary compatible
- with the previous versions. API changes are:
- * String error messages replaced with SVNErrorMessage objects
- * ISVNFileRevisionHanlder callback interface changed
- * all callback interfaces methods now declared as throwing SVNException
-
-= version 1.0.1
-
-+ bugfixes
-
-= version 1.0.0
-
-+ documentation related improvements
-+ bugfixes
-
-= version 0.9.3
-
-+ licensing conditions changed
-+ support for atomic commit from different working copies
-+ persistent connections support
-+ improvements in performance and memory consumption
-+ bugfixes
-
-= version 0.9.2
-
-+ RC2: bugfixes related to configuration handling and svn+ssh authentication
-
-= version 0.9.1
-
-+ RC1: All features planned for 1.0 version are completed.
-
-= version 0.8.8.1
-
-+ critical bug in SVNKit Eclipse plugin fixed.
-
-= version 0.8.8
-
-+ http digest auth support (requires apache version > 2.0.48)
-+ wc->url and url->wc copy operations
-+ use-commit-times option support
-+ bugfixes
-
-= version 0.8.7.2
-
-+ Subclipse v0.9.30 compatible
-
-= version 0.8.7.1
-
-+ Subclipse v0.9.29 compatible
-
-= version 0.8.7
-
-+ http proxy support
-+ svn "keywords" are expanded properly
-+ different eol's in a file are handled correctly
-+ other minor bugfixes
-
-= version 0.8.6
-
-+ annotate (blame) operation is implemented.
-+ http: server socket close detected properly and doesn't result in operation failure.
-+ SVNClient: absolute paths are used in notifications.
-+ SVNClient: fileContent method traces file renames.
-+ SVNClient: list and logMessages methods return paths sorted alphabetically.
-+ SVNClient: auth info is stored in Eclipse key ring when used within Eclipse.
-
-= version 0.8.5
-
-+ SVNClient: WC copy and move operations work properly on Linux and OS X.
-+ SVNClient: "conflicted" status is reported correctly during update
- ("merged" was reported instead).
-
-= version 0.8.4
-
-+ Subclipse Extension supports Subclipse 0.9.28
-+ tabulations in externals definitions processed correctly.
-
-= version 0.8.3
-
-+ children of copied or moved directories were not committed properly when
- their wc revision was different from the parent's one.
-+ http: all DAV requests (including commit comments) are sent in UTF-8 encoding.
-+ SvnClient: add and remove methods didn't work for directories, fixed.
-+ SvnClient: commit of single file deletion didn't work, fixed.
-+ Eclipse: SVNKit features installed from update site supports automatic update
-
-= version 0.8.2
-
-+ svn+ssh: persistent ssh connection is used to improve svn+ssh performance.
-+ http: problems with accessing repository location that needs different credentials then
- repository root is fixed.
-+ http: all paths in requests are canonicalized, some svn server versions failed to
- process non-canonicalized paths.
-+ wc: changes in externals were not committed correctly over http when using ISVNWorkspace.commit(...), fixed.
-+ SvnClient: diff method implemented (so that Eclipse "generate patch" action works).
-+ SvnClient: copy and move methods fixed to work properly in Subclipse repository view.
-+ SvnClient: setPrompt support, better notifications, "windows" paths are handled correctly.
-+ logging: Pluggable loggers support and detailed http logging added (thanks to Marc Strapez).
-+ logging: Eclipse SVNKit version uses Eclipse logging facilities.
-
-= version 0.8.1
-
-+ bugs with committing files within moved directories fixed
-+ bugfixes related to operations over http connection
-+ for subclipse users: more detailed console notifications on svn operations
-
-= version 0.8.0
-
-+ new builds versioning schema introduced
-+ update site with eclipse plugin and subclipse extension added
-
-= build 20050131
-
-+ import works properly with single file and when importing to
- non-yet-existing directories
-+ switch works properly when switching single file
-+ more minor bugfixes
-
-= build 20050120
-
-+ bugs with commiting locally copied files fixed
-+ DAV '/' repository location handled correctly
-
-= build 20050112
-
-+ lot of incompatibilities with native svn fixed
-+ SVNClient supports remote deletion, copy and move operations
-
-= build 20050106
-
-+ number of bugs in remote status implementation fixed
-+ ISVNWorkspace.getFileContent method restored to keep binary compatibility
-+ Diff generators framework added, now SVNKit provides API for
- generating diff in different formats ('unified' and 'normal') for arbitrary
- input sources
-
-= build 20050105
-
-+ svn+ssh authentication failed to work in some cases - fixed
-+ revisions in working copy now updated correctly after update
-+ got rid of number of minor inconsistences between SVNKit and native SVN
-+ http and https protocols supports compressed data (gzip)
-
-= build 20041223
-
-+ ISVNWorkspace.delete now accepts 'force' parameter
-+ bug fixed that prevented Subclipse committing single
- file in non-windows systems
-+ complete svn and svn+ssh protocol logging may be enabled
- with -Dsvnkit.log.svn=true command line switch
-
-= build 20041221
-
-+ when using svn+ssh SVNKit takes private key path from the java property,
- if it is not defined explicitly
-+ svn+ssh bugfixes
-+ bugfixes
-
-= build 20041219
-
-+ infinite loop on commits that includes workspace root fixed
-+ JavaHL: SVNClient accepts all revision kinds (DATE, HEAD, etc.)
-
-= build 20041217
-
-+ bugfixes
-
-= build 20041216
-
-+ bugfixes
-
-= build 20041211
-
-+ command line svn client (status, import, checkout are implemented)
-+ python tests launcher to reuse original svn python tests suite
-+ bugfixes
-
-= build 20041209
-
-+ bugfixes
-
-= build 20041204
-
-+ bugfixes
-+ SVNKit works with Subclipse 0.9.24
-
-= build 20041130
-
-+ bugfixes
-
-= build 20041126
-
-+ svn+shh protocol support (with the jsch library)
-+ bugfixes
-
-= build 20041124
-
-+ javahl copy, move and mkdir methods implementation
-+ methods to manage global ignore added to ISVNWorkspace
-+ bugfixes
-
-= build 20041123
-
-+ recursive property set operation
-+ ISVNWorkspace accepts credentials provider
-+ SSLContext made pluggable
-+ javahl replacement works with Subclipse
-+ bugfixes
-
-= build 20041118
-
-+ javahl implementation (SvnClient) is included into the library
-+ workspace accepts credentials provider
-
-= build 20041116
-
-+ bugfixes
-
-= build 20041110
-
-+ svn:externals support
-+ bugfixes
-
-= build 20041109
-
-+ bug that prevents checkout sometimes fixed
-
-= build 20041108
-
-+ authentication API simplified
-+ performance improvements
-+ bugfixes
-
-= build 20041105
-
-+ switch and relocate operations
-+ bugfixes
\ No newline at end of file
diff --git a/sdk/ext/svnkit/doc.tar.gz b/sdk/ext/svnkit/doc.tar.gz
deleted file mode 100644
index 789b815..0000000
--- a/sdk/ext/svnkit/doc.tar.gz
+++ /dev/null
Binary files differ
diff --git a/sdk/ext/svnkit/jna.jar b/sdk/ext/svnkit/jna.jar
deleted file mode 100644
index ec12e11..0000000
--- a/sdk/ext/svnkit/jna.jar
+++ /dev/null
Binary files differ
diff --git a/sdk/ext/svnkit/jsvn b/sdk/ext/svnkit/jsvn
deleted file mode 100755
index 2e76c65..0000000
--- a/sdk/ext/svnkit/jsvn
+++ /dev/null
@@ -1,20 +0,0 @@
-#!/bin/sh
-
-cygwin=false;
-case "`uname`" in
- CYGWIN*) cygwin=true ;;
-esac
-
-SVNKIT_HOME=`dirname $0`
-SVNKIT_HOME=`cd "$SVNKIT_HOME" ; pwd`
-
-SVNKIT_CP="$SVNKIT_HOME/svnkit.jar":"$SVNKIT_HOME/svnkit-cli.jar":"$SVNKIT_HOME/trilead.jar":"$SVNKIT_HOME/jna.jar"
-
-if $cygwin ; then
- SVNKIT_CP=`cygpath --windows --path "$SVNKIT_CP"`
-fi
-
-SVNKIT_VM_OPTIONS="-Dsun.io.useCanonCaches=false -Djava.util.logging.config.file=$SVNKIT_HOME/logging.properties"
-
-SVNKIT_MAINCLASS=org.tmatesoft.svn.cli.svn.SVN
-"$JAVA_HOME/bin/java" $SVNKIT_VM_OPTIONS -cp $SVNKIT_CP $SVNKIT_MAINCLASS "$@"
diff --git a/sdk/ext/svnkit/jsvn.bat b/sdk/ext/svnkit/jsvn.bat
deleted file mode 100644
index 3e1468f..0000000
--- a/sdk/ext/svnkit/jsvn.bat
+++ /dev/null
@@ -1,11 +0,0 @@
-@echo off
-
-set DEFAULT_SVNKIT_HOME=%~dp0
-
-if "%SVNKIT_HOME%"=="" set SVNKIT_HOME=%DEFAULT_SVNKIT_HOME%
-
-set SVNKIT_CLASSPATH= "%SVNKIT_HOME%svnkit.jar";"%SVNKIT_HOME%svnkit-cli.jar";"%SVNKIT_HOME%trilead.jar";"%SVNKIT_HOME%jna.jar"
-set SVNKIT_MAINCLASS=org.tmatesoft.svn.cli.svn.SVN
-set SVNKIT_OPTIONS=-Djava.util.logging.config.file="%SVNKIT_HOME%/logging.properties"
-
-"%JAVA_HOME%\bin\java" %SVNKIT_OPTIONS% -cp %SVNKIT_CLASSPATH% %SVNKIT_MAINCLASS% %*
\ No newline at end of file
diff --git a/sdk/ext/svnkit/jsvnadmin b/sdk/ext/svnkit/jsvnadmin
deleted file mode 100755
index 60f8f9d..0000000
--- a/sdk/ext/svnkit/jsvnadmin
+++ /dev/null
@@ -1,19 +0,0 @@
-#!/bin/sh
-
-cygwin=false;
-case "`uname`" in
- CYGWIN*) cygwin=true ;;
-esac
-
-SVNKIT_HOME=`dirname $0`
-SVNKIT_HOME=`cd "$SVNKIT_HOME" ; pwd`
-SVNKIT_CP="$SVNKIT_HOME/svnkit.jar":"$SVNKIT_HOME/svnkit-cli.jar":"$SVNKIT_HOME/trilead.jar":"$SVNKIT_HOME/jna.jar"
-
-if $cygwin ; then
- SVNKIT_CP=`cygpath --windows --path "$SVNKIT_CP"`
-fi
-
-SVNKIT_VM_OPTIONS="-Dsun.io.useCanonCaches=false -Djava.util.logging.config.file=$SVNKIT_HOME/logging.properties"
-
-SVNKIT_MAINCLASS=org.tmatesoft.svn.cli.svnadmin.SVNAdmin
-"$JAVA_HOME/bin/java" $SVNKIT_VM_OPTIONS -cp $SVNKIT_CP $SVNKIT_MAINCLASS "$@"
diff --git a/sdk/ext/svnkit/jsvnadmin.bat b/sdk/ext/svnkit/jsvnadmin.bat
deleted file mode 100644
index c888830..0000000
--- a/sdk/ext/svnkit/jsvnadmin.bat
+++ /dev/null
@@ -1,11 +0,0 @@
-@echo off
-
-set DEFAULT_SVNKIT_HOME=%~dp0
-
-if "%SVNKIT_HOME%"=="" set SVNKIT_HOME=%DEFAULT_SVNKIT_HOME%
-
-set SVNKIT_CLASSPATH= "%SVNKIT_HOME%svnkit.jar";"%SVNKIT_HOME%svnkit-cli.jar";"%SVNKIT_HOME%trilead.jar";"%SVNKIT_HOME%jna.jar"
-set SVNKIT_MAINCLASS=org.tmatesoft.svn.cli.svnadmin.SVNAdmin
-set SVNKIT_OPTIONS=-Djava.util.logging.config.file="%SVNKIT_HOME%/logging.properties"
-
-"%JAVA_HOME%\bin\java" %SVNKIT_OPTIONS% -cp %SVNKIT_CLASSPATH% %SVNKIT_MAINCLASS% %*
\ No newline at end of file
diff --git a/sdk/ext/svnkit/jsvndumpfilter b/sdk/ext/svnkit/jsvndumpfilter
deleted file mode 100755
index e20abd2..0000000
--- a/sdk/ext/svnkit/jsvndumpfilter
+++ /dev/null
@@ -1,19 +0,0 @@
-#!/bin/sh
-
-cygwin=false;
-case "`uname`" in
- CYGWIN*) cygwin=true ;;
-esac
-
-SVNKIT_HOME=`dirname $0`
-SVNKIT_HOME=`cd "$SVNKIT_HOME" ; pwd`
-SVNKIT_CP="$SVNKIT_HOME/svnkit.jar":"$SVNKIT_HOME/svnkit-cli.jar":"$SVNKIT_HOME/trilead.jar":"$SVNKIT_HOME/jna.jar"
-
-if $cygwin ; then
- SVNKIT_CP=`cygpath --windows --path "$SVNKIT_CP"`
-fi
-
-SVNKIT_VM_OPTIONS="-Dsun.io.useCanonCaches=false -Djava.util.logging.config.file=$SVNKIT_HOME/logging.properties"
-
-SVNKIT_MAINCLASS=org.tmatesoft.svn.cli.svndumpfilter.SVNDumpFilter
-"$JAVA_HOME/bin/java" $SVNKIT_VM_OPTIONS -cp $SVNKIT_CP $SVNKIT_MAINCLASS "$@"
diff --git a/sdk/ext/svnkit/jsvndumpfilter.bat b/sdk/ext/svnkit/jsvndumpfilter.bat
deleted file mode 100644
index f28a166..0000000
--- a/sdk/ext/svnkit/jsvndumpfilter.bat
+++ /dev/null
@@ -1,11 +0,0 @@
-@echo off
-
-set DEFAULT_SVNKIT_HOME=%~dp0
-
-if "%SVNKIT_HOME%"=="" set SVNKIT_HOME=%DEFAULT_SVNKIT_HOME%
-
-set SVNKIT_CLASSPATH= "%SVNKIT_HOME%svnkit.jar";"%SVNKIT_HOME%svnkit-cli.jar";"%SVNKIT_HOME%trilead.jar";"%SVNKIT_HOME%jna.jar"
-set SVNKIT_MAINCLASS=org.tmatesoft.svn.cli.svndumpfilter.SVNDumpFilter
-set SVNKIT_OPTIONS=-Djava.util.logging.config.file="%SVNKIT_HOME%/logging.properties"
-
-"%JAVA_HOME%\bin\java" %SVNKIT_OPTIONS% -cp %SVNKIT_CLASSPATH% %SVNKIT_MAINCLASS% %*
\ No newline at end of file
diff --git a/sdk/ext/svnkit/jsvnlook b/sdk/ext/svnkit/jsvnlook
deleted file mode 100755
index bfb9256..0000000
--- a/sdk/ext/svnkit/jsvnlook
+++ /dev/null
@@ -1,19 +0,0 @@
-#!/bin/sh
-
-cygwin=false;
-case "`uname`" in
- CYGWIN*) cygwin=true ;;
-esac
-
-SVNKIT_HOME=`dirname $0`
-SVNKIT_HOME=`cd "$SVNKIT_HOME" ; pwd`
-SVNKIT_CP="$SVNKIT_HOME/svnkit.jar":"$SVNKIT_HOME/svnkit-cli.jar":"$SVNKIT_HOME/trilead.jar":"$SVNKIT_HOME/jna.jar"
-
-if $cygwin ; then
- SVNKIT_CP=`cygpath --windows --path "$SVNKIT_CP"`
-fi
-
-SVNKIT_VM_OPTIONS="-Dsun.io.useCanonCaches=false -Djava.util.logging.config.file=$SVNKIT_HOME/logging.properties"
-
-SVNKIT_MAINCLASS=org.tmatesoft.svn.cli.svnlook.SVNLook
-"$JAVA_HOME/bin/java" $SVNKIT_VM_OPTIONS -cp $SVNKIT_CP $SVNKIT_MAINCLASS "$@"
diff --git a/sdk/ext/svnkit/jsvnlook.bat b/sdk/ext/svnkit/jsvnlook.bat
deleted file mode 100644
index 63ff0dc..0000000
--- a/sdk/ext/svnkit/jsvnlook.bat
+++ /dev/null
@@ -1,11 +0,0 @@
-@echo off
-
-set DEFAULT_SVNKIT_HOME=%~dp0
-
-if "%SVNKIT_HOME%"=="" set SVNKIT_HOME=%DEFAULT_SVNKIT_HOME%
-
-set SVNKIT_CLASSPATH= "%SVNKIT_HOME%svnkit.jar";"%SVNKIT_HOME%svnkit-cli.jar";"%SVNKIT_HOME%trilead.jar";"%SVNKIT_HOME%jna.jar"
-set SVNKIT_MAINCLASS=org.tmatesoft.svn.cli.svnlook.SVNLook
-set SVNKIT_OPTIONS=-Djava.util.logging.config.file="%SVNKIT_HOME%/logging.properties"
-
-"%JAVA_HOME%\bin\java" %SVNKIT_OPTIONS% -cp %SVNKIT_CLASSPATH% %SVNKIT_MAINCLASS% %*
\ No newline at end of file
diff --git a/sdk/ext/svnkit/jsvnsetup.openvms b/sdk/ext/svnkit/jsvnsetup.openvms
deleted file mode 100644
index 8730f9b..0000000
--- a/sdk/ext/svnkit/jsvnsetup.openvms
+++ /dev/null
@@ -1,36 +0,0 @@
-$!
-$ if f$type(java) .nes. "STRING" .or. "''java'" .eqs. ""
-$ then
-$ write SYS$OUTPUT "You must have the JAVA symbol properly set before using this command"
-$ exit
-$ endif
-$ env = f$env("PROCEDURE")
-$ home = f$parse(env,,,"device") + f$parse(env,,,"directory")
-$ define/job/nolog svnkit_home 'home'
-$!
-$ define/job/nolog decc$argv_parse_style enable
-$ define/job/nolog decc$efs_case_preserve enable
-$!
-$ if f$edit(f$trnlnm("DECC$EFS_CASE_SPECIAL"),"UPCASE") .eqs. "ENABLE"
-$ then
-$ write sys$output " "
-$ write sys$output "JSVNSETUP: DECC$EFS_CASE_SPECIAL defined! Please deassign logical otherwise jsvn might not function properly!"
-$ write sys$output " "
-$ endif
-$!
-$!
-$ CP = "/svnkit_home/svnkit.jar"
-$ CP = CP + ":/svnkit_home/svnkit-cli.jar"
-$ CP = CP + ":/svnkit_home/trilead.jar"
-$ CP = CP + ":/svnkit_home/jna.jar"
-$ OPT = ""
-$! OPT = "-Djava.util.logging.config.file=/svnkit_home/logging.properties"
-$!
-$ JV = f$edit(java,"collapse")
-$ jsvn == "''JV' ''OPT' -cp ''CP' ""org.tmatesoft.svn.cli.svn.SVN"""
-$ jsvnadmin == "''JV' ''OPT' -cp ''CP' ""org.tmatesoft.svn.cli.svnadmin.SVNAdmin"""
-$ jsvnlook == "''JV' ''OPT' -cp ''CP' ""org.tmatesoft.svn.cli.svnlook.SVNLook"""
-$ jsvnsync == "''JV' ''OPT' -cp ''CP' ""org.tmatesoft.svn.cli.svnsync.SVNSync"""
-$ jsvndumpfilter == "''JV' ''OPT' -cp ''CP' ""org.tmatesoft.svn.cli.svndumpfilter.SVNDumpFilter"""
-$ jsvnversion == "''JV' ''OPT' -cp ''CP' ""org.tmatesoft.svn.cli.svnversion.SVNVersion"""
-$!
diff --git a/sdk/ext/svnkit/jsvnsync b/sdk/ext/svnkit/jsvnsync
deleted file mode 100755
index 2a3793f..0000000
--- a/sdk/ext/svnkit/jsvnsync
+++ /dev/null
@@ -1,19 +0,0 @@
-#!/bin/sh
-
-cygwin=false;
-case "`uname`" in
- CYGWIN*) cygwin=true ;;
-esac
-
-SVNKIT_HOME=`dirname $0`
-SVNKIT_HOME=`cd "$SVNKIT_HOME" ; pwd`
-SVNKIT_CP="$SVNKIT_HOME/svnkit.jar":"$SVNKIT_HOME/svnkit-cli.jar":"$SVNKIT_HOME/trilead.jar":"$SVNKIT_HOME/jna.jar"
-
-if $cygwin ; then
- SVNKIT_CP=`cygpath --windows --path "$SVNKIT_CP"`
-fi
-
-SVNKIT_VM_OPTIONS="-Dsun.io.useCanonCaches=false -Djava.util.logging.config.file=$SVNKIT_HOME/logging.properties"
-
-SVNKIT_MAINCLASS=org.tmatesoft.svn.cli.svnsync.SVNSync
-"$JAVA_HOME/bin/java" $SVNKIT_VM_OPTIONS -cp $SVNKIT_CP $SVNKIT_MAINCLASS "$@"
diff --git a/sdk/ext/svnkit/jsvnsync.bat b/sdk/ext/svnkit/jsvnsync.bat
deleted file mode 100644
index 6fe23fe..0000000
--- a/sdk/ext/svnkit/jsvnsync.bat
+++ /dev/null
@@ -1,11 +0,0 @@
-@echo off
-
-set DEFAULT_SVNKIT_HOME=%~dp0
-
-if "%SVNKIT_HOME%"=="" set SVNKIT_HOME=%DEFAULT_SVNKIT_HOME%
-
-set SVNKIT_CLASSPATH= "%SVNKIT_HOME%svnkit.jar";"%SVNKIT_HOME%svnkit-cli.jar";"%SVNKIT_HOME%trilead.jar";"%SVNKIT_HOME%jna.jar"
-set SVNKIT_MAINCLASS=org.tmatesoft.svn.cli.svnsync.SVNSync
-set SVNKIT_OPTIONS=-Djava.util.logging.config.file="%SVNKIT_HOME%/logging.properties"
-
-"%JAVA_HOME%\bin\java" %SVNKIT_OPTIONS% -cp %SVNKIT_CLASSPATH% %SVNKIT_MAINCLASS% %*
\ No newline at end of file
diff --git a/sdk/ext/svnkit/jsvnversion b/sdk/ext/svnkit/jsvnversion
deleted file mode 100755
index ee9a61e..0000000
--- a/sdk/ext/svnkit/jsvnversion
+++ /dev/null
@@ -1,19 +0,0 @@
-#!/bin/sh
-
-cygwin=false;
-case "`uname`" in
- CYGWIN*) cygwin=true ;;
-esac
-
-SVNKIT_HOME=`dirname $0`
-SVNKIT_HOME=`cd "$SVNKIT_HOME" ; pwd`
-SVNKIT_CP="$SVNKIT_HOME/svnkit.jar":"$SVNKIT_HOME/svnkit-cli.jar":"$SVNKIT_HOME/trilead.jar":"$SVNKIT_HOME/jna.jar"
-
-if $cygwin ; then
- SVNKIT_CP=`cygpath --windows --path "$SVNKIT_CP"`
-fi
-
-SVNKIT_VM_OPTIONS="-Dsun.io.useCanonCaches=false -Djava.util.logging.config.file=$SVNKIT_HOME/logging.properties"
-
-SVNKIT_MAINCLASS=org.tmatesoft.svn.cli.svnversion.SVNVersion
-"$JAVA_HOME/bin/java" $SVNKIT_VM_OPTIONS -cp $SVNKIT_CP $SVNKIT_MAINCLASS "$@"
diff --git a/sdk/ext/svnkit/jsvnversion.bat b/sdk/ext/svnkit/jsvnversion.bat
deleted file mode 100644
index 23dc233..0000000
--- a/sdk/ext/svnkit/jsvnversion.bat
+++ /dev/null
@@ -1,11 +0,0 @@
-@echo off
-
-set DEFAULT_SVNKIT_HOME=%~dp0
-
-if "%SVNKIT_HOME%"=="" set SVNKIT_HOME=%DEFAULT_SVNKIT_HOME%
-
-set SVNKIT_CLASSPATH= "%SVNKIT_HOME%svnkit.jar";"%SVNKIT_HOME%svnkit-cli.jar";"%SVNKIT_HOME%trilead.jar";"%SVNKIT_HOME%jna.jar"
-set SVNKIT_MAINCLASS=org.tmatesoft.svn.cli.svnversion.SVNVersion
-set SVNKIT_OPTIONS=-Djava.util.logging.config.file="%SVNKIT_HOME%/logging.properties"
-
-"%JAVA_HOME%\bin\java" %SVNKIT_OPTIONS% -cp %SVNKIT_CLASSPATH% %SVNKIT_MAINCLASS% %*
\ No newline at end of file
diff --git a/sdk/ext/svnkit/logging.properties.disabled b/sdk/ext/svnkit/logging.properties.disabled
deleted file mode 100644
index 6fc3eac..0000000
--- a/sdk/ext/svnkit/logging.properties.disabled
+++ /dev/null
@@ -1,12 +0,0 @@
-svnkit.level=FINEST
-svnkit-network.level=FINEST
-svnkit-wc.level=FINEST
-svnkit-cli.level=FINEST
-handlers = java.util.logging.FileHandler
-
-java.util.logging.FileHandler.pattern = %h/svnkit.%u.log
-java.util.logging.FileHandler.limit = 0
-java.util.logging.FileHandler.count = 1
-java.util.logging.FileHandler.append = true
-java.util.logging.FileHandler.formatter = java.util.logging.SimpleFormatter
-
diff --git a/sdk/ext/svnkit/svnkit-cli.jar b/sdk/ext/svnkit/svnkit-cli.jar
deleted file mode 100644
index 8bb051b..0000000
--- a/sdk/ext/svnkit/svnkit-cli.jar
+++ /dev/null
Binary files differ
diff --git a/sdk/ext/svnkit/svnkit-javahl.jar b/sdk/ext/svnkit/svnkit-javahl.jar
deleted file mode 100644
index 4899086..0000000
--- a/sdk/ext/svnkit/svnkit-javahl.jar
+++ /dev/null
Binary files differ
diff --git a/sdk/ext/svnkit/svnkit.build.properties b/sdk/ext/svnkit/svnkit.build.properties
deleted file mode 100644
index 71356b1..0000000
--- a/sdk/ext/svnkit/svnkit.build.properties
+++ /dev/null
@@ -1,14 +0,0 @@
-svnkit.version=1.2.0
-# could be overriden by build server, e.g. TeamCity.
-build.number=${svnkit.version}
-
-#properties for SVN runtime
-svnkit.version.string=SVN/1.5.2 SVNKit/1.2.0 (http://svnkit.com/) r4949
-svnkit.version.major=1
-svnkit.version.minor=2
-svnkit.version.micro=0
-svnkit.version.revision=4949
-
-#build.xml properties
-jna.version=3.0.5
-trilead.ssh2.version=build213-svnkit-1.2-patch
diff --git a/sdk/ext/svnkit/svnkit.jar b/sdk/ext/svnkit/svnkit.jar
index a70ae44..8fe3f41 100644
--- a/sdk/ext/svnkit/svnkit.jar
+++ b/sdk/ext/svnkit/svnkit.jar
Binary files differ
diff --git a/sdk/ext/svnkit/svnkitclisrc.zip b/sdk/ext/svnkit/svnkitclisrc.zip
deleted file mode 100644
index 176b16c..0000000
--- a/sdk/ext/svnkit/svnkitclisrc.zip
+++ /dev/null
Binary files differ
diff --git a/sdk/ext/svnkit/svnkitsrc.zip b/sdk/ext/svnkit/svnkitsrc.zip
deleted file mode 100644
index f2d5fe8..0000000
--- a/sdk/ext/svnkit/svnkitsrc.zip
+++ /dev/null
Binary files differ
diff --git a/sdk/ext/svnkit/trilead.jar b/sdk/ext/svnkit/trilead.jar
deleted file mode 100644
index 6de76b9..0000000
--- a/sdk/ext/svnkit/trilead.jar
+++ /dev/null
Binary files differ
--
Gitblit v1.10.0