Code merge from ship-simu
[mailer.git] / package.sh
index 25bf0b4d6bf34e284b70b54b138963647a2716f4..b79549fde5574ba0a52680a26b9003f83e2078ea 100644 (file)
@@ -3,14 +3,14 @@
 sh ./clear-cache.sh
 
 echo -n "$0: Packaging... "
-zip -9 shipsimu-hub_dev.zip docs/* Doxyfile *.php *.sh > /dev/null 2>&1
+zip -9 mxchange-0.3.3_dev.zip docs/* Doxyfile *.php *.sh > /dev/null 2>&1
 echo -n "."
-zip -9r shipsimu-hub_dev.zip application/ db/ devel/ Doxyfile inc/ templates/ tests/ > /dev/null 2>&1
+zip -9r mxchange-0.3.3_dev.zip application/ db/ devel/ Doxyfile inc/ templates/ tests/ > /dev/null 2>&1
 echo -n "."
-zip -d shipsimu-hub_dev.zip docs/warn.log db/*/*.serialized > /dev/null 2>&1
+zip -d mxchange-0.3.3_dev.zip docs/warn.log db/*/*.serialized > /dev/null 2>&1
 echo ". done"
 
 echo "$0: Renaming..."
-mv shipsimu-hub_dev.zip shipsimu-hub_dev_`date +%Y%m%d_%H%M%S`.zip
+mv mxchange-0.3.3_dev.zip mxchange-0.3.3_dev_`date +%Y%m%d_%H%M%S`.zip
 
 echo "$0: All done."