Author: costin Date: Thu May 1 20:18:26 2008 New Revision: 652743 URL: http://svn.apache.org/viewvc?rev=652743&view=rev Log: Match build.xml - exclude webservices, missing deps Not sure why it's checked in - if 'download' doesn't get the deps and build.xml doesn't build it.
Modified: tomcat/trunk/.classpath Modified: tomcat/trunk/.classpath URL: http://svn.apache.org/viewvc/tomcat/trunk/.classpath?rev=652743&r1=652742&r2=652743&view=diff ============================================================================== --- tomcat/trunk/.classpath (original) +++ tomcat/trunk/.classpath Thu May 1 20:18:26 2008 @@ -16,7 +16,7 @@ limitations under the License. --> <classpath> - <classpathentry excluding="**/.svn/**" kind="src" path="java"/> + <classpathentry excluding="**/.svn/**|org/apache/naming/factory/webservices/" kind="src" path="java"/> <classpathentry kind="src" path="test"/> <classpathentry kind="src" path="webapps/examples/WEB-INF/classes"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]