Author: crossley
Date: Sun Jun 6 06:08:57 2010
New Revision: 951831
URL: http://svn.apache.org/viewvc?rev=951831&view=rev
Log:
Use plain svn commands rather than JSVN.
Issue: FOR-1198
Removed:
forrest/trunk/tools/ant/lib/jsvn-0.9-dev.jar
forrest/trunk/tools/ant/lib/jsvn-0.9-dev.jar.license.txt
forrest/trunk/tools/forrestbot/lib/jsvn-0.9-dev.jar
forrest/trunk/tools/forrestbot/lib/jsvn-0.9-dev.jar.license.txt
Modified:
forrest/trunk/LICENSE.txt
forrest/trunk/plugins/build.xml
forrest/trunk/site-author/status.xml
forrest/trunk/tools/forrestbot/core/getsrc.xml
Modified: forrest/trunk/LICENSE.txt
URL:
http://svn.apache.org/viewvc/forrest/trunk/LICENSE.txt?rev=951831&r1=951830&r2=951831&view=diff
==============================================================================
--- forrest/trunk/LICENSE.txt (original)
+++ forrest/trunk/LICENSE.txt Sun Jun 6 06:08:57 2010
@@ -305,11 +305,6 @@ license: tools/forrestbot/webapp/lib/osu
license: tools/forrestbot/webapp/lib/propertyset-1.2.jar.license.txt
----------------
-These supporting products are licensed: Academic Free License 1.2
-license: tools/ant/lib/jsvn-0.9-dev.jar.license.txt
-license: tools/forrestbot/lib/jsvn-0.9-dev.jar.license.txt
-
-----------------
These supporting products are licensed: BSD License (3 clauses)
license: lib/core/jing-20081028.jar.license.txt
license: tools/ant/lib/jsch-0.1.39.jar.license.txt
Modified: forrest/trunk/plugins/build.xml
URL:
http://svn.apache.org/viewvc/forrest/trunk/plugins/build.xml?rev=951831&r1=951830&r2=951831&view=diff
==============================================================================
--- forrest/trunk/plugins/build.xml (original)
+++ forrest/trunk/plugins/build.xml Sun Jun 6 06:08:57 2010
@@ -57,11 +57,6 @@
<fileset dir="${forrest.ant.lib.dir}" includes="ant-contrib-*.jar" />
</classpath>
</taskdef>
- <taskdef resource="taskdef.properties">
- <classpath>
- <fileset dir="${forrest.ant.lib.dir}" includes="jsvn-0.9-dev.jar"/>
- </classpath>
- </taskdef>
<target name="init" depends="init-build-compiler, echo-init"/>
<target name="init-build-compiler">
<fail unless="plugin-name" message="You must run plugin build targets from
within the plugin directory."/>
Modified: forrest/trunk/site-author/status.xml
URL:
http://svn.apache.org/viewvc/forrest/trunk/site-author/status.xml?rev=951831&r1=951830&r2=951831&view=diff
==============================================================================
--- forrest/trunk/site-author/status.xml (original)
+++ forrest/trunk/site-author/status.xml Sun Jun 6 06:08:57 2010
@@ -153,6 +153,11 @@
Added document to facilitate
<link href="site:upgrading_09">upgrading to v0.9</link>
</action>
+<!-- 2010-06 -->
+ <action context="code" type="update" dev="DC,TWW" fixes-bug="FOR-1198">
+ Use plain svn commands rather than JSVN for forrestbot and plugins
+ deployment.
+ </action>
<!-- 2010-05 -->
<action context="code" type="update" dev="TWW" fixes-bug="FOR-591">
Switch to a new XML module providing better memory behavior.
Modified: forrest/trunk/tools/forrestbot/core/getsrc.xml
URL:
http://svn.apache.org/viewvc/forrest/trunk/tools/forrestbot/core/getsrc.xml?rev=951831&r1=951830&r2=951831&view=diff
==============================================================================
--- forrest/trunk/tools/forrestbot/core/getsrc.xml (original)
+++ forrest/trunk/tools/forrestbot/core/getsrc.xml Sun Jun 6 06:08:57 2010
@@ -77,12 +77,6 @@
<fileset dir="${build.cvsmodule-dir}/${getsrc.cvs.module}"/>
</copy>
</target>
- <taskdef resource="taskdef.properties">
- <classpath>
-<!-- non-recursive doesn't work from 0.8 stable -->
- <pathelement location="${bot.home}/lib/jsvn-0.9-dev.jar"/>
- </classpath>
- </taskdef>
<!-- default values -->
<property name="getsrc.svn.url" value=""/>
<property name="getsrc.svn.revision" value="HEAD"/>