alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  

What this is

This file is included in the DevDaily.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.

Other links

The source code

###############################################################################
# Copyright (c) 2005, 2006 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
#
# Contributors:
#     IBM Corporation - initial API and implementation
###############################################################################
# properties for: RSSFeedCreateFeedTask.java, RSSFeedAddEntryTask.java, RSSFeedGetPropertyTask.java, RSSFeedUpdateEntryTask.java, RSSFeedPublisherTask.java

# NOTE: if values are commented out (#), they must be passed in to Ant via commandline instead (eg., from emf's promoteToEclipse.sh when promoting a build)

# one of 0|1|2
debug=1

# if file does not exist, it will be created; if it does, it will be modified
#file=/builds/transfer/files/master/downloads/builds-eclipse-3.3.xml
file=../data/builds-eclipse-3.3.xml

# required
project=Eclipse
branch=HEAD
version=3.3.0
buildID=I20060922-0010
feedURL=http://download.eclipse.org/eclipse/downloads/builds-eclipse.xml
buildURL=http://download.eclipse.org/eclipse/downloads/drops/%%buildID%%

# optional build alias, like 3.3M3
buildAlias=I20060922-0010

# optional build type; one of: N, I, M, S, R; if not provided, will be pulled from buildID above
buildType=

# optional
buildDetailURL=http://www.eclipse.org/downloads/download.php?r=1&file=/eclipse/downloads/drops/%%buildID%%/
buildConfigURL=
buildLogURL=
buildMapURL=directory.txt

# optional
releaseNotesURL=http://download.eclipse.org/eclipse/downloads/drops/%%buildID%%/buildNotes.php
updateManagerURL=
downloadsURL=http://download.eclipse.org/eclipse/downloads/

# optional: one of NONE|UNSIGNED|SIGNREADY|BUILDREADY|SIGNED 
jarSigningStatus=

# optional: one of NONE|BUILDCOMPLETE|UMSITEREADY|CALLISTOSITEREADY|COMPLETE, or 
coordinatedStatus=
# optional: timestamp when will be ready (eg., 2006-05-02T20:50:00Z), or 
# project on which you're waiting (eg., TPTP)
coordinatedDetails=

# comma or space separated values
dependencyURLs=

#optional
JUnitTestURL=http://download.eclipse.org/eclipse/downloads/drops/%%buildID%%/testResults.php
performanceTestURL=http://download.eclipse.org/eclipse/downloads/drops/%%buildID%%/performance/performance.php
APITestURL=

# values to set for test results in quints of id,os,ws,arch,status,id,os,ws,arch,status,... 
JUnitTestResults=\
0,win32,win,x86,UNKNOWN,\
0,linux,gtk,x86,UNKNOWN,\
0,linux,gtk,x86_64,UNKNOWN,\
0,linux,gtk,ppc,UNKNOWN,\
0,solaris8,gtk,x86,UNKNOWN,\
0,aix,motif,x86,UNKNOWN,\
0,hp-ux,motif,x86,UNKNOWN,\
0,macosx,carbon,ppc,UNKNOWN
performanceTestResults=\
RHEL4-3GHz-2.5GB,linux,gtk,x86,UNKNOWN,\
winxp-3GHz-2GB,win32,win,x86,UNKNOWN,\
RHEL3-3GHz-2GB,linux,gtk,x86,UNKNOWN,\
winxp-2GHz-512MB,win32,win,x86,UNKNOWN
APITestResults=

# values to set for release bundles in quints of os,ws,arch,name/type,filename,os,ws,arch,name/type,filename... 
# only need the filename; the full http URL can be assembled from buildURL + "/download.php?dropFile=" + filename or buildURL (switched to ftp://) + "/" + filename
# eg., win32,win,SDK,eclipse-SDK-%%buildAlias%%-win32.zip,linux,gtk,SDK,eclipse-SDK-%%buildAlias%%-linux-gtk.tar.gz
Releases=\
win32,win,x86,SDK,eclipse-SDK-%%buildAlias%%-win32.zip,\
linux,gtk,x86,SDK,eclipse-SDK-%%buildAlias%%-linux-gtk.tar.gz

########################################

# options for publishing files - need either an scp target or a cvs root/path, or both
# file (above) is required too

# /path/to/cvs/executable
cvsExec=/usr/bin/cvs
# user@cvsServer:/path/to/cvs/root
cvsRoot=
# cvs/module/path
cvsPath=www/news
# /tmp/folder/path/for/checkout
cvsTemp=

# /path/to/scp/executable
scpExec=/usr/bin/scp
# user@server:/path/to/destination/file.xml - destintion folder MUST ALREADY EXIST
scpTarget=

# optionally, if the target folder might not exist, you can use ssh to create it before scp'ing the file - only runs if sshMakeDirCommand is defined
sshExec=/usr/bin/ssh
... this post is sponsored by my books ...

#1 New Release!

FP Best Seller

 

new blog posts

 

Copyright 1998-2024 Alvin Alexander, alvinalexander.com
All Rights Reserved.

A percentage of advertising revenue from
pages under the /java/jwarehouse URI on this website is
paid back to open source projects.