Eclipse plugin update to downloaded user

39 Views Asked by At

I created a eclipse plugin project. I am new to this & i wanted to know after installing this project by user through update site - how can i make a change so the user get the update for the existing plugin.

2

There are 2 best solutions below

0
On

to add the plugin follow these steps

Start Eclipse, then select Help > Install New Software.

Click Add, in the top-right corner.

In the Add Repository add the link https://dl-ssl.google.com/android/eclipse

0
On

You can add ".qualifier" as part of the plugins and features version. Every time you build p2repository with your feature ".qualifier" is replaced by timestamp. Yo can also configure format of this time stamp if you want.