Skip to content
Snippets Groups Projects
Commit 0657a174 authored by Lukas Ladenberger's avatar Lukas Ladenberger
Browse files

updated build.gradle

git-svn-id: svn://svn.code.sf.net/p/rodin-b-sharp/svn/trunk/Handbook@14675 1434b563-b632-4741-aa49-43a3a8374d2e
parent 9c92b0bb
No related branches found
No related tags found
No related merge requests found
...@@ -24,6 +24,16 @@ task importPlugin << { ...@@ -24,6 +24,16 @@ task importPlugin << {
} }
} }
task deleteOldHelpPlugin(type: Delete) {
String helpPlugin = workspacePath+'org.rodinp.handbook'
delete helpPlugin
}
task importHelpPlugin(type:Copy) {
from workspacePath+'org.rodinp.handbook.feature/build/eclipse'
into workspacePath+'org.rodinp.handbook'
}
task deleteOldArtifacts(type: Delete) { task deleteOldArtifacts(type: Delete) {
String updateSite = workspacePath+'updatesite' String updateSite = workspacePath+'updatesite'
delete updateSite delete updateSite
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment