# HG changeset patch # User Eugene Ostroukhov # Date 1268272099 28800 # Node ID 4c3654574a4564dd58af61db9341de095a34febe # Parent b05e1f6330e1c55737c8399edc54bfac975934f6# Parent 1850f7b7ffc7653b621468033a28b5fe5f9c29e3 Heads merge diff -r b05e1f6330e1 -r 4c3654574a45 scripts/plugin.properties.SED --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/scripts/plugin.properties.SED Wed Mar 10 17:48:19 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 b05e1f6330e1 -r 4c3654574a45 scripts/shepard.sh --- a/scripts/shepard.sh Wed Mar 10 17:46:48 2010 -0800 +++ b/scripts/shepard.sh Wed Mar 10 17:48:19 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