You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@manifoldcf.apache.org by kw...@apache.org on 2010/07/09 21:53:46 UTC

svn commit: r962671 - in /incubator/lcf/trunk/modules/framework/jetty-example: logging.ini properties.xml

Author: kwright
Date: Fri Jul  9 19:53:46 2010
New Revision: 962671

URL: http://svn.apache.org/viewvc?rev=962671&view=rev
Log:
Set eol-style properties where missing

Modified:
    incubator/lcf/trunk/modules/framework/jetty-example/logging.ini   (contents, props changed)
    incubator/lcf/trunk/modules/framework/jetty-example/properties.xml   (contents, props changed)

Modified: incubator/lcf/trunk/modules/framework/jetty-example/logging.ini
URL: http://svn.apache.org/viewvc/incubator/lcf/trunk/modules/framework/jetty-example/logging.ini?rev=962671&r1=962670&r2=962671&view=diff
==============================================================================
--- incubator/lcf/trunk/modules/framework/jetty-example/logging.ini (original)
+++ incubator/lcf/trunk/modules/framework/jetty-example/logging.ini Fri Jul  9 19:53:46 2010
@@ -1,4 +1,4 @@
-log4j.appender.MAIN.File=logs/lcf.log
-log4j.rootLogger=WARN, MAIN
-log4j.appender.MAIN=org.apache.log4j.RollingFileAppender
-log4j.appender.MAIN.layout=org.apache.log4j.PatternLayout
+log4j.appender.MAIN.File=logs/lcf.log
+log4j.rootLogger=WARN, MAIN
+log4j.appender.MAIN=org.apache.log4j.RollingFileAppender
+log4j.appender.MAIN.layout=org.apache.log4j.PatternLayout

Propchange: incubator/lcf/trunk/modules/framework/jetty-example/logging.ini
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: incubator/lcf/trunk/modules/framework/jetty-example/properties.xml
URL: http://svn.apache.org/viewvc/incubator/lcf/trunk/modules/framework/jetty-example/properties.xml?rev=962671&r1=962670&r2=962671&view=diff
==============================================================================
--- incubator/lcf/trunk/modules/framework/jetty-example/properties.xml (original)
+++ incubator/lcf/trunk/modules/framework/jetty-example/properties.xml Fri Jul  9 19:53:46 2010
@@ -1,31 +1,31 @@
-<?xml version="1.0" encoding="UTF-8" ?>
-<!--
- 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.
--->
-
-<configuration>
-  <!-- Select Derby as the database implementation, and specify where the database will be stored -->
-  <property name="org.apache.lcf.databaseimplementationclass" value="org.apache.lcf.core.database.DBInterfaceDerby"/>
-  <property name="org.apache.lcf.derbydatabasepath" value="."/>
-  <!-- Point to a specific logging file -->
-  <property name="org.apache.lcf.logconfigfile" value="./logging.ini"/>
-  <!-- Specify the connectors to be loaded -->
-  <property name="org.apache.lcf.connectorsconfigurationfile" value="./connectors.xml"/>
-  <!-- Tell LCF where to find the connector jars -->
-  <libdir path="./connector-lib"/>
-  <!-- WSDD references -->
-  <!-- Any additional properties go here -->
-</configuration>
+<?xml version="1.0" encoding="UTF-8" ?>
+<!--
+ 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.
+-->
+
+<configuration>
+  <!-- Select Derby as the database implementation, and specify where the database will be stored -->
+  <property name="org.apache.lcf.databaseimplementationclass" value="org.apache.lcf.core.database.DBInterfaceDerby"/>
+  <property name="org.apache.lcf.derbydatabasepath" value="."/>
+  <!-- Point to a specific logging file -->
+  <property name="org.apache.lcf.logconfigfile" value="./logging.ini"/>
+  <!-- Specify the connectors to be loaded -->
+  <property name="org.apache.lcf.connectorsconfigurationfile" value="./connectors.xml"/>
+  <!-- Tell LCF where to find the connector jars -->
+  <libdir path="./connector-lib"/>
+  <!-- WSDD references -->
+  <!-- Any additional properties go here -->
+</configuration>

Propchange: incubator/lcf/trunk/modules/framework/jetty-example/properties.xml
------------------------------------------------------------------------------
    svn:eol-style = native