You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2020/05/04 14:54:37 UTC

[tomcat] 03/03: Add ant configuration for IntelliJ IDEA

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

markt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git

commit 14675f87fe88e1bf9dd64dd789a1970466d47116
Author: Lars Grefer <gi...@larsgrefer.de>
AuthorDate: Fri Apr 24 00:23:43 2020 +0200

    Add ant configuration for IntelliJ IDEA
---
 res/ide-support/idea/ant.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/res/ide-support/idea/ant.xml b/res/ide-support/idea/ant.xml
new file mode 100644
index 0000000..a2a4769
--- /dev/null
+++ b/res/ide-support/idea/ant.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project version="4">
+  <component name="AntConfiguration">
+    <buildFile url="file://$PROJECT_DIR$/build.xml" />
+  </component>
+</project>
\ No newline at end of file


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