Return-Path: X-Original-To: apmail-directory-commits-archive@www.apache.org Delivered-To: apmail-directory-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 0A09C19947 for ; Mon, 7 Mar 2016 15:58:02 +0000 (UTC) Received: (qmail 80835 invoked by uid 500); 7 Mar 2016 15:58:01 -0000 Delivered-To: apmail-directory-commits-archive@directory.apache.org Received: (qmail 80788 invoked by uid 500); 7 Mar 2016 15:58:01 -0000 Mailing-List: contact commits-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@directory.apache.org Delivered-To: mailing list commits@directory.apache.org Received: (qmail 80770 invoked by uid 99); 7 Mar 2016 15:58:01 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Mar 2016 15:58:01 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 4D2ACDFC6F; Mon, 7 Mar 2016 15:58:01 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: smckinney@apache.org To: commits@directory.apache.org Date: Mon, 07 Mar 2016 15:58:03 -0000 Message-Id: In-Reply-To: <08e9f4d5c42e4edb936d812c2873e61c@git.apache.org> References: <08e9f4d5c42e4edb936d812c2873e61c@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [3/3] directory-fortress-commander git commit: release preps release preps Project: http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/repo Commit: http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/commit/a350b5e5 Tree: http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/tree/a350b5e5 Diff: http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/diff/a350b5e5 Branch: refs/heads/master Commit: a350b5e5b3f2e88d8f4816f2d7d7bb8b391f449d Parents: d4f910a Author: Shawn McKinney Authored: Mon Mar 7 09:57:55 2016 -0600 Committer: Shawn McKinney Committed: Mon Mar 7 09:57:55 2016 -0600 ---------------------------------------------------------------------- pom.xml | 15 ++++++-- src/main/webapp/css/camo-style.css | 36 ++++++++++---------- src/main/webapp/css/jquery-ui.css | 18 ++++++++++ src/main/webapp/css/kendo/kendo.common.min.css | 18 ++++++++++ src/main/webapp/css/kendo/kendo.default.min.css | 18 ++++++++++ src/main/webapp/css/splitter-style.css | 36 ++++++++++---------- src/main/webapp/css/style.css | 36 ++++++++++---------- .../jquery-ui-1.10.2.custom.min.css | 21 +++++++++++- 8 files changed, 141 insertions(+), 57 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/blob/a350b5e5/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 5471b2e..3dd73d4 100755 --- a/pom.xml +++ b/pom.xml @@ -551,12 +551,23 @@ **/.git/**/* **/*.pem - - **/CmdLineParser.java **/*.log/** + + + org.apache.maven.doxia + doxia-core + 1.6 + + + xerces + xercesImpl + + + + http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/blob/a350b5e5/src/main/webapp/css/camo-style.css ---------------------------------------------------------------------- diff --git a/src/main/webapp/css/camo-style.css b/src/main/webapp/css/camo-style.css index 5de2b7b..371e32e 100644 --- a/src/main/webapp/css/camo-style.css +++ b/src/main/webapp/css/camo-style.css @@ -1,21 +1,21 @@ -# -# 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. -# +/* + 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. +*/ /* Normal, standard links. */ a:link { http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/blob/a350b5e5/src/main/webapp/css/jquery-ui.css ---------------------------------------------------------------------- diff --git a/src/main/webapp/css/jquery-ui.css b/src/main/webapp/css/jquery-ui.css index 7107e5b..2b42b02 100644 --- a/src/main/webapp/css/jquery-ui.css +++ b/src/main/webapp/css/jquery-ui.css @@ -1,3 +1,21 @@ +# +# 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. +# /*! jQuery UI - v1.10.1 - 2013-02-15 * http://jqueryui.com * Includes: jquery.ui.core.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css, jquery.ui.theme.css