*** empty log message ***
diff --git a/plugins/org.eclipse.jst.server.tomcat.core/build.properties b/plugins/org.eclipse.jst.server.tomcat.core/build.properties
index d809b8d..53a961e 100644
--- a/plugins/org.eclipse.jst.server.tomcat.core/build.properties
+++ b/plugins/org.eclipse.jst.server.tomcat.core/build.properties
@@ -14,6 +14,9 @@
.options,\
.,\
META-INF/
+bin.excludes = bin/**,\
+ @dot/**,\
+ temp.folder/**
src.includes = schema/,\
build.properties
source.. = tomcatcore/
diff --git a/plugins/org.eclipse.jst.server.tomcat.ui/build.properties b/plugins/org.eclipse.jst.server.tomcat.ui/build.properties
index bd419e9..a87998a 100644
--- a/plugins/org.eclipse.jst.server.tomcat.ui/build.properties
+++ b/plugins/org.eclipse.jst.server.tomcat.ui/build.properties
@@ -13,5 +13,8 @@
icons/,\
.,\
META-INF/
+bin.excludes = bin/**,\
+ @dot/**,\
+ temp.folder/**
src.includes = build.properties
source.. = tomcatui/