Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » PropertyPages for Project
PropertyPages for Project [message #10841] Mon, 07 January 2002 22:45 Go to next message
Eclipse UserFriend
Originally posted by: reddyraja_annareddy.hp.com

Can someone help me why the property page for the resource IProject
is not getting displayed. Here is my Plugin.xml:

<?xml version="1.0" encoding="UTF-8"?>
<!-- File written by PDE 1.0 -->
<plugin
id="ProjectSettings"
name="ProjectSettings Plugin"
version="1.0.0"
provider-name="dumb"
class="com.dumb.sample.ProjectSettingsPlugin">
<requires>
<import plugin="org.eclipse.core.runtime"/>
<import plugin="org.eclipse.core.resources"/>
<import plugin="org.eclipse.ui"/>
</requires>

<runtime>
<library name="ProjectSettings.jar"/>
</runtime>

<extension
point="org.eclipse.ui.propertyPages">
<page
objectClass="org.eclipse.core.resources.IProject"
name="ProjectSettings"
class="com.dumb.sample.WorkbenchPropertyPage1"
id="com.dumb.sample.ProjectSettings">
</page>
</extension>
</plugin>
Re: PropertyPages for Project [message #10846 is a reply to message #10841] Mon, 07 January 2002 22:46 Go to previous message
Eclipse UserFriend
Originally posted by: reddyraja_annareddy.hp.com

Looks like, I posted in a wrong forum. I will post it in
Eclipse Project.

Thanks.

ReddyRaja wrote:

> Can someone help me why the property page for the resource IProject
> is not getting displayed. Here is my Plugin.xml:

> <?xml version="1.0" encoding="UTF-8"?>
> <!-- File written by PDE 1.0 -->
> <plugin
> id="ProjectSettings"
> name="ProjectSettings Plugin"
> version="1.0.0"
> provider-name="dumb"
> class="com.dumb.sample.ProjectSettingsPlugin">
> <requires>
> <import plugin="org.eclipse.core.runtime"/>
> <import plugin="org.eclipse.core.resources"/>
> <import plugin="org.eclipse.ui"/>
> </requires>

> <runtime>
> <library name="ProjectSettings.jar"/>
> </runtime>

> <extension
> point="org.eclipse.ui.propertyPages">
> <page
> objectClass="org.eclipse.core.resources.IProject"
> name="ProjectSettings"
> class="com.dumb.sample.WorkbenchPropertyPage1"
> id="com.dumb.sample.ProjectSettings">
> </page>
> </extension>
> </plugin>
Previous Topic:UML, CDT and JDT
Next Topic:Is there an UML plugin available somewhere ?
Goto Forum:
  


Current Time: Fri May 09 22:14:33 EDT 2025

Powered by FUDForum. Page generated in 0.04497 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top