Heads merge
authorEugene Ostroukhov <eugeneo@symbian.org>
Wed, 10 Mar 2010 17:48:19 -0800
changeset 246 4c3654574a45
parent 245 b05e1f6330e1 (current diff)
parent 244 1850f7b7ffc7 (diff)
child 247 c4e62032b35b
Heads merge
--- /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.
--- 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