Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSeverin Gehwolf2010-12-04 14:35:42 +0000
committerSeverin Gehwolf2010-12-04 14:35:42 +0000
commit0c27ef68ab745bce0d2fa76f03de98fde68e5a19 (patch)
tree2ccb582aaf45f517524b33d5af435ad58ff04d46 /changelog
parentcf63c14c6d2f3004f5fa465561fa233d135901b5 (diff)
downloadorg.eclipse.linuxtools-0c27ef68ab745bce0d2fa76f03de98fde68e5a19.tar.gz
org.eclipse.linuxtools-0c27ef68ab745bce0d2fa76f03de98fde68e5a19.tar.xz
org.eclipse.linuxtools-0c27ef68ab745bce0d2fa76f03de98fde68e5a19.zip
2010-12-04 Severin Gehwolf <sgehwolf@redhat.com>
* META-INF/MANIFEST.MF: Bump up version to 2.7.0 in order to match changelog.core.
Diffstat (limited to 'changelog')
-rw-r--r--changelog/org.eclipse.linuxtools.changelog.tests/ChangeLog4
-rw-r--r--changelog/org.eclipse.linuxtools.changelog.tests/META-INF/MANIFEST.MF2
2 files changed, 5 insertions, 1 deletions
diff --git a/changelog/org.eclipse.linuxtools.changelog.tests/ChangeLog b/changelog/org.eclipse.linuxtools.changelog.tests/ChangeLog
index b6684308b3..be070f6330 100644
--- a/changelog/org.eclipse.linuxtools.changelog.tests/ChangeLog
+++ b/changelog/org.eclipse.linuxtools.changelog.tests/ChangeLog
@@ -1,3 +1,7 @@
+2010-12-04 Severin Gehwolf <sgehwolf@redhat.com>
+
+ * META-INF/MANIFEST.MF: Bump up version to 2.7.0 in order to match changelog.core.
+
2010-12-03 Severin Gehwolf <sgehwolf@redhat.com>
* src/org/eclipse/linuxtools/changelog/core/tests/AllTests.java: Fix copyright.
diff --git a/changelog/org.eclipse.linuxtools.changelog.tests/META-INF/MANIFEST.MF b/changelog/org.eclipse.linuxtools.changelog.tests/META-INF/MANIFEST.MF
index 3635c64dd2..527617c902 100644
--- a/changelog/org.eclipse.linuxtools.changelog.tests/META-INF/MANIFEST.MF
+++ b/changelog/org.eclipse.linuxtools.changelog.tests/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Eclipse Linuxtools Changelog Tests
Bundle-SymbolicName: org.eclipse.linuxtools.changelog.tests
-Bundle-Version: 1.0.0.qualifier
+Bundle-Version: 2.7.0.qualifier
Bundle-Activator: org.eclipse.linuxtools.changelog.core.tests.TestsPluginActivator
Bundle-Vendor: Eclipse.org
Require-Bundle: org.eclipse.ui,

Back to the top