~jhelioviewer-dev/jhelioviewer/plugin-template

« back to all changes in this revision

Viewing changes to DEVELOPER

  • Committer: Malte Nuhn
  • Date: 2010-11-28 20:26:38 UTC
  • Revision ID: malte.nuhn@rwth-aachen.de-20101128202638-9njjfkbvhdqfq42u
Add Developer Information

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
This branch contains JHV plugin templates.
 
2
Currently three different templates are available:
 
3
 
 
4
1. Overlay Plugins
 
5
------------------
 
6
To initialize a fresh overlay plugin, run:
 
7
    - cd init-plugins/
 
8
    - ant overlay
 
9
 
 
10
and follow the on screen instructions.
 
11
 
 
12
 
 
13
2. Filter Plugins
 
14
-----------------
 
15
To initialize a fresh overlay plugin, run 
 
16
    - cd init-plugins/
 
17
    - ant filter
 
18
 
 
19
and follow the on screen instructions.
 
20
 
 
21
 
 
22
3. Default Plugins
 
23
------------------
 
24
To initialize a fresh overlay plugin, run 
 
25
    - cd init-plugins/
 
26
    - ant default
 
27
 
 
28
and follow the on screen instructions.
 
29