Community
Participate
Working Groups
# IBM Corporation - initial API and implementation
###############################################################################
Logic_example_graphical_editor_name = Logic Graphical Editor
GEF_example_wizard_category_name = GEF (Graphical Editing Framework)
GEF_example_wizard_category_name = GEF (Graphical Editing Framework) Diagrams
Logic_example_wizard_name = Logic Diagram
Logic_example_wizard_description=A wizard that creates a sample Logic file
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright (c) 2005 IBM Corporation and others. -->
<!-- All rights reserved. This program and the accompanying materials -->
<!-- are made available under the terms of the Eclipse Public License v1.0 -->
<!-- which accompanies this distribution, and is available at -->
<!-- http://www.eclipse.org/legal/epl-v10.html -->
<!-- -->
<!-- Contributors: -->
<!-- IBM Corporation - initial API and implementation -->
<project default="zip.source" basedir=".">
<target name="init">
<property name="project.folder" value="${basedir}"/>
<property name="temp.folder" value="${basedir}/temp.folder"/>
</target>
<target name="zip.source" depends="init" description="Zip all source code.">
<!-- Copy & map Enum.java -->
<copy toDir="${temp.folder}">
<fileset dir="${project.folder}"
includes="**/*.java,**/*.properties,.classpath,plugin.xml,**/MANIFEST.MF"/>
<!-- Suppress tokens -->
<filterset
begintoken="/*"
endtoken="*/">
<filter
token="@BEGIN@"
value=""/>
token="@END@"
</filterset>
</copy>
<!-- Copy binaries -->
includes="**/*.gif"/>
<!-- Zip file in temporary folder -->
<zip
destfile="${project.folder}\logic.zip"
basedir="${temp.folder}"
filesonly="false"
whenempty="skip"
/>
<!-- Delete temporary folder -->
<delete dir="${temp.folder}"/>
</project>
</editor>
</extension>
<extension point="org.eclipse.ui.newWizards">
<category name="Examples"
<category name="GEF (Graphical Editing Framework) Diagrams"
parentCategory="org.eclipse.ui.Examples"
id="org.eclipse.gef.examples"/>
<wizard name="Shapes Diagram"
class="org.eclipse.gef.examples.shapes.ShapesCreationWizard"
id="org.eclipse.gef.examples.shapes.ShapesCreationWizard">
<selection class="org.eclipse.core.resources.IResource"/>
<description>
A wizard that creates an editor for making simple shapes.
</description>
</wizard>
</plugin>
destfile="${project.folder}\shapes.zip"
<extension
point="org.eclipse.ui.newWizards">
<category
name="GEF (Graphical Editing Framework)"
name="GEF (Graphical Editing Framework) Diagrams"
id="org.eclipse.gef.examples">
</category>
<selection
class="org.eclipse.core.resources.IResource">
</selection>
A wizard that creates an editor for making flow diagrams (includes a sample flow diagram).
destfile="${project.folder}\flow.zip"
name="GEF Examples"
destfile="${project.folder}\ediagram.zip"
<category name="Examples" id="org.eclipse.ui.Examples/org.eclipse.gef.examples" />
<category name="GEF (Graphical Editing Framework) Diagrams" id="org.eclipse.ui.Examples/org.eclipse.gef.examples" />
<wizard
name="GEF WYSIWYG Document Example"
icon="text.gif"
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration">
</key>
destfile="${project.folder}\text.zip"