blob: b309afe3413dc2796d392cf8317fe037c4536665 [file] [log] [blame]
[comment]
Copyright 2010 Obeo
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License 1.0
Any license can be applied to the files generated with this template.
author <a href="mailto:laurent.goubet@obeo.fr">Laurent Goubet</a>
[/comment]
[module CommonFiles('http://www.eclipse.org/emf/2002/GenModel')/]
[template public manifest(model : GenModel)]
[file ('META-INF/MANIFEST.MF', false)]
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: [model.modelName/] Tests
Bundle-SymbolicName: [model.modelPluginID/].test
Bundle-Version: 1.0.0
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Require-Bundle: [model.modelPluginID/],
org.junit;bundle-version="3.8.2",
org.eclipse.emf.common;bundle-version="2.3.2",
org.eclipse.emf.ecore;bundle-version="2.3.2"
[/file]
[/template]