|
Revision 13, 0.5 KB
(checked in by omry, 3 years ago)
|
|
|
-
Property svn:mime-type set to
text/plain
|
| Line | |
|---|
| 1 | # Main class used when running jar with java -jar .. |
|---|
| 2 | #main.class=project.main.Clazz |
|---|
| 3 | |
|---|
| 4 | # files to include in jar, you can use the eclispe built-in build.properties editor to edit this |
|---|
| 5 | #bin.includes = conf/ |
|---|
| 6 | |
|---|
| 7 | # files to exclude from jar, you can use the eclispe built-in build.properties editor to edit this |
|---|
| 8 | #bin.excludes = conf/exclude.txt |
|---|
| 9 | |
|---|
| 10 | # By default, all jars used for compilation are included in the distributed zip. |
|---|
| 11 | # Setthing this value to false will cause only jars marked as exported in the project properties to be included |
|---|
| 12 | #export.all.jars=false |
|---|