From f893b890d1b3c46607061229acd0c04bb292e94d Mon Sep 17 00:00:00 2001
From: brutzman <brutzman@nps.edu>
Date: Fri, 21 Apr 2023 08:38:28 -0700
Subject: [PATCH] opendis7-java build products

---
 index.html | 47 +++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 47 insertions(+)
 create mode 100644 index.html

diff --git a/index.html b/index.html
new file mode 100644
index 0000000000..cfa7d0ba38
--- /dev/null
+++ b/index.html
@@ -0,0 +1,47 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+    <head>
+        <title>opendis7-java build products</title>
+        <meta name="license" content="Open-Source Software License for NPS MOVES Savage Research Group.
+              This BSD-style license is non-viral and friendly to academia, government, industry, and individuals."/>
+        <meta name="author" content="Donald P. Brutzman"/>
+        <meta name="created" content="21 April 2023"/>
+        <meta name="modified" content="21 April 2023"/>
+        <meta name="identifier" content="https://savage.nps.edu/opendis7-java/index.html"/>
+    </head>
+    <body>
+        <h2>opendis7-java jars and documentation</h2>
+
+        <ul>
+            <li>
+                <a href="javadoc/index.html" target="_blank">Javadoc</a>
+            </li>
+            <li>
+                <a href="xml" target="_blank">XML for PDUs</a>
+                including
+                <a href="xml/SchemaDocumentation/DIS_7_2012.autogenerated.html" target="_blank">Schema Documentation</a>
+            </li>
+            <li>
+                <a href="opendis7-full.jar">opendis7-full.jar</a>
+            </li>
+            <li>
+                <a href="opendis7-pdus-classes.jar">opendis7-pdus-classes.jar</a>
+            </li>
+            <li>
+                <a href="opendis7-pdus-javadoc.jar">opendis7-pdus-javadoc.jar</a>
+            </li>
+            <li>
+                <a href="opendis7-pdus-source.jar">opendis7-pdus-source.jar</a>
+            </li>
+            <li>
+                <a href="opendis7-enumerations-javadoc.jar">opendis7-enumerations-javadoc.jar</a>
+            </li>
+            <li>
+                <a href="opendis7-enumerations-source.jar">opendis7-enumerations-source.jar</a>
+            </li>
+        </ul>
+
+        <p>21 April 2023</p>
+
+    </body>
+</html>
-- 
GitLab