You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by ro...@apache.org on 2006/07/19 19:37:04 UTC

svn commit: r423540 - in /webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/spring: MyBean.java MyBeanImpl.java SpringAwareService.java

Author: robertlazarski
Date: Wed Jul 19 10:37:04 2006
New Revision: 423540

URL: http://svn.apache.org/viewvc?rev=423540&view=rev
Log:
Minor doc changes

Modified:
    webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/spring/MyBean.java
    webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/spring/MyBeanImpl.java
    webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/spring/SpringAwareService.java

Modified: webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/spring/MyBean.java
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/spring/MyBean.java?rev=423540&r1=423539&r2=423540&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/spring/MyBean.java (original)
+++ webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/spring/MyBean.java Wed Jul 19 10:37:04 2006
@@ -1,3 +1,19 @@
+/*
+* Copyright 2004,2005 The Apache Software Foundation.
+*
+* Licensed 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.
+*
+*/
 package org.apache.axis2.spring;
 
 /** Interface for Spring aware Bean */

Modified: webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/spring/MyBeanImpl.java
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/spring/MyBeanImpl.java?rev=423540&r1=423539&r2=423540&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/spring/MyBeanImpl.java (original)
+++ webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/spring/MyBeanImpl.java Wed Jul 19 10:37:04 2006
@@ -1,3 +1,19 @@
+/*
+* Copyright 2004,2005 The Apache Software Foundation.
+*
+* Licensed 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.
+*
+*/
 package org.apache.axis2.spring;
 
 /** Spring wired implementation */

Modified: webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/spring/SpringAwareService.java
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/spring/SpringAwareService.java?rev=423540&r1=423539&r2=423540&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/spring/SpringAwareService.java (original)
+++ webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/spring/SpringAwareService.java Wed Jul 19 10:37:04 2006
@@ -1,3 +1,19 @@
+/*
+* Copyright 2004,2005 The Apache Software Foundation.
+*
+* Licensed 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.
+*
+*/
 package org.apache.axis2.spring;
 
 import org.apache.axiom.om.OMAbstractFactory;



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org