Skip to content

Commit c0e7613

Browse files
committed
Merge pull request #34 from dragos/refactoring/cleanup-inlines
Reorganized our includes.
2 parents 8fe21bc + e309e3f commit c0e7613

27 files changed

+132
-389
lines changed

_includes/current-download-box-2-10-indigo.txt

-20
This file was deleted.

_includes/current-download-box-2-10-juno.txt

-20
This file was deleted.

_includes/current-download-box-2-8.txt

-20
This file was deleted.

_includes/current-download-box-2-9-indigo.txt

-20
This file was deleted.

_includes/current-download-box-2-9-juno.txt

-20
This file was deleted.

_includes/current-download-requirements-indigo.txt

-13
This file was deleted.

_includes/current-download-requirements-juno.txt

-8
This file was deleted.

_includes/download-box.txt

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<div class="download-section">
2+
<div id="{{ divId }}" class="download-link" title="URL Copied To Clipboard" data-content="To install the Scala IDE for Eclipse 3.7 (Indigo), open Eclipse, go to 'Help > Install New Software', and paste this URL into the dialog box. Then, follow the on-screen instructions from there.">
3+
{{ downloadUrl }}/site
4+
</div>
5+
<script type="text/javascript" charset="utf-8">
6+
$(window).load(function() {
7+
8+
var clip = new ZeroClipboard.Client();
9+
clip.setHandCursor( true );
10+
clip.setText("{{ downloadUrl }}/site");
11+
clip.glue("{{ divId }}");
12+
13+
});
14+
15+
</script>
16+
17+
<div class="zip-update-site">
18+
{% unless zipUrl %}
19+
{% capture zipUrl %}{{ downloadUrl }}/update-site.zip{% endcapture %}
20+
{% endunless %}
21+
(If you cannot use the update site, a downloadable local update site is available: <a href="{{ zipUrl }}">zipfile</a>, <a href="{{ zipUrl }}.sha1">sha1sum</a>)
22+
</div>
23+
</div>
24+
25+
{% assign zipUrl = nil %}

_includes/sdk-download-requirements-indigo.txt renamed to _includes/jdk-requirements-indigo.txt

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
* [JDK 5][jdk5] or [JDK 6][jdk6] ([JDK 7][jdk7] can be used but there have been issues reported when using Eclipse 3.7 with Java 7, e.g., [1][issue-1-jdk7] or or [2][issue-2-jdk7] if you are on MacOSX - a workaround for the latter issue is described [here][workaround-issue-2-jdk7]).
1+
* [JDK 6][jdk6] ([JDK 7][jdk7] can be used but there have been issues reported when using Eclipse 3.7 with Java 7, e.g., [1][issue-1-jdk7] or or [2][issue-2-jdk7] if you are on MacOSX - a workaround for the latter issue is described [here][workaround-issue-2-jdk7]).
22

3-
[jdk5]: http://www.oracle.com/technetwork/java/javasebusiness/downloads/java-archive-downloads-javase5-419410.html
43
[jdk6]: http://www.oracle.com/technetwork/java/javasebusiness/downloads/java-archive-downloads-javase6-419409.html
54
[jdk7]: http://www.oracle.com/technetwork/java/javase/downloads/index.html
65
[eclipse-indigo]: http://www.eclipse.org/downloads/packages/release/indigo/sr2

_includes/juno-milestone-download-box-2.1-2.10.txt

-21
This file was deleted.

_includes/juno-milestone-download-box-2.1-2.9.txt

-21
This file was deleted.

_includes/juno-nightly-download-box-2.1-2.10.txt

-24
This file was deleted.

_includes/milestone-download-box-2.1-2.10.txt

-21
This file was deleted.

_includes/milestone-download-box-2.1-2.9.txt

-21
This file was deleted.

_includes/milestone-download-features.txt

-66
This file was deleted.

_includes/nightly-21-download-requirements.txt

-10
This file was deleted.

0 commit comments

Comments
 (0)