# HG changeset patch # User John Kern # Date 1268268982 28800 # Node ID 1850f7b7ffc7653b621468033a28b5fe5f9c29e3 # Parent 37d0d9cd8db69c4251af0b303aad2d25afc3c264 fix for bug 1890 - about box diff -r 37d0d9cd8db6 -r 1850f7b7ffc7 scripts/plugin.properties.SED --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/scripts/plugin.properties.SED Wed Mar 10 16:56:22 2010 -0800 @@ -0,0 +1,14 @@ +pluginName=WebRuntime Toolkit IDE +providerName=Symbian Foundation +productName=Web Runtime Toolkit IDE +productBlurb=Symbian Foundation's Open Source Web Runtime Toolkit IDE based on Eclipse Platform for developing and deploying Web applications\n\ +\n\ +Version: 1.0.0\n\ +Build id: SED_BUILD_ID \n\ +\n\ +(c) Copyright 2009-2010 Symbian Foundation and/or its subsidiary(-ies). All rights reserved.\n +Visit http://www.symbian.org\n\ +\n\ +This offering is powered by Eclipse technology and includes\n\ +Eclipse plug-ins that can be installed and used\n\ +with other Eclipse-based offerings. diff -r 37d0d9cd8db6 -r 1850f7b7ffc7 scripts/shepard.sh --- a/scripts/shepard.sh Wed Mar 10 15:46:15 2010 -0800 +++ b/scripts/shepard.sh Wed Mar 10 16:56:22 2010 -0800 @@ -30,6 +30,8 @@ # set the build directory in the build.properties files. cat ${SOURCE_DIR}/scripts/build.properties.SED | sed -e s#SED_BUILD_DIR#${BUILD_DIR}#g > ${SOURCE_DIR}/scripts/build.properties +cat ${SOURCE_DIR}/scripts/plugin.properties.SED | sed -e s#SED_BUILD_ID#${ECLIPSE_TIMESTAMP}#g > ${SOURCE_DIR}/org.symbian.tools.wrttools.product/plugin.properties + # bug fix for 1872. [testcase: go to about box. click on installation details. Do you see an error? ] for f in `find ${SOURCE_DIR} -name MANIFEST.MF` do