latest changes for java

This commit is contained in:
Marcel Otte 2016-04-18 20:30:41 +02:00
parent 25e6e78881
commit 86c1ea126a
5 changed files with 9 additions and 2 deletions

1
.gitignore vendored
View File

@ -5,3 +5,4 @@
*.war
*.ear
/bin
*/.settings/

View File

@ -1,8 +1,8 @@
image: gcc:latest
stages:
- build
build-c:
image: archlinux_gcc53_qt5_cmake
stage: build
script:
- cd c; make
@ -11,6 +11,11 @@ build-c:
- c/libcmdlineoptions.*
- c/tests-*
build-java:
image: archlinux_jdk8
stage: build
#test-c:
#stage: test
#script:

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry exported="true" kind="con" path="org.springsource.ide.eclipse.gradle.classpathcontainer"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="output" path="bin"/>
</classpath>

View File

@ -12,6 +12,7 @@
</buildCommand>
</buildSpec>
<natures>
<nature>org.springsource.ide.eclipse.gradle.core.nature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>

0
java/build.gradle Normal file
View File