Update Distros for 2019-09
Change-Id: I84fd3528040a8cced1c99f8c7a0ed2fb197711f3
Signed-off-by: droy <denis.roy@eclipse-foundation.org>
diff --git a/.project b/.project
index 62f52cb..af0875e 100644
--- a/.project
+++ b/.project
@@ -5,32 +5,7 @@
<projects>
</projects>
<buildSpec>
- <buildCommand>
- <name>org.eclipse.xtext.ui.shared.xtextBuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- <buildCommand>
- <name>org.eclipse.wst.common.project.facet.core.builder</name>
- <arguments>
- </arguments>
- </buildCommand>
- <buildCommand>
- <name>org.eclipse.wst.validation.validationbuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- <buildCommand>
- <name>org.eclipse.dltk.core.scriptbuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
</buildSpec>
<natures>
- <nature>org.eclipse.wst.common.project.facet.core.nature</nature>
- <nature>org.eclipse.xtext.ui.shared.xtextNature</nature>
- <nature>net.vtst.ow.eclipse.less.nature</nature>
- <nature>org.eclipse.php.core.PHPNature</nature>
- <nature>org.eclipse.wst.jsdt.core.jsNature</nature>
</natures>
</projectDescription>
diff --git a/content/en_download.php b/content/en_download.php
index b64eb24..a59c70d 100644
--- a/content/en_download.php
+++ b/content/en_download.php
@@ -36,7 +36,7 @@
);
# Load up distros program if file selected is a Oxygen/SDK package
-$packageName = getPackageFromFilename($_file, "2019-06");
+$packageName = getPackageFromFilename($_file, "2019-09");
$osName = getOsFromFilename($_file);
$companies = array();
diff --git a/distros/distros.php b/distros/distros.php
index 09e6ae0..7dc8a17 100644
--- a/distros/distros.php
+++ b/distros/distros.php
@@ -15,7 +15,7 @@
$BLUAGE = new companyInfo(
"BLU AGE",
"ba_legacy_110x80_opt.jpg",
- "2019-06",
+ "2019-09",
"jee,sdk,java,cpp,modeling,reporting,rcp,automotive,mobile,scout,testing,parallel,committers, installer",
"Free and fast direct Eclipse downloads. Get more BLU AGE Eclipse plugins for your Legacy Application Modernization, Reverse Modeling and Forward Engineering.",
"http://eclipse.org/go/BLUAGE_DISTRO",
@@ -42,7 +42,7 @@
$IBM = new companyInfo (
"IBM",
"ibm-cloud-logo.jpg",
- "2019-06",
+ "2019-09",
"jee,committers,java,cpp,php,installer,javascript",
"Blazingly fast downloads hosted by IBM Cloud.",
"http://eclipse.org/go/DISTRO_IBM",
@@ -92,7 +92,7 @@
$rValue = array();
global $companyinfo;
foreach ($companyinfo as $company) {
- if(strpos($company->projects, $_package) !== false && $company->version == "2019-06") {
+ if(strpos($company->projects, $_package) !== false && $company->version == "2019-09") {
$rValue[] = $company;
}
}