## Licensed to the Apache Software Foundation (ASF) under one ## or more contributor license agreements. See the NOTICE file ## distributed with this work for additional information ## regarding copyright ownership. The ASF licenses this file ## to you under the Apache License, Version 2.0 (the ## "License"); you may not use this file except in compliance ## with the License. You may obtain a copy of the License at ## ## http://www.apache.org/licenses/LICENSE-2.0 ## ## Unless required by applicable law or agreed to in writing, ## software distributed under the License is distributed on an ## "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY ## KIND, either express or implied. See the License for the ## specific language governing permissions and limitations ## under the License. ## ====================================================================================== #---------------------------------------------------------------------- # Software downloads configuration used in build.xml #---------------------------------------------------------------------- # Eclipse 3.2.1 download address eclipse.download.address=http://archive.eclipse.org/eclipse/downloads/drops/R-3.2.1-200609210945 # Maven archive download address maven.download.address=http://archive.apache.org/dist/maven/binaries # Maven version maven.version=2.0.4 # Geronimo 1.2-beta sources download address geronimo.download.address=http://apache.ziply.com/geronimo/1.2-beta #---------------------------------------------------------------------- # EGA scenario run configuration used in build.xml # # Update the following lines with appropriate info # to avoid specifying these properties from command line # # NOTE: use only forward slashes (/) in the paths #---------------------------------------------------------------------- # Tested JRE home (required) #tested.jre=./harmony/builds/last # Eclipse 3.2.1 home # NOTE: Use only "clean" Eclipse here # Eclipse workspace and configuration will be deleted during the scenario run # Default value is ./eclipse-3.2.1-os-arch #eclipse.home=./eclipse-3.2.1 # Number of iterations for the scenario to pass # Should be integer >= 0 # Default value is 0 #iteration.num=1 # Time in hours for the scenario to pass # Ignored if used along with not zero iteration.num # To run EGA scenario for the given time comment iteration.num or # set it to zero and uncomment the following line with appropriate info # Default value is 48 #run.time=48 # Factor used in time delays inside the scenario # Should be integer >= 1 # Default value is 2 #delay.factor=1 # Kill Eclipse if scenario fails # Possible values: 0 - not kill, 1 - kill # Default value is 1 #kill.eclipse=0 # Options to pass tested JRE for Eclipse launch # Default value is -showversion -Xmx1024M -Xms512M #tested.jre.options=-Xmx600M -Xms512M # Options to pass tested JRE for debug step of the scenario # Default value is empty string. #tested.jre.options.for.debug=-Xint #----------------------------------------------------------------------