[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[Subclipse-dev] svnPropertyTypes extension point

From: LIRA Olavo <Olavo.LIRA_at_gemalto.com>
Date: 2006-11-10 01:01:37 CET

Hello,

        I'm newbie in the list and I would like to make a plug-in to
extend the properties in the combo-box for the "set properties", could
anyone give me an example of how will look like the "plugin.xml" to
include my own custom pre-define properties?

I tried something like this, but it didn't work...

<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<plugin>

   <extension
         point="org.tigris.subversion.subclipse.core.svnPropertyTypes">
      <category
            name="MyProperties"
            id="com.test.svn.properties">
      </category>
      <svnPropertyTypes
            type="String"
            fileOrFolder="folder"
            allowRecurse = "false"
            name="myProperty">
         <description>
myProperty
True / False
        </description>
      </svnPropertyTypes>
   </extension>

</plugin>

        Thanks!

========================================
Olavo Lira

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subclipse.tigris.org
For additional commands, e-mail: dev-help@subclipse.tigris.org
Received on Fri Nov 10 01:02:41 2006

This is an archived mail posted to the Subclipse Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.