trouble creating updates for plugin [message #453063] |
Fri, 21 July 2006 01:17 |
Anil Samuel Messages: 108 Registered: July 2009 |
Senior Member |
|
|
Hi
I have a DTP plugin. I use the steps below to create updates; but the
update is not picked up when I try the update feature from Eclipse IDE
(Help->Software Updates)
Plugin project:-
1. Modified the java source to fix bug (to be released in the update)
2. Updated the Bundle-Version in MANIFEST.MF to 1.0.1
3. Changed the plugin.version in build.properties to 1.0.1. This is used
by build.xml to create
-the destination jar file as ${ant.project.name}_${plugin.version}.jar.
-the zip.plugin file as ${ant.project.name}_${plugin.version}.zip
Feature Project:-
1. Updated version attribute of feature element in feature.xml to 1.0.1.
This resulted the update site contents as below
features/oracle.dbtools_1.0.0.jar
plugins/oracle.dbtools.connectivity.jar
plugins/oracle.dbtools.connectivity_1.0.1.jar
plugins/oracle.dbtools.modelbase_1.0.0.jar
plugins/oracle.dbtools.sqltools_1.0.0.jar
site.xml
Did I miss something ?
Thanks
Anthos
|
|
|
Powered by
FUDForum. Page generated in 0.02986 seconds