2017-11-17 17:32 GMT+03:00  <ma...@apache.org>:
> Author: markt
> Date: Fri Nov 17 14:32:05 2017
> New Revision: 1815571
>
> URL: http://svn.apache.org/viewvc?rev=1815571&view=rev
> Log:
> Ignore the default Eclipse output directory
>
> Modified:
>     tomcat/native/trunk/   (props changed)
>
> Propchange: tomcat/native/trunk/
> ------------------------------------------------------------------------------
> --- svn:ignore (original)
> +++ svn:ignore Fri Nov 17 14:32:05 2017
> @@ -1,6 +1,7 @@
>  .classpath
>  .project
>  .settings
> +bin
>  build.properties
>  dist
>  logs

Just noting:

In Tomcat proper we configure Eclipse IDE Project so that its output
directory is ".settings/output" and thus is ignored along with the
whole ".settings" directory.

.classpath file:
    <classpathentry kind="output" path=".settings/output"/>

Though as we have not committed a project or project template for
Tomcat Native, I agree that creating a new one by default will use the
"bin" directory. Thus no real objections here.

Best regards,
Konstantin Kolinko

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

Reply via email to