You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jd...@apache.org on 2008/12/14 17:45:58 UTC

svn commit: r726494 - in /geronimo/gshell/trunk/gshell-maven-plugin/src/main/resources/META-INF: ./ gshell/ gshell/components.xml

Author: jdillon
Date: Sun Dec 14 08:45:58 2008
New Revision: 726494

URL: http://svn.apache.org/viewvc?rev=726494&view=rev
Log:
Add spring config for gshell-m-p specific integration muck

Added:
    geronimo/gshell/trunk/gshell-maven-plugin/src/main/resources/META-INF/
    geronimo/gshell/trunk/gshell-maven-plugin/src/main/resources/META-INF/gshell/
    geronimo/gshell/trunk/gshell-maven-plugin/src/main/resources/META-INF/gshell/components.xml   (with props)

Added: geronimo/gshell/trunk/gshell-maven-plugin/src/main/resources/META-INF/gshell/components.xml
URL: http://svn.apache.org/viewvc/geronimo/gshell/trunk/gshell-maven-plugin/src/main/resources/META-INF/gshell/components.xml?rev=726494&view=auto
==============================================================================
--- geronimo/gshell/trunk/gshell-maven-plugin/src/main/resources/META-INF/gshell/components.xml (added)
+++ geronimo/gshell/trunk/gshell-maven-plugin/src/main/resources/META-INF/gshell/components.xml Sun Dec 14 08:45:58 2008
@@ -0,0 +1,33 @@
+<?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.
+-->
+
+<!-- $Rev$ $Date$ -->
+        
+<beans xmlns="http://www.springframework.org/schema/beans"
+       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+       xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd"
+       default-autowire="no"
+       default-dependency-check="none"
+       default-init-method="init"
+       default-destroy-method="destroy">
+
+    <!-- TODO: -->
+
+</beans>
\ No newline at end of file

Propchange: geronimo/gshell/trunk/gshell-maven-plugin/src/main/resources/META-INF/gshell/components.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/gshell/trunk/gshell-maven-plugin/src/main/resources/META-INF/gshell/components.xml
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: geronimo/gshell/trunk/gshell-maven-plugin/src/main/resources/META-INF/gshell/components.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml