[forge-commits] commit/netbeans-plugin: gastaldi: Renamed README.asciidoc to README.md

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Mon Nov 3 13:07:46 EST 2014


1 new commit in netbeans-plugin:

https://bitbucket.org/gastaldi/netbeans-plugin/commits/0d8bf5e0cc75/
Changeset:   0d8bf5e0cc75
Branch:      master
User:        gastaldi
Date:        2014-11-03 18:07:41+00:00
Summary:     Renamed README.asciidoc to README.md

Affected #:  2 files

diff --git a/README.asciidoc b/README.asciidoc
deleted file mode 100644
index c3f37c0..0000000
--- a/README.asciidoc
+++ /dev/null
@@ -1,23 +0,0 @@
-netbeans-plugin
-===============
-
-NetBeans UI support for Forge 2
-
-Build and Run
-==============
-
-    $ mvn install
-    $ cd application/
-    $ mvn  nbm:cluster-app nbm:run-platform
-
-works from command line. Of course, opening the sources in NetBeans IDE will 
-give you more options than a command line. 
-
-At the end of your builder job you can call:
-
-    $ mvn nbm:autoupdate
-
-which will generate target/netbeans_site/updates.xml catalog. If you publish 
-it, users who add it into Tools/Plugins/Settings will be able to install your 
-work into their existing NetBeans 8.0.x IDE.
-

diff --git a/README.md b/README.md
new file mode 100644
index 0000000..c3f37c0
--- /dev/null
+++ b/README.md
@@ -0,0 +1,23 @@
+netbeans-plugin
+===============
+
+NetBeans UI support for Forge 2
+
+Build and Run
+==============
+
+    $ mvn install
+    $ cd application/
+    $ mvn  nbm:cluster-app nbm:run-platform
+
+works from command line. Of course, opening the sources in NetBeans IDE will 
+give you more options than a command line. 
+
+At the end of your builder job you can call:
+
+    $ mvn nbm:autoupdate
+
+which will generate target/netbeans_site/updates.xml catalog. If you publish 
+it, users who add it into Tools/Plugins/Settings will be able to install your 
+work into their existing NetBeans 8.0.x IDE.
+

Repository URL: https://bitbucket.org/gastaldi/netbeans-plugin/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.


More information about the forge-commits mailing list