Skip to content

Commit

Permalink
Added komodo ui plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
mdrillin committed Nov 27, 2012
1 parent 1015d93 commit 3c192d4
Show file tree
Hide file tree
Showing 38 changed files with 3,519 additions and 0 deletions.
7 changes: 7 additions & 0 deletions plugins/org.teiid.komodo.ui/.classpath
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src/"/>
<classpathentry kind="output" path="bin"/>
</classpath>
34 changes: 34 additions & 0 deletions plugins/org.teiid.komodo.ui/.project
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>org.teiid.komodo.ui</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>
<buildCommand>
<name>org.eclipse.pde.api.tools.apiAnalysisBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.pde.PluginNature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.eclipse.pde.api.tools.apiAnalysisNature</nature>
</natures>
</projectDescription>
6 changes: 6 additions & 0 deletions plugins/org.teiid.komodo.ui/LEGAL.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Teiid Designer (http://www.jboss.org/projects/teiiddesigner.html) is copyright 2000-2012 MetaMatrix, Inc. and Red Hat, Inc.

This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which is
available at http://www.eclipse.org/legal/epl-v10.html.

Some portions may be licensed to Red Hat, Inc. under one or more contributor license agreements.
33 changes: 33 additions & 0 deletions plugins/org.teiid.komodo.ui/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.teiid.komodo.ui;singleton:=true
Bundle-Version: 8.0.0.qualifier
Bundle-Activator: org.teiid.komodo.ui.Activator
Bundle-Vendor: %pluginProvider
Bundle-Localization: plugin
Export-Package: org.teiid.komodo.ui
Require-Bundle: org.eclipse.ui.cheatsheets;bundle-version="[3.4.200,4.0.0)",
org.eclipse.ui.ide;bundle-version="[3.8.0,4.0.0)",
org.eclipse.ui.views;bundle-version="[3.6.100,4.0.0)",
org.eclipse.jface.text;bundle-version="[3.8.0,4.0.0)",
org.eclipse.ui.workbench.texteditor;bundle-version="[3.8.0,4.0.0)",
org.eclipse.ui.editors;bundle-version="[3.8.0,4.0.0)",
org.eclipse.core.resources;bundle-version="[3.8.0,4.0.0)",
org.eclipse.search;bundle-version="[3.8.0,4.0.0)",
org.eclipse.ui;bundle-version="[3.103.0,4.0.0)",
org.eclipse.help;bundle-version="[3.6.0,4.0.0)",
org.eclipse.emf.edit.ui;bundle-version="[2.8.0,3.0.0)",
org.eclipse.core.runtime;bundle-version="[3.8.0,4.0.0)",
org.eclipse.ui.forms;bundle-version="[3.5.200,4.0.0)",
org.apache.ant;bundle-version="[1.8.3,2.0.0)",
org.eclipse.emf.mapping;bundle-version="[2.7.0,3.0.0)",
org.eclipse.xsd;bundle-version="[2.8.0,3.0.0)",
org.eclipse.emf.ecore.edit;bundle-version="[2.8.0,3.0.0)",
org.eclipse.xsd.edit;bundle-version="[2.6.0,3.0.0)",
org.eclipse.emf.ecore.xmi;bundle-version="[2.8.0,3.0.0)",
org.jdom;bundle-version="[1.1.1,2.0.0)",
org.eclipse.ui.navigator;bundle-version="3.5.200",
org.eclipse.ui.navigator.resources;bundle-version="3.4.400"
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
16 changes: 16 additions & 0 deletions plugins/org.teiid.komodo.ui/build.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# JBoss, Home of Professional Open Source.
#
# See the LEGAL.txt file distributed with this work for information regarding copyright ownership and licensing.
#
# See the AUTHORS.txt file distributed with this work for a full listing of individual contributors.
source.. = src/
output.. = bin/
bin.includes = plugin.xml,\
plugin.properties,\
.,\
icons/,\
splash.bmp,\
helpContexts.xml,\
META-INF/,\
LEGAL.txt
src.includes = LEGAL.txt
Binary file not shown.
13 changes: 13 additions & 0 deletions plugins/org.teiid.komodo.ui/helpContexts.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!--
JBoss, Home of Professional Open Source.
See the LEGAL.txt file distributed with this work for information regarding copyright ownership and licensing.
See the AUTHORS.txt file distributed with this work for a full listing of individual contributors.
-->
<contexts>
<context id="namespaceUriRenameDialog">
<description>A Uniform Resource Identifier (URI) is a compact sequence of characters that identifies an abstract or physical resource and consists of many differenct parts. The top level URI syntax is the following:&lt;br&gt;&lt;br&gt;URI = scheme ":" hier-part [ "?" query ] [ "#" fragment ]&lt;br&gt;&lt;br&gt;For details of all the parts, the valid character set, the complete syntax definition, and much more use the link provided below.&lt;br&gt;&lt;br&gt;The Namespace URI can be used to logically identify a model and must conform to standard URI syntax as defined by the W3C. When a model is given a Namespace URI, all of its contained model objects are automatically assigned an Object URI.&lt;br&gt;&lt;br&gt;The Object URI is composed of the model’s Namespace URI combined with the model object’s own unique identifier. The Object URI enables model objects to be referenced by other W3C technologies, such as XML Schema Documents (XSD), Resource Description Framework (RDF), and Web Ontology Language (OWL), in a location-independent way.</description>
<topic href="http://www.gbiv.com/protocols/uri/rfc/rfc3986.html" label="Uniform Resource Identifier (URI): Generic Syntax"/>
</context>
</contexts>
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
44 changes: 44 additions & 0 deletions plugins/org.teiid.komodo.ui/launch/Komodo Linux.launch
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<launchConfiguration type="org.eclipse.pde.ui.RuntimeWorkbench">
<booleanAttribute key="askclear" value="true"/>
<booleanAttribute key="automaticAdd" value="false"/>
<booleanAttribute key="automaticValidate" value="false"/>
<stringAttribute key="bootstrap" value=""/>
<stringAttribute key="checked" value="[NONE]"/>
<booleanAttribute key="clearConfig" value="false"/>
<booleanAttribute key="clearws" value="true"/>
<booleanAttribute key="clearwslog" value="false"/>
<stringAttribute key="configLocation" value="${workspace_loc}/.metadata/.plugins/org.eclipse.pde.core/Komodo Linux"/>
<booleanAttribute key="default" value="true"/>
<booleanAttribute key="includeFragments" value="false"/>
<booleanAttribute key="includeOptional" value="true"/>
<stringAttribute key="location" value="${env_var:HOME}/Runtime-Workspaces/komodo"/>
<booleanAttribute key="org.eclipse.debug.core.appendEnvironmentVariables" value="true"/>
<stringAttribute key="org.eclipse.debug.core.source_locator_id" value="org.eclipse.pde.ui.launcher.PDESourceLookupDirector"/>
<stringAttribute key="org.eclipse.debug.core.source_locator_memento" value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#10;&lt;sourceLookupDirector&gt;&#10;&lt;sourceContainers duplicates=&quot;false&quot;&gt;&#10;&lt;container memento=&quot;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot; standalone=&amp;quot;no&amp;quot;?&amp;gt;&amp;#10;&amp;lt;folder nest=&amp;quot;false&amp;quot; path=&amp;quot;/teiid_embedded_query/source/teiid-runtime/src/main/java&amp;quot;/&amp;gt;&amp;#10;&quot; typeId=&quot;org.eclipse.debug.core.containerType.folder&quot;/&gt;&#10;&lt;container memento=&quot;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot; standalone=&amp;quot;no&amp;quot;?&amp;gt;&amp;#10;&amp;lt;archive detectRoot=&amp;quot;true&amp;quot; path=&amp;quot;/teiid_embedded_query/teiid-6.2.0-M1-src.zip&amp;quot;/&amp;gt;&amp;#10;&quot; typeId=&quot;org.eclipse.debug.core.containerType.archive&quot;/&gt;&#10;&lt;container memento=&quot;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot; standalone=&amp;quot;no&amp;quot;?&amp;gt;&amp;#10;&amp;lt;default/&amp;gt;&amp;#10;&quot; typeId=&quot;org.eclipse.debug.core.containerType.default&quot;/&gt;&#10;&lt;/sourceContainers&gt;&#10;&lt;/sourceLookupDirector&gt;&#10;"/>
<listAttribute key="org.eclipse.debug.ui.favoriteGroups">
<listEntry value="org.eclipse.debug.ui.launchGroup.debug"/>
<listEntry value="org.eclipse.debug.ui.launchGroup.run"/>
</listAttribute>
<stringAttribute key="org.eclipse.jdt.launching.JAVA_COMMAND" value="java"/>
<stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value="-os ${target.os} -ws ${target.ws} -arch ${target.arch} -nl ${target.nl} -clean -consoleLog -debug"/>
<stringAttribute key="org.eclipse.jdt.launching.SOURCE_PATH_PROVIDER" value="org.eclipse.pde.ui.workbenchClasspathProvider"/>
<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-XX:MaxPermSize=512M"/>
<stringAttribute key="pde.version" value="3.3"/>
<stringAttribute key="product" value="org.eclipse.equinox.p2.director.app.product"/>
<stringAttribute key="productFile" value="/org.teiid.komodo/.product"/>
<booleanAttribute key="show_selected_only" value="false"/>
<booleanAttribute key="tracing" value="false"/>
<booleanAttribute key="useCustomFeatures" value="false"/>
<booleanAttribute key="useDefaultConfig" value="true"/>
<booleanAttribute key="useDefaultConfigArea" value="true"/>
<booleanAttribute key="useProduct" value="false"/>
<booleanAttribute key="usefeatures" value="false"/>
<booleanAttribute key="yk-capture-cpu-on-exit" value="true"/>
<booleanAttribute key="yk-capture-memory-on-exit" value="false"/>
<booleanAttribute key="yk-launch-ui" value="true"/>
<intAttribute key="yk-mem-threshold" value="0"/>
<booleanAttribute key="yk-startup-with-cpu-full" value="false"/>
<booleanAttribute key="yk-startup-with-cpu-times" value="true"/>
<booleanAttribute key="yk-startup-with-object-allocations" value="false"/>
</launchConfiguration>

0 comments on commit 3c192d4

Please sign in to comment.