You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by sk...@apache.org on 2019/10/17 14:13:55 UTC

[netbeans-jenkins-lib] branch master updated: add info for html4j

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

skygo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans-jenkins-lib.git


The following commit(s) were added to refs/heads/master by this push:
     new 5d9d93a  add info for html4j
5d9d93a is described below

commit 5d9d93adacea05e540414ac4eee77aacf0b458ac
Author: Eric Barboni <sk...@apache.org>
AuthorDate: Thu Oct 17 16:13:48 2019 +0200

    add info for html4j
---
 meta/netbeanshtml4j.json | 42 ++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 42 insertions(+)

diff --git a/meta/netbeanshtml4j.json b/meta/netbeanshtml4j.json
new file mode 100644
index 0000000..cb5b65d
--- /dev/null
+++ b/meta/netbeanshtml4j.json
@@ -0,0 +1,42 @@
+{
+    "release-1.5": {
+        "position": "1",
+        "jdk": "JDK 1.8 (latest)",
+        "jdk_apidoc": "https://docs.oracle.com/javase/8/docs/api/",
+        "version": "1.5",
+        "tlp": "false",
+        "apidocurl": "https://bits.netbeans.org/html+java/1.5"
+    },
+    "release-1.5.1": {
+        "position": "2",
+        "jdk": "JDK 1.8 (latest)",
+        "jdk_apidoc": "https://docs.oracle.com/javase/8/docs/api/",
+        "version": "1.5.1",
+        "tlp": "false",
+        "apidocurl": "https://bits.netbeans.org/html+java/1.5.1"
+    },
+    "release-1.6": {
+        "position": "3",
+        "jdk": "JDK 1.8 (latest)",
+        "jdk_apidoc": "https://docs.oracle.com/javase/8/docs/api/",
+        "version": "1.6",
+        "tlp": "false",
+        "apidocurl": "https://bits.netbeans.org/html+java/1.6"
+    },
+    "release-1.6.1": {
+        "position": "4",
+        "jdk": "JDK 1.8 (latest)",
+        "jdk_apidoc": "https://docs.oracle.com/javase/8/docs/api/",
+        "version": "1.6.1",
+        "tlp": "false",
+        "apidocurl": "https://bits.netbeans.org/html+java/1.6.1"
+    },
+    "master": {
+        "position": "40000",
+        "jdk": "JDK 1.8 (latest)",
+        "jdk_apidoc": "https://docs.oracle.com/javase/8/docs/api/",
+        "version": "dev",
+        "tlp": "true",
+        "apidocurl": "https://bits.netbeans.org/html+java/dev"
+    }
+}


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists