Return-Path: X-Original-To: apmail-manifoldcf-commits-archive@www.apache.org Delivered-To: apmail-manifoldcf-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 98BACF103 for ; Sun, 21 Apr 2013 14:06:56 +0000 (UTC) Received: (qmail 19908 invoked by uid 500); 21 Apr 2013 14:06:56 -0000 Delivered-To: apmail-manifoldcf-commits-archive@manifoldcf.apache.org Received: (qmail 19874 invoked by uid 500); 21 Apr 2013 14:06:56 -0000 Mailing-List: contact commits-help@manifoldcf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@manifoldcf.apache.org Delivered-To: mailing list commits@manifoldcf.apache.org Received: (qmail 19867 invoked by uid 99); 21 Apr 2013 14:06:56 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 21 Apr 2013 14:06:56 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 21 Apr 2013 14:06:52 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 88AD3238899C; Sun, 21 Apr 2013 14:06:31 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1470302 [1/3] - in /manifoldcf/branches/CONNECTORS-676: ./ connectors/dropbox/ connectors/dropbox/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/dropbox/ connectors/dropbox/connector/src/main/native2ascii/org.apache.manif... Date: Sun, 21 Apr 2013 14:06:31 -0000 To: commits@manifoldcf.apache.org From: kwright@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20130421140631.88AD3238899C@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: kwright Date: Sun Apr 21 14:06:30 2013 New Revision: 1470302 URL: http://svn.apache.org/r1470302 Log: Various fixups, including apache headers that were missing, and correct versions into poms. Added: manifoldcf/branches/CONNECTORS-676/connectors/dropbox/connector/src/main/native2ascii/org/ manifoldcf/branches/CONNECTORS-676/connectors/dropbox/connector/src/main/native2ascii/org/apache/ manifoldcf/branches/CONNECTORS-676/connectors/dropbox/connector/src/main/native2ascii/org/apache/manifoldcf/ manifoldcf/branches/CONNECTORS-676/connectors/dropbox/connector/src/main/native2ascii/org/apache/manifoldcf/crawler/ manifoldcf/branches/CONNECTORS-676/connectors/dropbox/connector/src/main/native2ascii/org/apache/manifoldcf/crawler/connectors/ manifoldcf/branches/CONNECTORS-676/connectors/dropbox/connector/src/main/native2ascii/org/apache/manifoldcf/crawler/connectors/dropbox/ manifoldcf/branches/CONNECTORS-676/connectors/dropbox/connector/src/main/native2ascii/org/apache/manifoldcf/crawler/connectors/dropbox/common_en_US.properties - copied, changed from r1470161, manifoldcf/branches/CONNECTORS-676/connectors/dropbox/connector/src/main/native2ascii/org.apache.manifoldcf.crawler.connectors.dropbox/common_en_US.properties manifoldcf/branches/CONNECTORS-676/connectors/dropbox/connector/src/main/native2ascii/org/apache/manifoldcf/crawler/connectors/dropbox/common_ja_JP.properties (with props) Removed: manifoldcf/branches/CONNECTORS-676/connectors/dropbox/connector/src/main/native2ascii/org.apache.manifoldcf.crawler.connectors.dropbox/ manifoldcf/branches/CONNECTORS-676/connectors/dropbox/connector/src/main/resources/org/apache/manifoldcf/crawler/connectors/dropbox/common_en_US.properties Modified: manifoldcf/branches/CONNECTORS-676/build.xml manifoldcf/branches/CONNECTORS-676/connectors/dropbox/build.xml manifoldcf/branches/CONNECTORS-676/connectors/dropbox/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/dropbox/DropboxConfig.java (contents, props changed) manifoldcf/branches/CONNECTORS-676/connectors/dropbox/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/dropbox/DropboxRepositoryConnector.java (contents, props changed) manifoldcf/branches/CONNECTORS-676/connectors/dropbox/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/dropbox/DropboxSession.java (contents, props changed) manifoldcf/branches/CONNECTORS-676/connectors/dropbox/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/dropbox/Messages.java (contents, props changed) manifoldcf/branches/CONNECTORS-676/connectors/dropbox/pom.xml Modified: manifoldcf/branches/CONNECTORS-676/build.xml URL: http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-676/build.xml?rev=1470302&r1=1470301&r2=1470302&view=diff ============================================================================== --- manifoldcf/branches/CONNECTORS-676/build.xml (original) +++ manifoldcf/branches/CONNECTORS-676/build.xml Sun Apr 21 14:06:30 2013 @@ -3558,17 +3558,23 @@ Use Apache Forrest version forrest-0.9-d - - - - - - - - + + + + + + + + + + + + + + + - @@ -3623,7 +3629,7 @@ Use Apache Forrest version forrest-0.9-d - + Modified: manifoldcf/branches/CONNECTORS-676/connectors/dropbox/build.xml URL: http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-676/connectors/dropbox/build.xml?rev=1470302&r1=1470301&r2=1470302&view=diff ============================================================================== --- manifoldcf/branches/CONNECTORS-676/connectors/dropbox/build.xml (original) +++ manifoldcf/branches/CONNECTORS-676/connectors/dropbox/build.xml Sun Apr 21 14:06:30 2013 @@ -19,24 +19,11 @@ - - - - - - - - - - - - - - + @@ -57,7 +44,7 @@ - + Modified: manifoldcf/branches/CONNECTORS-676/connectors/dropbox/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/dropbox/DropboxConfig.java URL: http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-676/connectors/dropbox/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/dropbox/DropboxConfig.java?rev=1470302&r1=1470301&r2=1470302&view=diff ============================================================================== --- manifoldcf/branches/CONNECTORS-676/connectors/dropbox/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/dropbox/DropboxConfig.java (original) +++ manifoldcf/branches/CONNECTORS-676/connectors/dropbox/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/dropbox/DropboxConfig.java Sun Apr 21 14:06:30 2013 @@ -1,41 +1,57 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. - */ -package org.apache.manifoldcf.crawler.connectors.dropbox; - -/** - * - * @author andrew - */ -public class DropboxConfig { - - /** Username */ - public static final String KEY_PARAM = "key"; - - /** Password */ - public static final String SECRET_PARAM = "secret"; - - - public static final String APP_KEY_PARAM = "app_key"; - - /** Password */ - public static final String APP_SECRET_PARAM = "app_secret"; - - - /** Path of the context of the CMIS AtomPub api */ - public static final String PATH_PARAM = "path"; - - /** CMIS Repository Id */ - public static final String REPOSITORY_ID_PARAM = "repositoryId"; - - //default values - public static final String PATH_DEFAULT_VALUE = "NOT USED YET"; - public static final String REPOSITORY_ID_DEFAULT_VALUE = "dropbox"; - - public static final String DROPBOX_QUERY_PARAM = "dropboxQuery"; - - - - -} +/* $Id$ */ + +/** +* 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. +*/ + +/* + * To change this template, choose Tools | Templates + * and open the template in the editor. + */ +package org.apache.manifoldcf.crawler.connectors.dropbox; + +/** + * + * @author andrew + */ +public class DropboxConfig { + + /** Username */ + public static final String KEY_PARAM = "key"; + + /** Password */ + public static final String SECRET_PARAM = "secret"; + + + public static final String APP_KEY_PARAM = "app_key"; + + /** Password */ + public static final String APP_SECRET_PARAM = "app_secret"; + + + /** Path of the context of the CMIS AtomPub api */ + public static final String PATH_PARAM = "path"; + + /** CMIS Repository Id */ + public static final String REPOSITORY_ID_PARAM = "repositoryId"; + + //default values + public static final String PATH_DEFAULT_VALUE = "NOT USED YET"; + public static final String REPOSITORY_ID_DEFAULT_VALUE = "dropbox"; + + public static final String DROPBOX_QUERY_PARAM = "dropboxQuery"; + +} Propchange: manifoldcf/branches/CONNECTORS-676/connectors/dropbox/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/dropbox/DropboxConfig.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: manifoldcf/branches/CONNECTORS-676/connectors/dropbox/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/dropbox/DropboxConfig.java ------------------------------------------------------------------------------ svn:keywords = Id