Explorar o código

Change build.properties to include xtend-gen folder instead of src-gen.

bentleyjoakes %!s(int64=6) %!d(string=hai) anos
pai
achega
0e4864ae01
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      HintCOEngine/build.properties

+ 2 - 2
HintCOEngine/build.properties

@@ -1,13 +1,13 @@
 source.. = src/,\
            test/,\
-           src-gen/,\
+           xtend-gen/,\
            lib/nativebinaries/
 bin.includes = META-INF/,\
                .,\
                plugin.xml,\
                plugin.properties,\
                src/,\
-               src-gen/,\
+               xtend-gen/,\
                test/,\
                resources/,\
                lib/fmi2.jar,\