blob: c4b41a8c27d8a48de695cdd6462b6f0e0824a687 [file] [log] [blame]
# default layout for a source bundle. contains a manifest,
# about file, plugin.xml and plugin.properties for translation,
# as well as a zip file with source and an about.
default.source.jar = META-INF/MANIFEST\.MF, \
about\.html
# default layout for a binary bundle. contains a manifest,
# about file, and at least one class file or JAR
default.binary.jar = META-INF/MANIFEST\.MF, \
about\.html
# default layout for a source bundle. contains a manifest,
# about file, plugin.xml and plugin.properties for translation,
# as well as a zip file with source and an about. Note the
# extra directory entry at the beginning
default.source.zip = ^.*/META-INF/MANIFEST\.MF, \
^.*/about\.html
# default layout for a binary bundle. contains a manifest,
# about file, and at least one class file or JAR. Note the
# extra directory entry at the beginning
default.binary.zip = ^.*/META-INF/MANIFEST\.MF, \
^.*/about\.html
# default layout for a feature
default.feature = license\.html, \
epl-v10\.html