Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Orbit Source Bundles"

Line 1: Line 1:
 +
Created from [https://bugs.eclipse.org/bugs/show_bug.cgi?id=184026 bug 184026].
 +
 +
<pre>
 +
{plugin_root}
 +
  META-INF/MANIFEST.MF
 +
  plugin.xml
 +
  plugin.properties
 +
  build.properties
 +
  {class_files}
 +
  source-bundle/
 +
      META-INF/MANIFEST.MF
 +
      plugin.xml
 +
      build.properties
 +
      src/
 +
        {plugin_id}_{version}/
 +
            src.zip
 +
</pre>
 
[[Category : Orbit]]
 
[[Category : Orbit]]

Revision as of 16:09, 14 May 2007

Created from bug 184026.

{plugin_root}
   META-INF/MANIFEST.MF
   plugin.xml
   plugin.properties
   build.properties
   {class_files}
   source-bundle/
      META-INF/MANIFEST.MF
      plugin.xml
      build.properties
      src/
         {plugin_id}_{version}/
            src.zip

Back to the top