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

svn commit: r964901 [1/3] - in /incubator/oodt/trunk: ./ curator/ curator/src/main/java/org/apache/oodt/cas/curation/service/ curator/src/main/java/org/apache/oodt/cas/curation/servlet/ curator/src/main/java/org/apache/oodt/cas/curation/util/ curator/s...

Author: kelly
Date: Fri Jul 16 18:51:08 2010
New Revision: 964901

URL: http://svn.apache.org/viewvc?rev=964901&view=rev
Log:
WIP OODT-15 OODT-16
"curator" module now working; add std ignores; correct imports to sso module by removing ".cas."; add newlines to ends of files that lacked them; replace Caltech notices with ASF notices; update xml configs with correct qualified class names; fix dependencies & version id; add ASF notices to files that had no notices; remove imports of EDRN curation (!?); update documentation.

Modified:
    incubator/oodt/trunk/curator/   (props changed)
    incubator/oodt/trunk/curator/pom.xml
    incubator/oodt/trunk/curator/src/main/java/org/apache/oodt/cas/curation/service/CurationService.java
    incubator/oodt/trunk/curator/src/main/java/org/apache/oodt/cas/curation/servlet/CuratorConfMetKeys.java
    incubator/oodt/trunk/curator/src/main/java/org/apache/oodt/cas/curation/servlet/SSOConfiguredCuratorWebService.java
    incubator/oodt/trunk/curator/src/main/java/org/apache/oodt/cas/curation/util/SSOUtils.java
    incubator/oodt/trunk/curator/src/main/webapp/META-INF/context.xml
    incubator/oodt/trunk/curator/src/main/webapp/WEB-INF/web.xml
    incubator/oodt/trunk/curator/src/main/webapp/addData.jsp
    incubator/oodt/trunk/curator/src/main/webapp/createDataset.jsp
    incubator/oodt/trunk/curator/src/main/webapp/error.jsp
    incubator/oodt/trunk/curator/src/main/webapp/home.jsp
    incubator/oodt/trunk/curator/src/main/webapp/index.jsp
    incubator/oodt/trunk/curator/src/main/webapp/ingestData.jsp
    incubator/oodt/trunk/curator/src/main/webapp/js/editing.js
    incubator/oodt/trunk/curator/src/main/webapp/js/fileTree.js
    incubator/oodt/trunk/curator/src/main/webapp/js/filemgr.js
    incubator/oodt/trunk/curator/src/main/webapp/js/jquery-treeview/demo/async.html
    incubator/oodt/trunk/curator/src/main/webapp/js/jquery-treeview/demo/bg.gif
    incubator/oodt/trunk/curator/src/main/webapp/js/jquery-treeview/demo/demo.js
    incubator/oodt/trunk/curator/src/main/webapp/js/jquery-treeview/demo/images.html
    incubator/oodt/trunk/curator/src/main/webapp/js/jquery-treeview/demo/index.html
    incubator/oodt/trunk/curator/src/main/webapp/js/jquery-treeview/demo/screen.css
    incubator/oodt/trunk/curator/src/main/webapp/js/jquery-treeview/demo/simple.html
    incubator/oodt/trunk/curator/src/main/webapp/js/jquery-treeview/demo/source.php
    incubator/oodt/trunk/curator/src/main/webapp/js/jquery-treeview/demo/source.phps
    incubator/oodt/trunk/curator/src/main/webapp/js/jquery-treeview/images/file.gif
    incubator/oodt/trunk/curator/src/main/webapp/js/jquery-treeview/images/folder-closed.gif
    incubator/oodt/trunk/curator/src/main/webapp/js/jquery-treeview/images/folder.gif
    incubator/oodt/trunk/curator/src/main/webapp/js/jquery-treeview/images/minus.gif
    incubator/oodt/trunk/curator/src/main/webapp/js/jquery-treeview/images/plus.gif
    incubator/oodt/trunk/curator/src/main/webapp/js/jquery-treeview/images/treeview-black-line.gif
    incubator/oodt/trunk/curator/src/main/webapp/js/jquery-treeview/images/treeview-black.gif
    incubator/oodt/trunk/curator/src/main/webapp/js/jquery-treeview/images/treeview-default-line.gif
    incubator/oodt/trunk/curator/src/main/webapp/js/jquery-treeview/images/treeview-default.gif
    incubator/oodt/trunk/curator/src/main/webapp/js/jquery-treeview/images/treeview-famfamfam-line.gif
    incubator/oodt/trunk/curator/src/main/webapp/js/jquery-treeview/images/treeview-famfamfam.gif
    incubator/oodt/trunk/curator/src/main/webapp/js/jquery-treeview/images/treeview-gray-line.gif
    incubator/oodt/trunk/curator/src/main/webapp/js/jquery-treeview/images/treeview-gray.gif
    incubator/oodt/trunk/curator/src/main/webapp/js/jquery-treeview/images/treeview-red-line.gif
    incubator/oodt/trunk/curator/src/main/webapp/js/jquery-treeview/images/treeview-red.gif
    incubator/oodt/trunk/curator/src/main/webapp/js/jquery-treeview/jquery.treeview.async.js
    incubator/oodt/trunk/curator/src/main/webapp/js/jquery-treeview/jquery.treeview.js
    incubator/oodt/trunk/curator/src/main/webapp/js/jquery-treeview/jquery.treeview.min.js
    incubator/oodt/trunk/curator/src/main/webapp/js/jquery-treeview/jquery.treeview.pack.js
    incubator/oodt/trunk/curator/src/main/webapp/js/jquery-treeview/lib/jquery.cookie.js
    incubator/oodt/trunk/curator/src/main/webapp/js/jquery-treeview/todo
    incubator/oodt/trunk/curator/src/main/webapp/js/jquery-ui/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png
    incubator/oodt/trunk/curator/src/main/webapp/js/jquery-ui/css/smoothness/images/ui-bg_flat_75_ffffff_40x100.png
    incubator/oodt/trunk/curator/src/main/webapp/js/jquery-ui/css/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png
    incubator/oodt/trunk/curator/src/main/webapp/js/jquery-ui/css/smoothness/images/ui-bg_glass_65_ffffff_1x400.png
    incubator/oodt/trunk/curator/src/main/webapp/js/jquery-ui/css/smoothness/images/ui-bg_glass_75_dadada_1x400.png
    incubator/oodt/trunk/curator/src/main/webapp/js/jquery-ui/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png
    incubator/oodt/trunk/curator/src/main/webapp/js/jquery-ui/css/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png
    incubator/oodt/trunk/curator/src/main/webapp/js/jquery-ui/css/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png
    incubator/oodt/trunk/curator/src/main/webapp/js/jquery-ui/css/smoothness/images/ui-icons_222222_256x240.png
    incubator/oodt/trunk/curator/src/main/webapp/js/jquery-ui/css/smoothness/images/ui-icons_2e83ff_256x240.png
    incubator/oodt/trunk/curator/src/main/webapp/js/jquery-ui/css/smoothness/images/ui-icons_454545_256x240.png
    incubator/oodt/trunk/curator/src/main/webapp/js/jquery-ui/css/smoothness/images/ui-icons_888888_256x240.png
    incubator/oodt/trunk/curator/src/main/webapp/js/jquery-ui/css/smoothness/images/ui-icons_cd0a0a_256x240.png
    incubator/oodt/trunk/curator/src/main/webapp/js/jquery-ui/jquery-1.3.2.min.js
    incubator/oodt/trunk/curator/src/main/webapp/js/jquery-ui/jquery-ui-1.7.2.custom.min.js
    incubator/oodt/trunk/curator/src/main/webapp/js/jquery-ui/jquery-ui-1.7.2.custom.zip
    incubator/oodt/trunk/curator/src/main/webapp/js/jquery-ui/jquery-ui-1.7.2.full.min.js
    incubator/oodt/trunk/curator/src/main/webapp/js/jquery.alerts.js
    incubator/oodt/trunk/curator/src/main/webapp/js/jquery.treeview.zip
    incubator/oodt/trunk/curator/src/main/webapp/js/jquery/jquery.cookie.js
    incubator/oodt/trunk/curator/src/main/webapp/js/src/MIT-License.txt
    incubator/oodt/trunk/curator/src/main/webapp/js/src/jquery.dynatree.min.js
    incubator/oodt/trunk/curator/src/main/webapp/js/src/skin/cbChecked.gif
    incubator/oodt/trunk/curator/src/main/webapp/js/src/skin/cbChecked_hover.gif
    incubator/oodt/trunk/curator/src/main/webapp/js/src/skin/cbIntermediate.gif
    incubator/oodt/trunk/curator/src/main/webapp/js/src/skin/cbIntermediate_hover.gif
    incubator/oodt/trunk/curator/src/main/webapp/js/src/skin/cbUnchecked.gif
    incubator/oodt/trunk/curator/src/main/webapp/js/src/skin/cbUnchecked_hover.gif
    incubator/oodt/trunk/curator/src/main/webapp/js/src/skin/customDoc1.gif
    incubator/oodt/trunk/curator/src/main/webapp/js/src/skin/customFolder1.gif
    incubator/oodt/trunk/curator/src/main/webapp/js/src/skin/ltD_ne.gif
    incubator/oodt/trunk/curator/src/main/webapp/js/src/skin/ltD_nes.gif
    incubator/oodt/trunk/curator/src/main/webapp/js/src/skin/ltDoc.gif
    incubator/oodt/trunk/curator/src/main/webapp/js/src/skin/ltError.gif
    incubator/oodt/trunk/curator/src/main/webapp/js/src/skin/ltFld.gif
    incubator/oodt/trunk/curator/src/main/webapp/js/src/skin/ltFld_o.gif
    incubator/oodt/trunk/curator/src/main/webapp/js/src/skin/ltL_.gif
    incubator/oodt/trunk/curator/src/main/webapp/js/src/skin/ltL_ne.gif
    incubator/oodt/trunk/curator/src/main/webapp/js/src/skin/ltL_nes.gif
    incubator/oodt/trunk/curator/src/main/webapp/js/src/skin/ltL_ns.gif
    incubator/oodt/trunk/curator/src/main/webapp/js/src/skin/ltM_ne.gif
    incubator/oodt/trunk/curator/src/main/webapp/js/src/skin/ltM_nes.gif
    incubator/oodt/trunk/curator/src/main/webapp/js/src/skin/ltP_ne.gif
    incubator/oodt/trunk/curator/src/main/webapp/js/src/skin/ltP_nes.gif
    incubator/oodt/trunk/curator/src/main/webapp/js/src/skin/ltWait.gif
    incubator/oodt/trunk/curator/src/main/webapp/login.jsp
    incubator/oodt/trunk/curator/src/main/webapp/logout.jsp
    incubator/oodt/trunk/curator/src/main/webapp/manageDataset.jsp
    incubator/oodt/trunk/curator/src/main/webapp/media/img/curation.png
    incubator/oodt/trunk/curator/src/main/webapp/media/img/fileTree/application.png
    incubator/oodt/trunk/curator/src/main/webapp/media/img/fileTree/code.png
    incubator/oodt/trunk/curator/src/main/webapp/media/img/fileTree/css.png
    incubator/oodt/trunk/curator/src/main/webapp/media/img/fileTree/db.png
    incubator/oodt/trunk/curator/src/main/webapp/media/img/fileTree/directory.png
    incubator/oodt/trunk/curator/src/main/webapp/media/img/fileTree/doc.png
    incubator/oodt/trunk/curator/src/main/webapp/media/img/fileTree/file.png
    incubator/oodt/trunk/curator/src/main/webapp/media/img/fileTree/film.png
    incubator/oodt/trunk/curator/src/main/webapp/media/img/fileTree/flash.png
    incubator/oodt/trunk/curator/src/main/webapp/media/img/fileTree/folder_open.png
    incubator/oodt/trunk/curator/src/main/webapp/media/img/fileTree/html.png
    incubator/oodt/trunk/curator/src/main/webapp/media/img/fileTree/java.png
    incubator/oodt/trunk/curator/src/main/webapp/media/img/fileTree/linux.png
    incubator/oodt/trunk/curator/src/main/webapp/media/img/fileTree/music.png
    incubator/oodt/trunk/curator/src/main/webapp/media/img/fileTree/pdf.png
    incubator/oodt/trunk/curator/src/main/webapp/media/img/fileTree/php.png
    incubator/oodt/trunk/curator/src/main/webapp/media/img/fileTree/picture.png
    incubator/oodt/trunk/curator/src/main/webapp/media/img/fileTree/ppt.png
    incubator/oodt/trunk/curator/src/main/webapp/media/img/fileTree/psd.png
    incubator/oodt/trunk/curator/src/main/webapp/media/img/fileTree/ruby.png
    incubator/oodt/trunk/curator/src/main/webapp/media/img/fileTree/script.png
    incubator/oodt/trunk/curator/src/main/webapp/media/img/fileTree/spinner.gif
    incubator/oodt/trunk/curator/src/main/webapp/media/img/fileTree/txt.png
    incubator/oodt/trunk/curator/src/main/webapp/media/img/fileTree/xls.png
    incubator/oodt/trunk/curator/src/main/webapp/media/img/fileTree/zip.png
    incubator/oodt/trunk/curator/src/main/webapp/media/img/green_dot.png
    incubator/oodt/trunk/curator/src/main/webapp/media/img/help.gif
    incubator/oodt/trunk/curator/src/main/webapp/media/img/icon-new-dataset.png
    incubator/oodt/trunk/curator/src/main/webapp/media/img/icon-new-dataset_smaller.png
    incubator/oodt/trunk/curator/src/main/webapp/media/img/icon-new-product.png
    incubator/oodt/trunk/curator/src/main/webapp/media/img/icon-new-product_smaller.png
    incubator/oodt/trunk/curator/src/main/webapp/media/img/icons/pencil.png
    incubator/oodt/trunk/curator/src/main/webapp/media/img/important.gif
    incubator/oodt/trunk/curator/src/main/webapp/media/img/info.gif
    incubator/oodt/trunk/curator/src/main/webapp/media/img/ingestion.png
    incubator/oodt/trunk/curator/src/main/webapp/media/img/red_dot.png
    incubator/oodt/trunk/curator/src/main/webapp/media/img/title.gif
    incubator/oodt/trunk/curator/src/main/webapp/media/skin/editing.css
    incubator/oodt/trunk/curator/src/main/webapp/media/skin/fileTree.css
    incubator/oodt/trunk/curator/src/main/webapp/media/skin/jquery.alerts.css
    incubator/oodt/trunk/curator/src/main/webapp/media/skin/ui.tabs.css
    incubator/oodt/trunk/curator/src/main/webapp/sso_login.jsp
    incubator/oodt/trunk/curator/src/main/webapp/tools/logout.jsp
    incubator/oodt/trunk/curator/src/main/webapp/tools/requireLogin.jsp
    incubator/oodt/trunk/curator/src/main/webapp/views/addData/chooseMetExtractor.jsp
    incubator/oodt/trunk/curator/src/main/webapp/views/addData/choosePolicy.jsp
    incubator/oodt/trunk/curator/src/main/webapp/views/addData/specifyIngestOptions.jsp
    incubator/oodt/trunk/curator/src/main/webapp/views/addData/uploadPolicy.jsp
    incubator/oodt/trunk/curator/src/main/webapp/views/common/cas-curator-footer.jsp
    incubator/oodt/trunk/curator/src/main/webapp/views/common/cas-curator-header.jsp
    incubator/oodt/trunk/curator/src/main/webapp/views/common/login-status.jsp
    incubator/oodt/trunk/curator/src/main/webapp/views/createDataset/provideDatasetDefinitionFiles.jsp
    incubator/oodt/trunk/curator/src/main/webapp/views/manageDataset/chooseDataset.jsp
    incubator/oodt/trunk/curator/src/main/webapp/views/manageDataset/chooseDatasetCollection.jsp
    incubator/oodt/trunk/curator/src/main/webapp/views/manageDataset/displayDatasetMetadata.jsp
    incubator/oodt/trunk/curator/src/site/resources/images/basic_extractor.jpg
    incubator/oodt/trunk/curator/src/site/resources/images/basic_filemgr.jpg
    incubator/oodt/trunk/curator/src/site/resources/images/basic_ingest.jpg
    incubator/oodt/trunk/curator/src/site/resources/images/basic_login.jpg
    incubator/oodt/trunk/curator/src/site/resources/images/basic_page.jpg
    incubator/oodt/trunk/curator/src/site/resources/images/basic_staging.jpg
    incubator/oodt/trunk/curator/src/site/resources/images/cas-curator.jpg
    incubator/oodt/trunk/curator/src/site/resources/images/cas-curator.psd
    incubator/oodt/trunk/curator/src/site/resources/media/Bach-SuiteNo2.mp3
    incubator/oodt/trunk/curator/src/site/site.xml
    incubator/oodt/trunk/curator/src/site/xdoc/development/maven.xml
    incubator/oodt/trunk/curator/src/site/xdoc/development/subversion.xml
    incubator/oodt/trunk/curator/src/site/xdoc/user/advanced.xml
    incubator/oodt/trunk/curator/src/site/xdoc/user/basic.xml
    incubator/oodt/trunk/pom.xml

Propchange: incubator/oodt/trunk/curator/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Fri Jul 16 18:51:08 2010
@@ -0,0 +1,9 @@
+._*
+.DS_Store
+*.log
+*.pyc
+*.pyo
+*.egg-info
+dist
+build
+target

Modified: incubator/oodt/trunk/curator/pom.xml
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/curator/pom.xml?rev=964901&r1=964900&r2=964901&view=diff
==============================================================================
--- incubator/oodt/trunk/curator/pom.xml (original)
+++ incubator/oodt/trunk/curator/pom.xml Fri Jul 16 18:51:08 2010
@@ -1,25 +1,35 @@
-<?xml version="1.0"?>
-<!-- 
-  Copyright 2009 California Institute of Technology. ALL RIGHTS
-  RESERVED. U.S. Government Sponsorship acknowledged.
-  
-  $Id$
+<?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.
 -->
 <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>
-    <groupId>gov.nasa.jpl.oodt</groupId>
+    <groupId>org.apache.oodt</groupId>
     <artifactId>oodt-core</artifactId>
-    <version>2.0</version>
+    <version>${oodt.version}</version>
+    <relativePath>../core/pom.xml</relativePath>
   </parent>
-  <groupId>gov.nasa.jpl.oodt</groupId>
-  <artifactId>cas-curator</artifactId>
+  <groupId>org.apache.oodt</groupId>
+  <artifactId>curator</artifactId>
   <packaging>war</packaging>
   <version>1.1.0-dev</version>
   <name>CAS Curation Interface</name>
-  <url>http://oodt.jpl.nasa.gov/cas-curator/</url>
   <description>A web application for managing policy for products and files and metadata that have been ingested via the CAS component.</description>
   
   <repositories>
@@ -73,24 +83,24 @@
        <scope>provided</scope>
     </dependency>
     <dependency>
-      <groupId>gov.nasa.jpl.oodt</groupId>
-      <artifactId>cas-filemgr</artifactId>
-      <version>1.8.0</version>
+      <groupId>org.apache.oodt</groupId>
+      <artifactId>filemgr</artifactId>
+      <version>1.9.0-dev</version>
     </dependency>
     <dependency>
-      <groupId>gov.nasa.jpl.oodt</groupId>
-      <artifactId>cas-sso</artifactId>
-      <version>1.0.0</version>
+      <groupId>org.apache.oodt</groupId>
+      <artifactId>oodt-sso</artifactId>
+      <version>${oodt.version}</version>
     </dependency>
     <dependency>
-      <groupId>gov.nasa.jpl.oodt</groupId>
-      <artifactId>cas-crawler</artifactId>
-      <version>2.2.1</version>
+      <groupId>org.apache.oodt</groupId>
+      <artifactId>crawler</artifactId>
+      <version>2.3.0-dev</version>
     </dependency>
     <dependency>
-      <groupId>gov.nasa.jpl.oodt</groupId>
+      <groupId>org.apache.oodt</groupId>
       <artifactId>cas-metadata</artifactId>
-      <version>1.6.1</version>
+      <version>${oodt.version}</version>
       <type>jar</type>
     </dependency>
     <dependency>

Modified: incubator/oodt/trunk/curator/src/main/java/org/apache/oodt/cas/curation/service/CurationService.java
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/curator/src/main/java/org/apache/oodt/cas/curation/service/CurationService.java?rev=964901&r1=964900&r2=964901&view=diff
==============================================================================
--- incubator/oodt/trunk/curator/src/main/java/org/apache/oodt/cas/curation/service/CurationService.java (original)
+++ incubator/oodt/trunk/curator/src/main/java/org/apache/oodt/cas/curation/service/CurationService.java Fri Jul 16 18:51:08 2010
@@ -26,7 +26,7 @@ import org.apache.oodt.cas.filemgr.struc
 import org.apache.oodt.cas.filemgr.structs.exceptions.CatalogException;
 import org.apache.oodt.cas.metadata.Metadata;
 import org.apache.oodt.cas.metadata.SerializableMetadata;
-import org.apache.oodt.cas.security.sso.SingleSignOn;
+import org.apache.oodt.security.sso.SingleSignOn;
 
 //JDK imports
 import java.io.File;

Modified: incubator/oodt/trunk/curator/src/main/java/org/apache/oodt/cas/curation/servlet/CuratorConfMetKeys.java
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/curator/src/main/java/org/apache/oodt/cas/curation/servlet/CuratorConfMetKeys.java?rev=964901&r1=964900&r2=964901&view=diff
==============================================================================
--- incubator/oodt/trunk/curator/src/main/java/org/apache/oodt/cas/curation/servlet/CuratorConfMetKeys.java (original)
+++ incubator/oodt/trunk/curator/src/main/java/org/apache/oodt/cas/curation/servlet/CuratorConfMetKeys.java Fri Jul 16 18:51:08 2010
@@ -35,7 +35,7 @@ public interface CuratorConfMetKeys {
 
   final String FM_URL = "org.apache.oodt.cas.fm.url";
 
-  final String SSO_IMPL_CLASS = "org.apache.oodt.cas.security.sso.implClass";
+  final String SSO_IMPL_CLASS = "org.apache.oodt.security.sso.implClass";
 
   final String DEFAULT_TRANSFER_FACTORY = "org.apache.oodt.cas.filemgr.datatransfer.LocalDataTransferFactory";
 

Modified: incubator/oodt/trunk/curator/src/main/java/org/apache/oodt/cas/curation/servlet/SSOConfiguredCuratorWebService.java
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/curator/src/main/java/org/apache/oodt/cas/curation/servlet/SSOConfiguredCuratorWebService.java?rev=964901&r1=964900&r2=964901&view=diff
==============================================================================
--- incubator/oodt/trunk/curator/src/main/java/org/apache/oodt/cas/curation/servlet/SSOConfiguredCuratorWebService.java (original)
+++ incubator/oodt/trunk/curator/src/main/java/org/apache/oodt/cas/curation/servlet/SSOConfiguredCuratorWebService.java Fri Jul 16 18:51:08 2010
@@ -20,7 +20,7 @@ package org.apache.oodt.cas.curation.ser
 
 //OODT imports
 import org.apache.oodt.cas.curation.util.SSOUtils;
-import org.apache.oodt.cas.security.sso.SingleSignOn;
+import org.apache.oodt.security.sso.SingleSignOn;
 
 //JDK imports
 import javax.servlet.http.HttpServlet;

Modified: incubator/oodt/trunk/curator/src/main/java/org/apache/oodt/cas/curation/util/SSOUtils.java
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/curator/src/main/java/org/apache/oodt/cas/curation/util/SSOUtils.java?rev=964901&r1=964900&r2=964901&view=diff
==============================================================================
--- incubator/oodt/trunk/curator/src/main/java/org/apache/oodt/cas/curation/util/SSOUtils.java (original)
+++ incubator/oodt/trunk/curator/src/main/java/org/apache/oodt/cas/curation/util/SSOUtils.java Fri Jul 16 18:51:08 2010
@@ -26,8 +26,8 @@ import javax.servlet.http.HttpServletRes
 //OODT imports
 import org.apache.oodt.cas.curation.service.CurationServiceConfig;
 import org.apache.oodt.cas.curation.servlet.CuratorConfMetKeys;
-import org.apache.oodt.cas.security.sso.AbstractWebBasedSingleSignOn;
-import org.apache.oodt.cas.security.sso.SingleSignOnFactory;
+import org.apache.oodt.security.sso.AbstractWebBasedSingleSignOn;
+import org.apache.oodt.security.sso.SingleSignOnFactory;
 
 /**
  * 

Modified: incubator/oodt/trunk/curator/src/main/webapp/META-INF/context.xml
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/curator/src/main/webapp/META-INF/context.xml?rev=964901&r1=964900&r2=964901&view=diff
==============================================================================
--- incubator/oodt/trunk/curator/src/main/webapp/META-INF/context.xml (original)
+++ incubator/oodt/trunk/curator/src/main/webapp/META-INF/context.xml Fri Jul 16 18:51:08 2010
@@ -1,37 +1,47 @@
+<?xml version='1.0' encoding='UTF-8'?>
 <!--
- // Copyright (c) 2008, California Institute of Technology.
-// ALL RIGHTS RESERVED. U.S. Government sponsorship acknowledged.
-// 
-// $Id$
+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.
 -->
-   
 <Context path="/cas-curator" docBase="/path/to/cas-curation-0.1.war">
 
-    <Parameter name="gov.nasa.jpl.oodt.cas.curator.projectName"
+    <Parameter name="org.apache.oodt.cas.curator.projectName"
         value="OODT"/>
 
-	<Parameter name="gov.nasa.jpl.oodt.cas.curator.metExtractorConf.uploadPath"
+	<Parameter name="org.apache.oodt.cas.curator.metExtractorConf.uploadPath"
 		value="[CAS_CURATOR_HOME]/aux/met_def/cas_curator" />
 
-	<Parameter name="gov.nasa.jpl.oodt.cas.curator.dataDefinition.uploadPath"
+	<Parameter name="org.apache.oodt.cas.curator.dataDefinition.uploadPath"
 		value="[CAS_CURATOR_HOME]/policy" />
 		
-    <Parameter name="gov.nasa.jpl.oodt.cas.curator.stagingAreaPath"
+    <Parameter name="org.apache.oodt.cas.curator.stagingAreaPath"
         value="/data/ingest"/>
     
-    <Parameter name="gov.nasa.jpl.oodt.cas.curator.metAreaPath"
+    <Parameter name="org.apache.oodt.cas.curator.metAreaPath"
     value="/data/met"/>
     
-    <Parameter name="gov.nasa.jpl.oodt.cas.curator.fmProps"
+    <Parameter name="org.apache.oodt.cas.curator.fmProps"
         value="[CAS_CURATOR_HOME]/filemgr/etc/filemgr.properties"/>
     
-    <Parameter name="gov.nasa.jpl.oodt.cas.curator.metExtension"
+    <Parameter name="org.apache.oodt.cas.curator.metExtension"
         value=".met"/>
 		
-	<Parameter name="gov.nasa.jpl.oodt.cas.fm.url"
+	<Parameter name="org.apache.oodt.cas.fm.url"
 	    value="http://localhost:9000"/>
 	    
-	<Parameter name="gov.nasa.jpl.oodt.cas.security.sso.implClass"
-	          value="gov.nasa.jpl.oodt.cas.security.sso.DummyImpl"/>
+	<Parameter name="org.apache.oodt.security.sso.implClass"
+	          value="org.apache.oodt.security.sso.DummyImpl"/>
 
 </Context>

Modified: incubator/oodt/trunk/curator/src/main/webapp/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/curator/src/main/webapp/WEB-INF/web.xml?rev=964901&r1=964900&r2=964901&view=diff
==============================================================================
--- incubator/oodt/trunk/curator/src/main/webapp/WEB-INF/web.xml (original)
+++ incubator/oodt/trunk/curator/src/main/webapp/WEB-INF/web.xml Fri Jul 16 18:51:08 2010
@@ -22,7 +22,7 @@
    <servlet>
         <display-name>Curation Service</display-name>
         <servlet-name>Curation Service</servlet-name>
-        <servlet-class>gov.nasa.jpl.oodt.cas.curation.service.CurationService</servlet-class>
+        <servlet-class>org.apache.oodt.cas.curation.service.CurationService</servlet-class>
         <load-on-startup>1</load-on-startup>
     </servlet>
    

Modified: incubator/oodt/trunk/curator/src/main/webapp/addData.jsp
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/curator/src/main/webapp/addData.jsp?rev=964901&r1=964900&r2=964901&view=diff
==============================================================================
--- incubator/oodt/trunk/curator/src/main/webapp/addData.jsp (original)
+++ incubator/oodt/trunk/curator/src/main/webapp/addData.jsp Fri Jul 16 18:51:08 2010
@@ -4,7 +4,7 @@
 	import="java.util.ArrayList"
 	import="java.util.Iterator"
 	import="java.util.Map"
-	import="gov.nasa.jpl.oodt.cas.curation.policymgr.CurationPolicyManager"
+	import="org.apache.oodt.cas.curation.policymgr.CurationPolicyManager"
 %>
 <%@ include file="tools/requireLogin.jsp"%>
 <%
@@ -53,4 +53,4 @@
 %>
 <jsp:include page="views/common/cas-curator-header.jsp" />
 <jsp:include page="<%=viewRequested%>"/>
-<jsp:include page="views/common/cas-curator-footer.jsp"  />
\ No newline at end of file
+<jsp:include page="views/common/cas-curator-footer.jsp"  />

Modified: incubator/oodt/trunk/curator/src/main/webapp/createDataset.jsp
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/curator/src/main/webapp/createDataset.jsp?rev=964901&r1=964900&r2=964901&view=diff
==============================================================================
--- incubator/oodt/trunk/curator/src/main/webapp/createDataset.jsp (original)
+++ incubator/oodt/trunk/curator/src/main/webapp/createDataset.jsp Fri Jul 16 18:51:08 2010
@@ -1,10 +1,25 @@
+<%--
+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.
+-->
 <%@ page
 	import="java.io.File"
 	import="java.util.List"
 	import="java.util.ArrayList"
 	import="java.util.Iterator"
 	import="java.util.Map"
-	import="gov.nasa.jpl.edrn.ecas.curation.policymgr.CurationPolicyManager"
 %>
 <%@ include file="tools/requireLogin.jsp"%>
 <%
@@ -43,4 +58,4 @@
 %>
 <jsp:include page="views/common/cas-curator-header.jsp" />
 <jsp:include page="<%=viewRequested%>"/>
-<jsp:include page="views/common/cas-curator-footer.jsp"  />
\ No newline at end of file
+<jsp:include page="views/common/cas-curator-footer.jsp"  />

Modified: incubator/oodt/trunk/curator/src/main/webapp/error.jsp
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/curator/src/main/webapp/error.jsp?rev=964901&r1=964900&r2=964901&view=diff
==============================================================================
--- incubator/oodt/trunk/curator/src/main/webapp/error.jsp (original)
+++ incubator/oodt/trunk/curator/src/main/webapp/error.jsp Fri Jul 16 18:51:08 2010
@@ -1,12 +1,22 @@
 <%
-// Copyright (c) 2008, California Institute of Technology.
-// ALL RIGHTS RESERVED. U.S. Government sponsorship acknowledged.
-
-// $Id$
+// 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.
 %>
 <jsp:include page="views/common/cas-curator-header.jsp" />
 <div id="page">
 <h3> There was an error processing your request.</h3>
 <%= session.getAttribute("errorMsg") %>
 </div>
-<jsp:include page="views/common/cas-curator-footer.jsp" />
\ No newline at end of file
+<jsp:include page="views/common/cas-curator-footer.jsp" />

Modified: incubator/oodt/trunk/curator/src/main/webapp/home.jsp
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/curator/src/main/webapp/home.jsp?rev=964901&r1=964900&r2=964901&view=diff
==============================================================================
--- incubator/oodt/trunk/curator/src/main/webapp/home.jsp (original)
+++ incubator/oodt/trunk/curator/src/main/webapp/home.jsp Fri Jul 16 18:51:08 2010
@@ -1,8 +1,18 @@
 <%
-// Copyright (c) 2008, California Institute of Technology.
-// ALL RIGHTS RESERVED. U.S. Government sponsorship acknowledged.
-
-// $Id$
+// 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.
 %>
 <% /* 
 	* External libraries that might be used for this JSP (maybe none) 
@@ -20,7 +30,7 @@
 %>
 
 <%@page 
-    import="gov.nasa.jpl.oodt.cas.curation.servlet.CuratorConfMetKeys"
+    import="org.apache.oodt.cas.curation.servlet.CuratorConfMetKeys"
 %>
 <jsp:include page="views/common/cas-curator-header.jsp" />
 

Modified: incubator/oodt/trunk/curator/src/main/webapp/index.jsp
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/curator/src/main/webapp/index.jsp?rev=964901&r1=964900&r2=964901&view=diff
==============================================================================
--- incubator/oodt/trunk/curator/src/main/webapp/index.jsp (original)
+++ incubator/oodt/trunk/curator/src/main/webapp/index.jsp Fri Jul 16 18:51:08 2010
@@ -1,8 +1,18 @@
 <%
-// Copyright (c) 2008, California Institute of Technology.
-// ALL RIGHTS RESERVED. U.S. Government sponsorship acknowledged.
-
-// $Id$
+// 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.
 %>
 
 <%

Modified: incubator/oodt/trunk/curator/src/main/webapp/ingestData.jsp
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/curator/src/main/webapp/ingestData.jsp?rev=964901&r1=964900&r2=964901&view=diff
==============================================================================
--- incubator/oodt/trunk/curator/src/main/webapp/ingestData.jsp (original)
+++ incubator/oodt/trunk/curator/src/main/webapp/ingestData.jsp Fri Jul 16 18:51:08 2010
@@ -4,7 +4,7 @@
 	import="java.util.ArrayList"
 	import="java.util.Iterator"
 	import="java.util.Map"
-	import="gov.nasa.jpl.oodt.cas.curation.policymgr.CurationPolicyManager"
+	import="org.apache.oodt.cas.curation.policymgr.CurationPolicyManager"
 %>
 <%@ include file="tools/requireLogin.jsp" %>
 <% String projectName =  application.getInitParameter(CuratorConfMetKeys.PROJECT_DISPLAY_NAME);%>
@@ -18,7 +18,7 @@ session.setAttribute("breadcrumbs",new S
 %>
 
 
-<%@page import="gov.nasa.jpl.oodt.cas.curation.servlet.CuratorConfMetKeys"%>
+<%@page import="org.apache.oodt.cas.curation.servlet.CuratorConfMetKeys"%>
 <jsp:include page="views/common/cas-curator-header.jsp" />
 <!-- tree view css + js -->
 <link rel="stylesheet" type="text/css" href="js/jquery-treeview/jquery.treeview.css"/>
@@ -101,4 +101,4 @@ session.setAttribute("breadcrumbs",new S
 	
 	</div>
 </div>
-<jsp:include page="views/common/cas-curator-footer.jsp" />
\ No newline at end of file
+<jsp:include page="views/common/cas-curator-footer.jsp" />

Modified: incubator/oodt/trunk/curator/src/main/webapp/js/editing.js
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/curator/src/main/webapp/js/editing.js?rev=964901&r1=964900&r2=964901&view=diff
==============================================================================
--- incubator/oodt/trunk/curator/src/main/webapp/js/editing.js (original)
+++ incubator/oodt/trunk/curator/src/main/webapp/js/editing.js Fri Jul 16 18:51:08 2010
@@ -128,4 +128,4 @@ function getQueryStringFromMetadata(id,d
 	}
 	
 	return qstr;
-}
\ No newline at end of file
+}

Modified: incubator/oodt/trunk/curator/src/main/webapp/js/fileTree.js
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/curator/src/main/webapp/js/fileTree.js?rev=964901&r1=964900&r2=964901&view=diff
==============================================================================
--- incubator/oodt/trunk/curator/src/main/webapp/js/fileTree.js (original)
+++ incubator/oodt/trunk/curator/src/main/webapp/js/fileTree.js Fri Jul 16 18:51:08 2010
@@ -77,4 +77,4 @@ if(jQuery) (function($){
 			});
 		}
 	});
-})(jQuery);
\ No newline at end of file
+})(jQuery);

Modified: incubator/oodt/trunk/curator/src/main/webapp/js/filemgr.js
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/curator/src/main/webapp/js/filemgr.js?rev=964901&r1=964900&r2=964901&view=diff
==============================================================================
--- incubator/oodt/trunk/curator/src/main/webapp/js/filemgr.js (original)
+++ incubator/oodt/trunk/curator/src/main/webapp/js/filemgr.js Fri Jul 16 18:51:08 2010
@@ -1,10 +1,19 @@
-//Copyright (c) 2005, California Institute of Technology.
-//ALL RIGHTS RESERVED. U.S. Government sponsorship acknowledged.
+// 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
 //
-//$Id$
-
+//     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.    
 
 function popWin(url)
 {
    window.open(url,'_newWin','scrollbars=yes,resizable=yes,menubar=0,status=no,width=525,height=450,top=100,left=200');
-}
\ No newline at end of file
+}

Modified: incubator/oodt/trunk/curator/src/main/webapp/js/jquery-treeview/demo/async.html
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/curator/src/main/webapp/js/jquery-treeview/demo/async.html?rev=964901&r1=964900&r2=964901&view=diff
==============================================================================
--- incubator/oodt/trunk/curator/src/main/webapp/js/jquery-treeview/demo/async.html (original)
+++ incubator/oodt/trunk/curator/src/main/webapp/js/jquery-treeview/demo/async.html Fri Jul 16 18:51:08 2010
@@ -41,4 +41,4 @@
 		
 </div>
  
-</body></html>
\ No newline at end of file
+</body></html>

Modified: incubator/oodt/trunk/curator/src/main/webapp/js/jquery-treeview/demo/bg.gif
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/curator/src/main/webapp/js/jquery-treeview/demo/bg.gif?rev=964901&r1=964900&r2=964901&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/oodt/trunk/curator/src/main/webapp/js/jquery-treeview/demo/demo.js
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/curator/src/main/webapp/js/jquery-treeview/demo/demo.js?rev=964901&r1=964900&r2=964901&view=diff
==============================================================================
--- incubator/oodt/trunk/curator/src/main/webapp/js/jquery-treeview/demo/demo.js (original)
+++ incubator/oodt/trunk/curator/src/main/webapp/js/jquery-treeview/demo/demo.js Fri Jul 16 18:51:08 2010
@@ -40,4 +40,4 @@ $(document).ready(function(){
 		cookieId: "treeview-black"
 	});
 
-});
\ No newline at end of file
+});

Modified: incubator/oodt/trunk/curator/src/main/webapp/js/jquery-treeview/demo/images.html
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/curator/src/main/webapp/js/jquery-treeview/demo/images.html?rev=964901&r1=964900&r2=964901&view=diff
==============================================================================
--- incubator/oodt/trunk/curator/src/main/webapp/js/jquery-treeview/demo/images.html (original)
+++ incubator/oodt/trunk/curator/src/main/webapp/js/jquery-treeview/demo/images.html Fri Jul 16 18:51:08 2010
@@ -53,4 +53,4 @@
 		
 </div>
  
-</body></html>
\ No newline at end of file
+</body></html>

Modified: incubator/oodt/trunk/curator/src/main/webapp/js/jquery-treeview/demo/index.html
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/curator/src/main/webapp/js/jquery-treeview/demo/index.html?rev=964901&r1=964900&r2=964901&view=diff
==============================================================================
--- incubator/oodt/trunk/curator/src/main/webapp/js/jquery-treeview/demo/index.html (original)
+++ incubator/oodt/trunk/curator/src/main/webapp/js/jquery-treeview/demo/index.html Fri Jul 16 18:51:08 2010
@@ -337,4 +337,4 @@
 	
 </div>
  
-</body></html>
\ No newline at end of file
+</body></html>

Modified: incubator/oodt/trunk/curator/src/main/webapp/js/jquery-treeview/demo/screen.css
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/curator/src/main/webapp/js/jquery-treeview/demo/screen.css?rev=964901&r1=964900&r2=964901&view=diff
==============================================================================
--- incubator/oodt/trunk/curator/src/main/webapp/js/jquery-treeview/demo/screen.css (original)
+++ incubator/oodt/trunk/curator/src/main/webapp/js/jquery-treeview/demo/screen.css Fri Jul 16 18:51:08 2010
@@ -21,4 +21,4 @@ h1 { font-size: large }
 
 #main { padding: 1em; }
 
-a img { border: none; }
\ No newline at end of file
+a img { border: none; }

Modified: incubator/oodt/trunk/curator/src/main/webapp/js/jquery-treeview/demo/simple.html
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/curator/src/main/webapp/js/jquery-treeview/demo/simple.html?rev=964901&r1=964900&r2=964901&view=diff
==============================================================================
--- incubator/oodt/trunk/curator/src/main/webapp/js/jquery-treeview/demo/simple.html (original)
+++ incubator/oodt/trunk/curator/src/main/webapp/js/jquery-treeview/demo/simple.html Fri Jul 16 18:51:08 2010
@@ -79,4 +79,4 @@
 	
 </div>
  
-</body></html>
\ No newline at end of file
+</body></html>

Modified: incubator/oodt/trunk/curator/src/main/webapp/js/jquery-treeview/demo/source.php
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/curator/src/main/webapp/js/jquery-treeview/demo/source.php?rev=964901&r1=964900&r2=964901&view=diff
==============================================================================
--- incubator/oodt/trunk/curator/src/main/webapp/js/jquery-treeview/demo/source.php (original)
+++ incubator/oodt/trunk/curator/src/main/webapp/js/jquery-treeview/demo/source.php Fri Jul 16 18:51:08 2010
@@ -84,4 +84,4 @@ if ($_REQUEST['root'] == "source"):
 	}
 	
 ]
-<?php endif; ?>
\ No newline at end of file
+<?php endif; ?>

Modified: incubator/oodt/trunk/curator/src/main/webapp/js/jquery-treeview/demo/source.phps
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/curator/src/main/webapp/js/jquery-treeview/demo/source.phps?rev=964901&r1=964900&r2=964901&view=diff
==============================================================================
--- incubator/oodt/trunk/curator/src/main/webapp/js/jquery-treeview/demo/source.phps (original)
+++ incubator/oodt/trunk/curator/src/main/webapp/js/jquery-treeview/demo/source.phps Fri Jul 16 18:51:08 2010
@@ -84,4 +84,4 @@ if ($_REQUEST['root'] == "source"):
 	}
 	
 ]
-<?php endif; ?>
\ No newline at end of file
+<?php endif; ?>

Modified: incubator/oodt/trunk/curator/src/main/webapp/js/jquery-treeview/images/file.gif
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/curator/src/main/webapp/js/jquery-treeview/images/file.gif?rev=964901&r1=964900&r2=964901&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/oodt/trunk/curator/src/main/webapp/js/jquery-treeview/images/folder-closed.gif
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/curator/src/main/webapp/js/jquery-treeview/images/folder-closed.gif?rev=964901&r1=964900&r2=964901&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/oodt/trunk/curator/src/main/webapp/js/jquery-treeview/images/folder.gif
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/curator/src/main/webapp/js/jquery-treeview/images/folder.gif?rev=964901&r1=964900&r2=964901&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/oodt/trunk/curator/src/main/webapp/js/jquery-treeview/images/minus.gif
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/curator/src/main/webapp/js/jquery-treeview/images/minus.gif?rev=964901&r1=964900&r2=964901&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/oodt/trunk/curator/src/main/webapp/js/jquery-treeview/images/plus.gif
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/curator/src/main/webapp/js/jquery-treeview/images/plus.gif?rev=964901&r1=964900&r2=964901&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/oodt/trunk/curator/src/main/webapp/js/jquery-treeview/images/treeview-black-line.gif
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/curator/src/main/webapp/js/jquery-treeview/images/treeview-black-line.gif?rev=964901&r1=964900&r2=964901&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/oodt/trunk/curator/src/main/webapp/js/jquery-treeview/images/treeview-black.gif
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/curator/src/main/webapp/js/jquery-treeview/images/treeview-black.gif?rev=964901&r1=964900&r2=964901&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/oodt/trunk/curator/src/main/webapp/js/jquery-treeview/images/treeview-default-line.gif
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/curator/src/main/webapp/js/jquery-treeview/images/treeview-default-line.gif?rev=964901&r1=964900&r2=964901&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/oodt/trunk/curator/src/main/webapp/js/jquery-treeview/images/treeview-default.gif
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/curator/src/main/webapp/js/jquery-treeview/images/treeview-default.gif?rev=964901&r1=964900&r2=964901&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/oodt/trunk/curator/src/main/webapp/js/jquery-treeview/images/treeview-famfamfam-line.gif
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/curator/src/main/webapp/js/jquery-treeview/images/treeview-famfamfam-line.gif?rev=964901&r1=964900&r2=964901&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/oodt/trunk/curator/src/main/webapp/js/jquery-treeview/images/treeview-famfamfam.gif
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/curator/src/main/webapp/js/jquery-treeview/images/treeview-famfamfam.gif?rev=964901&r1=964900&r2=964901&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/oodt/trunk/curator/src/main/webapp/js/jquery-treeview/images/treeview-gray-line.gif
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/curator/src/main/webapp/js/jquery-treeview/images/treeview-gray-line.gif?rev=964901&r1=964900&r2=964901&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/oodt/trunk/curator/src/main/webapp/js/jquery-treeview/images/treeview-gray.gif
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/curator/src/main/webapp/js/jquery-treeview/images/treeview-gray.gif?rev=964901&r1=964900&r2=964901&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/oodt/trunk/curator/src/main/webapp/js/jquery-treeview/images/treeview-red-line.gif
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/curator/src/main/webapp/js/jquery-treeview/images/treeview-red-line.gif?rev=964901&r1=964900&r2=964901&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/oodt/trunk/curator/src/main/webapp/js/jquery-treeview/images/treeview-red.gif
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/curator/src/main/webapp/js/jquery-treeview/images/treeview-red.gif?rev=964901&r1=964900&r2=964901&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/oodt/trunk/curator/src/main/webapp/js/jquery-treeview/jquery.treeview.async.js
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/curator/src/main/webapp/js/jquery-treeview/jquery.treeview.async.js?rev=964901&r1=964900&r2=964901&view=diff
==============================================================================
--- incubator/oodt/trunk/curator/src/main/webapp/js/jquery-treeview/jquery.treeview.async.js (original)
+++ incubator/oodt/trunk/curator/src/main/webapp/js/jquery-treeview/jquery.treeview.async.js Fri Jul 16 18:51:08 2010
@@ -69,4 +69,4 @@ $.fn.treeview = function(settings) {
 	}));
 };
 
-})(jQuery);
\ No newline at end of file
+})(jQuery);

Modified: incubator/oodt/trunk/curator/src/main/webapp/js/jquery-treeview/jquery.treeview.js
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/curator/src/main/webapp/js/jquery-treeview/jquery.treeview.js?rev=964901&r1=964900&r2=964901&view=diff
==============================================================================
--- incubator/oodt/trunk/curator/src/main/webapp/js/jquery-treeview/jquery.treeview.js (original)
+++ incubator/oodt/trunk/curator/src/main/webapp/js/jquery-treeview/jquery.treeview.js Fri Jul 16 18:51:08 2010
@@ -248,4 +248,4 @@
 	// provide backwards compability
 	$.fn.Treeview = $.fn.treeview;
 	
-})(jQuery);
\ No newline at end of file
+})(jQuery);

Modified: incubator/oodt/trunk/curator/src/main/webapp/js/jquery-treeview/jquery.treeview.min.js
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/curator/src/main/webapp/js/jquery-treeview/jquery.treeview.min.js?rev=964901&r1=964900&r2=964901&view=diff
==============================================================================
--- incubator/oodt/trunk/curator/src/main/webapp/js/jquery-treeview/jquery.treeview.min.js (original)
+++ incubator/oodt/trunk/curator/src/main/webapp/js/jquery-treeview/jquery.treeview.min.js Fri Jul 16 18:51:08 2010
@@ -12,4 +12,4 @@
  *
  * Revision: $Id: jquery.treeview.js 4684 2008-02-07 19:08:06Z joern.zaefferer $
  *
- */;(function($){$.extend($.fn,{swapClass:function(c1,c2){var c1Elements=this.filter('.'+c1);this.filter('.'+c2).removeClass(c2).addClass(c1);c1Elements.removeClass(c1).addClass(c2);return this;},replaceClass:function(c1,c2){return this.filter('.'+c1).removeClass(c1).addClass(c2).end();},hoverClass:function(className){className=className||"hover";return this.hover(function(){$(this).addClass(className);},function(){$(this).removeClass(className);});},heightToggle:function(animated,callback){animated?this.animate({height:"toggle"},animated,callback):this.each(function(){jQuery(this)[jQuery(this).is(":hidden")?"show":"hide"]();if(callback)callback.apply(this,arguments);});},heightHide:function(animated,callback){if(animated){this.animate({height:"hide"},animated,callback);}else{this.hide();if(callback)this.each(callback);}},prepareBranches:function(settings){if(!settings.prerendered){this.filter(":last-child:not(ul)").addClass(CLASSES.last);this.filter((settings.collapsed?"":"
 ."+CLASSES.closed)+":not(."+CLASSES.open+")").find(">ul").hide();}return this.filter(":has(>ul)");},applyClasses:function(settings,toggler){this.filter(":has(>ul):not(:has(>a))").find(">span").click(function(event){toggler.apply($(this).next());}).add($("a",this)).hoverClass();if(!settings.prerendered){this.filter(":has(>ul:hidden)").addClass(CLASSES.expandable).replaceClass(CLASSES.last,CLASSES.lastExpandable);this.not(":has(>ul:hidden)").addClass(CLASSES.collapsable).replaceClass(CLASSES.last,CLASSES.lastCollapsable);this.prepend("<div class=\""+CLASSES.hitarea+"\"/>").find("div."+CLASSES.hitarea).each(function(){var classes="";$.each($(this).parent().attr("class").split(" "),function(){classes+=this+"-hitarea ";});$(this).addClass(classes);});}this.find("div."+CLASSES.hitarea).click(toggler);},treeview:function(settings){settings=$.extend({cookieId:"treeview"},settings);if(settings.add){return this.trigger("add",[settings.add]);}if(settings.toggle){var callback=settings.t
 oggle;settings.toggle=function(){return callback.apply($(this).parent()[0],arguments);};}function treeController(tree,control){function handler(filter){return function(){toggler.apply($("div."+CLASSES.hitarea,tree).filter(function(){return filter?$(this).parent("."+filter).length:true;}));return false;};}$("a:eq(0)",control).click(handler(CLASSES.collapsable));$("a:eq(1)",control).click(handler(CLASSES.expandable));$("a:eq(2)",control).click(handler());}function toggler(){$(this).parent().find(">.hitarea").swapClass(CLASSES.collapsableHitarea,CLASSES.expandableHitarea).swapClass(CLASSES.lastCollapsableHitarea,CLASSES.lastExpandableHitarea).end().swapClass(CLASSES.collapsable,CLASSES.expandable).swapClass(CLASSES.lastCollapsable,CLASSES.lastExpandable).find(">ul").heightToggle(settings.animated,settings.toggle);if(settings.unique){$(this).parent().siblings().find(">.hitarea").replaceClass(CLASSES.collapsableHitarea,CLASSES.expandableHitarea).replaceClass(CLASSES.lastCollapsab
 leHitarea,CLASSES.lastExpandableHitarea).end().replaceClass(CLASSES.collapsable,CLASSES.expandable).replaceClass(CLASSES.lastCollapsable,CLASSES.lastExpandable).find(">ul").heightHide(settings.animated,settings.toggle);}}function serialize(){function binary(arg){return arg?1:0;}var data=[];branches.each(function(i,e){data[i]=$(e).is(":has(>ul:visible)")?1:0;});$.cookie(settings.cookieId,data.join(""));}function deserialize(){var stored=$.cookie(settings.cookieId);if(stored){var data=stored.split("");branches.each(function(i,e){$(e).find(">ul")[parseInt(data[i])?"show":"hide"]();});}}this.addClass("treeview");var branches=this.find("li").prepareBranches(settings);switch(settings.persist){case"cookie":var toggleCallback=settings.toggle;settings.toggle=function(){serialize();if(toggleCallback){toggleCallback.apply(this,arguments);}};deserialize();break;case"location":var current=this.find("a").filter(function(){return this.href.toLowerCase()==location.href.toLowerCase();});if(c
 urrent.length){current.addClass("selected").parents("ul, li").add(current.next()).show();}break;}branches.applyClasses(settings,toggler);if(settings.control){treeController(this,settings.control);$(settings.control).show();}return this.bind("add",function(event,branches){$(branches).prev().removeClass(CLASSES.last).removeClass(CLASSES.lastCollapsable).removeClass(CLASSES.lastExpandable).find(">.hitarea").removeClass(CLASSES.lastCollapsableHitarea).removeClass(CLASSES.lastExpandableHitarea);$(branches).find("li").andSelf().prepareBranches(settings).applyClasses(settings,toggler);});}});var CLASSES=$.fn.treeview.classes={open:"open",closed:"closed",expandable:"expandable",expandableHitarea:"expandable-hitarea",lastExpandableHitarea:"lastExpandable-hitarea",collapsable:"collapsable",collapsableHitarea:"collapsable-hitarea",lastCollapsableHitarea:"lastCollapsable-hitarea",lastCollapsable:"lastCollapsable",lastExpandable:"lastExpandable",last:"last",hitarea:"hitarea"};$.fn.Treevi
 ew=$.fn.treeview;})(jQuery);
\ No newline at end of file
+ */;(function($){$.extend($.fn,{swapClass:function(c1,c2){var c1Elements=this.filter('.'+c1);this.filter('.'+c2).removeClass(c2).addClass(c1);c1Elements.removeClass(c1).addClass(c2);return this;},replaceClass:function(c1,c2){return this.filter('.'+c1).removeClass(c1).addClass(c2).end();},hoverClass:function(className){className=className||"hover";return this.hover(function(){$(this).addClass(className);},function(){$(this).removeClass(className);});},heightToggle:function(animated,callback){animated?this.animate({height:"toggle"},animated,callback):this.each(function(){jQuery(this)[jQuery(this).is(":hidden")?"show":"hide"]();if(callback)callback.apply(this,arguments);});},heightHide:function(animated,callback){if(animated){this.animate({height:"hide"},animated,callback);}else{this.hide();if(callback)this.each(callback);}},prepareBranches:function(settings){if(!settings.prerendered){this.filter(":last-child:not(ul)").addClass(CLASSES.last);this.filter((settings.collapsed?"":"
 ."+CLASSES.closed)+":not(."+CLASSES.open+")").find(">ul").hide();}return this.filter(":has(>ul)");},applyClasses:function(settings,toggler){this.filter(":has(>ul):not(:has(>a))").find(">span").click(function(event){toggler.apply($(this).next());}).add($("a",this)).hoverClass();if(!settings.prerendered){this.filter(":has(>ul:hidden)").addClass(CLASSES.expandable).replaceClass(CLASSES.last,CLASSES.lastExpandable);this.not(":has(>ul:hidden)").addClass(CLASSES.collapsable).replaceClass(CLASSES.last,CLASSES.lastCollapsable);this.prepend("<div class=\""+CLASSES.hitarea+"\"/>").find("div."+CLASSES.hitarea).each(function(){var classes="";$.each($(this).parent().attr("class").split(" "),function(){classes+=this+"-hitarea ";});$(this).addClass(classes);});}this.find("div."+CLASSES.hitarea).click(toggler);},treeview:function(settings){settings=$.extend({cookieId:"treeview"},settings);if(settings.add){return this.trigger("add",[settings.add]);}if(settings.toggle){var callback=settings.t
 oggle;settings.toggle=function(){return callback.apply($(this).parent()[0],arguments);};}function treeController(tree,control){function handler(filter){return function(){toggler.apply($("div."+CLASSES.hitarea,tree).filter(function(){return filter?$(this).parent("."+filter).length:true;}));return false;};}$("a:eq(0)",control).click(handler(CLASSES.collapsable));$("a:eq(1)",control).click(handler(CLASSES.expandable));$("a:eq(2)",control).click(handler());}function toggler(){$(this).parent().find(">.hitarea").swapClass(CLASSES.collapsableHitarea,CLASSES.expandableHitarea).swapClass(CLASSES.lastCollapsableHitarea,CLASSES.lastExpandableHitarea).end().swapClass(CLASSES.collapsable,CLASSES.expandable).swapClass(CLASSES.lastCollapsable,CLASSES.lastExpandable).find(">ul").heightToggle(settings.animated,settings.toggle);if(settings.unique){$(this).parent().siblings().find(">.hitarea").replaceClass(CLASSES.collapsableHitarea,CLASSES.expandableHitarea).replaceClass(CLASSES.lastCollapsab
 leHitarea,CLASSES.lastExpandableHitarea).end().replaceClass(CLASSES.collapsable,CLASSES.expandable).replaceClass(CLASSES.lastCollapsable,CLASSES.lastExpandable).find(">ul").heightHide(settings.animated,settings.toggle);}}function serialize(){function binary(arg){return arg?1:0;}var data=[];branches.each(function(i,e){data[i]=$(e).is(":has(>ul:visible)")?1:0;});$.cookie(settings.cookieId,data.join(""));}function deserialize(){var stored=$.cookie(settings.cookieId);if(stored){var data=stored.split("");branches.each(function(i,e){$(e).find(">ul")[parseInt(data[i])?"show":"hide"]();});}}this.addClass("treeview");var branches=this.find("li").prepareBranches(settings);switch(settings.persist){case"cookie":var toggleCallback=settings.toggle;settings.toggle=function(){serialize();if(toggleCallback){toggleCallback.apply(this,arguments);}};deserialize();break;case"location":var current=this.find("a").filter(function(){return this.href.toLowerCase()==location.href.toLowerCase();});if(c
 urrent.length){current.addClass("selected").parents("ul, li").add(current.next()).show();}break;}branches.applyClasses(settings,toggler);if(settings.control){treeController(this,settings.control);$(settings.control).show();}return this.bind("add",function(event,branches){$(branches).prev().removeClass(CLASSES.last).removeClass(CLASSES.lastCollapsable).removeClass(CLASSES.lastExpandable).find(">.hitarea").removeClass(CLASSES.lastCollapsableHitarea).removeClass(CLASSES.lastExpandableHitarea);$(branches).find("li").andSelf().prepareBranches(settings).applyClasses(settings,toggler);});}});var CLASSES=$.fn.treeview.classes={open:"open",closed:"closed",expandable:"expandable",expandableHitarea:"expandable-hitarea",lastExpandableHitarea:"lastExpandable-hitarea",collapsable:"collapsable",collapsableHitarea:"collapsable-hitarea",lastCollapsableHitarea:"lastCollapsable-hitarea",lastCollapsable:"lastCollapsable",lastExpandable:"lastExpandable",last:"last",hitarea:"hitarea"};$.fn.Treevi
 ew=$.fn.treeview;})(jQuery);

Modified: incubator/oodt/trunk/curator/src/main/webapp/js/jquery-treeview/jquery.treeview.pack.js
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/curator/src/main/webapp/js/jquery-treeview/jquery.treeview.pack.js?rev=964901&r1=964900&r2=964901&view=diff
==============================================================================
--- incubator/oodt/trunk/curator/src/main/webapp/js/jquery-treeview/jquery.treeview.pack.js (original)
+++ incubator/oodt/trunk/curator/src/main/webapp/js/jquery-treeview/jquery.treeview.pack.js Fri Jul 16 18:51:08 2010
@@ -13,4 +13,4 @@
  * Revision: $Id: jquery.treeview.js 4684 2008-02-07 19:08:06Z joern.zaefferer $
  *
  */
-eval(function(p,a,c,k,e,r){e=function(c){return(c<a?'':e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--)r[e(c)]=k[c]||e(c);k=[function(e){return r[e]}];e=function(){return'\\w+'};c=1};while(c--)if(k[c])p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c]);return p}(';(4($){$.1l($.F,{E:4(b,c){l a=3.n(\'.\'+b);3.n(\'.\'+c).o(c).m(b);a.o(b).m(c);8 3},s:4(a,b){8 3.n(\'.\'+a).o(a).m(b).P()},1n:4(a){a=a||"1j";8 3.1j(4(){$(3).m(a)},4(){$(3).o(a)})},1h:4(b,a){b?3.1g({1e:"p"},b,a):3.x(4(){T(3)[T(3).1a(":U")?"H":"D"]();7(a)a.A(3,O)})},12:4(b,a){7(b){3.1g({1e:"D"},b,a)}1L{3.D();7(a)3.x(a)}},11:4(a){7(!a.1k){3.n(":r-1H:G(9)").m(k.r);3.n((a.1F?"":"."+k.X)+":G(."+k.W+")").6(">9").D()}8 3.n(":y(>9)")},S:4(b,c){3.n(":y(>9):G(:y(>a))").6(">1z").C(4(a){c.A($(3).19())}).w($("a",3)).1n();7(!b.1k){3.n(":y(>9:U)").m(k.q).s(k.r,k.t);3.G(":y(>9:U)").m(k.u).s(k.r,k.v);3.1r("<J 14=\\""+k.5+"\\"/>").6("J."+k.5).x(4(){l a="";$.x($(3).B().1o("14
 ").13(" "),4(){a+=3+"-5 "});$(3).m(a)})}3.6("J."+k.5).C(c)},z:4(g){g=$.1l({N:"z"},g);7(g.w){8 3.1K("w",[g.w])}7(g.p){l d=g.p;g.p=4(){8 d.A($(3).B()[0],O)}}4 1m(b,c){4 L(a){8 4(){K.A($("J."+k.5,b).n(4(){8 a?$(3).B("."+a).1i:1I}));8 1G}}$("a:10(0)",c).C(L(k.u));$("a:10(1)",c).C(L(k.q));$("a:10(2)",c).C(L())}4 K(){$(3).B().6(">.5").E(k.Z,k.Y).E(k.I,k.M).P().E(k.u,k.q).E(k.v,k.t).6(">9").1h(g.1f,g.p);7(g.1E){$(3).B().1D().6(">.5").s(k.Z,k.Y).s(k.I,k.M).P().s(k.u,k.q).s(k.v,k.t).6(">9").12(g.1f,g.p)}}4 1d(){4 1C(a){8 a?1:0}l b=[];j.x(4(i,e){b[i]=$(e).1a(":y(>9:1B)")?1:0});$.V(g.N,b.1A(""))}4 1c(){l b=$.V(g.N);7(b){l a=b.13("");j.x(4(i,e){$(e).6(">9")[1y(a[i])?"H":"D"]()})}}3.m("z");l j=3.6("Q").11(g);1x(g.1w){18"V":l h=g.p;g.p=4(){1d();7(h){h.A(3,O)}};1c();17;18"1b":l f=3.6("a").n(4(){8 3.16.15()==1b.16.15()});7(f.1i){f.m("1v").1u("9, Q").w(f.19()).H()}17}j.S(g,K);7(g.R){1m(3,g.R);$(g.R).H()}8 3.1t("w",4(a,b){$(b).1s().o(k.r).o(k.v).o(k.t).6(">.5").o(k.I).o(k.M);$(b).6("Q").1q().
 11(g).S(g,K)})}});l k=$.F.z.1J={W:"W",X:"X",q:"q",Y:"q-5",M:"t-5",u:"u",Z:"u-5",I:"v-5",v:"v",t:"t",r:"r",5:"5"};$.F.1p=$.F.z})(T);',62,110,'|||this|function|hitarea|find|if|return|ul||||||||||||var|addClass|filter|removeClass|toggle|expandable|last|replaceClass|lastExpandable|collapsable|lastCollapsable|add|each|has|treeview|apply|parent|click|hide|swapClass|fn|not|show|lastCollapsableHitarea|div|toggler|handler|lastExpandableHitarea|cookieId|arguments|end|li|control|applyClasses|jQuery|hidden|cookie|open|closed|expandableHitarea|collapsableHitarea|eq|prepareBranches|heightHide|split|class|toLowerCase|href|break|case|next|is|location|deserialize|serialize|height|animated|animate|heightToggle|length|hover|prerendered|extend|treeController|hoverClass|attr|Treeview|andSelf|prepend|prev|bind|parents|selected|persist|switch|parseInt|span|join|visible|binary|siblings|unique|collapsed|false|child|true|classes|trigger|else'.split('|'),0,{}))
\ No newline at end of file
+eval(function(p,a,c,k,e,r){e=function(c){return(c<a?'':e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--)r[e(c)]=k[c]||e(c);k=[function(e){return r[e]}];e=function(){return'\\w+'};c=1};while(c--)if(k[c])p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c]);return p}(';(4($){$.1l($.F,{E:4(b,c){l a=3.n(\'.\'+b);3.n(\'.\'+c).o(c).m(b);a.o(b).m(c);8 3},s:4(a,b){8 3.n(\'.\'+a).o(a).m(b).P()},1n:4(a){a=a||"1j";8 3.1j(4(){$(3).m(a)},4(){$(3).o(a)})},1h:4(b,a){b?3.1g({1e:"p"},b,a):3.x(4(){T(3)[T(3).1a(":U")?"H":"D"]();7(a)a.A(3,O)})},12:4(b,a){7(b){3.1g({1e:"D"},b,a)}1L{3.D();7(a)3.x(a)}},11:4(a){7(!a.1k){3.n(":r-1H:G(9)").m(k.r);3.n((a.1F?"":"."+k.X)+":G(."+k.W+")").6(">9").D()}8 3.n(":y(>9)")},S:4(b,c){3.n(":y(>9):G(:y(>a))").6(">1z").C(4(a){c.A($(3).19())}).w($("a",3)).1n();7(!b.1k){3.n(":y(>9:U)").m(k.q).s(k.r,k.t);3.G(":y(>9:U)").m(k.u).s(k.r,k.v);3.1r("<J 14=\\""+k.5+"\\"/>").6("J."+k.5).x(4(){l a="";$.x($(3).B().1o("14
 ").13(" "),4(){a+=3+"-5 "});$(3).m(a)})}3.6("J."+k.5).C(c)},z:4(g){g=$.1l({N:"z"},g);7(g.w){8 3.1K("w",[g.w])}7(g.p){l d=g.p;g.p=4(){8 d.A($(3).B()[0],O)}}4 1m(b,c){4 L(a){8 4(){K.A($("J."+k.5,b).n(4(){8 a?$(3).B("."+a).1i:1I}));8 1G}}$("a:10(0)",c).C(L(k.u));$("a:10(1)",c).C(L(k.q));$("a:10(2)",c).C(L())}4 K(){$(3).B().6(">.5").E(k.Z,k.Y).E(k.I,k.M).P().E(k.u,k.q).E(k.v,k.t).6(">9").1h(g.1f,g.p);7(g.1E){$(3).B().1D().6(">.5").s(k.Z,k.Y).s(k.I,k.M).P().s(k.u,k.q).s(k.v,k.t).6(">9").12(g.1f,g.p)}}4 1d(){4 1C(a){8 a?1:0}l b=[];j.x(4(i,e){b[i]=$(e).1a(":y(>9:1B)")?1:0});$.V(g.N,b.1A(""))}4 1c(){l b=$.V(g.N);7(b){l a=b.13("");j.x(4(i,e){$(e).6(">9")[1y(a[i])?"H":"D"]()})}}3.m("z");l j=3.6("Q").11(g);1x(g.1w){18"V":l h=g.p;g.p=4(){1d();7(h){h.A(3,O)}};1c();17;18"1b":l f=3.6("a").n(4(){8 3.16.15()==1b.16.15()});7(f.1i){f.m("1v").1u("9, Q").w(f.19()).H()}17}j.S(g,K);7(g.R){1m(3,g.R);$(g.R).H()}8 3.1t("w",4(a,b){$(b).1s().o(k.r).o(k.v).o(k.t).6(">.5").o(k.I).o(k.M);$(b).6("Q").1q().
 11(g).S(g,K)})}});l k=$.F.z.1J={W:"W",X:"X",q:"q",Y:"q-5",M:"t-5",u:"u",Z:"u-5",I:"v-5",v:"v",t:"t",r:"r",5:"5"};$.F.1p=$.F.z})(T);',62,110,'|||this|function|hitarea|find|if|return|ul||||||||||||var|addClass|filter|removeClass|toggle|expandable|last|replaceClass|lastExpandable|collapsable|lastCollapsable|add|each|has|treeview|apply|parent|click|hide|swapClass|fn|not|show|lastCollapsableHitarea|div|toggler|handler|lastExpandableHitarea|cookieId|arguments|end|li|control|applyClasses|jQuery|hidden|cookie|open|closed|expandableHitarea|collapsableHitarea|eq|prepareBranches|heightHide|split|class|toLowerCase|href|break|case|next|is|location|deserialize|serialize|height|animated|animate|heightToggle|length|hover|prerendered|extend|treeController|hoverClass|attr|Treeview|andSelf|prepend|prev|bind|parents|selected|persist|switch|parseInt|span|join|visible|binary|siblings|unique|collapsed|false|child|true|classes|trigger|else'.split('|'),0,{}))

Modified: incubator/oodt/trunk/curator/src/main/webapp/js/jquery-treeview/lib/jquery.cookie.js
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/curator/src/main/webapp/js/jquery-treeview/lib/jquery.cookie.js?rev=964901&r1=964900&r2=964901&view=diff
==============================================================================
--- incubator/oodt/trunk/curator/src/main/webapp/js/jquery-treeview/lib/jquery.cookie.js (original)
+++ incubator/oodt/trunk/curator/src/main/webapp/js/jquery-treeview/lib/jquery.cookie.js Fri Jul 16 18:51:08 2010
@@ -89,4 +89,4 @@ jQuery.cookie = function(name, value, op
         }
         return cookieValue;
     }
-};
\ No newline at end of file
+};

Modified: incubator/oodt/trunk/curator/src/main/webapp/js/jquery-treeview/todo
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/curator/src/main/webapp/js/jquery-treeview/todo?rev=964901&r1=964900&r2=964901&view=diff
==============================================================================
--- incubator/oodt/trunk/curator/src/main/webapp/js/jquery-treeview/todo (original)
+++ incubator/oodt/trunk/curator/src/main/webapp/js/jquery-treeview/todo Fri Jul 16 18:51:08 2010
@@ -5,4 +5,4 @@
 * lazy-loading: render the complete tree, but only apply hitzones and hiding of children to the first level on load
 * async treeview
   * support animations
-  * support persist options
\ No newline at end of file
+  * support persist options

Modified: incubator/oodt/trunk/curator/src/main/webapp/js/jquery-ui/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/curator/src/main/webapp/js/jquery-ui/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png?rev=964901&r1=964900&r2=964901&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/oodt/trunk/curator/src/main/webapp/js/jquery-ui/css/smoothness/images/ui-bg_flat_75_ffffff_40x100.png
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/curator/src/main/webapp/js/jquery-ui/css/smoothness/images/ui-bg_flat_75_ffffff_40x100.png?rev=964901&r1=964900&r2=964901&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/oodt/trunk/curator/src/main/webapp/js/jquery-ui/css/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/curator/src/main/webapp/js/jquery-ui/css/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png?rev=964901&r1=964900&r2=964901&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/oodt/trunk/curator/src/main/webapp/js/jquery-ui/css/smoothness/images/ui-bg_glass_65_ffffff_1x400.png
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/curator/src/main/webapp/js/jquery-ui/css/smoothness/images/ui-bg_glass_65_ffffff_1x400.png?rev=964901&r1=964900&r2=964901&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/oodt/trunk/curator/src/main/webapp/js/jquery-ui/css/smoothness/images/ui-bg_glass_75_dadada_1x400.png
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/curator/src/main/webapp/js/jquery-ui/css/smoothness/images/ui-bg_glass_75_dadada_1x400.png?rev=964901&r1=964900&r2=964901&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/oodt/trunk/curator/src/main/webapp/js/jquery-ui/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/curator/src/main/webapp/js/jquery-ui/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png?rev=964901&r1=964900&r2=964901&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/oodt/trunk/curator/src/main/webapp/js/jquery-ui/css/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/curator/src/main/webapp/js/jquery-ui/css/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png?rev=964901&r1=964900&r2=964901&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/oodt/trunk/curator/src/main/webapp/js/jquery-ui/css/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/curator/src/main/webapp/js/jquery-ui/css/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png?rev=964901&r1=964900&r2=964901&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/oodt/trunk/curator/src/main/webapp/js/jquery-ui/css/smoothness/images/ui-icons_222222_256x240.png
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/curator/src/main/webapp/js/jquery-ui/css/smoothness/images/ui-icons_222222_256x240.png?rev=964901&r1=964900&r2=964901&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/oodt/trunk/curator/src/main/webapp/js/jquery-ui/css/smoothness/images/ui-icons_2e83ff_256x240.png
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/curator/src/main/webapp/js/jquery-ui/css/smoothness/images/ui-icons_2e83ff_256x240.png?rev=964901&r1=964900&r2=964901&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/oodt/trunk/curator/src/main/webapp/js/jquery-ui/css/smoothness/images/ui-icons_454545_256x240.png
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/curator/src/main/webapp/js/jquery-ui/css/smoothness/images/ui-icons_454545_256x240.png?rev=964901&r1=964900&r2=964901&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/oodt/trunk/curator/src/main/webapp/js/jquery-ui/css/smoothness/images/ui-icons_888888_256x240.png
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/curator/src/main/webapp/js/jquery-ui/css/smoothness/images/ui-icons_888888_256x240.png?rev=964901&r1=964900&r2=964901&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/oodt/trunk/curator/src/main/webapp/js/jquery-ui/css/smoothness/images/ui-icons_cd0a0a_256x240.png
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/curator/src/main/webapp/js/jquery-ui/css/smoothness/images/ui-icons_cd0a0a_256x240.png?rev=964901&r1=964900&r2=964901&view=diff
==============================================================================
Binary files - no diff available.