File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed
Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change 10351035 ${ windows.dist }
10361036 =======================================================
10371037 </echo >
1038+ </target >
1039+
1040+
1041+ <!-- - - - - - - - - - - - - - - - - - -->
1042+ <!-- Package source 'n tag the release -->
1043+ <!-- - - - - - - - - - - - - - - - - - -->
1044+
1045+ <!--
1046+ not ready to automate this yet, since we often have to reset the tag
1047+ <target name="dist-src" depends="dist">
1048+ <exec executable="git">
1049+ remove the spaces for depth since it should be double dash, but screws up comments
1050+ <arg line="clone - -depth 1 git@github.com:processing/processing.git /tmp/processing-${version}-src" />
1051+ </exec>
10381052 </target>
1039-
1053+ -->
1054+
10401055
10411056 <!-- - - - - - - - - -->
10421057 <!-- Developer Docs -->
You can’t perform that action at this time.
0 commit comments