فهرست منبع

removed sdks compilation form the engine compilation

Rémy Bouquet 9 سال پیش
والد
کامیت
eea4d54be7
2فایلهای تغییر یافته به همراه0 افزوده شده و 5 حذف شده
  1. 0 1
      gradle.properties
  2. 0 4
      settings.gradle

+ 0 - 1
gradle.properties

@@ -11,7 +11,6 @@ jmeVersionTagID = 0
 buildJavaDoc = true
 
 # specify if SDK and Native libraries get built
-buildSdkProject = true
 buildNativeProjects = false
 buildAndroidExamples = false
 

+ 0 - 4
settings.gradle

@@ -39,7 +39,3 @@ include 'jme3-examples'
 if(buildAndroidExamples == "true"){
     include 'jme3-android-examples'
 }
-
-if(buildSdkProject == "true"){
-    include 'sdk'
-}