GladeForrestPlugin build.properties,NONE,1.1 plugin.xml,NONE,1.1 .cvsignore,NONE,1.1 .project,NONE,1.1 .classpath,NONE,1.1
Nick Chalko <[email protected]> Mon, 19 Jul 2004 05:43:54 +0000
| Newsgroups | gmane.comp.krysalis.metamorphosis.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/metamorphosis/GladeForrestPlugin
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28611
Added Files:
build.properties plugin.xml .cvsignore .project .classpath
Log Message:
Playing with an eclipse plugin for forrest.
--- NEW FILE: .cvsignore ---
build
--- NEW FILE: .project ---
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>GladeForrestPlugin</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
<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>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>
--- NEW FILE: build.properties ---
source.ForrestStarter.jar = src/java/
output.ForrestStarter.jar = build/ide/eclipse/
bin.includes = plugin.xml,\
ForrestStarter.jar,\
icons/
--- NEW FILE: plugin.xml ---
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<plugin
id="org.metamorphosis.glade"
name="ForrestStarter Plug-in"
version="0.1.0"
provider-name="Krysalis"
class="org.metamorphosis.glade.ForrestStarterPlugin">
<runtime>
<library name="ForrestStarter.jar">
<export name="*"/>
</library>
</runtime>
<requires>
<import plugin="org.eclipse.ui"/>
<import plugin="org.eclipse.core.runtime"/>
<import plugin="org.eclipse.debug.core"/>
<import plugin="org.eclipse.core.resources"/>
</requires>
<extension
point="org.eclipse.ui.actionSets">
<actionSet
label="Glade Action Set"
visible="true"
id="org.metamorphosis.glade.actionSet">
<menu
label="Glade"
id="gladeMenu">
<separator
name="gladeGroup">
</separator>
</menu>
<action
toolbarPath="gladeGroup"
label="&Start Forrest"
tooltip="Generate the forrest site."
class="org.metamorphosis.glade.actions.StartForrestAction"
icon="icons/sample.gif"
state="false"
menubarPath="gladeMenu/gladeGroup"
id="org.metamorphosis.glade.actions.StartForrestAction">
</action>
</actionSet>
</extension>
<extension
point="org.eclipse.ui.preferencePages">
<page
class="org.metamorphosis.glade.preferences.GladePreferencePage"
name="Glade Preferences"
id="org.metamorphosis.glade.preferences.GladePreferencePage"/>
</extension>
</plugin>
--- NEW FILE: .classpath ---
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src/java"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="output" path="build/ide/eclipse"/>
</classpath>
-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click