Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [subversive-dev] Commit extension point

Hello Alexander,

Thank you!

Best regards, 
Rodrigo

2011/8/4 Alexander Gurov <alexander.gurov@xxxxxxxxxxxx>
Hello Rodrigo,

There is the sample integration in the attachement. Everything were done through Eclipse IDE wizards:
1) create a plug-in project
2) double-click over the plugin.xml (or MANIFEST.MF)
3) add dependencies org.eclipse.team.svn.core and org.eclipse.team.svn.ui
4) connect to extension point org.eclipse.team.svn.ui.commit
5) add "commit" entry to the extension point
6) click to the "class *" link on the right of the editor (in order to create stubs for the extension point interface ICommitActionFactory)

Best regards,
Alexander Gurov,
Subversive Team.

14.07.2011 18:09, rodrigo luiz duarte пишет:
Hi everybody!

I want to extend the commit dialog window to customize the "OK" button event. I created MyCommitDialog and MyCommitActionFactory classes in my separate package and separate jar file. I created de plugin.xml into de jar file e put my jar file in the eclipse plugins directory, but don't work.

What's the correct procedure? What are the steps? And how to invoke other svn command in the "OK" button event before invoke de Commit command?

Please, help me

With best regards,

--
Rodrigo Luiz Duarte
rodrigo.luizduarte@xxxxxxxxx


_______________________________________________
subversive-dev mailing list
subversive-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/subversive-dev


_______________________________________________
subversive-dev mailing list
subversive-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/subversive-dev




--
Rodrigo Luiz Duarte
rodrigo.luizduarte@xxxxxxxxx

Back to the top