Author: mattmann
Date: Fri Sep 4 18:10:48 2015
New Revision: 1701305
URL: http://svn.apache.org/r1701305
Log:
Fix for OODT-871 Issues with OODT 0.10 RC#1 contributed by lewismc, mattmann.
Modified:
oodt/branches/0.10/CHANGES.txt
oodt/branches/0.10/commons/src/test/java/org/apache/oodt/commons/io/DirectorySelectorTest.java
oodt/branches/0.10/commons/src/test/resources/test.xml
oodt/branches/0.10/curator/webapp/src/main/java/org/apache/oodt/cas/curation/edrn-informatics.css
oodt/branches/0.10/curator/webapp/src/main/java/org/apache/oodt/cas/curation/edrn-informatics_wicket.css
oodt/branches/0.10/curator/webapp/src/main/java/org/apache/oodt/cas/curation/login/LoginPage.css
oodt/branches/0.10/mvn/archetypes/radix/src/main/resources/archetype-resources/solr/src/main/assembly/assembly.xml
oodt/branches/0.10/profile/src/test/resources/org/apache/oodt/profile/test.xml
oodt/branches/0.10/profile/src/test/resources/test.xml
oodt/branches/0.10/webapp/components/src/main/java/org/apache/oodt/cas/webcomponents/curation/workbench/Workbench.css
oodt/branches/0.10/webapp/components/src/main/java/org/apache/oodt/cas/webcomponents/curation/workbench/Workbench.html
oodt/branches/0.10/webapp/components/src/main/java/org/apache/oodt/cas/webcomponents/curation/workbench/Workbench_wicket.css
Modified: oodt/branches/0.10/CHANGES.txt
URL:
http://svn.apache.org/viewvc/oodt/branches/0.10/CHANGES.txt?rev=1701305&r1=1701304&r2=1701305&view=diff
==============================================================================
--- oodt/branches/0.10/CHANGES.txt (original)
+++ oodt/branches/0.10/CHANGES.txt Fri Sep 4 18:10:48 2015
@@ -2,6 +2,8 @@ Apache OODT Change Log
======================
Release 0.10 - 08/30/2015
+* OODT-871 Issues with OODT 0.10 RC#1 (lewismc, mattmann)
+
* OODT-246 Give user the ability to print a detailed report on what jobs in
the Resource Manager are running on what nodes (Gabe Resneck, mattmann)
Modified:
oodt/branches/0.10/commons/src/test/java/org/apache/oodt/commons/io/DirectorySelectorTest.java
URL:
http://svn.apache.org/viewvc/oodt/branches/0.10/commons/src/test/java/org/apache/oodt/commons/io/DirectorySelectorTest.java?rev=1701305&r1=1701304&r2=1701305&view=diff
==============================================================================
---
oodt/branches/0.10/commons/src/test/java/org/apache/oodt/commons/io/DirectorySelectorTest.java
(original)
+++
oodt/branches/0.10/commons/src/test/java/org/apache/oodt/commons/io/DirectorySelectorTest.java
Fri Sep 4 18:10:48 2015
@@ -1,3 +1,20 @@
+/**
+ * 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.
+ */
package org.apache.oodt.commons.io;
import java.io.File;
Modified: oodt/branches/0.10/commons/src/test/resources/test.xml
URL:
http://svn.apache.org/viewvc/oodt/branches/0.10/commons/src/test/resources/test.xml?rev=1701305&r1=1701304&r2=1701305&view=diff
==============================================================================
--- oodt/branches/0.10/commons/src/test/resources/test.xml (original)
+++ oodt/branches/0.10/commons/src/test/resources/test.xml Fri Sep 4 18:10:48
2015
@@ -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.txt 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 log [
<!ELEMENT log (stream*)>
<!ELEMENT stream (streamID, analyst, message*)>
Modified:
oodt/branches/0.10/curator/webapp/src/main/java/org/apache/oodt/cas/curation/edrn-informatics.css
URL:
http://svn.apache.org/viewvc/oodt/branches/0.10/curator/webapp/src/main/java/org/apache/oodt/cas/curation/edrn-informatics.css?rev=1701305&r1=1701304&r2=1701305&view=diff
==============================================================================
---
oodt/branches/0.10/curator/webapp/src/main/java/org/apache/oodt/cas/curation/edrn-informatics.css
(original)
+++
oodt/branches/0.10/curator/webapp/src/main/java/org/apache/oodt/cas/curation/edrn-informatics.css
Fri Sep 4 18:10:48 2015
@@ -1,5 +1,20 @@
@CHARSET "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.
+ */
html, body {
padding:0px;
margin:0px auto;
Modified:
oodt/branches/0.10/curator/webapp/src/main/java/org/apache/oodt/cas/curation/edrn-informatics_wicket.css
URL:
http://svn.apache.org/viewvc/oodt/branches/0.10/curator/webapp/src/main/java/org/apache/oodt/cas/curation/edrn-informatics_wicket.css?rev=1701305&r1=1701304&r2=1701305&view=diff
==============================================================================
---
oodt/branches/0.10/curator/webapp/src/main/java/org/apache/oodt/cas/curation/edrn-informatics_wicket.css
(original)
+++
oodt/branches/0.10/curator/webapp/src/main/java/org/apache/oodt/cas/curation/edrn-informatics_wicket.css
Fri Sep 4 18:10:48 2015
@@ -1,5 +1,20 @@
@CHARSET "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.
+ */
html, body {
padding:0px;
margin:0px auto;
Modified:
oodt/branches/0.10/curator/webapp/src/main/java/org/apache/oodt/cas/curation/login/LoginPage.css
URL:
http://svn.apache.org/viewvc/oodt/branches/0.10/curator/webapp/src/main/java/org/apache/oodt/cas/curation/login/LoginPage.css?rev=1701305&r1=1701304&r2=1701305&view=diff
==============================================================================
---
oodt/branches/0.10/curator/webapp/src/main/java/org/apache/oodt/cas/curation/login/LoginPage.css
(original)
+++
oodt/branches/0.10/curator/webapp/src/main/java/org/apache/oodt/cas/curation/login/LoginPage.css
Fri Sep 4 18:10:48 2015
@@ -1,4 +1,20 @@
+/*
+ * 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.
+ */
#login{
text-align: center;
display: block;
Modified:
oodt/branches/0.10/mvn/archetypes/radix/src/main/resources/archetype-resources/solr/src/main/assembly/assembly.xml
URL:
http://svn.apache.org/viewvc/oodt/branches/0.10/mvn/archetypes/radix/src/main/resources/archetype-resources/solr/src/main/assembly/assembly.xml?rev=1701305&r1=1701304&r2=1701305&view=diff
==============================================================================
---
oodt/branches/0.10/mvn/archetypes/radix/src/main/resources/archetype-resources/solr/src/main/assembly/assembly.xml
(original)
+++
oodt/branches/0.10/mvn/archetypes/radix/src/main/resources/archetype-resources/solr/src/main/assembly/assembly.xml
Fri Sep 4 18:10:48 2015
@@ -1,3 +1,19 @@
+<!--
+ 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.
+-->
<assembly>
<id>bin</id>
<formats>
Modified:
oodt/branches/0.10/profile/src/test/resources/org/apache/oodt/profile/test.xml
URL:
http://svn.apache.org/viewvc/oodt/branches/0.10/profile/src/test/resources/org/apache/oodt/profile/test.xml?rev=1701305&r1=1701304&r2=1701305&view=diff
==============================================================================
---
oodt/branches/0.10/profile/src/test/resources/org/apache/oodt/profile/test.xml
(original)
+++
oodt/branches/0.10/profile/src/test/resources/org/apache/oodt/profile/test.xml
Fri Sep 4 18:10:48 2015
@@ -1,6 +1,22 @@
<!-- DO NOT put the XML processing instruction or DOCTYPE decl in this -->
<!-- file! They're added by the unit test automatically. -->
<!-- $Id: test.xml,v 1.1.1.1 2004/03/02 20:53:39 kelly Exp $ -->
+<!--
+Licensed to the Apache Software Foundation (ASF) under one or more contributor
+license agreements. See the NOTICE.txt 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.
+-->
<profile>
<profAttributes>
<profId>OODT_PDS_PROFILE_SERVER</profId>
Modified: oodt/branches/0.10/profile/src/test/resources/test.xml
URL:
http://svn.apache.org/viewvc/oodt/branches/0.10/profile/src/test/resources/test.xml?rev=1701305&r1=1701304&r2=1701305&view=diff
==============================================================================
--- oodt/branches/0.10/profile/src/test/resources/test.xml (original)
+++ oodt/branches/0.10/profile/src/test/resources/test.xml Fri Sep 4 18:10:48
2015
@@ -1,6 +1,22 @@
<!-- DO NOT put the XML processing instruction or DOCTYPE decl in this -->
<!-- file! They're added by the unit test automatically. -->
<!-- $Id: test.xml,v 1.1.1.1 2004/03/02 20:53:39 kelly Exp $ -->
+<!--
+Licensed to the Apache Software Foundation (ASF) under one or more contributor
+license agreements. See the NOTICE.txt 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.
+-->
<profile>
<profAttributes>
<profId>OODT_PDS_PROFILE_SERVER</profId>
Modified:
oodt/branches/0.10/webapp/components/src/main/java/org/apache/oodt/cas/webcomponents/curation/workbench/Workbench.css
URL:
http://svn.apache.org/viewvc/oodt/branches/0.10/webapp/components/src/main/java/org/apache/oodt/cas/webcomponents/curation/workbench/Workbench.css?rev=1701305&r1=1701304&r2=1701305&view=diff
==============================================================================
---
oodt/branches/0.10/webapp/components/src/main/java/org/apache/oodt/cas/webcomponents/curation/workbench/Workbench.css
(original)
+++
oodt/branches/0.10/webapp/components/src/main/java/org/apache/oodt/cas/webcomponents/curation/workbench/Workbench.css
Fri Sep 4 18:10:48 2015
@@ -1,4 +1,19 @@
-/* file tree */
+/*
+ * 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.
+ */
UL.fileTree {
font-family: Verdana, sans-serif;
font-size: 11px;
Modified:
oodt/branches/0.10/webapp/components/src/main/java/org/apache/oodt/cas/webcomponents/curation/workbench/Workbench.html
URL:
http://svn.apache.org/viewvc/oodt/branches/0.10/webapp/components/src/main/java/org/apache/oodt/cas/webcomponents/curation/workbench/Workbench.html?rev=1701305&r1=1701304&r2=1701305&view=diff
==============================================================================
---
oodt/branches/0.10/webapp/components/src/main/java/org/apache/oodt/cas/webcomponents/curation/workbench/Workbench.html
(original)
+++
oodt/branches/0.10/webapp/components/src/main/java/org/apache/oodt/cas/webcomponents/curation/workbench/Workbench.html
Fri Sep 4 18:10:48 2015
@@ -1,4 +1,19 @@
+<!--
+Licensed to the Apache Software Foundation (ASF) under one or more contributor
+license agreements. See the NOTICE.txt 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.
+-->
<wicket:panel>
<wicket:link>
<link type="text/css" rel="stylesheet" href="Workbench_wicket.css"/>
Modified:
oodt/branches/0.10/webapp/components/src/main/java/org/apache/oodt/cas/webcomponents/curation/workbench/Workbench_wicket.css
URL:
http://svn.apache.org/viewvc/oodt/branches/0.10/webapp/components/src/main/java/org/apache/oodt/cas/webcomponents/curation/workbench/Workbench_wicket.css?rev=1701305&r1=1701304&r2=1701305&view=diff
==============================================================================
---
oodt/branches/0.10/webapp/components/src/main/java/org/apache/oodt/cas/webcomponents/curation/workbench/Workbench_wicket.css
(original)
+++
oodt/branches/0.10/webapp/components/src/main/java/org/apache/oodt/cas/webcomponents/curation/workbench/Workbench_wicket.css
Fri Sep 4 18:10:48 2015
@@ -1,7 +1,19 @@
-/* file tree */
-
-
-
+/*
+ * 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.
+ */
UL.fileTree {
font-family: Verdana, sans-serif;
font-size: 11px;