You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by jf...@apache.org on 2008/09/25 11:36:38 UTC

svn commit: r698899 - in /tomcat/tc6.0.x/trunk: .classpath STATUS.txt

Author: jfclere
Date: Thu Sep 25 02:36:38 2008
New Revision: 698899

URL: http://svn.apache.org/viewvc?rev=698899&view=rev
Log:
Exclude wsdl4j stuff from .classpath (it can't build anyway).

Modified:
    tomcat/tc6.0.x/trunk/.classpath
    tomcat/tc6.0.x/trunk/STATUS.txt

Modified: tomcat/tc6.0.x/trunk/.classpath
URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/.classpath?rev=698899&r1=698898&r2=698899&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/.classpath (original)
+++ tomcat/tc6.0.x/trunk/.classpath Thu Sep 25 02:36:38 2008
@@ -16,7 +16,7 @@
   limitations under the License.
 -->
 <classpath>
-	<classpathentry excluding="**/.svn/**|org/apache/tomcat/util/net/puretls/" kind="src" path="java"/>
+        <classpathentry excluding="**/.svn/**|org/apache/tomcat/util/net/puretls/|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"/>

Modified: tomcat/tc6.0.x/trunk/STATUS.txt
URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=698899&r1=698898&r2=698899&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/STATUS.txt (original)
+++ tomcat/tc6.0.x/trunk/STATUS.txt Thu Sep 25 02:36:38 2008
@@ -141,11 +141,6 @@
   rjung: slightly prefer enabled for 6.0.x because of increased security by default,
          but disabled for tc5.5.x because of the small risk of breaking existing apps.
 
-* Exclude wsdl4j stuff from .classpath (it can't build anyway).
-  http://people.apache.org/~jfclere/patches/patch.classpath
-  +1: jfclere, remm, markt
-  -1: 
-
 * Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=45451
   Don't unescape tag attribute values with EL twice
   Also fix numerous \${...} issues



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org