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 *.war
*.ear *.ear
/bin /bin
*/.settings/

View File

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

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<classpath> <classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <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="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="output" path="bin"/> <classpathentry kind="output" path="bin"/>
</classpath> </classpath>

View File

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

0
java/build.gradle Normal file
View File