From 589ef76314273db1e2b2e84c97ad113d4ef3d8b0 Mon Sep 17 00:00:00 2001 From: Magnus Date: Wed, 10 Dec 2014 13:47:27 +0100 Subject: [PATCH] Cleaned the project --- BetaCiv.txt | 0 EpsilonCiv.txt | 0 GammeCiv.txt | 0 Iteration.txt | 2 - ThetaCiv.txt | 0 alphaciv.txt | 100 ------------------------------------------------- build.xml | 11 +++--- 7 files changed, 6 insertions(+), 107 deletions(-) delete mode 100644 BetaCiv.txt delete mode 100644 EpsilonCiv.txt delete mode 100644 GammeCiv.txt delete mode 100644 Iteration.txt delete mode 100644 ThetaCiv.txt delete mode 100644 alphaciv.txt diff --git a/BetaCiv.txt b/BetaCiv.txt deleted file mode 100644 index e69de29..0000000 diff --git a/EpsilonCiv.txt b/EpsilonCiv.txt deleted file mode 100644 index e69de29..0000000 diff --git a/GammeCiv.txt b/GammeCiv.txt deleted file mode 100644 index e69de29..0000000 diff --git a/Iteration.txt b/Iteration.txt deleted file mode 100644 index 33247da..0000000 --- a/Iteration.txt +++ /dev/null @@ -1,2 +0,0 @@ -Iteration 1. -Added player Red and Blue \ No newline at end of file diff --git a/ThetaCiv.txt b/ThetaCiv.txt deleted file mode 100644 index e69de29..0000000 diff --git a/alphaciv.txt b/alphaciv.txt deleted file mode 100644 index f6c2b0f..0000000 --- a/alphaciv.txt +++ /dev/null @@ -1,100 +0,0 @@ -RED ends turn. - -BLUE ends turn. - -Resources for all cities have increased - -All unit MoveCount has been reset - -The year is -3900 - -RED ends turn. - -BLUE ends turn. - -Resources for all cities have increased - -All unit MoveCount has been reset - -The year is -3800 - -RED ends turn. - -BLUE ends turn. - -Resources for all cities have increased - -All unit MoveCount has been reset - -The year is -3700 - -RED ends turn. - -BLUE ends turn. - -Resources for all cities have increased - -All unit MoveCount has been reset - -The year is -3600 - -RED city at [1,1] changed it's production to: archer - -RED ends turn. - -BLUE ends turn. - -Resources for all cities have increased - -RED city at [1,1] has had his resources deducted -archer has been produced at [0,2] - -All unit MoveCount has been reset - -The year is -3500 - -RED city at [1,1] changed it's production to: archer - -RED ends turn. - -BLUE ends turn. - -Resources for all cities have increased - -RED city at [1,1] has had his resources deducted -archer has been produced at [1,2] - -All unit MoveCount has been reset - -The year is -3400 - -RED city at [1,1] changed it's production to: archer - -RED ends turn. - -BLUE ends turn. - -Resources for all cities have increased - -RED city at [1,1] has had his resources deducted -archer has been produced at [2,1] - -All unit MoveCount has been reset - -The year is -3300 - -RED city at [1,1] changed it's production to: archer - -RED ends turn. - -BLUE ends turn. - -Resources for all cities have increased - -RED city at [1,1] has had his resources deducted -archer has been produced at [1,0] - -All unit MoveCount has been reset - -The year is -3200 - diff --git a/build.xml b/build.xml index f17f270..0e25333 100644 --- a/build.xml +++ b/build.xml @@ -51,15 +51,16 @@ test: Run JUnit test cases. - run: Runs the fractal map - with 2 parameters (row,column) - - buildwp: builds the formats for the builder - test.batch: Run JUnit test cases with output in TEST-RESULT coverage: Run JUnit tests and generate code coverage report. + + Group Delta builds + run: Runs the fractal map + with 2 parameters (row,column) + + buildwp: builds the formats for the builder