Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormkersten2006-06-15 18:17:31 +0000
committermkersten2006-06-15 18:17:31 +0000
commit4ceb76a2af05ff2a12a714a77709f3a93aca3176 (patch)
tree4061d7516d8016acdb894b05a72bfe117feb52b0 /org.eclipse.mylyn.trac.ui/META-INF/MANIFEST.MF
parent5b49488eb3ffc9abef3a4491b0fd4f227af0ea60 (diff)
downloadorg.eclipse.mylyn.tasks-4ceb76a2af05ff2a12a714a77709f3a93aca3176.tar.gz
org.eclipse.mylyn.tasks-4ceb76a2af05ff2a12a714a77709f3a93aca3176.tar.xz
org.eclipse.mylyn.tasks-4ceb76a2af05ff2a12a714a77709f3a93aca3176.zip
Trac projects
Diffstat (limited to 'org.eclipse.mylyn.trac.ui/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.mylyn.trac.ui/META-INF/MANIFEST.MF14
1 files changed, 14 insertions, 0 deletions
diff --git a/org.eclipse.mylyn.trac.ui/META-INF/MANIFEST.MF b/org.eclipse.mylyn.trac.ui/META-INF/MANIFEST.MF
new file mode 100644
index 000000000..7200f1b2f
--- /dev/null
+++ b/org.eclipse.mylyn.trac.ui/META-INF/MANIFEST.MF
@@ -0,0 +1,14 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Mylar Track Plug-in
+Bundle-SymbolicName: org.eclipse.mylar.trac; singleton:=true
+Bundle-Version: 0.5.3
+Bundle-Activator: org.eclipse.mylar.internal.track.MylarTracPlugin
+Bundle-Vendor: Eclipse.org
+Bundle-Localization: plugin
+Require-Bundle: org.eclipse.ui,
+ org.eclipse.ui.forms
+Eclipse-AutoStart: true
+Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Export-Package:
+Bundle-ClassPath: mylar-trac.jar

Back to the top