Ignore:
Timestamp:
10/23/15 04:56:47 (8 years ago)
Author:
Mateusz Poszwa
Message:

Resolved missing dependencies in Framclipse

File:
1 edited

Legend:

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

    r438 r441  
    66Bundle-SymbolicName: com.framsticks.framclipse; singleton:=true
    77Bundle-ActivationPolicy: lazy
    8 Require-Bundle: org.eclipse.xtext,
     8Require-Bundle: org.antlr.generator,
     9 org.eclipse.xtext,
    910 org.eclipse.xtext.generator;resolution:=optional,
    1011 de.itemis.xtext.antlr;resolution:=optional,
    1112 org.apache.commons.logging;resolution:=optional,
    12  org.eclipse.emf.codegen.ecore;resolution:=optional,
    13  org.eclipse.emf.mwe.utils;resolution:=optional,
    1413 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,
    1914 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
    2316Bundle-RequiredExecutionEnvironment: JavaSE-1.6
    2417Export-Package: com.framsticks.framclipse,
    25  com.framsticks.framclipse.formatting,
    2618 com.framsticks.framclipse.framScript,
    2719 com.framsticks.framclipse.framScript.impl,
     
    2921 com.framsticks.framclipse.parser.antlr,
    3022 com.framsticks.framclipse.parser.antlr.internal,
    31  com.framsticks.framclipse.scoping,
    3223 com.framsticks.framclipse.script,
    3324 com.framsticks.framclipse.script.model,
    34  com.framsticks.framclipse.serializer,
    3525 com.framsticks.framclipse.services,
    3626 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,.
     27Bundle-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.