You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by ge...@apache.org on 2021/04/16 09:56:58 UTC

[netbeans] branch master updated (69a2036 -> 34f693b)

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

geertjan pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git.


    from 69a2036  Merge pull request #2889 from matthiasblaesing/revert_jfx_update
     new 2bf6e20  Adding rudimentary markdown support.
     new 969dc73  Cleanup license headers, removing the file template.
     new 15625a0  Using CC0-v10 license for the Markdown icon, adding display category and short and long description to the markdown module, changing the mimetype to let this module better coexist with the existing https://github.com/madflow/flow-netbeans-markdown module.
     new 372c227  Merging master branch into the markdown branch
     new 34f693b  Merge pull request #1428 from jlahoda/markdown

The 5297 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 ide/markdown/build.xml                             |   25 +
 ide/markdown/licenseinfo.xml                       |   33 +
 ide/markdown/manifest.mf                           |    6 +
 .../markdown}/nbproject/project.properties         |    0
 ide/markdown/nbproject/project.xml                 |  138 ++
 .../netbeans/modules/markdown/Bundle.properties    |   22 +
 .../modules/markdown/MarkdownDataObject.java       |  133 ++
 .../src/org/netbeans/modules/markdown/markdown.png |  Bin 0 -> 313 bytes
 .../modules/markdown/markdown.tmLanguage.json      | 2458 ++++++++++++++++++++
 nbbuild/cluster.properties                         |    1 +
 nbbuild/licenses/MIT-markdown                      |   21 +
 nbbuild/licenses/names.properties                  |    1 +
 12 files changed, 2838 insertions(+)
 create mode 100644 ide/markdown/build.xml
 create mode 100644 ide/markdown/licenseinfo.xml
 create mode 100644 ide/markdown/manifest.mf
 copy {webcommon/web.javascript.debugger => ide/markdown}/nbproject/project.properties (100%)
 create mode 100644 ide/markdown/nbproject/project.xml
 create mode 100644 ide/markdown/src/org/netbeans/modules/markdown/Bundle.properties
 create mode 100644 ide/markdown/src/org/netbeans/modules/markdown/MarkdownDataObject.java
 create mode 100644 ide/markdown/src/org/netbeans/modules/markdown/markdown.png
 create mode 100644 ide/markdown/src/org/netbeans/modules/markdown/markdown.tmLanguage.json
 create mode 100644 nbbuild/licenses/MIT-markdown

---------------------------------------------------------------------
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