RE r1842809: On Thu, Oct 4, 2018 at 6:41 AM <isa...@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