Changeset 441 for java/Framclipse/com.framsticks.framclipse/META-INF
- Timestamp:
- 10/23/15 04:56:47 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
java/Framclipse/com.framsticks.framclipse/META-INF/MANIFEST.MF
r438 r441 6 6 Bundle-SymbolicName: com.framsticks.framclipse; singleton:=true 7 7 Bundle-ActivationPolicy: lazy 8 Require-Bundle: org.eclipse.xtext, 8 Require-Bundle: org.antlr.generator, 9 org.eclipse.xtext, 9 10 org.eclipse.xtext.generator;resolution:=optional, 10 11 de.itemis.xtext.antlr;resolution:=optional, 11 12 org.apache.commons.logging;resolution:=optional, 12 org.eclipse.emf.codegen.ecore;resolution:=optional,13 org.eclipse.emf.mwe.utils;resolution:=optional,14 13 org.eclipse.emf.mwe2.launch;resolution:=optional, 15 com.ibm.icu;resolution:=optional,16 org.eclipse.xtext.util,17 org.eclipse.emf.ecore,18 org.eclipse.emf.common,19 14 org.antlr.runtime, 20 org.eclipse.core.runtime, 21 org.eclipse.xtext.xbase.lib 22 Import-Package: org.apache.log4j 15 org.eclipse.core.runtime 23 16 Bundle-RequiredExecutionEnvironment: JavaSE-1.6 24 17 Export-Package: com.framsticks.framclipse, 25 com.framsticks.framclipse.formatting,26 18 com.framsticks.framclipse.framScript, 27 19 com.framsticks.framclipse.framScript.impl, … … 29 21 com.framsticks.framclipse.parser.antlr, 30 22 com.framsticks.framclipse.parser.antlr.internal, 31 com.framsticks.framclipse.scoping,32 23 com.framsticks.framclipse.script, 33 24 com.framsticks.framclipse.script.model, 34 com.framsticks.framclipse.serializer,35 25 com.framsticks.framclipse.services, 36 26 com.framsticks.framclipse.validation 37 Bundle-ClassPath: lib/commons-io-1.4.jar,lib/xpp3_min-1.1.4c.jar,lib/xstream-1.3.1.jar,. 27 Bundle-ClassPath: lib/commons-io-1.4.jar, 28 lib/xpp3_min-1.1.4c.jar, 29 lib/xstream-1.3.1.jar, 30 .
Note: See TracChangeset
for help on using the changeset viewer.