Skip to content
This repository has been archived by the owner on Apr 22, 2022. It is now read-only.

Commit

Permalink
documentation update
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanlermitage committed May 31, 2014
1 parent a8edf7f commit f08bf30
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 13 deletions.
2 changes: 1 addition & 1 deletion DOCUMENTATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ A complete HTML coverage report:
* Jonathan Lermitage (<jonathan.lermitage@gmail.com>)

### License
[WTFPL](http://www.wtfpl.net) License.
[WTFPL](http://www.wtfpl.net) License. In other words, you can do what you want: this project is entirely OpenSource, Free and Gratis.
18 changes: 8 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,25 +9,23 @@ Ant target) is executed for the project. Currently the Java Application, Java Li
Cobertura based plugins.
* JaCoCo is a free code coverage library for Java, which has been created by the [EclEmma team](http://www.eclemma.org/jacoco/).

TikiOne JaCoCoverage plugin is built with [NetBeans](http://netbeans.org) and the latest version of
[Oracle JDK7](http://www.oracle.com/technetwork/java/javase/downloads/index.html). The latest version of NetBeans will always be used:
don't expect support for older NetBeans versions (too much work and nobody uses them).
TikiOne JaCoCoverage plugin is built with and for the [NetBeans 8.0 platform](http://netbeans.org) and the latest version of
[Oracle JDK7](http://www.oracle.com/technetwork/java/javase/downloads/index.html).

### Download stable and dev builds
* Stable builds are hosted on the NetBeans [Plugin Portal website](http://plugins.netbeans.org/plugin/48570/tikione-jacocoverage),
validated by the NetBeans Plugin Review staff and available in the NetBeans integrated **Plugins Manager** (see ``Tools``, ``Plugins``,
``Available Plugins`` and look for the ``TikiOne JaCoCoverage Plugin`` plugin).
* You can get the latest stable development builds by registering the following **Update Center** into NetBeans: ``http://lermitage.biz/nbuc/jacocoverage/updates.xml``. These builds integrate new features and updates that have been tested, there are no unstable nor experimental features inside. Future updates marked as "done" are integrated into the latest development builds, future updates marked as "under development" are not (otherwise they are not activated).
### Download stable builds
Stable builds are hosted on the NetBeans [Plugin Portal website](http://plugins.netbeans.org/plugin/48570/tikione-jacocoverage),
validated by the NetBeans Plugin Review staff (I am also a member of this team) and available in the NetBeans integrated **Plugins Manager** (see ``Tools``, ``Plugins``,
``Available Plugins`` and look for the ``TikiOne JaCoCoverage`` plugin).

### Development progression
Please see [issues attached to a **milestone**](https://github.com/jonathanlermitage/tikione-jacocoverage/issues/milestones).
For details on previous and current versions, please check the [Changelog](https://github.com/jonathanlermitage/tikione-jacocoverage/blob/master/CHANGELOG.md) file.

### Documentation and Media
[Click Here!](https://github.com/jonathanlermitage/tikione-jacocoverage/blob/master/DOCUMENTATION.md) (work in progress)
[Click Here!](https://github.com/jonathanlermitage/tikione-jacocoverage/blob/master/DOCUMENTATION.md)

### Author
* Jonathan Lermitage (<jonathan.lermitage@gmail.com>)

### License
[WTFPL](http://www.wtfpl.net) License.
[WTFPL](http://www.wtfpl.net) License. In other words, you can do what you want: this project is entirely OpenSource, Free and Gratis.
2 changes: 1 addition & 1 deletion nbproject/platform.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ cluster.path=\
${nbplatform.active.dir}/websvccommon
disabled.modules=
nbjdk.active=JDK_1.7
nbplatform.active=default
nbplatform.active=nb80
2 changes: 1 addition & 1 deletion tikione-jacocoverage-plugin/manifest.mf
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ Manifest-Version: 1.0
OpenIDE-Module: fr.tikione.jacocoverage.plugin/1
OpenIDE-Module-Layer: fr/tikione/jacocoverage/plugin/layer.xml
OpenIDE-Module-Localizing-Bundle: fr/tikione/jacocoverage/plugin/Bundle.properties
OpenIDE-Module-Specification-Version: 1.3.7.20140512.1900
OpenIDE-Module-Specification-Version: 1.3.8.20140523.2140
OpenIDE-Module-Needs: org.openide.filesystems.FileUtil.toFileObject

0 comments on commit f08bf30

Please sign in to comment.