The product_description.xml file identifies each system option installed on your system.
For each industry solution that you installed, create a separate <productname>.xml file to deploy the EAR files successfully. Create new <prouctname>.xml files in the new maximo\properties\product directory.
<?xml version="1.0" encoding="UTF-8"?>
<product>
<name>IT and Service Management Extensions</name>
<version>
<major>6</major>
<minor>0</minor>
<patch>0</patch>
<build>999</build>
</version>
<dbmaxvarname>DBITSME</dbmaxvarname>
<dbscripts>itsme</dbscripts>
<dbversoin>V600-01</dbversion>
<lastdbversion>V520-20</lastdbversion>
<depends>newproduct</depends>
<extensions>
<mboset objectname='objectname'>classname</mboset>
<mbo objectname='objectname'>classname</mbo>
<field objectname='objectname'
attributename='attrname'>classname</field>
<service servicename='servicename'>classname</service>
<bean presentation='appname' controlid='id'>beanclassname</bean>
<class extends='classname'>classname</class>
</extensions>
</product>