Author: dkulp
Date: Fri Apr  6 15:11:22 2012
New Revision: 1310389

URL: http://svn.apache.org/viewvc?rev=1310389&view=rev
Log:
Add svn properties in a bunch of places

Modified:
    cxf/trunk/   (props changed)
    cxf/trunk/distribution/src/main/release/samples/corba/bank/   (props 
changed)
    cxf/trunk/distribution/src/main/release/samples/corba/bank_ws_addressing/   
(props changed)
    cxf/trunk/distribution/src/main/release/samples/corba/hello_world/   (props 
changed)
    cxf/trunk/distribution/src/main/release/samples/jax_rs/minimal_osgi/   
(props changed)
    cxf/trunk/distribution/src/main/release/samples/jms_spring_config/pom.xml   
(props changed)
    
cxf/trunk/distribution/src/main/release/samples/jms_spring_config/src/main/resources/client-applicationContext.xml
   (contents, props changed)
    
cxf/trunk/distribution/src/main/release/samples/jms_spring_config/src/main/resources/server-applicationContext.xml
   (contents, props changed)
    
cxf/trunk/distribution/src/main/release/samples/jms_spring_config/wsdl/binding.xml
   (contents, props changed)
    
cxf/trunk/distribution/src/main/release/samples/ruby_spring_support/src/main/resources/client-beans.xml
   (props changed)
    
cxf/trunk/distribution/src/main/release/samples/ruby_spring_support/src/main/webapp/WEB-INF/cxf-servlet.xml
   (props changed)
    cxf/trunk/osgi/bundle/compatible/   (props changed)
    cxf/trunk/osgi/itests/   (props changed)
    cxf/trunk/rt/features/clustering/   (props changed)
    cxf/trunk/rt/rs/extensions/providers/   (props changed)
    cxf/trunk/rt/rs/extensions/search/   (props changed)
    cxf/trunk/rt/rs/security/cors/   (props changed)
    cxf/trunk/rt/rs/security/oauth-parent/oauth2/   (props changed)
    cxf/trunk/rt/transports/http/   (props changed)
    
cxf/trunk/rt/ws/security/src/main/java/org/apache/cxf/ws/security/tokenstore/EHCacheTokenStore.java
   (props changed)
    
cxf/trunk/rt/ws/security/src/main/java/org/apache/cxf/ws/security/tokenstore/EHCacheTokenStoreFactory.java
   (props changed)
    
cxf/trunk/rt/ws/security/src/main/java/org/apache/cxf/ws/security/tokenstore/MemoryTokenStoreFactory.java
   (props changed)
    
cxf/trunk/rt/ws/security/src/main/java/org/apache/cxf/ws/security/tokenstore/TokenStoreFactory.java
   (props changed)
    cxf/trunk/systests/ws-rm/   (props changed)
    cxf/trunk/systests/wsdl_maven/codegen/src/it/cxf-4004/   (props changed)
    cxf/trunk/systests/wsdl_maven/codegen/src/it/it-parent/   (props changed)

Propchange: cxf/trunk/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Fri Apr  6 15:11:22 2012
@@ -1,17 +1,16 @@
-*.iml
-*.ipr
-*.iws
-.checkstyle
-.classpath
-.jdee_classpath
-.jdee_sources
 .pmd
-.project
+.checkstyle
 .ruleset
+target
 .settings
+.classpath
+.project
 .wtpmodules
-eclipse-classes
 prj.el
-target
+.jdee_classpath
+.jdee_sources
 velocity.log
-workspacescxf
+eclipse-classes
+*.ipr
+*.iml
+*.iws

Propchange: cxf/trunk/distribution/src/main/release/samples/corba/bank/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Fri Apr  6 15:11:22 2012
@@ -0,0 +1,16 @@
+.pmd
+.checkstyle
+.ruleset
+target
+.settings
+.classpath
+.project
+.wtpmodules
+prj.el
+.jdee_classpath
+.jdee_sources
+velocity.log
+eclipse-classes
+*.ipr
+*.iml
+*.iws

Propchange: 
cxf/trunk/distribution/src/main/release/samples/corba/bank_ws_addressing/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Fri Apr  6 15:11:22 2012
@@ -0,0 +1,16 @@
+.pmd
+.checkstyle
+.ruleset
+target
+.settings
+.classpath
+.project
+.wtpmodules
+prj.el
+.jdee_classpath
+.jdee_sources
+velocity.log
+eclipse-classes
+*.ipr
+*.iml
+*.iws

Propchange: cxf/trunk/distribution/src/main/release/samples/corba/hello_world/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Fri Apr  6 15:11:22 2012
@@ -0,0 +1,16 @@
+.pmd
+.checkstyle
+.ruleset
+target
+.settings
+.classpath
+.project
+.wtpmodules
+prj.el
+.jdee_classpath
+.jdee_sources
+velocity.log
+eclipse-classes
+*.ipr
+*.iml
+*.iws

Propchange: cxf/trunk/distribution/src/main/release/samples/jax_rs/minimal_osgi/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Fri Apr  6 15:11:22 2012
@@ -0,0 +1,16 @@
+.pmd
+.checkstyle
+.ruleset
+target
+.settings
+.classpath
+.project
+.wtpmodules
+prj.el
+.jdee_classpath
+.jdee_sources
+velocity.log
+eclipse-classes
+*.ipr
+*.iml
+*.iws

Propchange: 
cxf/trunk/distribution/src/main/release/samples/jms_spring_config/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: 
cxf/trunk/distribution/src/main/release/samples/jms_spring_config/src/main/resources/client-applicationContext.xml
URL: 
http://svn.apache.org/viewvc/cxf/trunk/distribution/src/main/release/samples/jms_spring_config/src/main/resources/client-applicationContext.xml?rev=1310389&r1=1310388&r2=1310389&view=diff
==============================================================================
--- 
cxf/trunk/distribution/src/main/release/samples/jms_spring_config/src/main/resources/client-applicationContext.xml
 (original)
+++ 
cxf/trunk/distribution/src/main/release/samples/jms_spring_config/src/main/resources/client-applicationContext.xml
 Fri Apr  6 15:11:22 2012
@@ -1,53 +1,53 @@
-<?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.
-       -->
-<beans xmlns="http://www.springframework.org/schema/beans";
-       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-       xmlns:context="http://www.springframework.org/schema/context";
-       xmlns:jaxws="http://cxf.apache.org/jaxws";
-       xmlns:p="http://www.springframework.org/schema/p";
-       xsi:schemaLocation="http://www.springframework.org/schema/beans 
http://www.springframework.org/schema/beans/spring-beans.xsd
-               http://www.springframework.org/schema/context 
http://www.springframework.org/schema/context/spring-context.xsd
-               http://cxf.apache.org/core 
http://cxf.apache.org/schemas/core.xsd
-               http://cxf.apache.org/jaxws 
http://cxf.apache.org/schemas/jaxws.xsd
-">
-
-<bean id="jmsConnectionFactory" 
class="org.springframework.jms.connection.SingleConnectionFactory">
-       <property name="targetConnectionFactory">
-               <bean class="org.apache.activemq.ActiveMQConnectionFactory">
-                       <property name="brokerURL" 
value="tcp://localhost:61616" />
-               </bean>
-       </property>
-</bean>
-
-<bean id="jmsConfig" class="org.apache.cxf.transport.jms.JMSConfiguration"
-       p:connectionFactory-ref="jmsConnectionFactory"
-       p:targetDestination="test.queue"
-/>
-
-       <jaxws:client id="customerService" 
-               address="jms://" 
-               serviceClass="com.example.customerservice.CustomerService">
-               <jaxws:features>
-                       <bean class="org.apache.cxf.feature.LoggingFeature" />
-                       <bean 
class="org.apache.cxf.transport.jms.JMSConfigFeature" 
p:jmsConfig-ref="jmsConfig" />
-               </jaxws:features>
-       </jaxws:client>
-       
-       <bean id="tester" 
class="com.example.customerservice.client.CustomerServiceTester">
-               <property name="customerService" 
ref="customerService"></property>
-       </bean>
-</beans>
+<?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.
+       -->
+<beans xmlns="http://www.springframework.org/schema/beans";
+       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+       xmlns:context="http://www.springframework.org/schema/context";
+       xmlns:jaxws="http://cxf.apache.org/jaxws";
+       xmlns:p="http://www.springframework.org/schema/p";
+       xsi:schemaLocation="http://www.springframework.org/schema/beans 
http://www.springframework.org/schema/beans/spring-beans.xsd
+               http://www.springframework.org/schema/context 
http://www.springframework.org/schema/context/spring-context.xsd
+               http://cxf.apache.org/core 
http://cxf.apache.org/schemas/core.xsd
+               http://cxf.apache.org/jaxws 
http://cxf.apache.org/schemas/jaxws.xsd
+">
+
+<bean id="jmsConnectionFactory" 
class="org.springframework.jms.connection.SingleConnectionFactory">
+       <property name="targetConnectionFactory">
+               <bean class="org.apache.activemq.ActiveMQConnectionFactory">
+                       <property name="brokerURL" 
value="tcp://localhost:61616" />
+               </bean>
+       </property>
+</bean>
+
+<bean id="jmsConfig" class="org.apache.cxf.transport.jms.JMSConfiguration"
+       p:connectionFactory-ref="jmsConnectionFactory"
+       p:targetDestination="test.queue"
+/>
+
+       <jaxws:client id="customerService" 
+               address="jms://" 
+               serviceClass="com.example.customerservice.CustomerService">
+               <jaxws:features>
+                       <bean class="org.apache.cxf.feature.LoggingFeature" />
+                       <bean 
class="org.apache.cxf.transport.jms.JMSConfigFeature" 
p:jmsConfig-ref="jmsConfig" />
+               </jaxws:features>
+       </jaxws:client>
+       
+       <bean id="tester" 
class="com.example.customerservice.client.CustomerServiceTester">
+               <property name="customerService" 
ref="customerService"></property>
+       </bean>
+</beans>

Propchange: 
cxf/trunk/distribution/src/main/release/samples/jms_spring_config/src/main/resources/client-applicationContext.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: 
cxf/trunk/distribution/src/main/release/samples/jms_spring_config/src/main/resources/server-applicationContext.xml
URL: 
http://svn.apache.org/viewvc/cxf/trunk/distribution/src/main/release/samples/jms_spring_config/src/main/resources/server-applicationContext.xml?rev=1310389&r1=1310388&r2=1310389&view=diff
==============================================================================
--- 
cxf/trunk/distribution/src/main/release/samples/jms_spring_config/src/main/resources/server-applicationContext.xml
 (original)
+++ 
cxf/trunk/distribution/src/main/release/samples/jms_spring_config/src/main/resources/server-applicationContext.xml
 Fri Apr  6 15:11:22 2012
@@ -1,49 +1,49 @@
-<?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.
-       -->
-<beans xmlns="http://www.springframework.org/schema/beans";
-       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xmlns:jaxws="http://cxf.apache.org/jaxws";
-       xmlns:p="http://www.springframework.org/schema/p";
-       xsi:schemaLocation="http://www.springframework.org/schema/beans 
http://www.springframework.org/schema/beans/spring-beans.xsd
-               http://www.springframework.org/schema/context 
http://www.springframework.org/schema/context/spring-context.xsd
-               http://cxf.apache.org/core 
http://cxf.apache.org/schemas/core.xsd
-               http://cxf.apache.org/jaxws 
http://cxf.apache.org/schemas/jaxws.xsd
-">
-
-<bean id="jmsConnectionFactory" 
class="org.springframework.jms.connection.SingleConnectionFactory">
-       <property name="targetConnectionFactory">
-               <bean class="org.apache.activemq.ActiveMQConnectionFactory">
-                       <property name="brokerURL" 
value="tcp://localhost:61616" />
-               </bean>
-       </property>
-</bean>
-
-<bean id="jmsConfig" class="org.apache.cxf.transport.jms.JMSConfiguration"
-       p:connectionFactory-ref="jmsConnectionFactory"
-       p:targetDestination="test.queue"
-/>
-
-       <!-- JMS Endpoint -->
-       <jaxws:endpoint xmlns:customer="http://customerservice.example.com/";
-               id="CustomerServiceHTTP" address="jms://"
-               
implementor="com.example.customerservice.server.CustomerServiceImpl">
-               <jaxws:features>
-                       <bean class="org.apache.cxf.feature.LoggingFeature" />
-                       <bean 
class="org.apache.cxf.transport.jms.JMSConfigFeature" 
p:jmsConfig-ref="jmsConfig" />
-               </jaxws:features>
-       </jaxws:endpoint>
-
-</beans>
+<?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.
+       -->
+<beans xmlns="http://www.springframework.org/schema/beans";
+       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xmlns:jaxws="http://cxf.apache.org/jaxws";
+       xmlns:p="http://www.springframework.org/schema/p";
+       xsi:schemaLocation="http://www.springframework.org/schema/beans 
http://www.springframework.org/schema/beans/spring-beans.xsd
+               http://www.springframework.org/schema/context 
http://www.springframework.org/schema/context/spring-context.xsd
+               http://cxf.apache.org/core 
http://cxf.apache.org/schemas/core.xsd
+               http://cxf.apache.org/jaxws 
http://cxf.apache.org/schemas/jaxws.xsd
+">
+
+<bean id="jmsConnectionFactory" 
class="org.springframework.jms.connection.SingleConnectionFactory">
+       <property name="targetConnectionFactory">
+               <bean class="org.apache.activemq.ActiveMQConnectionFactory">
+                       <property name="brokerURL" 
value="tcp://localhost:61616" />
+               </bean>
+       </property>
+</bean>
+
+<bean id="jmsConfig" class="org.apache.cxf.transport.jms.JMSConfiguration"
+       p:connectionFactory-ref="jmsConnectionFactory"
+       p:targetDestination="test.queue"
+/>
+
+       <!-- JMS Endpoint -->
+       <jaxws:endpoint xmlns:customer="http://customerservice.example.com/";
+               id="CustomerServiceHTTP" address="jms://"
+               
implementor="com.example.customerservice.server.CustomerServiceImpl">
+               <jaxws:features>
+                       <bean class="org.apache.cxf.feature.LoggingFeature" />
+                       <bean 
class="org.apache.cxf.transport.jms.JMSConfigFeature" 
p:jmsConfig-ref="jmsConfig" />
+               </jaxws:features>
+       </jaxws:endpoint>
+
+</beans>

Propchange: 
cxf/trunk/distribution/src/main/release/samples/jms_spring_config/src/main/resources/server-applicationContext.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: 
cxf/trunk/distribution/src/main/release/samples/jms_spring_config/wsdl/binding.xml
URL: 
http://svn.apache.org/viewvc/cxf/trunk/distribution/src/main/release/samples/jms_spring_config/wsdl/binding.xml?rev=1310389&r1=1310388&r2=1310389&view=diff
==============================================================================
--- 
cxf/trunk/distribution/src/main/release/samples/jms_spring_config/wsdl/binding.xml
 (original)
+++ 
cxf/trunk/distribution/src/main/release/samples/jms_spring_config/wsdl/binding.xml
 Fri Apr  6 15:11:22 2012
@@ -1,17 +1,17 @@
-<jaxws:bindings wsdlLocation="CustomerService.wsdl"
-          xmlns:jaxws="http://java.sun.com/xml/ns/jaxws";
-          xmlns:xs="http://www.w3.org/2001/XMLSchema";
-          xmlns:jxb="http://java.sun.com/xml/ns/jaxb";
-          xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/";>
-  <!-- <jaxws:enableAsyncMapping>true</jaxws:enableAsyncMapping> -->
-  <jaxws:bindings  node="wsdl:definitions/wsdl:types/xs:schema">
-      <jxb:globalBindings>
-        <jxb:javaType name="java.util.Date" xmlType="xs:dateTime"
-                      
parseMethod="org.apache.cxf.xjc.runtime.DataTypeAdapter.parseDateTime"
-                      
printMethod="org.apache.cxf.xjc.runtime.DataTypeAdapter.printDateTime"/>
-        <jxb:javaType name="java.util.Date" xmlType="xs:date"
-                      
parseMethod="org.apache.cxf.xjc.runtime.DataTypeAdapter.parseDate"
-                      
printMethod="org.apache.cxf.xjc.runtime.DataTypeAdapter.printDate"/>
-      </jxb:globalBindings>
-  </jaxws:bindings>
+<jaxws:bindings wsdlLocation="CustomerService.wsdl"
+          xmlns:jaxws="http://java.sun.com/xml/ns/jaxws";
+          xmlns:xs="http://www.w3.org/2001/XMLSchema";
+          xmlns:jxb="http://java.sun.com/xml/ns/jaxb";
+          xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/";>
+  <!-- <jaxws:enableAsyncMapping>true</jaxws:enableAsyncMapping> -->
+  <jaxws:bindings  node="wsdl:definitions/wsdl:types/xs:schema">
+      <jxb:globalBindings>
+        <jxb:javaType name="java.util.Date" xmlType="xs:dateTime"
+                      
parseMethod="org.apache.cxf.xjc.runtime.DataTypeAdapter.parseDateTime"
+                      
printMethod="org.apache.cxf.xjc.runtime.DataTypeAdapter.printDateTime"/>
+        <jxb:javaType name="java.util.Date" xmlType="xs:date"
+                      
parseMethod="org.apache.cxf.xjc.runtime.DataTypeAdapter.parseDate"
+                      
printMethod="org.apache.cxf.xjc.runtime.DataTypeAdapter.printDate"/>
+      </jxb:globalBindings>
+  </jaxws:bindings>
 </jaxws:bindings>
\ No newline at end of file

Propchange: 
cxf/trunk/distribution/src/main/release/samples/jms_spring_config/wsdl/binding.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
cxf/trunk/distribution/src/main/release/samples/ruby_spring_support/src/main/resources/client-beans.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
cxf/trunk/distribution/src/main/release/samples/ruby_spring_support/src/main/webapp/WEB-INF/cxf-servlet.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: cxf/trunk/osgi/bundle/compatible/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Fri Apr  6 15:11:22 2012
@@ -1 +1,16 @@
+.pmd
+.checkstyle
+.ruleset
 target
+.settings
+.classpath
+.project
+.wtpmodules
+prj.el
+.jdee_classpath
+.jdee_sources
+velocity.log
+eclipse-classes
+*.ipr
+*.iml
+*.iws

Propchange: cxf/trunk/osgi/itests/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Fri Apr  6 15:11:22 2012
@@ -0,0 +1,16 @@
+.pmd
+.checkstyle
+.ruleset
+target
+.settings
+.classpath
+.project
+.wtpmodules
+prj.el
+.jdee_classpath
+.jdee_sources
+velocity.log
+eclipse-classes
+*.ipr
+*.iml
+*.iws

Propchange: cxf/trunk/rt/features/clustering/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Fri Apr  6 15:11:22 2012
@@ -1,5 +1,16 @@
+.pmd
 .checkstyle
+.ruleset
+target
+.settings
 .classpath
 .project
-.settings
-target
+.wtpmodules
+prj.el
+.jdee_classpath
+.jdee_sources
+velocity.log
+eclipse-classes
+*.ipr
+*.iml
+*.iws

Propchange: cxf/trunk/rt/rs/extensions/providers/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Fri Apr  6 15:11:22 2012
@@ -1 +1,16 @@
+.pmd
+.checkstyle
+.ruleset
 target
+.settings
+.classpath
+.project
+.wtpmodules
+prj.el
+.jdee_classpath
+.jdee_sources
+velocity.log
+eclipse-classes
+*.ipr
+*.iml
+*.iws

Propchange: cxf/trunk/rt/rs/extensions/search/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Fri Apr  6 15:11:22 2012
@@ -0,0 +1,16 @@
+.pmd
+.checkstyle
+.ruleset
+target
+.settings
+.classpath
+.project
+.wtpmodules
+prj.el
+.jdee_classpath
+.jdee_sources
+velocity.log
+eclipse-classes
+*.ipr
+*.iml
+*.iws

Propchange: cxf/trunk/rt/rs/security/cors/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Fri Apr  6 15:11:22 2012
@@ -1 +1,16 @@
+.pmd
+.checkstyle
+.ruleset
 target
+.settings
+.classpath
+.project
+.wtpmodules
+prj.el
+.jdee_classpath
+.jdee_sources
+velocity.log
+eclipse-classes
+*.ipr
+*.iml
+*.iws

Propchange: cxf/trunk/rt/rs/security/oauth-parent/oauth2/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Fri Apr  6 15:11:22 2012
@@ -0,0 +1,16 @@
+.pmd
+.checkstyle
+.ruleset
+target
+.settings
+.classpath
+.project
+.wtpmodules
+prj.el
+.jdee_classpath
+.jdee_sources
+velocity.log
+eclipse-classes
+*.ipr
+*.iml
+*.iws

Propchange: cxf/trunk/rt/transports/http/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Fri Apr  6 15:11:22 2012
@@ -14,5 +14,3 @@ eclipse-classes
 *.ipr
 *.iml
 *.iws
-
-.externalToolBuilders

Propchange: 
cxf/trunk/rt/ws/security/src/main/java/org/apache/cxf/ws/security/tokenstore/EHCacheTokenStore.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
cxf/trunk/rt/ws/security/src/main/java/org/apache/cxf/ws/security/tokenstore/EHCacheTokenStoreFactory.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
cxf/trunk/rt/ws/security/src/main/java/org/apache/cxf/ws/security/tokenstore/MemoryTokenStoreFactory.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
cxf/trunk/rt/ws/security/src/main/java/org/apache/cxf/ws/security/tokenstore/TokenStoreFactory.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: cxf/trunk/systests/ws-rm/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Fri Apr  6 15:11:22 2012
@@ -0,0 +1,16 @@
+.pmd
+.checkstyle
+.ruleset
+target
+.settings
+.classpath
+.project
+.wtpmodules
+prj.el
+.jdee_classpath
+.jdee_sources
+velocity.log
+eclipse-classes
+*.ipr
+*.iml
+*.iws

Propchange: cxf/trunk/systests/wsdl_maven/codegen/src/it/cxf-4004/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Fri Apr  6 15:11:22 2012
@@ -0,0 +1,16 @@
+.pmd
+.checkstyle
+.ruleset
+target
+.settings
+.classpath
+.project
+.wtpmodules
+prj.el
+.jdee_classpath
+.jdee_sources
+velocity.log
+eclipse-classes
+*.ipr
+*.iml
+*.iws

Propchange: cxf/trunk/systests/wsdl_maven/codegen/src/it/it-parent/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Fri Apr  6 15:11:22 2012
@@ -0,0 +1,16 @@
+.pmd
+.checkstyle
+.ruleset
+target
+.settings
+.classpath
+.project
+.wtpmodules
+prj.el
+.jdee_classpath
+.jdee_sources
+velocity.log
+eclipse-classes
+*.ipr
+*.iml
+*.iws


Reply via email to