Match build.xml - exclude webservices, missing deps
authorcostin <costin@13f79535-47bb-0310-9956-ffa450edef68>
Fri, 2 May 2008 03:18:26 +0000 (03:18 +0000)
committercostin <costin@13f79535-47bb-0310-9956-ffa450edef68>
Fri, 2 May 2008 03:18:26 +0000 (03:18 +0000)
Not sure why it's checked in - if 'download' doesn't get the deps and build.xml doesn't build it.

git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@652743 13f79535-47bb-0310-9956-ffa450edef68

.classpath

index ca4e8c2..334c80e 100644 (file)
@@ -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"/>