You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ev...@apache.org on 2008/07/16 19:29:02 UTC

svn commit: r677354 - in /continuum/trunk: continuum-core/src/test/resources/META-INF/ continuum-core/src/test/resources/META-INF/continuum/ continuum-webapp/src/main/resources/META-INF/continuum/

Author: evenisse
Date: Wed Jul 16 10:29:01 2008
New Revision: 677354

URL: http://svn.apache.org/viewvc?rev=677354&view=rev
Log:
Add missing files

Added:
    continuum/trunk/continuum-core/src/test/resources/META-INF/
    continuum/trunk/continuum-core/src/test/resources/META-INF/continuum/
    continuum/trunk/continuum-core/src/test/resources/META-INF/continuum/continuum-configuration.xml   (with props)
    continuum/trunk/continuum-webapp/src/main/resources/META-INF/continuum/
    continuum/trunk/continuum-webapp/src/main/resources/META-INF/continuum/continuum-configuration.xml   (with props)

Added: continuum/trunk/continuum-core/src/test/resources/META-INF/continuum/continuum-configuration.xml
URL: http://svn.apache.org/viewvc/continuum/trunk/continuum-core/src/test/resources/META-INF/continuum/continuum-configuration.xml?rev=677354&view=auto
==============================================================================
--- continuum/trunk/continuum-core/src/test/resources/META-INF/continuum/continuum-configuration.xml (added)
+++ continuum/trunk/continuum-core/src/test/resources/META-INF/continuum/continuum-configuration.xml Wed Jul 16 10:29:01 2008
@@ -0,0 +1,29 @@
+<?xml version="1.0"?>
+
+<!--
+  ~ 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>
+  <system/>
+  <jndi prefix="java:comp/env" config-optional="true"/>  
+  <xml fileName="${appserver.base}/conf/continuum.xml" config-optional="true"
+       config-forceCreate="true" config-name="org.apache.continuum"/>
+  <xml fileName="${user.home}/.m2/continuum.xml" config-optional="true"
+       config-forceCreate="true" config-name="org.apache.continuum.user"/>  
+</configuration>

Propchange: continuum/trunk/continuum-core/src/test/resources/META-INF/continuum/continuum-configuration.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: continuum/trunk/continuum-core/src/test/resources/META-INF/continuum/continuum-configuration.xml
------------------------------------------------------------------------------
    svn:executable = *

Propchange: continuum/trunk/continuum-core/src/test/resources/META-INF/continuum/continuum-configuration.xml
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Added: continuum/trunk/continuum-webapp/src/main/resources/META-INF/continuum/continuum-configuration.xml
URL: http://svn.apache.org/viewvc/continuum/trunk/continuum-webapp/src/main/resources/META-INF/continuum/continuum-configuration.xml?rev=677354&view=auto
==============================================================================
--- continuum/trunk/continuum-webapp/src/main/resources/META-INF/continuum/continuum-configuration.xml (added)
+++ continuum/trunk/continuum-webapp/src/main/resources/META-INF/continuum/continuum-configuration.xml Wed Jul 16 10:29:01 2008
@@ -0,0 +1,29 @@
+<?xml version="1.0"?>
+
+<!--
+  ~ 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>
+  <system/>
+  <jndi prefix="java:comp/env" config-optional="true"/>  
+  <xml fileName="${appserver.base}/conf/continuum.xml" config-optional="true"
+       config-forceCreate="true" config-name="org.apache.continuum"/>
+  <xml fileName="${user.home}/.m2/continuum.xml" config-optional="true"
+       config-forceCreate="true" config-name="org.apache.continuum.user"/>  
+</configuration>

Propchange: continuum/trunk/continuum-webapp/src/main/resources/META-INF/continuum/continuum-configuration.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: continuum/trunk/continuum-webapp/src/main/resources/META-INF/continuum/continuum-configuration.xml
------------------------------------------------------------------------------
    svn:executable = *

Propchange: continuum/trunk/continuum-webapp/src/main/resources/META-INF/continuum/continuum-configuration.xml
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"