We still have copies of the tcnative Java classes inside tcnative at tomcat/native/branches/1.1.x/java/org/apache/tomcat/jni
The maintained classes are in tomcat/trunk/java/org/apache/tomcat/jni and the two copies slowly drift away from each other. I suggest we remove tomcat/native/branches/1.1.x/java/org/apache/tomcat/jni and replace it with an svn external pointing to tomcat/trunk/java/org/apache/tomcat/jni (the same for tcnative trunk). I would then check, that the tcnative release script still correctly includes those classes. Some Java classes would remain inside tcnative as their authoritative source, namely the test classes and native/branches/1.1.x/java/org/apache/tomcat/Apr.java native/branches/1.1.x/java/org/apache/tomcat/apr.properties The two classes native/branches/1.1.x/java/org/apache/tomcat/jni/Buffer.java native/branches/1.1.x/java/org/apache/tomcat/jni/Thread.java would vanish, because they are only in tcnative and not yet in Tomcat itself. We can copy them over from history to Tomcat if we want or need them back. Anything I have overlooked? Regards, Rainer --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org