On Fri, Jun 20, 2008 at 7:44 AM, <[EMAIL PROTECTED]> wrote: > Author: calavera > Date: Fri Jun 20 04:44:09 2008 > New Revision: 669863 > > URL: http://svn.apache.org/viewvc?rev=669863&view=rev > Log: > added ordered routes collection > > Modified: > incubator/abdera/java/trunk/dependencies/i18n/pom.xml > > incubator/abdera/java/trunk/server/src/main/java/org/apache/abdera/protocol/server/impl/RouteManager.java > > Modified: incubator/abdera/java/trunk/dependencies/i18n/pom.xml > URL: > http://svn.apache.org/viewvc/incubator/abdera/java/trunk/dependencies/i18n/pom.xml?rev=669863&r1=669862&r2=669863&view=diff > ============================================================================== > --- incubator/abdera/java/trunk/dependencies/i18n/pom.xml (original) > +++ incubator/abdera/java/trunk/dependencies/i18n/pom.xml Fri Jun 20 04:44:09 > 2008 > @@ -1,19 +1,19 @@ > -<!-- > - Licensed to the Apache Software Foundation (ASF) under one or more > - contributor license agreements. See the NOTICE file distributed with > - this work for additional information regarding copyright ownership. > - The ASF licenses this file to You under the Apache License, Version 2.0 > - (the "License"); you may not use this file except in compliance with > - the License. You may obtain a copy of the License at > - > - http://www.apache.org/licenses/LICENSE-2.0 > - > - Unless required by applicable law or agreed to in writing, software > - distributed under the License is distributed on an "AS IS" BASIS, > - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. > - See the License for the specific language governing permissions and > - limitations under the License. > ---> > +<!-- > + Licensed to the Apache Software Foundation (ASF) under one or more > + contributor license agreements. See the NOTICE file distributed with > + this work for additional information regarding copyright ownership. > + The ASF licenses this file to You under the Apache License, Version 2.0 > + (the "License"); you may not use this file except in compliance with > + the License. You may obtain a copy of the License at > + > + http://www.apache.org/licenses/LICENSE-2.0 > + > + Unless required by applicable law or agreed to in writing, software > + distributed under the License is distributed on an "AS IS" BASIS, > + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. > + See the License for the specific language governing permissions and > + limitations under the License. > +-->
Is there a reason this pom.xml file changed? It seems like it's just whitespace or something, and it's really not related to the commit in any event. -garrett
