Skip to content

Commit bbb9809

Browse files
committed
Revert back to original reference.zip path
1 parent f36e6da commit bbb9809

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

generate/reference.php

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -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/
6868
out("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
7474
out($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
7777
out($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
8080
out("Done compressing!");
8181

8282

0 commit comments

Comments
 (0)