Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[dtp-dev] Feature version and update site

Hi

I have the following feature.xml and site.xml; Update manager fails to list the feature in the Search Results dialog during update if I use a version such as 1.0.453 for the feature in the feature.xml and site.xml below. Any thoughts ?

<?xml version="1.0" encoding="UTF-8"?>
<feature
      id="oracle.dbtools.extras"
      label="Oracle DTP Extras Feature"
      version="1.0.0"
      provider-name="www.oracle.com">
/>

<?xml version="1.0" encoding="UTF-8"?>
<site>
   <description url="http://../dtp/";>
      Update Site for Oracle DTP plug-ins
   </description>
<feature url="features/oracle.dbtools.extras_1.0.0.jar" id="oracle.dbtools.extras" version="1.0.0">
      <category name="Oracle DTP Extras"/>
   </feature>
<category-def name="Oracle DTP Extras" label="Oracle DTP Extras Plugin"/>
</site>

Regards
Anthos


Back to the top