Update of /cvsroot/easystruts/org.sf.easyexplore
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5339
Added Files:
plugin.xml .classpath .cvsignore README.TXT plugin.properties
build.properties .template screenshot.gif .project LICENSE.txt
project.xml
Log Message:
Renamed CVS module to match plugin id
--- NEW FILE: .cvsignore ---
org.sf.easyexplore_1.0.0.zip
org.sf.easyexplore_1.0.1
temp.folder
bin
--- NEW FILE: .project ---
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>org.sf.easyexplore</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: .classpath ---
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="output" path="bin"/>
</classpath>
--- NEW FILE: screenshot.gif ---
(This appears to be a binary file; contents omitted.)
--- NEW FILE: .template ---
<?xml version="1.0" encoding="UTF-8"?>
<form>
<p><b>Generated content</b></p><p>This plug-in has been created using content templates. The following templates were used:</p>
<li style="text" value="1."><b>Sample Popup Menu.</b>This template adds a submenu and a new action to a target object's popup menu. This contribution will appear in all viewers where an object of the specified type is selected.</li>
<p/><p><b>Tips on working with this plug-in project</b></p><li>For the view of the new plug-in at a glance, go to the <img href="pageImage"/><a href="OverviewPage">Overview</a>.</li><li>You can test the contributions of this plug-in by launching another instance of the workbench. On the <b>Run</b> menu, click <b>Run As</b> and choose <img href="runTimeWorkbenchImage"/><a href="action.run">Run-time Workbench</a> from the available choices.</li><li>You can add more functionality to this plug-in by adding extensions using the <a href="action.newExtension">New Extension Wizard</a>.</li><li>The plug-in project contains Java code that you can debug. Place breakpoints in Java classes. On the <b>Run</b> menu, select <b>Debug As</b> and choose <img href="runTimeWorkbenchImage"/><a href="action.debug">Run-time Workbench</a> from the available choices.</li>
</form>
--- NEW FILE: project.xml ---
<?xml version="1.0" encoding="UTF-8"?>
<project>
<extend>../easystruts/project.xml</extend>
<pomVersion>3</pomVersion>
<groupId>maven</groupId>
<id>maven-eclipsepde-plugin</id>
<name>Maven Eclipse PDE Plugin</name>
<currentVersion>1.0-SNAPSHOT</currentVersion>
<description>Eclipse PDE plugin for Maven</description>
<shortDescription>Eclipse PDE plugin for Maven</shortDescription>
<developers>
<developer>
<name>Emmanuel Boudrant</name>
<id>eboudrant</id>
<email>emm...@fr...</email>
<roles>
<role>Java Developer</role>
</roles>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>eclipse</groupId>
<artifactId>eclipse</artifactId>
<version>SNAPSHOT</version>
<type>jar</type>
</dependency>
</dependencies>
<build>
<sourceDirectory>src/java</sourceDirectory>
<unitTestSourceDirectory>src/test</unitTestSourceDirectory>
<unitTest>
<includes>
<include>**/*Test.java</include>
</includes>
</unitTest>
</build>
</project>
--- NEW FILE: plugin.xml ---
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<plugin>
<extension point="org.eclipse.ui.preferencePages">
<page name="Easy Explore"
class="org.sf.easyexplore.preferences.EasyExplorePreferencePage"
id="org.sf.asyexplore.preferences.EasyExplorePreferencePage">
</page>
</extension>
<extension point="org.eclipse.ui.popupMenus">
<objectContribution
objectClass="org.eclipse.core.runtime.IAdaptable"
id="org.sf.easyexplore.contribution">
<visibility>
<or>
<objectClass
name="org.eclipse.core.resources.IResource" />
<objectClass
name="org.eclipse.ui.model.IWorkbenchAdapter" />
<objectClass
name="org.eclipse.jdt.core.ICompilationUnit" />
</or>
</visibility>
<action label="Easy Explore..." icon="icon/easyexplore.gif"
class="org.sf.easyexplore.actions.EasyExploreAction"
menubarPath="additions" enablesFor="1"
id="org.sf.easyexplore.actions.EasyExploreAction">
</action>
</objectContribution>
</extension>
</plugin>
--- NEW FILE: plugin.properties ---
pluginName = Easy Explore
providerName = Emmanuel Boudrant and the EasyStruts team
--- NEW FILE: LICENSE.txt ---
/*
* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 1999-2006 Emmanuel Boudrant, Cross Systems, nexB Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* 1. Redistributions of source code must retain the above copyright
* notice, this list of conditions and the following disclaimer.
*
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in
* the documentation and/or other materials provided with the
* distribution.
*
* 3. The end-user documentation included with the redistribution, if
* any, must include the following acknowlegement:
* "This product includes software developed by the
* EasyStruts project team (http://easystruts.sf.net)."
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
* 4. The names "EsayStruts", "EasyExplore", "nexB", "Struts", and
* "EasyEclipse" must not be used to endorse or promote products derived
* from this software without prior written permission. For written
* permission, please contact in...@ne....
*
* 5. Products derived from this software may not be called "EasyStruts"
* nor may "EasyStruts" appear in their names without prior written
* permission of the EasyStruts project team.
*
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
* OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
* DISCLAIMED. IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
* ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
* LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
* USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
* OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
* ====================================================================
*/
--- NEW FILE: build.properties ---
source.. = src/
bin.includes = META-INF/,\
.,\
plugin.properties,\
plugin.xml
--- NEW FILE: README.TXT ---
Easy Explorer 1.1.0 plugin for Eclipse
--------------------------------------------------------------
This little plugin helps you to browse resources with the 'Explorer' of your platform from
Eclipse package explorer or resource navigators.
Just select a resource and launch the [Easy Explore...] menu item from this resources context pop-up menu.
You can setup your preferred browser or finder program in Eclipse preferences.
This plugin has been tested on win32, linux and MacOSX panther and Tiger platforms.
-the EasyStruts team
|