Fix build.properties
diff --git a/plugins/org.eclipse.jst.server.tomcat.core/build.properties b/plugins/org.eclipse.jst.server.tomcat.core/build.properties
index 53a961e..76f717a 100644
--- a/plugins/org.eclipse.jst.server.tomcat.core/build.properties
+++ b/plugins/org.eclipse.jst.server.tomcat.core/build.properties
@@ -17,6 +17,5 @@
bin.excludes = bin/**,\
@dot/**,\
temp.folder/**
-src.includes = schema/,\
- build.properties
+src.includes = schema/
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 a87998a..e28b2a2 100644
--- a/plugins/org.eclipse.jst.server.tomcat.ui/build.properties
+++ b/plugins/org.eclipse.jst.server.tomcat.ui/build.properties
@@ -16,5 +16,4 @@
bin.excludes = bin/**,\
@dot/**,\
temp.folder/**
-src.includes = build.properties
source.. = tomcatui/
diff --git a/plugins/org.eclipse.wst.server.core/build.properties b/plugins/org.eclipse.wst.server.core/build.properties
index cba8402..426119e 100644
--- a/plugins/org.eclipse.wst.server.core/build.properties
+++ b/plugins/org.eclipse.wst.server.core/build.properties
@@ -17,6 +17,5 @@
@dot/**,\
temp.folder/**
src.includes = schema/,\
- build.properties,\
component.xml
source.. = servercore/
diff --git a/plugins/org.eclipse.wst.server.ui/build.properties b/plugins/org.eclipse.wst.server.ui/build.properties
index 599eadf..4297270 100644
--- a/plugins/org.eclipse.wst.server.ui/build.properties
+++ b/plugins/org.eclipse.wst.server.ui/build.properties
@@ -17,6 +17,5 @@
bin.excludes = bin/**,\
@dot/**,\
temp.folder/**
-src.includes = schema/,\
- build.properties
+src.includes = schema/
source.. = serverui/