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

removed building plugin zip file from build script (migrated to gradle)

git-svn-id: svn://svn.code.sf.net/p/rodin-b-sharp/svn/trunk/Handbook@14616 1434b563-b632-4741-aa49-43a3a8374d2e
parent f87d6c8d
No related branches found
No related tags found
No related merge requests found
<project default="generate-all">
<property name="build-dir" value="${basedir}/build"/>
<!--${eclipse.workspace}
${workspace_loc}-->
<property name="theme-html" value="rodin-theme-html"/>
<property name="theme-eclipse" value="rodin-theme-eclipse"/>
......@@ -58,7 +59,7 @@
<replacevalue><![CDATA[<toc topic="index.html" ]]></replacevalue>
</replace>
<!-- delete old eclipse help zip -->
<!-- delete old eclipse help zip x
<delete dir="${build-dir}/plugin" includes="*.zip"/>
<tstamp>
......@@ -74,6 +75,8 @@
update="true" />
<delete dir="${build-dir}/plugin/plugins"/>
-->
</target>
<target name="generate" depends="init">
......@@ -94,8 +97,7 @@
<replaceregexp
match="plasTeX.Base.LaTeX.Index.IndexDestination[^>]*"
replace="plasTeX.Base.LaTeX.Index.IndexDestination/"
flags="g"
>
flags="g">
<fileset dir="${targetdir}" includes="*.html"/>
</replaceregexp>
</target>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment