README 1007 B

123456789101112131415161718192021222324
  1. DO NOT TRY TO FIX THE IMPORT ERRORS IN THE PROJECTS!!
  2. See also http://platform.netbeans.org/tutorials/nbm-nbi.html#bundling
  3. The product has to be a zip file with a single folder containing the needed files.
  4. To make a new product item, copy an existing item by copying a folder from
  5. stub/ext/components/products and stub/ext/infra/build/products and adapt
  6. the properties files, especially the path to the zip file (product.data.1.path)
  7. as well as the subfolder in the zip containing the files (product.data.sub.dir).
  8. The folder in stub/ext/infra/build/products can be duplicated and adapted for
  9. each platform w/o copying the main project under stub/ext/components/products.
  10. Do not use the helloworld item as a template, this is the main item and has
  11. some more stuff going!
  12. Then adapt the main stub/build.xml in the -build and -clean targets by duplicating
  13. the entries.
  14. The existing JDK item is only used on MacOSX! On other platforms the jdk that is
  15. bundled with the installer is used instead.
  16. Normen