aboutsummaryrefslogtreecommitdiffstats
path: root/.project
diff options
context:
space:
mode:
authorEduardo Pedroni <e.pedroni91@gmail.com>2016-08-21 01:14:38 +0200
committerEduardo Pedroni <e.pedroni91@gmail.com>2016-08-21 01:14:38 +0200
commit3a25d47f187fe7499d2d481d9a0a3411a92bfa11 (patch)
tree40ee4efedd0bcbd29aa0ec8e5cb3c8e11af9e26e /.project
parent7f80ab416a708e5c31116b9af7295af673d116d7 (diff)
Switched from ant to gradle, had to refactor some of the tests because of the new build structure, a bit ugly but should pass
Diffstat (limited to '.project')
-rw-r--r--.project10
1 files changed, 8 insertions, 2 deletions
diff --git a/.project b/.project
index 71114ec..24b1e12 100644
--- a/.project
+++ b/.project
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
- <name>Cardbase</name>
- <comment></comment>
+ <name>NewCardbase</name>
+ <comment>Project Cardbase created by Buildship.</comment>
<projects>
</projects>
<buildSpec>
@@ -10,8 +10,14 @@
<arguments>
</arguments>
</buildCommand>
+ <buildCommand>
+ <name>org.eclipse.buildship.core.gradleprojectbuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
</buildSpec>
<natures>
+ <nature>org.eclipse.buildship.core.gradleprojectnature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>