[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
| 
[tycho-user] can't get my class files into my plugin jar
 | 
My manifest.mf (in META-INF and copied to target on build) has all of
the packages listed in export package.. but the final plugin jar has
well, 100% of everythign with 0 class files hah
Manifest:
Manifest-Version: 1.0
Export-Package: com.mycompany.studio,com.mycompany.studio.actions,com.
 mycompany.studio.builder,com.mycompany.studio.dialogs,com.mycompany.s
 tudio.editors,com.mycompany.studio.editors.integration,com.mycompany.
 studio.editors.knowledgebase,com.mycompany.studio.editors.mapping,com
 .mycompany.studio.editors.modeling,com.mycompany.studio.editors.resol
 ver,com.mycompany.studio.launching,com.mycompany.studio.natures,com.n
 etuitive.studio.perspectives,com.mycompany.studio.search,com.netuitiv
 e.studio.search.actions,com.mycompany.studio.service,com.mycompany.st
 udio.status,com.mycompany.studio.support,com.mycompany.studio.ui.vali
 dators,com.mycompany.studio.util,com.mycompany.studio.views,com.netui
 tive.studio.wizards,com.mycompany.studio.wizards.adapter,com.netuitiv
 e.studio.wizards.integration,com.mycompany.studio.wizards.knowledgeba
 se,com.mycompany.studio.wizards.mapping,com.mycompany.studio.wizards.
 modeling,com.mycompany.studio.wizards.old,com.mycompany.studio.worksp
 ace.listener
Bundle-ActivationPolicy: lazy
Bundle-ClassPath: .,bin/,lib/compile/castor-core.jar,lib/compile/casto
 r-xml.jar,lib/compile/javax.servlet.jar,lib/compile/org.apache.common
 s.beanutils.jar,lib/compile/org.apache.commons.collections.jar,lib/co
 mpile/org.apache.commons.dbcp.jar,lib/compile/org.apache.commons.io.j
 ar,lib/compile/org.apache.commons.lang.jar,lib/compile/org.apache.com
 mons.logging.jar,lib/compile/org.apache.commons.pool.jar,lib/compile/
 org.apache.log4j.jar,lib/compile/org.junit.jar,lib/compile/knowledgeb
 ase.jar,lib/compile/lcrypto.jar,lib/compile/org.apache.commons.codec.
 jar,lib/compile/common-crypto.jar,lib/compile/mockito-all.jar,lib/com
 pile/templates.jar,lib/compile/groovy-all.jar,lib/compile/ant-contrib
 .jar,lib/compile/xercesImpl.jar,lib/QuickREx_3.5.0.jar
Bundle-Name: %Bundle-Name
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Require-Bundle: org.eclipse.ui,org.eclipse.core.runtime,org.eclipse.co
 re.resources,org.eclipse.ui.ide,org.eclipse.ui.console,org.eclipse.jd
 t.ui,org.eclipse.wst.xml.core;bundle-version="1.1.402",org.eclipse.ws
 t.sse.ui;bundle-version="1.1.102",org.eclipse.wst.sse.core;bundle-ver
 sion="1.1.402",org.eclipse.wst.xml.ui;bundle-version="1.1.2",org.ecli
 pse.wst.common.ui;bundle-version="1.1.402",org.eclipse.ui.forms;bundl
 e-version="3.4.1",org.eclipse.jface.databinding;bundle-version="1.3.1
 ",org.eclipse.core.databinding.observable;bundle-version="1.2.0",org.
 eclipse.debug.core;bundle-version="3.5.1",org.eclipse.debug.ui;bundle
 -version="3.5.2",org.eclipse.core.databinding;bundle-version="1.2.0",
 org.eclipse.core.databinding.property;bundle-version="1.2.0",org.ecli
 pse.core.databinding.beans;bundle-version="1.2.0",org.eclipse.wst.xsd
 .core;bundle-version="1.1.503",org.eclipse.xsd;bundle-version="2.6.0"
 ,org.eclipse.wst.xsd.ui;bundle-version="1.2.304",org.eclipse.wst.xsde
 ditor.doc.user;bundle-version="1.0.800",org.eclipse.xsd.edit;bundle-v
 ersion="2.6.0",org.eclipse.wst.xml.xpath.core;bundle-version="1.1.1",
 org.eclipse.wst.xml.xpath.ui;bundle-version="1.1.2",org.eclipse.wst.x
 ml.xpath2;bundle-version="1.1.0",org.eclipse.wst.xml.xpath2.processor
 ;bundle-version="1.1.4",org.eclipse.wst.xml.xpath2.processor.doc.user
 ;bundle-version="1.0.0",org.eclipse.wst.xmleditor.doc.user;bundle-ver
 sion="1.0.700",org.apache.ant;bundle-version="1.7.1",org.eclipse.sear
 ch,org.eclipse.ui.navigator.resources;bundle-version="3.4.202",org.ec
 lipse.ui.navigator;bundle-version="3.5.0",org.eclipse.datatools.conne
 ctivity;bundle-version="1.2.2"
Bundle-Vendor: %Bundle-Vendor
Bundle-Version: 1.0.0.201201031831
Bundle-ManifestVersion: 2
Bundle-Activator: com.mycompany.studio.Activator
Bundle-SymbolicName: com.mycompany.studio;singleton:=true
Import-Package: org.eclipse.core.filesystem,org.eclipse.jface.text,org
 .eclipse.search.ui,org.eclipse.wst.common.uriresolver.internal.provis
 ional