Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[dtp-dev] [Fwd: trouble creating updates for plugin]

Fwding since no response from eclipse.platform and eclipse.platform.rcp newsgroups.
--- Begin Message ---
  • From: Anil T Samuel <anil.samuel@xxxxxxxxxx>
  • Date: Fri, 21 Jul 2006 16:03:17 +1000
  • Newsgroups: eclipse.platform
  • Organization: EclipseCorner
  • User-agent: Mozilla Thunderbird 1.0.8 (X11/20060502)

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

--- End Message ---

Back to the top