- exclude .blend files from jME3 project distribution by default
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8292 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
This commit is contained in:
parent
c8f96e47a4
commit
1f408acca5
@ -1,7 +1,7 @@
|
|||||||
application.title=MyGame
|
application.title=MyGame
|
||||||
application.vendor=MyCompany
|
application.vendor=MyCompany
|
||||||
assets.jar.name=assets.jar
|
assets.jar.name=assets.jar
|
||||||
assets.excludes=**/*.mesh\.xml,**/*.skeleton\.xml,**/*.scene,**/*.material,**/*.obj,**/*.mtl,**/*.j3odata
|
assets.excludes=**/*.j3odata,**/*.mesh\.xml,**/*.skeleton\.xml,**/*.scene,**/*.material,**/*.obj,**/*.mtl,**/*.blend
|
||||||
assets.folder.name=assets
|
assets.folder.name=assets
|
||||||
assets.compress=true
|
assets.compress=true
|
||||||
build.classes.dir=${build.dir}/classes
|
build.classes.dir=${build.dir}/classes
|
||||||
|
Loading…
x
Reference in New Issue
Block a user