|
Revision 1676, 409 bytes
(checked in by kohlhaas, 8 months ago)
|
|
Test signing of jar files
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 | # You can modify this settings to configure the build |
|---|
| 2 | |
|---|
| 3 | #Set the target that will be run by default |
|---|
| 4 | target=dist-bin |
|---|
| 5 | |
|---|
| 6 | #Class for starting rapla when using the "start" target |
|---|
| 7 | #start.class=org.rapla.Main |
|---|
| 8 | |
|---|
| 9 | #Class for testing rapla when using the "test" target |
|---|
| 10 | #test.class=org.rapla.entities.PreferencesTest |
|---|
| 11 | |
|---|
| 12 | #Path and password to the keystore used for signing |
|---|
| 13 | #keystore.file=testkeystore |
|---|
| 14 | #keystore.password=secret |
|---|