You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by is...@apache.org on 2018/10/04 13:41:31 UTC

svn commit: r1842811 - /tomcat/trunk/webapps/docs/changelog.xml

Author: isapir
Date: Thu Oct  4 13:41:31 2018
New Revision: 1842811

URL: http://svn.apache.org/viewvc?rev=1842811&view=rev
Log:
Added changelog entry for r1842809

Modified:
    tomcat/trunk/webapps/docs/changelog.xml

Modified: tomcat/trunk/webapps/docs/changelog.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog.xml?rev=1842811&r1=1842810&r2=1842811&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/trunk/webapps/docs/changelog.xml Thu Oct  4 13:41:31 2018
@@ -182,6 +182,11 @@
         Ant version 1.9.8 when building Tomcat. (isapir)
       </add>
     </changelog>
+    <changelog>
+      <add>
+        Added ant target ide-intellij to create an IntelliJ IDEA project. (isapir)
+      </add>
+    </changelog>
   </subsection>
 </section>
 <section name="Tomcat 9.0.12 (markt)" rtext="2018-09-10">



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


Re: svn commit: r1842811 - /tomcat/trunk/webapps/docs/changelog.xml

Posted by Igal Sapir <ig...@lucee.org>.
RE r1842809:

On Thu, Oct 4, 2018 at 6:41 AM <is...@apache.org> wrote:

> Author: isapir
> Date: Thu Oct  4 13:41:31 2018
> New Revision: 1842811
>
> URL: http://svn.apache.org/viewvc?rev=1842811&view=rev
> Log:
> Added changelog entry for r1842809
>
> Modified:
>     tomcat/trunk/webapps/docs/changelog.xml
>
> Modified: tomcat/trunk/webapps/docs/changelog.xml
> URL:
> http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog.xml?rev=1842811&r1=1842810&r2=1842811&view=diff
>
> ==============================================================================
> --- tomcat/trunk/webapps/docs/changelog.xml (original)
> +++ tomcat/trunk/webapps/docs/changelog.xml Thu Oct  4 13:41:31 2018
> @@ -182,6 +182,11 @@
>          Ant version 1.9.8 when building Tomcat. (isapir)
>        </add>
>      </changelog>
> +    <changelog>
> +      <add>
> +        Added ant target ide-intellij to create an IntelliJ IDEA project.
> (isapir)
> +      </add>
> +    </changelog>
>    </subsection>
>

I named the target `ide-intellij` but the directory structure is called
`idea` for consistency with the IDE itself.  I'd hate to use the full name
`ide-intellij-idea`, but if anyone thinks that it should be named
`ide-idea` then it'd be better to change that now rather than later.

Thanks,

Igal