Ignore:
Timestamp:
10/18/15 23:05:09 (8 years ago)
Author:
Mateusz Poszwa
Message:

Ported Framclipse to Xtext 2.8.4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • java/Framclipse/com.framsticks.framclipse/META-INF/MANIFEST.MF

    r437 r438  
    1414 org.eclipse.emf.mwe2.launch;resolution:=optional,
    1515 com.ibm.icu;resolution:=optional,
    16  org.eclipse.xtext.xtend;resolution:=optional,
    1716 org.eclipse.xtext.util,
    1817 org.eclipse.emf.ecore,
    1918 org.eclipse.emf.common,
    2019 org.antlr.runtime,
    21  org.eclipse.core.runtime
     20 org.eclipse.core.runtime,
     21 org.eclipse.xtext.xbase.lib
    2222Import-Package: org.apache.log4j
    2323Bundle-RequiredExecutionEnvironment: JavaSE-1.6
    2424Export-Package: com.framsticks.framclipse,
     25 com.framsticks.framclipse.formatting,
    2526 com.framsticks.framclipse.framScript,
    2627 com.framsticks.framclipse.framScript.impl,
    2728 com.framsticks.framclipse.framScript.util,
    28  com.framsticks.framclipse.parseTreeConstruction,
    2929 com.framsticks.framclipse.parser.antlr,
    3030 com.framsticks.framclipse.parser.antlr.internal,
     31 com.framsticks.framclipse.scoping,
    3132 com.framsticks.framclipse.script,
    3233 com.framsticks.framclipse.script.model,
     34 com.framsticks.framclipse.serializer,
    3335 com.framsticks.framclipse.services,
    3436 com.framsticks.framclipse.validation
    35 Bundle-ClassPath: lib/commons-io-1.4.jar,
    36  lib/xpp3_min-1.1.4c.jar,
    37  lib/xstream-1.3.1.jar,
    38  .
     37Bundle-ClassPath: lib/commons-io-1.4.jar,lib/xpp3_min-1.1.4c.jar,lib/xstream-1.3.1.jar,.
Note: See TracChangeset for help on using the changeset viewer.