Skip to content

Commit

Permalink
#179 remove optional markdown renderer
Browse files Browse the repository at this point in the history
  • Loading branch information
Thorsten Marx committed Mar 12, 2024
1 parent c08532f commit c434354
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions distribution/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@
<property name="forms.version">v1.2.0</property>

<target name="download-modules" description="--> download modules">
<get src="https://github.com/thmarx/markedj-module/releases/download/${markedj.version}/markedj-module-bin.zip" dest="temp/markedj-module-bin.zip"></get>
<get src="https://github.com/thmarx/flexmark-module/releases/download/${flexmark.version}/flexmark-module-bin.zip" dest="temp/flexmark-module-bin.zip"></get>
<get src="https://github.com/thmarx/markedjs-module/releases/download/${markedjs.version}/markedjs-module-bin.zip" dest="temp/markedjs-module-bin.zip"></get>
<get src="https://github.com/thmarx/pebble-module/releases/download/${pebble.version}/pebble-module-bin.zip" dest="temp/pebble-module-bin.zip"></get>
<get src="https://github.com/thmarx/thymeleaf-module/releases/download/${thymeleaf.version}/thymeleaf-module-bin.zip" dest="temp/thymeleaf-module-bin.zip"></get>
<get src="https://github.com/thmarx/seo-module/releases/download/${seo.version}/seo-module-bin.zip" dest="temp/seo-module-bin.zip"></get>
Expand All @@ -23,9 +20,6 @@
</target>

<target name="unzip-modules">
<unzip src="temp/markedj-module-bin.zip" dest="build/modules/" />
<unzip src="temp/markedjs-module-bin.zip" dest="build/modules/" />
<unzip src="temp/flexmark-module-bin.zip" dest="build/modules/" />
<unzip src="temp/thymeleaf-module-bin.zip" dest="build/modules/" />
<unzip src="temp/pebble-module-bin.zip" dest="build/modules/" />
<unzip src="temp/seo-module-bin.zip" dest="build/modules/" />
Expand Down

0 comments on commit c434354

Please sign in to comment.