I just noticed the svn properties are properly set on several files: rmi/pom.xml - is set svn:excutable, but doesn't have the mime-type yoko-spec-corba/pom.xml - also executable, but no mime-type
bindings/pom.xml and core/pom.xml - these two don't have ANY properties on them. Thus, the linefeeds are all messed up. bindings/checkstyle.xml - no properties set bindings/src/test/resources/wsdl/* - no properties set actually , NOTHING in bindings/**/* has properties set on them. Anyway, those should all get cleaned up before doing a release so that the line feeds are properly taken care of. Plus, whomever is responsible should make sure they update their svn config to get those properties set. I've included my auto-props section bellow. Enjoy! -- J. Daniel Kulp Principal Engineer IONA P: 781-902-8727 C: 508-380-7194 F:781-902-8001 [EMAIL PROTECTED] [auto-props] *.java = svn:eol-style=native;svn:keywords=Rev Date *.xml = svn:mime-type=text/xml;svn:eol-style=native;svn:keywords=Rev Date *.xsl = svn:mime-type=text/xml;svn:eol-style=native;svn:keywords=Rev Date *.xsd = svn:mime-type=text/xml;svn:eol-style=native;svn:keywords=Rev Date *.wsdl = svn:mime-type=text/xml;svn:eol-style=native;svn:keywords=Rev Date *.properties = svn:mime-type=text/plain;svn:eol-style=native;svn:keywords=Rev Date *.c = svn:eol-style=native *.cpp = svn:eol-style=native *.h = svn:eol-style=native *.dsp = svn:eol-style=CRLF *.dsw = svn:eol-style=CRLF *.sh = svn:eol-style=native;svn:executable *.bat = svn:eol-style=native *.pl = svn:eol-style=native *.py = svn:eol-style=native *.cmd = svn:eol-style=native *.txt = svn:eol-style=native;svn:mime-type=text/plain *.htm* = svn:eol-style=native;svn:mime-type=text/html;svn:keywords=Rev Date ChangeLog = svn:eol-style=native;svn:mime-type=text/plain README* = svn:eol-style=native;svn:mime-type=text/plain LICENSE* = svn:eol-style=native;svn:mime-type=text/plain NOTICE* = svn:eol-style=native;svn:mime-type=text/plain TODO* = svn:eol-style=native;svn:mime-type=text/plain KEYS* = svn:eol-style=native;svn:mime-type=text/plain INSTALL* = svn:eol-style=native;svn:mime-type=text/plain WHATSNEW* = svn:eol-style=native;svn:mime-type=text/plain *.png = svn:mime-type=image/png *.jpg = svn:mime-type=image/jpeg *.gif = svn:mime-type=image/gif Makefile = svn:eol-style=native *.css = svn:eol-style=native *.js = svn:eol-style=native
