You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oodt.apache.org by wo...@apache.org on 2010/07/22 20:10:26 UTC

svn commit: r966776 - in /incubator/oodt/trunk/product: pom.xml src/main/conf/displayableTypes.xml src/main/conf/ofsn-ps.xml src/site/xdoc/servlet/index.xml

Author: woollard
Date: Thu Jul 22 18:10:25 2010
New Revision: 966776

URL: http://svn.apache.org/viewvc?rev=966776&view=rev
Log:
header additions for product subproject. toward OODT-3

Modified:
    incubator/oodt/trunk/product/pom.xml
    incubator/oodt/trunk/product/src/main/conf/displayableTypes.xml
    incubator/oodt/trunk/product/src/main/conf/ofsn-ps.xml
    incubator/oodt/trunk/product/src/site/xdoc/servlet/index.xml

Modified: incubator/oodt/trunk/product/pom.xml
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/product/pom.xml?rev=966776&r1=966775&r2=966776&view=diff
==============================================================================
--- incubator/oodt/trunk/product/pom.xml (original)
+++ incubator/oodt/trunk/product/pom.xml Thu Jul 22 18:10:25 2010
@@ -1,4 +1,20 @@
 <?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.
+-->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>

Modified: incubator/oodt/trunk/product/src/main/conf/displayableTypes.xml
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/product/src/main/conf/displayableTypes.xml?rev=966776&r1=966775&r2=966776&view=diff
==============================================================================
--- incubator/oodt/trunk/product/src/main/conf/displayableTypes.xml (original)
+++ incubator/oodt/trunk/product/src/main/conf/displayableTypes.xml Thu Jul 22 18:10:25 2010
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<!--
+  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.
+-->
 <!DOCTYPE displayableTypes [
   <!ELEMENT displayableTypes (type*)>
   <!ELEMENT type (#PCDATA)>

Modified: incubator/oodt/trunk/product/src/main/conf/ofsn-ps.xml
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/product/src/main/conf/ofsn-ps.xml?rev=966776&r1=966775&r2=966776&view=diff
==============================================================================
--- incubator/oodt/trunk/product/src/main/conf/ofsn-ps.xml (original)
+++ incubator/oodt/trunk/product/src/main/conf/ofsn-ps.xml Thu Jul 22 18:10:25 2010
@@ -1,9 +1,21 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<!--
+  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.
+-->
 <!--  
-Author: Chris A. Mattmann
-Description: 
-
-
 Configures a new OODT OFSN style product server. This is a product server
 of the form:
 
@@ -149,4 +161,4 @@ FIXME: Change XML namespace URI for oodt
    <handler name="MD5" type="get"
        class="org.apache.oodt.product.handlers.ofsn.MD5GetHandler"/>
 
-</oodt:ofsn>
\ No newline at end of file
+</oodt:ofsn>

Modified: incubator/oodt/trunk/product/src/site/xdoc/servlet/index.xml
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/product/src/site/xdoc/servlet/index.xml?rev=966776&r1=966775&r2=966776&view=diff
==============================================================================
--- incubator/oodt/trunk/product/src/site/xdoc/servlet/index.xml (original)
+++ incubator/oodt/trunk/product/src/site/xdoc/servlet/index.xml Thu Jul 22 18:10:25 2010
@@ -1,4 +1,20 @@
 <?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.
+-->
 <document>
   <properties>
     <title>Using the Product Servlet</title>