# Main class used when running jar with java -jar .. #main.class=project.main.Clazz # files to include in jar, you can use the eclispe built-in build.properties editor to edit this #bin.includes = conf/ # files to exclude from jar, you can use the eclispe built-in build.properties editor to edit this #bin.excludes = conf/exclude.txt # By default, all jars used for compilation are included in the distributed zip. # Setthing this value to false will cause only jars marked as exported in the project properties to be included #export.all.jars=false