-
Mr Adrian Norås authored
Made changes so that when the transform command is started, the MOFScript Console is opened and output generated by the transformation is displayed.
Mr Adrian Norås authoredMade changes so that when the transform command is started, the MOFScript Console is opened and output generated by the transformation is displayed.
MANIFEST.MF 865 B
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Transformation Command
Bundle-SymbolicName: org.universaal.tools.transformationcommand;singleton:=true
Bundle-Version: 0.2.1
Bundle-Vendor: universAAL
Require-Bundle: org.eclipse.ui,
org.eclipse.core.resources;bundle-version="3.0.0",
org.eclipse.uml2.uml;bundle-version="2.2.0",
org.eclipse.core.expressions;bundle-version="3.4.0",
org.eclipse.mofscript.parser;bundle-version="1.3.0",
org.eclipse.mofscript.runtime;bundle-version="1.3.0",
org.eclipse.mofscript.model;bundle-version="1.3.0",
org.eclipse.core.runtime;bundle-version="3.4.0",
org.eclipse.ui.console;bundle-version="3.5.100"
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Import-Package: org.osgi.framework;version="1.4.0"
Bundle-ActivationPolicy: lazy
Bundle-Activator: org.istmusic.tools.transformationcommand.activator.Activator