Skip to content

Commit 0731e04

Browse files
committed
add some notes about building src version
1 parent 2d84069 commit 0731e04

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

build/build.xml

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1035,8 +1035,23 @@
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 -->

0 commit comments

Comments
 (0)