You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ah...@apache.org on 2020/06/19 14:45:28 UTC

[commons-numbers] branch master updated: Remove redundant siteMods directory.

This is an automated email from the ASF dual-hosted git repository.

aherbert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-numbers.git


The following commit(s) were added to refs/heads/master by this push:
     new 736d373  Remove redundant siteMods directory.
736d373 is described below

commit 736d373c312e5b17f105dab29173275bba4e9859
Author: aherbert <ah...@apache.org>
AuthorDate: Fri Jun 19 15:45:23 2020 +0100

    Remove redundant siteMods directory.
    
    This has been copied from commons-math. It is used to build the math
    userguide and is not applicable to the numbers project.
---
 siteMods/pom.xml  |  51 ----------------------
 siteMods/site.css | 126 ------------------------------------------------------
 siteMods/site.xml |  51 ----------------------
 3 files changed, 228 deletions(-)

diff --git a/siteMods/pom.xml b/siteMods/pom.xml
deleted file mode 100644
index 696ebcb..0000000
--- a/siteMods/pom.xml
+++ /dev/null
@@ -1,51 +0,0 @@
-<?xml version="1.0"?>
-<!--
-   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.
--->
-<!--
-  Stripped down maven pom used for generating commons math userguide by itself.
--->
-<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>
-  <groupId>org.apache.commons</groupId>
-  <artifactId>commons-math</artifactId>
-  <version>2.1</version>
-  <name>Commons Math User Guide</name>
-  <inceptionYear>2003</inceptionYear>
-  <description>User Guide</description>
-  <url>http://commons.apache.org/math/</url>
-  <issueManagement>
-    <system>jira</system>
-    <url>https://issues.apache.org/jira/browse/MATH</url>
-  </issueManagement>
-  <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/math/trunk</connection>
-    <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/commons-math.git</developerConnection>
-    <url>https://gitbox.apache.org/repos/asf?p=commons-math.git</url>
-  </scm>
-  <properties>
-    <commons.componentid>math</commons.componentid>
-    <commons.release.version>2.0</commons.release.version>
-    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-    <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
-  </properties> 
-
-  <build>
-  </build>
-  <reporting>
-  </reporting>
-</project>
-
diff --git a/siteMods/site.css b/siteMods/site.css
deleted file mode 100644
index ba9f845..0000000
--- a/siteMods/site.css
+++ /dev/null
@@ -1,126 +0,0 @@
-/*
- * 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.
- */
-
-body {
- color: #000;
- background-color: #fff;
- font-size: 13px;
-}
-
-p {
- margin-left: 4px;
- margin-top: 8px;
- margin-bottom: 4px;
-}
-ul, ol {
- margin-top: 4px;
- margin-bottom: 4px;
-}
-
-h2 {
- color: #fff;
- border: none;
- margin-top: 8px;
- margin-bottom: 4px;
- padding: 4px 4px 4px 6px;
- background-color: #036;
- font-weight: 900;
- font-size: 13px;
- background-image: url(../images/nw_maj_rond.gif);
- background-repeat: no-repeat;
-}
-
-h3 {
- color: #fff;
- background-color: #888;
- margin-top: 12px;
- margin-bottom: 4px;
- padding: 4px 4px 4px 6px;
- border: none;
- font-weight: 900;
- font-size: 13px;
- background-image: url(../images/nw_maj_rond.gif);
- background-repeat: no-repeat;
-}
-
-div#bodyColumn {
- margin-top: 0px;
- margin-left: 158px;
-}
-
-div#bodyColumn a {
- text-decoration: underline;
-}
-div#bodyColumn a:link {
- color: #00f;
-}
-div#bodyColumn a:visited  {
- color: #00f;
-}
-a:active, a:hover {
- color: #f30 !important;
-}
-
-div.source {
- background-color: #eee;
- color: #000;
- margin-right: 0px;
- margin-left: 4px;
- margin-top: 1em;
-}
-
-div#leftColumn {
- color: #000;
- background-color: #eee;
- margin-left: 0px;
- margin-top: 0px;
- border-right: 1px solid #aaa;
- border-bottom: 1px solid #aaa;
- border-top: none;
- border-left: none;
-}
-
-#navcolumn {
- margin-top: 0px;
-
- color: #000;
- border: none;
- padding: 6px 4px 0 8px;
-}
-
-#navcolumn li {
-  padding-left: 8px;
-}
-
-#navcolumn h5 {
-  padding-top: 3px;
-}
-
-#banner, #banner td { 
- background-color: #fff;
- color: #000;
-}
-
-#banner td { 
- height: 100%;
- vertical-align: middle;
-}
-
-#menuCommons a.externalLink, #menuCommons a.externalLink:link, #menuCommons a.externalLink:visited, #menuCommons a.externalLink:active, #menuCommons a.externalLink:hover {
-  background-image: none;
-  padding-right: 0px;
-}
diff --git a/siteMods/site.xml b/siteMods/site.xml
deleted file mode 100644
index 82ecd63..0000000
--- a/siteMods/site.xml
+++ /dev/null
@@ -1,51 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<!--
- 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.
--->
-<!--
- Stripped down nav for just the commons-math user guide.
- TODO: get this generated somehow from the "real" site.xml
- so it does not have to be maintained separately.
--->
-<project name="Math">
-  <skin>
-    <groupId>org.apache.commons</groupId>
-    <artifactId>commons-skin</artifactId>
-    <version>2</version>
-  </skin>
-  <publishDate position="none"/>
-  <body>
-    <menu name="User Guide">
-      <item name="Contents"                href="/userguide/index.html"/>
-      <item name="Overview"                href="/userguide/overview.html"/>
-      <item name="Statistics"              href="/userguide/stat.html"/>
-      <item name="Data Generation"         href="/userguide/random.html"/>
-      <item name="Linear Algebra"          href="/userguide/linear.html"/>
-      <item name="Numerical Analysis"      href="/userguide/analysis.html"/>
-      <item name="Special Functions"       href="/userguide/special.html"/>
-      <item name="Utilities"               href="/userguide/utilities.html"/>
-      <item name="Complex Numbers"         href="/userguide/complex.html"/>
-      <item name="Distributions"           href="/userguide/distribution.html"/>
-      <item name="Fractions"               href="/userguide/fraction.html"/>
-      <item name="Transform Methods"       href="/userguide/transform.html"/>
-      <item name="3D Geometry"             href="/userguide/geometry.html"/>
-      <item name="Optimization"            href="/userguide/optimization.html"/>
-      <item name="Ordinary Differential Equations" href="/userguide/ode.html"/>
-      <item name="Genetic Algorithms"      href="/userguide/genetics.html"/>
-    </menu>
-
-  </body>
-</project>