Hi Mark,
I've tried all the option and buttons I saw... no changes. Yes
I've used as dependent. See MANIFEST.MF:
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Properties Plug-in
Bundle-SymbolicName: com.gemalto.gif.svn.properties
Bundle-Version: 1.0.0
Bundle-Vendor: GEMALTO
Bundle-Localization: plugin
Eclipse-LazyStart: false
Require-Bundle: org.tigris.subversion.subclipse.core,
org.tigris.subversion.subclipse.doc,
org.tigris.subversion.subclipse.ui
My .project is:
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>com.gemalto.gif.svn.properties</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.pde.ManifestBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.pde.SchemaBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.pde.PluginNature</nature>
</natures>
</projectDescription>
And that is it, the simplest project on earth (3 files) no code and I
can't make it work...
Have you ever made it work on your side? I mean to include a custom
property in subclipse?
Thanks again for your support!
========================================
Olavo Lira
-----Original Message-----
From: Mark Phippard [mailto:markp@softlanding.com]
Sent: Friday, November 10, 2006 10:56 AM
To: dev@subclipse.tigris.org
Subject: RE: [Subclipse-dev] svnPropertyTypes extension point
"LIRA Olavo" <Olavo.LIRA@gemalto.com> wrote on 11/10/2006 10:54:07 AM:
> I have tried as much as I could but I couldn't make it work so
> far. I picked up the example from there but it didn't work. See my
> plugin.xml bellow:
>
> <?xml version="1.0" encoding="UTF-8"?>
> <?eclipse version="3.0"?>
> <plugin>
> <extension
>
point="org.tigris.subversion.subclipse.core.svnPropertyTypes">
> <svnPropertyTypes
> type="String"
> fileOrFolder="both"
> allowRecurse = "false"
> name="olavo">
> <description>
> olavo
> </description>
> </svnPropertyTypes>
> </extension>
> </plugin>
>
> Do you have an idea of what could be missing?
I wonder if you have to do something to force your plugin to load?
Maybe
Eclipse just isn't loading it? Also, did you set the Subclipse plugins
in
the dependencies?
Mark
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subclipse.tigris.org
For additional commands, e-mail: dev-help@subclipse.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subclipse.tigris.org
For additional commands, e-mail: dev-help@subclipse.tigris.org
Received on Fri Nov 10 17:36:51 2006