2009/7/7  <rj...@apache.org>:
> Author: rjung
> Date: Tue Jul  7 01:41:55 2009
> New Revision: 791670
>
> URL: http://svn.apache.org/viewvc?rev=791670&view=rev
> Log:
> Vote.
>
> Modified:
>    tomcat/current/tc5.5.x/STATUS.txt
>
> @@ -101,8 +101,9 @@
>   Also, I limited the scope of fixcrlf task in package-src-tgz target
>   to process the sources dir only.
>   http://people.apache.org/~kkolinko/patches/2009-07-05_tc55_packsources.patch
> -  +1: kkolinko, markt
> +  +1: kkolinko, markt, rjung
>   -1:
> +  rjung: Not sure, why you exclude bin instead of *.class
The /bin folder is where Eclipse IDE puts the result of its own
compilation of the sources (those are *.class files as well as copied
*.properties and other resources). It is not used when building a
release, and is already included in svn:ignore property of the parent
directory.

In TC 6.0 and trunk those files are in /.settings/output

In TC 5.5 we have 5 projects (build, connectors, container, jasper,
servletapi), each of them has <classpathentry kind="output"
path="bin"/> in their ".classpath" files and thus its own bin
subdirectory.

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