diff --git a/org.rodinp.handbook.releng/build.gradle b/org.rodinp.handbook.releng/build.gradle index b340bc0d92b75ecd27e9203d8d411e228524248e..07077f3c62778c09cafac162870f20944dcb0730 100755 --- a/org.rodinp.handbook.releng/build.gradle +++ b/org.rodinp.handbook.releng/build.gradle @@ -12,8 +12,8 @@ apply from: 'tycho_build.gradle' // Local tasks task importPlugin << { - sourcedir = 'org.rodinp.handbook.feature/build/eclipse' - targetdir = 'org.rodinp.handbook' + sourcedir = '../org.rodinp.handbook.feature/build/eclipse' + targetdir = '../org.rodinp.handbook' delete file(targetdir) new File(targetdir).mkdirs() copy { @@ -23,8 +23,8 @@ task importPlugin << { } task collectArtifacts(type:Copy) { - from groupID+'.repository/target/repository/' - into 'updatesite' + from '../'+groupID+'.repository/target/repository/' + into '../updatesite' from "index.html" - into 'updatesite' + into '../updatesite' } diff --git a/org.rodinp.handbook.releng/index.html b/org.rodinp.handbook.releng/index.html new file mode 100644 index 0000000000000000000000000000000000000000..54b1e1c2ef8e0679454b0e72129db26ebfe7d0fb --- /dev/null +++ b/org.rodinp.handbook.releng/index.html @@ -0,0 +1,21 @@ +<html> +<head> +<title>ProR Handbook Updatesite</title> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +</head> +<body onload="init();"> +<!--[insert static HTML here]--> +<a href="http://www.formalmind.com/"><img src="http://www.formalmind.com/sites/default/files/logo_formalmind.png" border="0" align="right"></a> +<h1 class="title">Installing the Rodin Handbook plug-in</h1> +<p class="bodyText"> +Please use the Rodin Update manager to install the plug-in. +</p> +<ol class="bodyText"> +<li>Select from main menu: <i>Help | Software Updates | Find and install...</i></li> +<li>There should already be a HHU remote site. If not, create a new remote site using the URL <br/><i>http://handbook.event-b.org/updatesite/</i></li> +<li>Select the Plug-ins you want to install and follow the dialog</li> +</ol> +<br/> +<div id="data"><!-- this is where the transformed data goes --></div> +</body> +</html>