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



                                                      
                               

                                                                        
                                                                                
                                                                 
                                                              
                                                        
                                                     
                                                         




                                         
                             

                                                                            
                             
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Gastro Server
Bundle-SymbolicName: org.gastro.server;singleton:=true
Bundle-Version: 3.0.0.qualifier
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.5.0,4.0.0)",
 org.eclipse.emf.cdo.server;bundle-version="[2.0.0,4.0.0)";visibility:=reexport,
 org.eclipse.emf.cdo.server.net4j;bundle-version="[3.0.0,4.0.0)",
 org.eclipse.emf.cdo.server.db;bundle-version="[2.0.0,4.0.0)",
 org.eclipse.net4j.db.h2;bundle-version="[3.0.0,4.0.0)",
 org.eclipse.net4j.tcp;bundle-version="[2.0.0,4.0.0)"
Bundle-Activator: org.gastro.internal.server.OM$Activator
Import-Package: org.h2;version="1.1.114",
 org.h2.api;version="1.1.114",
 org.h2.jdbcx;version="1.1.114",
 org.h2.tools;version="1.1.114",
 org.h2.util;version="1.1.114"
Bundle-Vendor: www.gastro.org
Export-Package: org.gastro.internal.server;version="3.0.0";x-internal:=true,
 org.gastro.server;version="3.0.0"
Bundle-ActivationPolicy: lazy

Back to the top