@@ -66,17 +66,17 @@ function out($output) {
6666// Compress distribution into a ZIP, so it can be rolled into an IDE build.
6767// processing/processing/java/
6868out ("Compressing distribution directory... " );
69- // shell_exec("rm $mainRepoPath/build/shared/reference.zip 2>&1");
70- shell_exec ("rm $ mainRepoPath/java/reference.zip 2>&1 " ); // Add 10 Nov 2016 - CR
69+ shell_exec ("rm $ mainRepoPath/build/shared/reference.zip 2>&1 " );
70+ // shell_exec("rm $mainRepoPath/java/reference.zip 2>&1"); // Add 10 Nov 2016 - CR
7171$ docsRepoPath = "{$ path }../processing-docs " ;
72- // $shell_output = shell_exec("cd $docsRepoPath && cp -r distribution/ $mainRepoPath/build/shared/reference/ 2>&1");
73- $ shell_output = shell_exec ("cd $ docsRepoPath && cp -r distribution/ $ mainRepoPath/java/reference/ 2>&1 " ); // Add 10 Nov 2016 - CR
72+ $ shell_output = shell_exec ("cd $ docsRepoPath && cp -r distribution/ $ mainRepoPath/build/shared/reference/ 2>&1 " );
73+ // $shell_output = shell_exec("cd $docsRepoPath && cp -r distribution/ $mainRepoPath/java/reference/ 2>&1"); // Add 10 Nov 2016 - CR
7474out ($ shell_output );
75- // $shell_output = shell_exec("cd $mainRepoPath/build/shared/ && zip -r reference.zip reference/ 2>&1");
76- $ shell_output = shell_exec ("cd $ mainRepoPath/java/ && zip -r reference.zip reference/ 2>&1 " ); // Add 10 Nov 2016 - CR
75+ $ shell_output = shell_exec ("cd $ mainRepoPath/build/shared/ && zip -r reference.zip reference/ 2>&1 " );
76+ // $shell_output = shell_exec("cd $mainRepoPath/java/ && zip -r reference.zip reference/ 2>&1"); // Add 10 Nov 2016 - CR
7777out ($ shell_output );
78- // shell_exec("rm -r $mainRepoPath/build/shared/reference/ 2>&1");
79- shell_exec ("rm -r $ mainRepoPath/java/reference/ 2>&1 " ); // Add 10 Nov 2016 - CR
78+ shell_exec ("rm -r $ mainRepoPath/build/shared/reference/ 2>&1 " );
79+ // shell_exec("rm -r $mainRepoPath/java/reference/ 2>&1"); // Add 10 Nov 2016 - CR
8080out ("Done compressing! " );
8181
8282
0 commit comments