You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2009/04/16 15:37:58 UTC

svn commit: r765634 - in /lenya/docu/modules/forrest: build.xml config/cocoon-xconf/resourcetype-forrestDocument20.xconf

Author: andreas
Date: Thu Apr 16 13:37:57 2009
New Revision: 765634

URL: http://svn.apache.org/viewvc?rev=765634&view=rev
Log:
Download svnkit on when installing.

Added:
    lenya/docu/modules/forrest/build.xml   (with props)
Modified:
    lenya/docu/modules/forrest/config/cocoon-xconf/resourcetype-forrestDocument20.xconf

Added: lenya/docu/modules/forrest/build.xml
URL: http://svn.apache.org/viewvc/lenya/docu/modules/forrest/build.xml?rev=765634&view=auto
==============================================================================
--- lenya/docu/modules/forrest/build.xml (added)
+++ lenya/docu/modules/forrest/build.xml Thu Apr 16 13:37:57 2009
@@ -0,0 +1,36 @@
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+
+<project default="install" basedir=".">
+
+  <target name="install">
+    
+    <property name="basename" value="org.tmatesoft.svn_1.2.3.standalone"/>
+    <property name="zipfile" value="${basename}.zip"/>
+    <property name="downloadUri" value="http://www.svnkit.com/${zipfile}"/>
+    <property name="installdir" value="svnkit-1.2.3.5521"/>
+    
+    <mkdir dir="java/lib"/>
+    <mkdir dir="download"/>
+    
+    <!-- Download svnkit library -->
+    <get src="${downloadUri}" dest="download/${zipfile}"/>
+    <unzip src="download/${zipfile}" dest="download"/>
+    <copy file="download/${installdir}/svnkit.jar" todir="java/lib"/>
+  </target>
+
+</project>

Propchange: lenya/docu/modules/forrest/build.xml
------------------------------------------------------------------------------
    svn:executable = *

Modified: lenya/docu/modules/forrest/config/cocoon-xconf/resourcetype-forrestDocument20.xconf
URL: http://svn.apache.org/viewvc/lenya/docu/modules/forrest/config/cocoon-xconf/resourcetype-forrestDocument20.xconf?rev=765634&r1=765633&r2=765634&view=diff
==============================================================================
--- lenya/docu/modules/forrest/config/cocoon-xconf/resourcetype-forrestDocument20.xconf (original)
+++ lenya/docu/modules/forrest/config/cocoon-xconf/resourcetype-forrestDocument20.xconf Thu Apr 16 13:37:57 2009
@@ -44,6 +44,8 @@
     <!-- "xslt-clean" format is used by webDAV (and other editors?) to "clean" xml content before it is validated/saved --> 
     <format name="xslt-clean" uri="fallback://lenya/modules/forrest/xslt/clean-xhtml.xsl"/>
     <format name="icon" uri="cocoon://modules/forrest/icon"/>
+    <format name="xhtml.xsl" uri="/modules/forrest/xslt/forrest2xhtml.xsl"/>
+    <format name="editingInserts" uri="fallback://lenya/modules/forrest/resources/editing/inserts.xml"/>
     
   </component-instance>
   



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org