You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by an...@apache.org on 2019/02/18 08:47:46 UTC

svn commit: r1853786 - in /cocoon/branches/BRANCH_2_1_X: ./ .gitignore tools/bin/ant tools/bin/antRun tools/bin/antRun.pl tools/bin/complete-ant-cmd.pl tools/bin/runant.pl tools/bin/runant.py

Author: anathaniel
Date: Mon Feb 18 08:47:46 2019
New Revision: 1853786

URL: http://svn.apache.org/viewvc?rev=1853786&view=rev
Log:
Fix svn:executable and add .gitignore

Added:
    cocoon/branches/BRANCH_2_1_X/.gitignore
Modified:
    cocoon/branches/BRANCH_2_1_X/   (props changed)
    cocoon/branches/BRANCH_2_1_X/tools/bin/ant   (props changed)
    cocoon/branches/BRANCH_2_1_X/tools/bin/antRun   (props changed)
    cocoon/branches/BRANCH_2_1_X/tools/bin/antRun.pl   (props changed)
    cocoon/branches/BRANCH_2_1_X/tools/bin/complete-ant-cmd.pl   (props changed)
    cocoon/branches/BRANCH_2_1_X/tools/bin/runant.pl   (props changed)
    cocoon/branches/BRANCH_2_1_X/tools/bin/runant.py   (props changed)

Propchange: cocoon/branches/BRANCH_2_1_X/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Mon Feb 18 08:47:46 2019
@@ -19,3 +19,4 @@ bin
 prj.el
 dist
 nbproject
+.git

Added: cocoon/branches/BRANCH_2_1_X/.gitignore
URL: http://svn.apache.org/viewvc/cocoon/branches/BRANCH_2_1_X/.gitignore?rev=1853786&view=auto
==============================================================================
--- cocoon/branches/BRANCH_2_1_X/.gitignore (added)
+++ cocoon/branches/BRANCH_2_1_X/.gitignore Mon Feb 18 08:47:46 2019
@@ -0,0 +1,4 @@
+.svn/
+build/
+tools/anttasks/
+tools/loader/

Propchange: cocoon/branches/BRANCH_2_1_X/tools/bin/ant
------------------------------------------------------------------------------
    svn:executable = *

Propchange: cocoon/branches/BRANCH_2_1_X/tools/bin/antRun
------------------------------------------------------------------------------
    svn:executable = *

Propchange: cocoon/branches/BRANCH_2_1_X/tools/bin/antRun.pl
------------------------------------------------------------------------------
    svn:executable = *

Propchange: cocoon/branches/BRANCH_2_1_X/tools/bin/complete-ant-cmd.pl
------------------------------------------------------------------------------
    svn:executable = *

Propchange: cocoon/branches/BRANCH_2_1_X/tools/bin/runant.pl
------------------------------------------------------------------------------
    svn:executable = *

Propchange: cocoon/branches/BRANCH_2_1_X/tools/bin/runant.py
------------------------------------------------------------------------------
    svn:executable = *