Skip to main content
summaryrefslogblamecommitdiffstats
blob: fb7aac3ee06ca4665d03d194ccbf88e1db14b9cd (plain) (tree)
1
2
3
4
5
6
7
8
9



                                                          
                                



                                                                            

                                               


                             





                                                  
                                         

                                                       

                                                            

                                                                                  
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: org.eclipse.osee.framework.core.dsl.ui
Bundle-Vendor: Eclipse Open System Engineering Environment
Bundle-Version: 0.18.0.qualifier
Bundle-SymbolicName: org.eclipse.osee.framework.core.dsl.ui; singleton:=true
Bundle-ActivationPolicy: lazy
Require-Bundle: org.eclipse.osee.framework.core.dsl;visibility:=reexport,
 org.eclipse.xtext.ui,
 org.eclipse.ui.editors;bundle-version="3.5.0",
 org.eclipse.ui.ide;bundle-version="3.5.0",
 org.eclipse.xtext.ui.shared,
 org.eclipse.ui,
 org.eclipse.xtext.builder,
 org.antlr.runtime;bundle-version="[3.2.0,3.2.1)",
 org.eclipse.xtext.common.types.ui,
 org.eclipse.xtext.ui.codetemplates.ui,
 org.eclipse.compare
Import-Package: org.apache.commons.logging,
 org.apache.log4j;version="1.2.15",
 org.eclipse.osee.framework.jdk.core.util
Export-Package: org.eclipse.osee.framework.core.dsl.ui,
 org.eclipse.osee.framework.core.dsl.ui.contentassist,
 org.eclipse.osee.framework.core.dsl.ui.contentassist.antlr,
 org.eclipse.osee.framework.core.dsl.ui.quickfix
Bundle-Activator: org.eclipse.osee.framework.core.dsl.ui.internal.OseeDslActivator
Bundle-RequiredExecutionEnvironment: JavaSE-1.6

Back to the top