ResponseFileTemplates/ND-8.5.5-template.xml
<?xml version='1.0' encoding='UTF-8'?> <agent-input> <variables> <variable name='sharedLocation' value='C:\IBM\IMShared'/> <variable name='wasInstallLocation' value='C:\IBM\WebSphere\AppServer'/> <variable name='wasFeatures' value='core.feature,ejbdeploy,thinclient,embeddablecontainer,com.ibm.sdk.6_64bit'/> </variables> <server> </server> <profile id='IBM WebSphere Application Server V8.5' installLocation='${wasInstallLocation}'> <data key='cic.selector.arch' value='x86'/> </profile> <install> <offering profile='IBM WebSphere Application Server V8.5' id='com.ibm.websphere.ND.v85' version='8.5.5000.20130514_1044' features='${wasFeatures}'/> </install> <preference name='com.ibm.cic.common.core.preferences.eclipseCache' value='${sharedLocation}'/> </agent-input> |