Author: rombert
Date: Tue Jul 1 14:15:15 2014
New Revision: 1607091
URL: http://svn.apache.org/r1607091
Log:
IDE Tooling - attempt to fix link to p2 update site
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=1607091&r1=1607090&r2=1607091&view=diff
==============================================================================
--- sling/site/trunk/lib/view.pm (original)
+++ sling/site/trunk/lib/view.pm Tue Jul 1 14:15:15 2014
@@ -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 to be installed in Eclipse. | " .
downloadLink("org.apache.sling.ide.p2update-$artifact.zip"). " | " .
downloadLinkWithoutSigs("eclipse/$artifact") ." |\n";
+ $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";
} else {
my $target = \$result;
@@ -358,7 +358,7 @@ sub downloadLinkWithoutSigs {
my ($artifact, $label) = @_;
my $dp = "http://www.apache.org/dist";
$label = $artifact unless ($label);
- return "[$label]([preferred]/sling/$artifact) ";
+ return "[$label]([preferred]/sling/$artifact)";
}
sub breadcrumbs {