Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Project name: same as project folder, use the feature ID with .feature as suffix
  • feature.xml (Overview tab)
    • ID: start with de.cau.cs.kieler as prefix, use .feature as suffix
    • Version: 0.1.0.qualifier, increase with each release according to changes in one of the contained plugins
    • Name: start with KIELER, e.g. KIELER Core
    • Provider: Christian-Albrechts-Universität zu Kiel
    • Update Site URL: http://rtsys.informatik.uni-kiel.de/~kieler/updatesite/nightly/
    • Update Site Name: KIELER Nightly Builds
  • feature.xml (Information tab)
    • Feature Description: enter URL of the Wiki page of your project and write a general description as text
    • Copyright Notice:
      Copyright 2010 by Real-Time and Embedded Systems Group, Department
      of Computer Science, Christian-Albrechts-University of Kiel
      
    • License Agreement: enter http://www.eclipse.org/legal/epl-v10.html as URL and copy-paste the complete content of that page as text
    • Sites to Visit: add update sites of features that are not part of the official Eclipse distribution and are needed by the plugins contained in your feature
  • feature.xml (Dependencies tab)
    • Add other KIELER features that contain plugins that are needed by your plugins, e.g. de.cau.cs.kieler.core.feature feature
    • Add single plugins if you do not want to depend on a whole feature, use Compute to automatically compute these plugins and remove duplicate entries
  • build.properties (Buildtab)
    • Include epl-v10.html in binary and source build (copy into plugin from one of the other plugins)
    • Include feature.xml in binary build
    • Manually add the following line to build.properties, replace <feature>by the suffix of your feature ID
      generate.feature@de.cau.cs.kieler.<feature>.source = de.cau.cs.kieler.<feature>
      

Source Features

Warning

This section hasn't been written yet.