From 5c1fe73530fef5701dee5aafe1acadcacce77fb2 Mon Sep 17 00:00:00 2001 From: Michael Zuegg Date: Sat, 28 Feb 2015 16:06:42 +0100 Subject: [PATCH 1/4] Update gradle.properties --- gradle.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gradle.properties b/gradle.properties index 739101b20..00429d65a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -6,10 +6,10 @@ jmeMainVersion = 3.1 jmeVersionTag = snapshot-github # specify if JavaDoc should be built -buildJavaDoc = false +buildJavaDoc = true # specify if SDK and Native libraries get built -buildSdkProject = false +buildSdkProject = true buildNativeProjects = false # Path to android NDK for building native libraries @@ -22,4 +22,4 @@ bulletFolder = bullet-2.82-r2704 bulletZipFile = bullet.zip # Path for downloading NetBeans Base -netbeansUrl = http://download.netbeans.org/netbeans/8.0.2/final/zip/netbeans-8.0.2-201411181905-javase.zip \ No newline at end of file +netbeansUrl = http://download.netbeans.org/netbeans/8.0.2/final/zip/netbeans-8.0.2-201411181905-javase.zip From 4fa271582d291817af5b3d3b60277c0da7087278 Mon Sep 17 00:00:00 2001 From: Michael Zuegg Date: Sat, 28 Feb 2015 16:10:22 +0100 Subject: [PATCH 3/4] Update .gitignore --- .gitignore | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitignore b/.gitignore index b41ba3b64..09d505187 100644 --- a/.gitignore +++ b/.gitignore @@ -131,5 +131,3 @@ !/jme3-bullet-native/libs/native/osx/x86_64/libbulletjme.dylib !/jme3-bullet-native/libs/native/linux/x86/libbulletjme.so !/jme3-bullet-native/libs/native/linux/x86_64/libbulletjme.so -*.iml -/.idea/*