Skip to content

Commit bbfaa22

Browse files
committed
copy core.jar file over
1 parent eceb954 commit bbfaa22

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

generate/examples.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,10 @@
2424
`cd $where && /usr/local/bin/svn update`;
2525

2626

27-
//$source = CONTENTDIR."static/";
27+
if (!copy(CONTENTDIR . 'examples/core.jar',
28+
EXAMPLESDIR.strtolower($this->sub).'/media/core.jar')) {
29+
echo "Could not copy core.jar.";
30+
}
2831

2932

3033
# --------------------------------- Basics

0 commit comments

Comments
 (0)