You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by sm...@apache.org on 2016/03/07 16:58:03 UTC

[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 <sm...@apache.org>
Authored: Mon Mar 7 09:57:55 2016 -0600
Committer: Shawn McKinney <sm...@apache.org>
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 @@
             <exclude>**/.git/**/*</exclude>
             <!-- CERT_EXCLUDES -->
             <exclude>**/*.pem</exclude>
-            <!-- EXTERNAL_CODE_EXCLUDES -->
-            <exclude>**/CmdLineParser.java</exclude>
             <!-- Exclude logs -->
             <exclude>**/*.log/**</exclude>
           </excludes>
         </configuration>
+        <dependencies>
+          <dependency>
+            <groupId>org.apache.maven.doxia</groupId>
+            <artifactId>doxia-core</artifactId>
+            <version>1.6</version>
+            <exclusions>
+              <exclusion>
+                <groupId>xerces</groupId>
+                <artifactId>xercesImpl</artifactId>
+              </exclusion>
+            </exclusions>
+          </dependency>
+        </dependencies>
       </plugin>
 
       <plugin>

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