Skip to content

Commit b08bc45

Browse files
committed
Basic and first complex scenarios implemented.
1 parent 01e61a3 commit b08bc45

1,008 files changed

Lines changed: 55132 additions & 11661 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.idea/misc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
68 Bytes
Binary file not shown.

META-INF/MANIFEST.MF

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Manifest-Version: 1.0
2+
Main-Class: asapEngineTestSuite.CoreScenarioOutput
3+
Created-By: 22.0.1 (Oracle Corporation)
4+
363 Bytes
Binary file not shown.
363 Bytes
Binary file not shown.

SharkMessenger/makeSharkNetMessengerUIJar.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ mkdir META-INF/
1010
echo Manifest-Version: 1.0 > META-INF/MANIFEST.MF
1111
echo Main-Class: net.sharksystem.ui.messenger.cli.ProductionUI >> META-INF/MANIFEST.MF
1212
echo Created-By: Shared Knowledge >> META-INF/MANIFEST.MF
13-
cp -r ../out/production/SharkMessenger/* .
13+
cp -r ../out/production/SharkNetMessenger/* .
1414
jar cmvf META-INF/MANIFEST.MF SharkNetMessengerCLI.jar *
1515
cd ..
16-
mv tempLibBuildFolder/SharkNetMessengerCLI.jar .
16+
mv tempLibBuildFolder/SharkMessengerCLI.jar .
1717
rm -r tempLibBuildFolder/
1818
mkdir playground
1919
mkdir __bugfixing
363 Bytes
Binary file not shown.

SharkNetMessengerCLI.jar

681 KB
Binary file not shown.
681 KB
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)