From 9c56112d059164b2fc033b7b35554db79f62c16c Mon Sep 17 00:00:00 2001 From: Christiaan Goossens Date: Tue, 5 Jul 2016 09:16:13 +0200 Subject: [PATCH] Setting up the workspace for the simulator --- .idea/Orbit Simulator v2.iml | 9 + .idea/compiler.xml | 22 ++ .idea/copyright/profiles_settings.xml | 3 + .idea/misc.xml | 75 ++++++ .idea/modules.xml | 8 + .idea/vcs.xml | 6 + .idea/workspace.xml | 240 +++++++++++++++++ simulator/.idea/compiler.xml | 22 ++ .../.idea/copyright/profiles_settings.xml | 3 + simulator/.idea/description.html | 1 + simulator/.idea/misc.xml | 12 + simulator/.idea/modules.xml | 8 + simulator/.idea/project-template.xml | 3 + simulator/.idea/workspace.xml | 242 ++++++++++++++++++ .../com/verictas/pos/simulator/Main.class | Bin 0 -> 570 bytes simulator/simulator.iml | 12 + .../src/com/verictas/pos/simulator/Main.java | 8 + 17 files changed, 674 insertions(+) create mode 100644 .idea/Orbit Simulator v2.iml create mode 100644 .idea/compiler.xml create mode 100644 .idea/copyright/profiles_settings.xml create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml create mode 100644 .idea/workspace.xml create mode 100644 simulator/.idea/compiler.xml create mode 100644 simulator/.idea/copyright/profiles_settings.xml create mode 100644 simulator/.idea/description.html create mode 100644 simulator/.idea/misc.xml create mode 100644 simulator/.idea/modules.xml create mode 100644 simulator/.idea/project-template.xml create mode 100644 simulator/.idea/workspace.xml create mode 100644 simulator/out/production/simulator/com/verictas/pos/simulator/Main.class create mode 100644 simulator/simulator.iml create mode 100644 simulator/src/com/verictas/pos/simulator/Main.java diff --git a/.idea/Orbit Simulator v2.iml b/.idea/Orbit Simulator v2.iml new file mode 100644 index 0000000..d6ebd48 --- /dev/null +++ b/.idea/Orbit Simulator v2.iml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/compiler.xml b/.idea/compiler.xml new file mode 100644 index 0000000..96cc43e --- /dev/null +++ b/.idea/compiler.xml @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/copyright/profiles_settings.xml b/.idea/copyright/profiles_settings.xml new file mode 100644 index 0000000..e7bedf3 --- /dev/null +++ b/.idea/copyright/profiles_settings.xml @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..15fd979 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,75 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1.8 + + + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..93228fb --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml new file mode 100644 index 0000000..0042750 --- /dev/null +++ b/.idea/workspace.xml @@ -0,0 +1,240 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1467700355732 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/simulator/.idea/compiler.xml b/simulator/.idea/compiler.xml new file mode 100644 index 0000000..96cc43e --- /dev/null +++ b/simulator/.idea/compiler.xml @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/simulator/.idea/copyright/profiles_settings.xml b/simulator/.idea/copyright/profiles_settings.xml new file mode 100644 index 0000000..e7bedf3 --- /dev/null +++ b/simulator/.idea/copyright/profiles_settings.xml @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/simulator/.idea/description.html b/simulator/.idea/description.html new file mode 100644 index 0000000..db5f129 --- /dev/null +++ b/simulator/.idea/description.html @@ -0,0 +1 @@ +Simple Java application that includes a class with main() method \ No newline at end of file diff --git a/simulator/.idea/misc.xml b/simulator/.idea/misc.xml new file mode 100644 index 0000000..e29b6f0 --- /dev/null +++ b/simulator/.idea/misc.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/simulator/.idea/modules.xml b/simulator/.idea/modules.xml new file mode 100644 index 0000000..3027981 --- /dev/null +++ b/simulator/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/simulator/.idea/project-template.xml b/simulator/.idea/project-template.xml new file mode 100644 index 0000000..1f08b88 --- /dev/null +++ b/simulator/.idea/project-template.xml @@ -0,0 +1,3 @@ + \ No newline at end of file diff --git a/simulator/.idea/workspace.xml b/simulator/.idea/workspace.xml new file mode 100644 index 0000000..af754cc --- /dev/null +++ b/simulator/.idea/workspace.xml @@ -0,0 +1,242 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1467700295902 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/simulator/out/production/simulator/com/verictas/pos/simulator/Main.class b/simulator/out/production/simulator/com/verictas/pos/simulator/Main.class new file mode 100644 index 0000000000000000000000000000000000000000..7b9fea4bfc3cd9c8783b8f775f5a9d4ef0e84518 GIT binary patch literal 570 zcmaix%TB^j5QhK5trx2x2;POdLKk*p;sWEw#JIpqg29EWLpi}i+8)viiI1fVOfqU53)R3}k%4kZ&LL z848zbC>Y9J8Hn4&ABgaQ4?I$;UFCAG&qJBke_|nimJx&9b(QZ-MJU~vN6th=P9*)r zD8vNHZy z1r54}Jq!CdV6d)*=c(4C3caDNp=qH7o1yuSIflyI(cNGy+;~Ciy+pC_=?AHV8ugid zshoTA9@7Sb`?OyzV=T%H+9VzFXz_Y`+1{{Gq^n7v9B3RmMT07bGNW8P{s4Q;+9t(P zCg!n1@78R9@+wsZ)=(xT{rD_{k@kjMHUEyn9AHu_#pra_9Acn?b<*jYDdtf71vfl= AMgRZ+ literal 0 HcmV?d00001 diff --git a/simulator/simulator.iml b/simulator/simulator.iml new file mode 100644 index 0000000..d5c0743 --- /dev/null +++ b/simulator/simulator.iml @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/simulator/src/com/verictas/pos/simulator/Main.java b/simulator/src/com/verictas/pos/simulator/Main.java new file mode 100644 index 0000000..997ebaf --- /dev/null +++ b/simulator/src/com/verictas/pos/simulator/Main.java @@ -0,0 +1,8 @@ +package com.verictas.pos.simulator; + +public class Main { + + public static void main(String[] args) { + System.out.println("Hello World!"); + } +}