Author: rombert
Date: Tue Jul 1 14:20:43 2014
New Revision: 1607093
URL: http://svn.apache.org/r1607093
Log:
IDE tooling - final tweaks to download page
Modified:
sling/site/trunk/lib/view.pm
Modified: sling/site/trunk/lib/view.pm
URL:
http://svn.apache.org/viewvc/sling/site/trunk/lib/view.pm?rev=1607093&r1=1607092&r2=1607093&view=diff
==============================================================================
--- sling/site/trunk/lib/view.pm (original)
+++ sling/site/trunk/lib/view.pm Tue Jul 1 14:20:43 2014
@@ -114,7 +114,7 @@ sub downloads {
my $result = "|Artifact | Version | Binary | Source|\n|--|--|--|--|\n";
my $maven = "|Artifact | Version | Binary | Source|\n|--|--|--|--|\n";
my $launchpad = "| Artifact | Version | Provides | Package |\n|-|-|-|-|\n";
- my $ide = "|Artifact | Version | Provides | Online update site | Zipped
update site |\n|--|--|--|--|\n";
+ my $ide = "|Artifact | Version | Provides | Update site
|\n|--|--|--|--|\n";
my @lines = split( /\n/, $args{content} );
@lines = sort @lines;
@@ -132,7 +132,7 @@ sub downloads {
$launchpad .="| Sling Source Package | $artifact | The released
Sling source code. | " .
downloadLink("sling-$artifact-source-release.tar.gz")."<br/>" .
downloadLink("sling-$artifact-source-release.zip")." |\n";
} elsif ( $title eq "sling-ide-tooling" ) {
- $ide .= "| Sling IDE Tooling for Eclipse | $artifact | A p2 update
site which can be installed in Eclipse. | " .
downloadLinkWithoutSigs("eclipse/$artifact") . " | " .
downloadLink("org.apache.sling.ide.p2update-$artifact.zip") ." |\n";
+ $ide .= "| Sling IDE Tooling for Eclipse | $artifact | A p2 update
site which can be installed in Eclipse. | " .
downloadLinkWithoutSigs("eclipse/$artifact", "Update site") .
downloadLink("org.apache.sling.ide.p2update-$artifact.zip", "(zip download)")
." |\n";
} else {
my $target = \$result;