plugins/base1/se.lu.onk/trunk/packaging.txt

Code
Comments
Other
Rev Date Author Line
706 27 May 08 jari 1 $Id$
706 27 May 08 jari 2
767 16 Sep 08 jari 3 This information is outdated since the plug-ins in this directory
767 16 Sep 08 jari 4 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 7 How to create a plug-in package.
706 27 May 08 jari 8
706 27 May 08 jari 9 1) Make all necessary test and checks. Check in everything to the
706 27 May 08 jari 10    repository. Note, it is important to make sure that the plug-in
706 27 May 08 jari 11    module and other modules the plug-in is dependant of are
706 27 May 08 jari 12    synchronized in the repository before packaging. The subversion
706 27 May 08 jari 13    revision number is used to keep track of the released packages.
706 27 May 08 jari 14
706 27 May 08 jari 15 2) Create a package:
706 27 May 08 jari 16
706 27 May 08 jari 17    ant plugin.package
706 27 May 08 jari 18
706 27 May 08 jari 19 3) Change the package name to reflect the subversion repository
706 27 May 08 jari 20    revision number: (This step should really be a part of the build
706 27 May 08 jari 21    script.)
706 27 May 08 jari 22
706 27 May 08 jari 23    mv plugin.zip plugin-svn_revision.zip
706 27 May 08 jari 24
706 27 May 08 jari 25 4) Attach the package to the corresponding wiki page on
706 27 May 08 jari 26    http://baseplugins.thep.lu.se, and update the wiki page
706 27 May 08 jari 27    accordingly.