Fixed start/stop scripts

This commit is contained in:
dginovker
2019-10-03 11:57:18 -04:00
parent d1e74667ae
commit 1af8ef1649
1329 changed files with 13 additions and 16 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" default="false" project-jdk-name="1.8.0_222 (2)" project-jdk-type="JavaSDK">
<output url="file://$PROJECT_DIR$/2006Redone_Server" />
<output url="file://$PROJECT_DIR$/CompiledServer" />
</component>
</project>
-3
View File
@@ -1,3 +0,0 @@
@echo off
java -jar libs/javac++.jar src libs bin
pause
Binary file not shown.
Binary file not shown.
+3 -1
View File
@@ -1 +1,3 @@
rm -rf redone/ ; cp -r ../2006Redone_Server/redone . ; java -cp ".:./libs/*" redone.Server
rm -rf redone/
cp -r ../CompiledServer/production/2006rebotted/redone .
java -cp ".:./libs/*" redone.Server
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+3 -1
View File
@@ -1 +1,3 @@
rm -rf org/ ; cp -r ../2006Redone_Server/production/2006rebotted/org ; java -cp ".:./assets/*" org.apollo.jagcached.FileServer
rm -rf org/
cp -r ../CompiledServer/production/2006rebotted/org .
java -cp ".:./libs/*" org.apollo.jagcached.FileServer
-5
View File
@@ -1,5 +0,0 @@
@echo off
java -cp bin;assets/*; org.apollo.jagcached.FileServer
pause
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More