Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » trouble creating updates for plugin
trouble creating updates for plugin [message #306120] Fri, 21 July 2006 06:03
Anil Samuel is currently offline Anil SamuelFriend
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
Previous Topic:[Howto] reuse ProgressMonitorPart in a dialog or pref-page?
Next Topic:help with releng.eclipsebuilder
Goto Forum:
  


Current Time: Sat Jul 13 20:13:27 GMT 2024

Powered by FUDForum. Page generated in 0.03674 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top