You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by er...@apache.org on 2018/11/09 11:52:35 UTC

[commons-geometry] 01/08: Web site files.

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

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

commit 4a52323d30545938939d2c4cfacfeeb76a090a2d
Author: Gilles Sadowski <gi...@harfang.homelinux.org>
AuthorDate: Tue Sep 25 12:44:55 2018 +0200

    Web site files.
---
 .../src/site/resources/profile.jacoco              |  17 ++++++++
 commons-geometry-core/src/site/site.xml            |  48 +++++++++++++++++++++
 .../src/site/resources/profile.jacoco              |  17 ++++++++
 commons-geometry-enclosing/src/site/site.xml       |  48 +++++++++++++++++++++
 .../src/site/resources/profile.jacoco              |  17 ++++++++
 commons-geometry-euclidean/src/site/site.xml       |  48 +++++++++++++++++++++
 .../src/site/resources/profile.jacoco              |  17 ++++++++
 commons-geometry-hull/src/site/site.xml            |  48 +++++++++++++++++++++
 .../src/site/resources/profile.jacoco              |  17 ++++++++
 commons-geometry-spherical/src/site/site.xml       |  48 +++++++++++++++++++++
 .../resources/images/commons_geometry.small.png    | Bin 0 -> 52728 bytes
 11 files changed, 325 insertions(+)

diff --git a/commons-geometry-core/src/site/resources/profile.jacoco b/commons-geometry-core/src/site/resources/profile.jacoco
new file mode 100644
index 0000000..a12755f
--- /dev/null
+++ b/commons-geometry-core/src/site/resources/profile.jacoco
@@ -0,0 +1,17 @@
+# 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.
+# -----------------------------------------------------------------------------
+#
+# Empty file used to automatically trigger JaCoCo profile from commons parent pom
diff --git a/commons-geometry-core/src/site/site.xml b/commons-geometry-core/src/site/site.xml
new file mode 100644
index 0000000..8938488
--- /dev/null
+++ b/commons-geometry-core/src/site/site.xml
@@ -0,0 +1,48 @@
+<?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.
+-->
+<project name="Geometry">
+  <bannerRight>
+    <name>Apache Commons Geometry</name>
+    <src>/images/commons_geometry.small.png</src>
+    <href>/index.html</href>
+  </bannerRight>
+
+  <body>
+    <menu name="Geometry">
+      <item name="Overview" href="/index.html"/>
+      <item name="Downloads" href="http://commons.apache.org/geometry/download_geometry.cgi"/>
+      <item name="Issue Tracking" href="/issue-tracking.html"/>
+      <item name="Source Repository (current)" 
+         href="https://gitbox.apache.org/repos/asf/commons-geometry.git"/>
+      <!-- <item name="Wiki"   -->
+      <!--       href="http://wiki.apache.org/commons/Geometry"/> -->
+      <item name="Developers Guide" href="/developers.html"/>
+      <item name="Release History" href="/release-history.html" />
+    </menu>
+    
+    <menu name="User Guide">
+      <item name="Contents" href="/userguide/index.html"/>
+    </menu>
+    
+    <head>
+      <![CDATA[<script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
+      </script>]]>
+    </head>
+
+  </body>
+</project>
diff --git a/commons-geometry-enclosing/src/site/resources/profile.jacoco b/commons-geometry-enclosing/src/site/resources/profile.jacoco
new file mode 100644
index 0000000..a12755f
--- /dev/null
+++ b/commons-geometry-enclosing/src/site/resources/profile.jacoco
@@ -0,0 +1,17 @@
+# 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.
+# -----------------------------------------------------------------------------
+#
+# Empty file used to automatically trigger JaCoCo profile from commons parent pom
diff --git a/commons-geometry-enclosing/src/site/site.xml b/commons-geometry-enclosing/src/site/site.xml
new file mode 100644
index 0000000..8938488
--- /dev/null
+++ b/commons-geometry-enclosing/src/site/site.xml
@@ -0,0 +1,48 @@
+<?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.
+-->
+<project name="Geometry">
+  <bannerRight>
+    <name>Apache Commons Geometry</name>
+    <src>/images/commons_geometry.small.png</src>
+    <href>/index.html</href>
+  </bannerRight>
+
+  <body>
+    <menu name="Geometry">
+      <item name="Overview" href="/index.html"/>
+      <item name="Downloads" href="http://commons.apache.org/geometry/download_geometry.cgi"/>
+      <item name="Issue Tracking" href="/issue-tracking.html"/>
+      <item name="Source Repository (current)" 
+         href="https://gitbox.apache.org/repos/asf/commons-geometry.git"/>
+      <!-- <item name="Wiki"   -->
+      <!--       href="http://wiki.apache.org/commons/Geometry"/> -->
+      <item name="Developers Guide" href="/developers.html"/>
+      <item name="Release History" href="/release-history.html" />
+    </menu>
+    
+    <menu name="User Guide">
+      <item name="Contents" href="/userguide/index.html"/>
+    </menu>
+    
+    <head>
+      <![CDATA[<script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
+      </script>]]>
+    </head>
+
+  </body>
+</project>
diff --git a/commons-geometry-euclidean/src/site/resources/profile.jacoco b/commons-geometry-euclidean/src/site/resources/profile.jacoco
new file mode 100644
index 0000000..a12755f
--- /dev/null
+++ b/commons-geometry-euclidean/src/site/resources/profile.jacoco
@@ -0,0 +1,17 @@
+# 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.
+# -----------------------------------------------------------------------------
+#
+# Empty file used to automatically trigger JaCoCo profile from commons parent pom
diff --git a/commons-geometry-euclidean/src/site/site.xml b/commons-geometry-euclidean/src/site/site.xml
new file mode 100644
index 0000000..8938488
--- /dev/null
+++ b/commons-geometry-euclidean/src/site/site.xml
@@ -0,0 +1,48 @@
+<?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.
+-->
+<project name="Geometry">
+  <bannerRight>
+    <name>Apache Commons Geometry</name>
+    <src>/images/commons_geometry.small.png</src>
+    <href>/index.html</href>
+  </bannerRight>
+
+  <body>
+    <menu name="Geometry">
+      <item name="Overview" href="/index.html"/>
+      <item name="Downloads" href="http://commons.apache.org/geometry/download_geometry.cgi"/>
+      <item name="Issue Tracking" href="/issue-tracking.html"/>
+      <item name="Source Repository (current)" 
+         href="https://gitbox.apache.org/repos/asf/commons-geometry.git"/>
+      <!-- <item name="Wiki"   -->
+      <!--       href="http://wiki.apache.org/commons/Geometry"/> -->
+      <item name="Developers Guide" href="/developers.html"/>
+      <item name="Release History" href="/release-history.html" />
+    </menu>
+    
+    <menu name="User Guide">
+      <item name="Contents" href="/userguide/index.html"/>
+    </menu>
+    
+    <head>
+      <![CDATA[<script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
+      </script>]]>
+    </head>
+
+  </body>
+</project>
diff --git a/commons-geometry-hull/src/site/resources/profile.jacoco b/commons-geometry-hull/src/site/resources/profile.jacoco
new file mode 100644
index 0000000..a12755f
--- /dev/null
+++ b/commons-geometry-hull/src/site/resources/profile.jacoco
@@ -0,0 +1,17 @@
+# 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.
+# -----------------------------------------------------------------------------
+#
+# Empty file used to automatically trigger JaCoCo profile from commons parent pom
diff --git a/commons-geometry-hull/src/site/site.xml b/commons-geometry-hull/src/site/site.xml
new file mode 100644
index 0000000..8938488
--- /dev/null
+++ b/commons-geometry-hull/src/site/site.xml
@@ -0,0 +1,48 @@
+<?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.
+-->
+<project name="Geometry">
+  <bannerRight>
+    <name>Apache Commons Geometry</name>
+    <src>/images/commons_geometry.small.png</src>
+    <href>/index.html</href>
+  </bannerRight>
+
+  <body>
+    <menu name="Geometry">
+      <item name="Overview" href="/index.html"/>
+      <item name="Downloads" href="http://commons.apache.org/geometry/download_geometry.cgi"/>
+      <item name="Issue Tracking" href="/issue-tracking.html"/>
+      <item name="Source Repository (current)" 
+         href="https://gitbox.apache.org/repos/asf/commons-geometry.git"/>
+      <!-- <item name="Wiki"   -->
+      <!--       href="http://wiki.apache.org/commons/Geometry"/> -->
+      <item name="Developers Guide" href="/developers.html"/>
+      <item name="Release History" href="/release-history.html" />
+    </menu>
+    
+    <menu name="User Guide">
+      <item name="Contents" href="/userguide/index.html"/>
+    </menu>
+    
+    <head>
+      <![CDATA[<script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
+      </script>]]>
+    </head>
+
+  </body>
+</project>
diff --git a/commons-geometry-spherical/src/site/resources/profile.jacoco b/commons-geometry-spherical/src/site/resources/profile.jacoco
new file mode 100644
index 0000000..a12755f
--- /dev/null
+++ b/commons-geometry-spherical/src/site/resources/profile.jacoco
@@ -0,0 +1,17 @@
+# 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.
+# -----------------------------------------------------------------------------
+#
+# Empty file used to automatically trigger JaCoCo profile from commons parent pom
diff --git a/commons-geometry-spherical/src/site/site.xml b/commons-geometry-spherical/src/site/site.xml
new file mode 100644
index 0000000..8938488
--- /dev/null
+++ b/commons-geometry-spherical/src/site/site.xml
@@ -0,0 +1,48 @@
+<?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.
+-->
+<project name="Geometry">
+  <bannerRight>
+    <name>Apache Commons Geometry</name>
+    <src>/images/commons_geometry.small.png</src>
+    <href>/index.html</href>
+  </bannerRight>
+
+  <body>
+    <menu name="Geometry">
+      <item name="Overview" href="/index.html"/>
+      <item name="Downloads" href="http://commons.apache.org/geometry/download_geometry.cgi"/>
+      <item name="Issue Tracking" href="/issue-tracking.html"/>
+      <item name="Source Repository (current)" 
+         href="https://gitbox.apache.org/repos/asf/commons-geometry.git"/>
+      <!-- <item name="Wiki"   -->
+      <!--       href="http://wiki.apache.org/commons/Geometry"/> -->
+      <item name="Developers Guide" href="/developers.html"/>
+      <item name="Release History" href="/release-history.html" />
+    </menu>
+    
+    <menu name="User Guide">
+      <item name="Contents" href="/userguide/index.html"/>
+    </menu>
+    
+    <head>
+      <![CDATA[<script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
+      </script>]]>
+    </head>
+
+  </body>
+</project>
diff --git a/src/site/resources/images/commons_geometry.small.png b/src/site/resources/images/commons_geometry.small.png
new file mode 100644
index 0000000..d6ca8df
Binary files /dev/null and b/src/site/resources/images/commons_geometry.small.png differ