Skip to content

Commit

Permalink
update references to p2 repo
Browse files Browse the repository at this point in the history
  • Loading branch information
vladdu committed Sep 30, 2019
1 parent e838008 commit edd41b6
Show file tree
Hide file tree
Showing 12 changed files with 22 additions and 22 deletions.
Expand Up @@ -51,7 +51,7 @@ <h2>Links</h2>
<li><a href="http://www.cs.kent.ac.uk/projects/wrangler/">Wrangler home page</a></li>
<li><a href="https://launchpad.net/~oroszgy/+archive/wrangler">Wrangler installer for Debian Linux</li>
<li><a href="http://erlide.org">Erlide project site</a></li>
<li><a href="http://download.erlide.org/update">Erlide update site</a></li>
<li><a href="https://download.erlide.org/update">Erlide update site</a></li>
<li><a href="https://github.com/erlang/erlide_eclipse/issues">Erlide bug tracker</a></li>
<li><a href="http://www.erlang.org">Open source Erlang</a></li>
<li><a href="http://www.protest-project.eu/">Protest Project</a></li>
Expand Down
Expand Up @@ -66,7 +66,7 @@ public Object execute(final ExecutionEvent event)
PlatformUI.getWorkbench().getActiveWorkbenchWindow().getShell(),
"Missing Graphviz library",
"For using Wrangler code inspection functionalities you must first install the Eclipse GraphViz plugin (and also the original graphviz binaries).\n"
+ "Update site: <a src=\"http://download.erlide.org/update/graphviz/\">http://download.erlide.org/update/graphviz/</a>");
+ "Update site: <a src=\"https://download.erlide.org/update/graphviz/\">https://download.erlide.org/update/graphviz/</a>");

m.open();
return null;
Expand Down
2 changes: 1 addition & 1 deletion features/org.erlide.product.feature/feature.xml
Expand Up @@ -19,7 +19,7 @@
</license>

<url>
<update label="erlide update site" url="http://download.erlide.org/update"/>
<update label="erlide update site" url="https://download.erlide.org/update"/>
</url>

<requires>
Expand Down
2 changes: 1 addition & 1 deletion features/org.erlide/feature.xml
Expand Up @@ -32,7 +32,7 @@ is available from http://www.eclipse.org/legal/epl-v10.html
</license>

<url>
<update label="Erlide main update site" url="http://download.erlide.org/update/"/>
<update label="Erlide main update site" url="https://download.erlide.org/update/"/>
</url>

<includes
Expand Down
4 changes: 2 additions & 2 deletions meta/setup_tools.sh
Expand Up @@ -20,7 +20,7 @@ pushd $DEST_DIR
# jdk 1.6
if [ ! -d jdk ] ; then
if [ ! -f jdk-6u45-linux-x64.bin ] ; then
wget http://download.erlide.org/tools/jdk-6u45-linux-x64.bin
wget https://download.erlide.org/tools/jdk-6u45-linux-x64.bin
fi
chmod u+x jdk-6u45-linux-x64.bin
./jdk-6u45-linux-x64.bin
Expand All @@ -31,7 +31,7 @@ fi
# ant 1.9.2
if [ ! -d ant ] ; then
if [ ! -f apache-ant-1.9.2-bin.tar.gz ] ; then
wget http://download.erlide.org/tools/apache-ant-1.9.2-bin.tar.gz
wget https://download.erlide.org/tools/apache-ant-1.9.2-bin.tar.gz
fi
tar zxvf apache-ant-1.9.2-bin.tar.gz
ln -s apache-ant-1.9.2 ant
Expand Down
Expand Up @@ -10,13 +10,13 @@ part: Getting started
* Install Eclipse. We target primarily version __4.4__, later versions work just as well. __Java 8__ is required.
* If your network uses a proxy to connect to the internet, fill in the appropriate data in `Window -> Preferences -> Install/Update -> Proxy settings`
* Install Erlide by going to `Help -> Software Updates -> Find` and `Install... -> Search for new features to install`.
* In the dialog, choose New remote site and enter `Erlide` as name and `http://download.erlide.org/update` as URL.
* In the dialog, choose New remote site and enter `Erlide` as name and `https://download.erlide.org/update` as URL.
* Select `Erlang IDE` and maybe the optional add-ins. Press `Next`, again `Next`, accept the license agreement and `Finish`. You may be asked to agree to install unsigned content, do so.
* Restart. Go to `Window -> Preferences -> Erlang -> Installed runtimes` and add an entry (or several) for your Erlang installation(s) of choice. The required parameters are the name and the path to the top level directory (i.e. `$ERL_TOP`). Now restart again.
* Done! You're ready to start exploring.

## Update sites

* Stable releases: [http://download.erlide.org/update](http://download.erlide.org/update)
* Beta releases: [http://download.erlide.org/update/beta](http://download.erlide.org/update/beta)
* Nightly releases (bleeding edge, may not work, use at your own risk): [http://download.erlide.org/update/nightly](http://download.erlide.org/update/nightly)
* Stable releases: [https://download.erlide.org/update](https://download.erlide.org/update)
* Beta releases: [https://download.erlide.org/update/beta](https://download.erlide.org/update/beta)
* Nightly releases (bleeding edge, may not work, use at your own risk): [https://download.erlide.org/update/nightly](https://download.erlide.org/update/nightly)
Expand Up @@ -8,11 +8,11 @@ part: Developer's guide

There are three update sites:

- `http://download.erlide.org/update` : contains all stable releases
- `http://download.erlide.org/update/beta` : contains the release the will be
- `https://download.erlide.org/update` : contains all stable releases
- `https://download.erlide.org/update/beta` : contains the release the will be
promoted to stable once it passes acceptance tests. May be broken at
times, but not for long.
- `http://download.erlide.org/update/nightly` : contains the latest and
- `https://download.erlide.org/update/nightly` : contains the latest and
greatest, but untested code. Use it at your own risk.

## Building Erlide
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Expand Up @@ -30,7 +30,7 @@
<repository>
<id>erlide libs</id>
<layout>p2</layout>
<url>http://download.erlide.org/update/libs</url>
<url>https://download.erlide.org/update/libs</url>
</repository>
<repository>
<id>orbit neon</id>
Expand All @@ -45,7 +45,7 @@
<repository>
<id>kernel</id>
<layout>p2</layout>
<url>http://download.erlide.org/update/kernel/0.115.3</url>
<url>https://download.erlide.org/update/kernel/0.115.3</url>
</repository>
</repositories>

Expand Down Expand Up @@ -314,7 +314,7 @@
<baselineReplace>none</baselineReplace>
<baselineRepositories>
<repository>
<url>http://download.erlide.org/update/</url>
<url>https://download.erlide.org/update/</url>
</repository>
</baselineRepositories>
</configuration>
Expand Down
2 changes: 1 addition & 1 deletion releng/org.erlide.releng/p2.xsl
Expand Up @@ -8,7 +8,7 @@
<xsl:template match="repository/properties">
<properties size='{@size+2}'>
<xsl:copy-of select="property"/>
<property name='p2.statsURI' value='http://download.erlide.org/stats'/>
<property name='p2.statsURI' value='https://download.erlide.org/stats'/>
<xsl:element name="property">
<xsl:attribute name="name">p2.mirrorsURL</xsl:attribute>
<xsl:attribute name="value"><xsl:value-of select="$mirrorsURL"/></xsl:attribute>
Expand Down
2 changes: 1 addition & 1 deletion releng/org.erlide.releng/setup/erlide.setup
Expand Up @@ -54,7 +54,7 @@
name="org.eclipse.xtend.sdk.feature.group"
versionRange="[2.8.3,2.9.0)"/>
<repository
url="http://download.erlide.org/update"/>
url="https://download.erlide.org/update"/>
<repository
url="http://download.eclipse.org/modeling/tmf/xtext/updates/composite/releases/"/>
<description>Install the tools needed in the IDE to work with the source code for ${scope.project.label}</description>
Expand Down
4 changes: 2 additions & 2 deletions releng/org.erlide.target/org.erlide.target.target
Expand Up @@ -11,7 +11,7 @@
</location>
<location includeMode="planner" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit">
<unit id="com.abstratt.eclipsegraphviz.feature.feature.group" version="0.0.0"/>
<repository location="http://download.erlide.org/update/libs"/>
<repository location="https://download.erlide.org/update/libs"/>
</location>
<location includeMode="planner" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit">
<repository location="http://download.eclipse.org/eclipse/updates/4.8/"/>
Expand All @@ -24,7 +24,7 @@
</location>
<location includeMode="planner" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit">
<unit id="org.erlide.kernel.feature.feature.group" version="0.0.0"/>
<repository location="http://download.erlide.org/update/kernel/0.115.3"/>
<repository location="https://download.erlide.org/update/kernel/0.115.3"/>
</location>
<location includeMode="planner" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit">
<unit id="com.google.gson" version="2.7.0.v20170129-0911"/>
Expand Down
4 changes: 2 additions & 2 deletions releng/org.erlide.target/org.erlide.target.tpd
Expand Up @@ -9,7 +9,7 @@ location "http://download.eclipse.org/releases/photon/" {
org.eclipse.jdt.annotation lazy
org.eclipse.sdk.ide lazy
}
location "http://download.erlide.org/update/libs" {
location "https://download.erlide.org/update/libs" {
com.abstratt.eclipsegraphviz.feature.feature.group lazy //[2.2.0, 3.0.0)
}

Expand All @@ -22,7 +22,7 @@ location "http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.19.0
org.eclipse.xtext.xbase.lib lazy
}

location "http://download.erlide.org/update/kernel/0.115.3" {
location "https://download.erlide.org/update/kernel/0.115.3" {
org.erlide.kernel.feature.feature.group lazy
}

Expand Down

0 comments on commit edd41b6

Please sign in to comment.