Mercurial > hg > Members > tatsuki > Alice
changeset 353:bef74861969a default
change dependency
author | sugi |
---|---|
date | Fri, 09 May 2014 14:54:28 +0900 |
parents | b9af321f7f20 |
children | fa6033c56f7d b1b20a39b448 |
files | .classpath build.gradle |
diffstat | 2 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/.classpath Tue May 06 17:21:33 2014 +0900 +++ b/.classpath Fri May 09 14:54:28 2014 +0900 @@ -2,7 +2,8 @@ <classpath> <classpathentry kind="src" path="src/main/java"/> <classpathentry kind="src" path="src/main/resources"/> + <classpathentry kind="src" path="src/test/java"/> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/> <classpathentry exported="true" kind="con" path="org.springsource.ide.eclipse.gradle.classpathcontainer"/> - <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/> <classpathentry kind="output" path="bin"/> </classpath>
--- a/build.gradle Tue May 06 17:21:33 2014 +0900 +++ b/build.gradle Fri May 09 14:54:28 2014 +0900 @@ -7,7 +7,6 @@ version = '1.0' dependencies { - testCompile group: 'junit', name: 'junit', version: '4.+' compile fileTree(dir: 'lib', include: '*.jar') } @@ -18,3 +17,4 @@ from configurations.compile.collect { it.isDirectory() ? it : zipTree(it) } archiveName = 'Alice.jar' } +