You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by kk...@apache.org on 2019/11/23 16:43:42 UTC

[tomcat] branch 7.0.x updated: .gitignore - Delete .ant-targets-build.xml file and add it to gitignore.

This is an automated email from the ASF dual-hosted git repository.

kkolinko pushed a commit to branch 7.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/7.0.x by this push:
     new bc0b4d8  .gitignore - Delete .ant-targets-build.xml file and add it to gitignore.
bc0b4d8 is described below

commit bc0b4d8b2a48c9ef84359ce4b8c031a2c4d6d24b
Author: Konstantin Kolinko <kk...@apache.org>
AuthorDate: Sat Nov 23 19:32:11 2019 +0300

    .gitignore - Delete .ant-targets-build.xml file and add it to gitignore.
    
    I see that an ".ant-targets-build.xml" file was occasionally committed in 3c3cf997d48601ad3124cc55a2f80c89c8dbfa14 in 7.0.x branch. I think that it does not belong to the source code and that it is better to ignore this file.
    
    By the way, ".ant-targets-build.xml" was a plain text file and not a valid XML one.
---
 .ant-targets-build.xml | 82 --------------------------------------------------
 .gitignore             |  1 +
 2 files changed, 1 insertion(+), 82 deletions(-)

diff --git a/.ant-targets-build.xml b/.ant-targets-build.xml
deleted file mode 100644
index c2293ea..0000000
--- a/.ant-targets-build.xml
+++ /dev/null
@@ -1,82 +0,0 @@
-build-docs
-build-manifests
-build-prepare
-build-tomcat-jdbc-src
-check-java7
-clean
-cobertura-disabled
-cobertura-disabled-log
-cobertura-init
-cobertura-instrument
-cobertura-report
-compile
-compile-java6
-compile-java7
-compile-prepare
-compile-webapp-examples
-deploy
-dist-deployer
-dist-prepare
-dist-source
-dist-static
-download-cobertura
-download-compile
-download-deps
-download-dist
-download-test-compile
-download-validate
-downloadfile
-downloadfile-2
-downloadgz
-downloadgz-2
-downloadzip
-downloadzip-2
-echoproperties
-embed
-embed-extras
-embed-jars
-embed-sources
-examples-sources
-extras
-extras-commons-logging
-extras-commons-logging-prepare
-extras-jmx-remote
-extras-prepare
-extras-webservices
-extras-webservices-prepare
-gpg-init-1
-gpg-init-2
-guess-java7
-ide-eclipse
-ide-eclipse-websocket
-installer-sign
-javadoc
-package
-package-deployer-tgz
-package-deployer-zip
-package-docs-tgz
-package-java7
-package-src-jar
-package-src-jar-java7
-package-src-tgz
-package-src-zip
-package-tgz
-package-winzip
-package-zip
-release
-release-init
-setproxy
-sign
-test
-test-apr
-test-apr-exists
-test-bio
-test-compile
-test-init
-test-nio
-test-status
-testexist
-trydownload
-trydownload.check
-validate
-validate-eoln
diff --git a/.gitignore b/.gitignore
index 69822ba..08b1edc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -23,6 +23,7 @@ output
 work
 build.properties
 mvn.properties
+.ant-targets-build.xml
 .checkstyle
 .classpath
 .fbprefs


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org