summaryrefslogtreecommitdiffstats
path: root/org.eclipse.cdt.codan.checkers.ui/META-INF
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.cdt.codan.checkers.ui/META-INF')
-rw-r--r--org.eclipse.cdt.codan.checkers.ui/META-INF/CVS/Entries1
-rw-r--r--org.eclipse.cdt.codan.checkers.ui/META-INF/CVS/Repository1
-rw-r--r--org.eclipse.cdt.codan.checkers.ui/META-INF/CVS/Root1
-rw-r--r--org.eclipse.cdt.codan.checkers.ui/META-INF/MANIFEST.MF15
4 files changed, 18 insertions, 0 deletions
diff --git a/org.eclipse.cdt.codan.checkers.ui/META-INF/CVS/Entries b/org.eclipse.cdt.codan.checkers.ui/META-INF/CVS/Entries
new file mode 100644
index 0000000..bb6a97a
--- /dev/null
+++ b/org.eclipse.cdt.codan.checkers.ui/META-INF/CVS/Entries
@@ -0,0 +1 @@
+/MANIFEST.MF/1.1/Sat Apr 18 02:11:07 2009//
diff --git a/org.eclipse.cdt.codan.checkers.ui/META-INF/CVS/Repository b/org.eclipse.cdt.codan.checkers.ui/META-INF/CVS/Repository
new file mode 100644
index 0000000..36326a6
--- /dev/null
+++ b/org.eclipse.cdt.codan.checkers.ui/META-INF/CVS/Repository
@@ -0,0 +1 @@
+org.eclipse.cdt/codan/org.eclipse.cdt.codan.checkers.ui/META-INF
diff --git a/org.eclipse.cdt.codan.checkers.ui/META-INF/CVS/Root b/org.eclipse.cdt.codan.checkers.ui/META-INF/CVS/Root
new file mode 100644
index 0000000..04efa23
--- /dev/null
+++ b/org.eclipse.cdt.codan.checkers.ui/META-INF/CVS/Root
@@ -0,0 +1 @@
+:pserver:anonymous@dev.eclipse.org:/cvsroot/tools
diff --git a/org.eclipse.cdt.codan.checkers.ui/META-INF/MANIFEST.MF b/org.eclipse.cdt.codan.checkers.ui/META-INF/MANIFEST.MF
new file mode 100644
index 0000000..faffd30
--- /dev/null
+++ b/org.eclipse.cdt.codan.checkers.ui/META-INF/MANIFEST.MF
@@ -0,0 +1,15 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Checkers Ui
+Bundle-SymbolicName: org.eclipse.cdt.codan.checkers.ui;singleton:=true
+Bundle-Version: 1.0.0
+Bundle-Activator: org.eclipse.cdt.codan.checkers.ui.CheckersUiActivator
+Require-Bundle: org.eclipse.ui,
+ org.eclipse.core.runtime,
+ org.eclipse.ui.ide;bundle-version="3.5.0",
+ org.eclipse.jface.text;bundle-version="3.5.0",
+ org.eclipse.ui.editors;bundle-version="3.5.0",
+ org.eclipse.core.resources;bundle-version="3.5.0",
+ org.eclipse.cdt.codan.checkers;bundle-version="1.0.0"
+Bundle-ActivationPolicy: lazy
+Bundle-RequiredExecutionEnvironment: J2SE-1.5