Modifying Endeca enhancements to the Component SDK

The build.xml file in the root directory of each component created by the Component SDK contains three lines that control Endeca's build enhancements.

By default, these three lines are:

<property name="shared.libs" value="endeca-common-resources,endeca-discovery-taglib" />
	<property name="endeca-common-resources.includes" value="**/*" />
	<property name="endeca-common-resources.excludes" value="" />
The properties control the behavior described below: