Return-Path: Delivered-To: apmail-cocoon-cvs-archive@www.apache.org Received: (qmail 95987 invoked from network); 1 Dec 2004 11:23:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 1 Dec 2004 11:23:34 -0000 Received: (qmail 49563 invoked by uid 500); 1 Dec 2004 11:23:32 -0000 Delivered-To: apmail-cocoon-cvs-archive@cocoon.apache.org Received: (qmail 49503 invoked by uid 500); 1 Dec 2004 11:23:31 -0000 Mailing-List: contact cvs-help@cocoon.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@cocoon.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list cvs@cocoon.apache.org Received: (qmail 49482 invoked by uid 99); 1 Dec 2004 11:23:30 -0000 X-ASF-Spam-Status: No, hits=-10.0 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from minotaur.apache.org (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.28) with SMTP; Wed, 01 Dec 2004 03:23:27 -0800 Received: (qmail 95818 invoked by uid 65534); 1 Dec 2004 11:23:25 -0000 Date: 1 Dec 2004 11:23:25 -0000 Message-ID: <20041201112325.95814.qmail@minotaur.apache.org> From: lgawron@apache.org To: cvs@cocoon.apache.org Subject: svn commit: r109325 - in cocoon/trunk: . tools/ide/eclipse tools/targets MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Author: lgawron Date: Wed Dec 1 03:23:24 2004 New Revision: 109325 URL: http://svn.apache.org/viewcvs?view=rev&rev=109325 Log: port eclipse-customized-project target from 2.1.x small other synchronizations (mainly whitespaces) Added: cocoon/trunk/tools/ide/eclipse/blocks-classpath.xsl Modified: cocoon/trunk/blocks.properties cocoon/trunk/tools/ide/eclipse/make-classpath.xsl cocoon/trunk/tools/targets/compile-build.xml cocoon/trunk/tools/targets/ide-build.xml cocoon/trunk/tools/targets/init-build.xml cocoon/trunk/tools/targets/validate-build.xml cocoon/trunk/tools/targets/webapp-build.xml Modified: cocoon/trunk/blocks.properties Url: http://svn.apache.org/viewcvs/cocoon/trunk/blocks.properties?view=diff&rev=109325&p1=cocoon/trunk/blocks.properties&r1=109324&p2=cocoon/trunk/blocks.properties&r2=109325 ============================================================================== --- cocoon/trunk/blocks.properties (original) +++ cocoon/trunk/blocks.properties Wed Dec 1 03:23:24 2004 @@ -82,9 +82,9 @@ #-----[dependency]: "session-fw" depends on "xsp". #-----[dependency]: "session-fw" is needed by "authentication-fw", "portal", "portal-fw". #include.block.session-fw=false -#include.block.web3=false #-----[dependency]: "velocity" is needed by "petstore", "scratchpad". #include.block.velocity=false +#include.block.web3=false #-----[dependency]: "xmldb" depends on "databases". #include.block.xmldb=false #-----[dependency]: "xsp" is needed by "chaperon", "databases", "eventcache", "forms", "lucene", "python", "scratchpad", "session-fw", "woody". Added: cocoon/trunk/tools/ide/eclipse/blocks-classpath.xsl Url: http://svn.apache.org/viewcvs/cocoon/trunk/tools/ide/eclipse/blocks-classpath.xsl?view=auto&rev=109325 ============================================================================== --- (empty file) +++ cocoon/trunk/tools/ide/eclipse/blocks-classpath.xsl Wed Dec 1 03:23:24 2004 @@ -0,0 +1,236 @@ + + + + + + + + + + Autogenerated Ant build file that builds customized eclipse project for selected blocks. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + init + + , + + + + + + + + + + + + + + + + + + + + + + + Generate classpath + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Modified: cocoon/trunk/tools/ide/eclipse/make-classpath.xsl Url: http://svn.apache.org/viewcvs/cocoon/trunk/tools/ide/eclipse/make-classpath.xsl?view=diff&rev=109325&p1=cocoon/trunk/tools/ide/eclipse/make-classpath.xsl&r1=109324&p2=cocoon/trunk/tools/ide/eclipse/make-classpath.xsl&r2=109325 ============================================================================== --- cocoon/trunk/tools/ide/eclipse/make-classpath.xsl (original) +++ cocoon/trunk/tools/ide/eclipse/make-classpath.xsl Wed Dec 1 03:23:24 2004 @@ -17,16 +17,16 @@ - + @@ -38,7 +38,7 @@ - + @@ -50,12 +50,15 @@ - + + + + - + Modified: cocoon/trunk/tools/targets/compile-build.xml Url: http://svn.apache.org/viewcvs/cocoon/trunk/tools/targets/compile-build.xml?view=diff&rev=109325&p1=cocoon/trunk/tools/targets/compile-build.xml&r1=109324&p2=cocoon/trunk/tools/targets/compile-build.xml&r2=109325 ============================================================================== --- cocoon/trunk/tools/targets/compile-build.xml (original) +++ cocoon/trunk/tools/targets/compile-build.xml Wed Dec 1 03:23:24 2004 @@ -251,9 +251,9 @@ - Modified: cocoon/trunk/tools/targets/ide-build.xml Url: http://svn.apache.org/viewcvs/cocoon/trunk/tools/targets/ide-build.xml?view=diff&rev=109325&p1=cocoon/trunk/tools/targets/ide-build.xml&r1=109324&p2=cocoon/trunk/tools/targets/ide-build.xml&r2=109325 ============================================================================== --- cocoon/trunk/tools/targets/ide-build.xml (original) +++ cocoon/trunk/tools/targets/ide-build.xml Wed Dec 1 03:23:24 2004 @@ -15,11 +15,24 @@ limitations under the License. --> - + IDE targets + + + + + + + + @@ -73,7 +86,7 @@ - @@ -87,7 +100,7 @@ - + @@ -148,7 +161,7 @@ tofile="${build.webapp}/WEB-INF/classes/org/apache/cocoon/cocoon.roles" overwrite="yes"/> - + Modified: cocoon/trunk/tools/targets/init-build.xml Url: http://svn.apache.org/viewcvs/cocoon/trunk/tools/targets/init-build.xml?view=diff&rev=109325&p1=cocoon/trunk/tools/targets/init-build.xml&r1=109324&p2=cocoon/trunk/tools/targets/init-build.xml&r2=109325 ============================================================================== --- cocoon/trunk/tools/targets/init-build.xml (original) +++ cocoon/trunk/tools/targets/init-build.xml Wed Dec 1 03:23:24 2004 @@ -105,7 +105,7 @@ - + @@ -120,7 +120,7 @@ - @@ -162,7 +161,7 @@ classpath="${tools.tasks.dest}"/> - Modified: cocoon/trunk/tools/targets/validate-build.xml Url: http://svn.apache.org/viewcvs/cocoon/trunk/tools/targets/validate-build.xml?view=diff&rev=109325&p1=cocoon/trunk/tools/targets/validate-build.xml&r1=109324&p2=cocoon/trunk/tools/targets/validate-build.xml&r2=109325 ============================================================================== --- cocoon/trunk/tools/targets/validate-build.xml (original) +++ cocoon/trunk/tools/targets/validate-build.xml Wed Dec 1 03:23:24 2004 @@ -32,8 +32,8 @@ - @@ -42,28 +42,28 @@ - - - - - -