ruper2 plugin.xml,NONE,1.1

[email protected]
Newsgroups gmane.comp.krysalis.metamorphosis.cvs
Message-ID <[email protected]>
Update of /cvsroot/metamorphosis/ruper2
In directory sc8-pr-cvs1:/tmp/cvs-serv7074

Added Files:
	plugin.xml 
Log Message:
Eclipse plugin start

--- NEW FILE: plugin.xml ---
<?xml version="1.0" encoding="UTF-8"?>
<plugin
   id="org.krysalis.ruper2"
   name="Ruper Plug-in"
   version="0.0.1"
   provider-name="Krysalis"
   class="org.krysalis.ruper2.eclipse.plugin.RuperPlugin">

   <runtime>
	   <library name="lib/krysalis-version.jar"/>
	   <library name="lib/regexp.jar"/>
	   <library name="lib/commons-logging.jar"/>
	   <library name="lib/commons-httpclient.jar"/>
	   <library name="lib/commons-vfs-1.0-dev.jar"/>
	   <library name="ruper2.jar"/>
   </runtime>
   <requires>
      <import plugin="org.eclipse.core.resources"/>
      <import plugin="org.eclipse.pde"/>
      <import plugin="org.eclipse.pde.core"/>
      <import plugin="org.eclipse.core.runtime"/>
      <import plugin="org.eclipse.ui"/>
      <import plugin="org.eclipse.ui.workbench"/>
      <import plugin="org.eclipse.jdt"/>
      <import plugin="org.eclipse.jface"/>
      <import plugin="org.eclipse.jdt.core"/>
   </requires>

	<extension point = "org.eclipse.ui.actionSets">
        <actionSet
            id="org.krysalis.ruper.action.RuperActionSet"
            label="Ruper2 Download"
	    	visible="true"
	    	description="The action set for the Ruper">
	    	<action id="org.krysalis.ruper2.eclipse.plugin.UpdateAction"
				toolbarPath="Normal"			
				label="Update"
				tooltip="Download2 Jars"
				icon="icons/syb.gif"
				class="org.krysalis.ruper2.eclipse.plugin.UpdateAction"/>
        </actionSet>
    </extension>	

</plugin>




-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.