Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Frost2012-11-20 14:50:46 +0000
committerChristopher Frost2012-11-20 14:50:46 +0000
commit7f6bf5163039d3556d7bc54ab52061945a26b8ca (patch)
tree80a27f793d5eab4f7e8b339dd90efd24b9d59e44
parent24c664491cdf2e1bd7e0386ea40f420e4d5c5cd7 (diff)
downloadmanagement-7f6bf5163039d3556d7bc54ab52061945a26b8ca.tar.gz
management-7f6bf5163039d3556d7bc54ab52061945a26b8ca.tar.xz
management-7f6bf5163039d3556d7bc54ab52061945a26b8ca.zip
Fixing bad file extensions
-rwxr-xr-xdownload/index.php2
-rw-r--r--download/release-notes/1.0.4.RELEASE.php (renamed from download/release-notes/1.0.4.RELEASE.html)0
-rw-r--r--download/release-notes/1.0.5.RELEASE.php (renamed from download/release-notes/1.0.5.RELEASE.html)0
3 files changed, 1 insertions, 1 deletions
diff --git a/download/index.php b/download/index.php
index 84d8797..30cc54a 100755
--- a/download/index.php
+++ b/download/index.php
@@ -23,7 +23,7 @@
$pageKeywords = "Eclipse, EclipseRT, Gemini, OSGi, Management, Documentation";
$pageAuthor = "Christopher Frost";
- $geminiManagementVersions = array("1.0.5RELEASE", "1.0.4.RELEASE", "1.0.3.RELEASE", "1.0.2.RELEASE", "1.0.1.RELEASE", "1.0.0.RELEASE");
+ $geminiManagementVersions = array("1.0.5.RELEASE", "1.0.4.RELEASE", "1.0.3.RELEASE", "1.0.2.RELEASE", "1.0.1.RELEASE", "1.0.0.RELEASE");
ob_start();
?>
diff --git a/download/release-notes/1.0.4.RELEASE.html b/download/release-notes/1.0.4.RELEASE.php
index 1f53418..1f53418 100644
--- a/download/release-notes/1.0.4.RELEASE.html
+++ b/download/release-notes/1.0.4.RELEASE.php
diff --git a/download/release-notes/1.0.5.RELEASE.html b/download/release-notes/1.0.5.RELEASE.php
index abdee86..abdee86 100644
--- a/download/release-notes/1.0.5.RELEASE.html
+++ b/download/release-notes/1.0.5.RELEASE.php

Back to the top