7611028aa2
* Disable Live Validation * PyDev 1.1.2+ compatibility issue + Create Warning when trying to synchronize classes without package
38 lines
972 B
Plaintext
Executable File
38 lines
972 B
Plaintext
Executable File
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: PyUML
|
|
Bundle-SymbolicName: pyUml;singleton:=true
|
|
Bundle-Version: 1.2
|
|
Bundle-Activator: pyUML.plugin.Activator
|
|
Eclipse-LazyStart: true
|
|
Bundle-ClassPath: lib/refactoring.jar,
|
|
.,
|
|
src/,
|
|
bin/
|
|
Bundle-Vendor: Freie University Berlin, Germany, Martin Dittmar
|
|
Export-Package: pyUML.actions,
|
|
pyUML.backend,
|
|
pyUML.exceptions,
|
|
pyUML.listeners,
|
|
pyUML.plugin,
|
|
pyUML.pythonTree,
|
|
pyUML.refactoring,
|
|
pyUML.views
|
|
Require-Bundle: org.eclipse.core.resources,
|
|
org.eclipse.core.runtime,
|
|
org.eclipse.jface,
|
|
org.eclipse.ui,
|
|
org.eclipse.ui.ide,
|
|
org.eclipse.emf.common,
|
|
org.eclipse.emf.ecore,
|
|
org.eclipse.uml2.uml,
|
|
org.eclipse.gmf.runtime.common.core,
|
|
org.eclipse.gmf.runtime.diagram.core,
|
|
org.eclipse.gmf.runtime.common.ui,
|
|
org.eclipse.gmf.runtime.diagram.ui,
|
|
org.eclipse.gmf.runtime.diagram.ui.resources.editor,
|
|
org.python.pydev,
|
|
org.python.pydev.core,
|
|
org.python.pydev.parser,
|
|
org.eclipse.uml2.diagram.clazz
|