source: other-projects/nightly-tasks/snapshot/trunk/environment.pl.example@ 21709

Last change on this file since 21709 was 21709, checked in by oranfry, 14 years ago

bringing across the snapshot task

File size: 264 bytes
Line 
1#where to keep snapshots
2$ENV{'DATA_DIR'}="/data/snapshots";
3
4#where to find release kits and ant
5$ENV{'PATH'} = "$ENV{'PATH'}:/programs/release-kits/bin";
6
7#java
8$ENV{'JAVA_HOME'} = "/usr/lib/jvm/java-1.5.0";
9$ENV{'PATH'} = "$ENV{'JAVA_HOME'}/bin:$ENV{'PATH'}";
10
Note: See TracBrowser for help on using the repository browser.