Project

General

Profile

« Previous | Next » 

Revision 40243bd5

Added by Cherian Mathew over 8 years ago

Correct config for molecular plugin

View differences:

eu.etaxonomy.taxeditor.application/META-INF/MANIFEST.MF
21 21
 eu.etaxonomy.taxeditor.bulkeditor,
22 22
 eu.etaxonomy.taxeditor.editor,
23 23
 eu.etaxonomy.taxeditor.printpublisher,
24
 eu.etaxonomy.taxeditor.molecular,
24 25
 eu.etaxonomy.taxeditor.help,
25 26
 org.eclipse.equinox.ds,
26 27
 org.eclipse.equinox.util,
eu.etaxonomy.taxeditor.application/plugin.xml
414 414
       id="eu_etaxonomy_taxeditor_product"
415 415
       point="org.eclipse.core.runtime.products">
416 416
    <product
417
          application="eu.etaxonomy.taxeditor.application.application"
417
          application="eu.etaxonomy.taxeditor.editor.application"
418 418
          name="EDIT Taxonomic Editor">
419 419
       <property
420 420
             name="appName"
eu.etaxonomy.taxeditor.feature/feature.xml
114 114
         version="0.0.0"
115 115
         unpack="false"/>
116 116

  
117
   <plugin
118
         id="eu.etaxonomy.taxeditor.molecular"
119
         download-size="0"
120
         install-size="0"
121
         version="0.0.0"
122
         unpack="false"/>
123

  
124
   <plugin
125
         id="eu.etaxonomy.taxeditor.molecular.lib"
126
         download-size="0"
127
         install-size="0"
128
         version="0.0.0"
129
         unpack="false"/>
130

  
117 131
</feature>
eu.etaxonomy.taxeditor.molecular/META-INF/MANIFEST.MF
16 16
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
17 17
Bundle-ActivationPolicy: lazy
18 18
Bundle-Vendor: EDIT
19
Export-Package: eu.etaxonomy.taxeditor.molecular,
20
 eu.etaxonomy.taxeditor.molecular.editor,
21
 eu.etaxonomy.taxeditor.molecular.handler
22
Bundle-ClassPath: .
eu.etaxonomy.taxeditor.molecular/build.properties
1
bin.includes = META-INF/,\
1
bin.includes = .,\
2
			   META-INF/,\
2 3
               plugin.xml,\
3 4
               icons/,\
4 5
               OSGI-INF/
6
source.. = src/main/java/
pom.xml
32 32
    <module>eu.etaxonomy.taxeditor.bulkeditor</module>
33 33
    <module>eu.etaxonomy.taxeditor.printpublisher</module>
34 34
    <module>eu.etaxonomy.taxeditor.help</module>
35
    <module>eu.etaxonomy.taxeditor.molecular</module>
36
    <module>eu.etaxonomy.taxeditor.molecular.lib</module>
35 37
    <module>eu.etaxonomy.taxeditor.application</module>
36 38
    <module>eu.etaxonomy.taxeditor.feature.platform</module>
37 39
    <module>eu.etaxonomy.taxeditor.feature</module>

Also available in: Unified diff