Last change
on this file since 402 was 280, checked in by Nicholas Riley, 18 years ago |
If you're editing an alarm, focus on the time/interval edit field
rather than the message. Relayout set alarm display when time/date
format changes (yay positionDynamically!). Attempt to fix tooltip for
1-minute alarm refreshing/flashing without changing (needs more
testing). Build against 3.0 libraries by default.
|
File size:
557 bytes
|
Rev | Line | |
---|
[237] | 1 | <?xml version="1.0"?>
|
---|
| 2 |
|
---|
| 3 | <project name="Pester" default="run">
|
---|
| 4 | <property environment="env"/>
|
---|
| 5 | <property name="DANGER_HOME" value="${env.DANGER_HOME}"/>
|
---|
| 6 |
|
---|
| 7 | <property name="APP_CLASS_NAME" value="Pester"/>
|
---|
| 8 | <property name="APP_PACKAGE_NAME" value="net.sabi.Pester"/>
|
---|
| 9 |
|
---|
| 10 | <property name="APP_VERSION_MAJOR" value="1"/>
|
---|
| 11 | <property name="APP_VERSION_MINOR" value="0"/>
|
---|
| 12 | <property name="APP_VERSION_BUILD" value="1"/>
|
---|
| 13 |
|
---|
[280] | 14 | <property name="TARGET_LIB_VERSION" value="3.0" />
|
---|
| 15 |
|
---|
[237] | 16 | <import file="${DANGER_HOME}/tools/build_common.xml"/>
|
---|
| 17 | </project>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.