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"> <project default="generate-all">
<property name="build-dir" value="${basedir}/build"/> <property name="build-dir" value="${basedir}/build"/>
<!--${eclipse.workspace}
${workspace_loc}-->
<property name="theme-html" value="rodin-theme-html"/> <property name="theme-html" value="rodin-theme-html"/>
<property name="theme-eclipse" value="rodin-theme-eclipse"/> <property name="theme-eclipse" value="rodin-theme-eclipse"/>
...@@ -58,7 +59,7 @@ ...@@ -58,7 +59,7 @@
<replacevalue><![CDATA[<toc topic="index.html" ]]></replacevalue> <replacevalue><![CDATA[<toc topic="index.html" ]]></replacevalue>
</replace> </replace>
<!-- delete old eclipse help zip --> <!-- delete old eclipse help zip x
<delete dir="${build-dir}/plugin" includes="*.zip"/> <delete dir="${build-dir}/plugin" includes="*.zip"/>
<tstamp> <tstamp>
...@@ -74,6 +75,8 @@ ...@@ -74,6 +75,8 @@
update="true" /> update="true" />
<delete dir="${build-dir}/plugin/plugins"/> <delete dir="${build-dir}/plugin/plugins"/>
-->
</target> </target>
<target name="generate" depends="init"> <target name="generate" depends="init">
...@@ -94,8 +97,7 @@ ...@@ -94,8 +97,7 @@
<replaceregexp <replaceregexp
match="plasTeX.Base.LaTeX.Index.IndexDestination[^>]*" match="plasTeX.Base.LaTeX.Index.IndexDestination[^>]*"
replace="plasTeX.Base.LaTeX.Index.IndexDestination/" replace="plasTeX.Base.LaTeX.Index.IndexDestination/"
flags="g" flags="g">
>
<fileset dir="${targetdir}" includes="*.html"/> <fileset dir="${targetdir}" includes="*.html"/>
</replaceregexp> </replaceregexp>
</target> </target>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment