Last change
on this file since 511 was 210, checked in by Nicholas Riley, 19 years ago |
cognet++: Brian Swetland et al.'s generic proxied hiptop chat client.
Requires cognetd to function.
|
File size:
393 bytes
|
Line | |
---|
1 | <?xml version="1.0"?>
|
---|
2 |
|
---|
3 | <project name="cognet" default="run">
|
---|
4 | <property environment="env"/>
|
---|
5 | <property name="DANGER_HOME" value="${env.DANGER_HOME}"/>
|
---|
6 |
|
---|
7 | <property name="APP_CLASS_NAME" value="Cognet"/>
|
---|
8 | <property name="APP_PACKAGE_NAME" value="org.twodot.cognet"/>
|
---|
9 | <property name="LOCALE" value="en_US"/>
|
---|
10 |
|
---|
11 | <import file="${DANGER_HOME}/tools/build_common.xml"/>
|
---|
12 | </project>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.