We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d84069 commit 0731e04Copy full SHA for 0731e04
1 file changed
build/build.xml
@@ -1035,8 +1035,23 @@
1035
${windows.dist}
1036
=======================================================
1037
</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 [email protected]:processing/processing.git /tmp/processing-${version}-src" />
1051
+ </exec>
1052
</target>
-
1053
+-->
1054
1055
1056
<!-- - - - - - - - - -->
1057
<!-- Developer Docs -->
0 commit comments