706 |
27 May 08 |
jari |
$Id$ |
706 |
27 May 08 |
jari |
2 |
|
767 |
16 Sep 08 |
jari |
This information is outdated since the plug-ins in this directory |
767 |
16 Sep 08 |
jari |
cannot be compiled. See README about deprecated plug-ins. |
767 |
16 Sep 08 |
jari |
5 |
|
767 |
16 Sep 08 |
jari |
6 |
|
706 |
27 May 08 |
jari |
How to create a plug-in package. |
706 |
27 May 08 |
jari |
8 |
|
706 |
27 May 08 |
jari |
1) Make all necessary test and checks. Check in everything to the |
706 |
27 May 08 |
jari |
repository. Note, it is important to make sure that the plug-in |
706 |
27 May 08 |
jari |
module and other modules the plug-in is dependant of are |
706 |
27 May 08 |
jari |
synchronized in the repository before packaging. The subversion |
706 |
27 May 08 |
jari |
revision number is used to keep track of the released packages. |
706 |
27 May 08 |
jari |
14 |
|
706 |
27 May 08 |
jari |
2) Create a package: |
706 |
27 May 08 |
jari |
16 |
|
706 |
27 May 08 |
jari |
ant plugin.package |
706 |
27 May 08 |
jari |
18 |
|
706 |
27 May 08 |
jari |
3) Change the package name to reflect the subversion repository |
706 |
27 May 08 |
jari |
revision number: (This step should really be a part of the build |
706 |
27 May 08 |
jari |
script.) |
706 |
27 May 08 |
jari |
22 |
|
706 |
27 May 08 |
jari |
mv plugin.zip plugin-svn_revision.zip |
706 |
27 May 08 |
jari |
24 |
|
706 |
27 May 08 |
jari |
4) Attach the package to the corresponding wiki page on |
706 |
27 May 08 |
jari |
http://baseplugins.thep.lu.se, and update the wiki page |
706 |
27 May 08 |
jari |
accordingly. |