Author: bfoster
Date: Thu Jun 16 17:59:34 2011
New Revision: 1136570

URL: http://svn.apache.org/viewvc?rev=1136570&view=rev
Log:

- added Spring file for autodetect feature

---------------
OODT-194

Added:
    oodt/branches/protocol/protocol-http/src/main/resources/
    oodt/branches/protocol/protocol-http/src/main/resources/policy/
    
oodt/branches/protocol/protocol-http/src/main/resources/policy/http-protocol-config.xml
   (with props)
Modified:
    oodt/branches/protocol/protocol-http/pom.xml

Modified: oodt/branches/protocol/protocol-http/pom.xml
URL: 
http://svn.apache.org/viewvc/oodt/branches/protocol/protocol-http/pom.xml?rev=1136570&r1=1136569&r2=1136570&view=diff
==============================================================================
--- oodt/branches/protocol/protocol-http/pom.xml (original)
+++ oodt/branches/protocol/protocol-http/pom.xml Thu Jun 16 17:59:34 2011
@@ -50,6 +50,17 @@
                        </build>
                </profile>
        </profiles>
+       <build>
+               <resources>
+                       <resource>
+                               
<targetPath>org/apache/oodt/cas/protocol/http</targetPath>
+                               
<directory>${basedir}/src/main/resources/policy</directory>
+                               <includes>
+                                       
<include>http-protocol-config.xml</include>
+                               </includes>
+                       </resource>
+               </resources>
+       </build>
        <dependencies>
                <dependency>
                        <groupId>org.apache.oodt</groupId>

Added: 
oodt/branches/protocol/protocol-http/src/main/resources/policy/http-protocol-config.xml
URL: 
http://svn.apache.org/viewvc/oodt/branches/protocol/protocol-http/src/main/resources/policy/http-protocol-config.xml?rev=1136570&view=auto
==============================================================================
--- 
oodt/branches/protocol/protocol-http/src/main/resources/policy/http-protocol-config.xml
 (added)
+++ 
oodt/branches/protocol/protocol-http/src/main/resources/policy/http-protocol-config.xml
 Thu Jun 16 17:59:34 2011
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- 
+       
+       Author: bfoster
+       Description: ProtocolManager Configuration
+       
+-->
+<beans xmlns="http://www.springframework.org/schema/beans";
+       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+       xmlns:p="http://www.springframework.org/schema/p";
+       xsi:schemaLocation="http://www.springframework.org/schema/beans 
http://www.springframework.org/schema/beans/spring-beans-2.5.xsd";>
+
+  <bean class="org.apache.oodt.cas.protocol.http.HttpProtocolFactory"/>
+       
+</beans>
\ No newline at end of file

Propchange: 
oodt/branches/protocol/protocol-http/src/main/resources/policy/http-protocol-config.xml
------------------------------------------------------------------------------
    svn:mime-type = text/plain


Reply via email to