You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by br...@apache.org on 2017/06/08 17:38:26 UTC

[37/40] commons-cli git commit: Removing dead file

Removing dead file

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/cli/branches/avalon-implementation@542145 13f79535-47bb-0310-9956-ffa450edef68


Project: http://git-wip-us.apache.org/repos/asf/commons-cli/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-cli/commit/f92a8663
Tree: http://git-wip-us.apache.org/repos/asf/commons-cli/tree/f92a8663
Diff: http://git-wip-us.apache.org/repos/asf/commons-cli/diff/f92a8663

Branch: refs/heads/avalon-implementation
Commit: f92a8663d87ec708370b5f8d45204b522fd87a0e
Parents: 3c221ef
Author: Henri Yandell <ba...@apache.org>
Authored: Mon May 28 08:07:04 2007 +0000
Committer: Henri Yandell <ba...@apache.org>
Committed: Mon May 28 08:07:04 2007 +0000

----------------------------------------------------------------------
 project.properties |  1 -
 style.css          | 39 ---------------------------------------
 2 files changed, 40 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-cli/blob/f92a8663/project.properties
----------------------------------------------------------------------
diff --git a/project.properties b/project.properties
index 14ae981..93d0738 100644
--- a/project.properties
+++ b/project.properties
@@ -22,7 +22,6 @@ maven.xdoc.developmentProcessUrl=http://jakarta.apache.org/commons/charter.html
 maven.xdoc.poweredby.image=maven-feather.png
 
 maven.javadoc.links=http://java.sun.com/j2se/1.4/docs/api/
-#maven.javadoc.stylesheet=${basedir}/style.css
 
 # Jar Manifest and Additional Attributes
 maven.jar.manifest=${basedir}/src/conf/MANIFEST.MF

http://git-wip-us.apache.org/repos/asf/commons-cli/blob/f92a8663/style.css
----------------------------------------------------------------------
diff --git a/style.css b/style.css
deleted file mode 100644
index 1878e66..0000000
--- a/style.css
+++ /dev/null
@@ -1,39 +0,0 @@
-body {
-    font-family: "Verdana", "Arial", sans-serif;
-    font-size: 10pt;
-}
-
-h1 {
-    font-size: 12pt;
-}
-  
-h2, h3, .TableHeadingColor b, .FrameTitleFont, .FrameHeadingFont {
-    font-size: 10pt;
-    font-weight: bold;
-}
-
-a b, .TableRowColor b, .NavBarCell1 b, .NavBarCell2 b {
-    font-weight: normal;
-}
-
-tr, td {
-    border: none;
-}
-
-.TableHeadingColor td {
-    border-bottom: 1px solid #666;
-}
-
-.TableRowColor td {
-    padding-bottom: 5px;
-    border-bottom: 1px solid #CCC;
-}
-
-a:link, a:visited, a:active {
-    text-decoration:none;
-    color: blue;
-}
-
-a:hover {
-    text-decoration: underline;
-}