Compare commits
2 Commits
maintenanc
...
ql/fix/TDQ
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3282427d46 | ||
|
|
0f9548705e |
@@ -7,5 +7,4 @@ Huge thanks to these people who contributed in making Talend product better:
|
||||
- [overpackaging](https://github.com/overpackaging) (Steeve Dreux)
|
||||
- [brazabr](https://github.com/brazabr) (Thiago Benvenuto)
|
||||
- [phoflack](https://jira.talendforge.org/secure/ViewProfile.jspa?name=phoflack) (Philip Hoflack)
|
||||
- [bgunics-talend](https://github.com/bgunics-talend) (Balasz Gunics)
|
||||
- [cflamain](https://github.com/cflamain) (Christophe Flamain)
|
||||
- [bgunics-talend](https://github.com/bgunics-talend) (Balasz Gunics)
|
||||
17
main/features/org.talend.designer.business.feature/.project
Normal file
17
main/features/org.talend.designer.business.feature/.project
Normal file
@@ -0,0 +1,17 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<projectDescription>
|
||||
<name>org.talend.designer.business.feature</name>
|
||||
<comment></comment>
|
||||
<projects>
|
||||
</projects>
|
||||
<buildSpec>
|
||||
<buildCommand>
|
||||
<name>org.eclipse.pde.FeatureBuilder</name>
|
||||
<arguments>
|
||||
</arguments>
|
||||
</buildCommand>
|
||||
</buildSpec>
|
||||
<natures>
|
||||
<nature>org.eclipse.pde.FeatureNature</nature>
|
||||
</natures>
|
||||
</projectDescription>
|
||||
@@ -0,0 +1,23 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<feature id="org.talend.designer.business.feature" label="Business Feature" version="8.0.1.qualifier" provider-name=".Talend SA.">
|
||||
<description url="http://www.talend.com/online/featuresdescription.html#business-feature">Complete description about this feature at http://www.talend.com/online/featuresdescription.html#business-feature</description>
|
||||
<copyright url="http://www.talend.com/online/copyright.txt">Copyright Talend 2006, 2007</copyright>
|
||||
<license>The licence are describe in branding feature</license>
|
||||
<url>
|
||||
<discovery label="Talend web site" url="http://www.talend.com"/>
|
||||
</url>
|
||||
<requires>
|
||||
<import feature="org.eclipse.emf.common" version="0.0.0" match="greaterOrEqual"/>
|
||||
<import feature="org.eclipse.emf.ecore" version="0.0.0" match="greaterOrEqual"/>
|
||||
<import feature="org.eclipse.emf.ecore.edit" version="0.0.0" match="greaterOrEqual"/>
|
||||
<import feature="org.eclipse.emf.edit" version="0.0.0" match="greaterOrEqual"/>
|
||||
<import feature="org.eclipse.emf.transaction" version="0.0.0" match="greaterOrEqual"/>
|
||||
<import feature="org.eclipse.emf.validation" version="0.0.0" match="greaterOrEqual"/>
|
||||
<import feature="org.eclipse.emf.workspace" version="0.0.0" match="greaterOrEqual"/>
|
||||
<import feature="org.eclipse.gef" version="0.0.0" match="greaterOrEqual"/>
|
||||
<import feature="org.talend.gmf.feature" version="0.0.0" match="greaterOrEqual"/>
|
||||
<import feature="org.eclipse.gmf.runtime.notation" version="0.0.0" match="greaterOrEqual"/>
|
||||
</requires>
|
||||
<plugin id="org.talend.designer.business.diagram" download-size="0" install-size="0" version="0.0.0" unpack="false"/>
|
||||
</feature>
|
||||
12
main/features/org.talend.designer.business.feature/pom.xml
Normal file
12
main/features/org.talend.designer.business.feature/pom.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<parent>
|
||||
<groupId>org.talend.studio</groupId>
|
||||
<artifactId>tdi-studio-se</artifactId>
|
||||
<version>8.0.1-SNAPSHOT</version>
|
||||
<relativePath>../../../</relativePath>
|
||||
</parent>
|
||||
<artifactId>org.talend.designer.business.feature</artifactId>
|
||||
<packaging>eclipse-feature</packaging>
|
||||
</project>
|
||||
@@ -17,10 +17,6 @@
|
||||
<import plugin="net.jeeeyul.eclipse.themes" version="0.0.0" match="greaterOrEqual"/>
|
||||
<import plugin="net.jeeeyul.swtend" version="0.0.0" match="greaterOrEqual"/>
|
||||
<import plugin="org.apache.axis" version="0.0.0" match="greaterOrEqual"/>
|
||||
<import plugin="org.eclipse.gmf.runtime.draw2d.ui" version="0.0.0" match="greaterOrEqual"/>
|
||||
<import plugin="org.eclipse.gmf.runtime.common.core" version="0.0.0" match="greaterOrEqual"/>
|
||||
<import plugin="org.eclipse.gmf.runtime.common.ui" version="0.0.0" match="greaterOrEqual"/>
|
||||
|
||||
</requires>
|
||||
<plugin id="org.talend.designer.codegen" download-size="0" install-size="0" version="0.0.0"/>
|
||||
<plugin id="org.talend.designer.core" download-size="0" install-size="0" version="0.0.0" unpack="false"/>
|
||||
|
||||
@@ -14,4 +14,4 @@
|
||||
<natures>
|
||||
<nature>org.eclipse.pde.FeatureNature</nature>
|
||||
</natures>
|
||||
</projectDescription>
|
||||
</projectDescription>
|
||||
|
||||
@@ -1,3 +1 @@
|
||||
bin.includes = feature.xml,\
|
||||
license.html,\
|
||||
feature.properties
|
||||
bin.includes = feature.xml
|
||||
|
||||
@@ -1,175 +0,0 @@
|
||||
###############################################################################
|
||||
# Copyright (c) 2005, 2014 IBM Corporation and others.
|
||||
# This program and the accompanying materials are made
|
||||
# available under the terms of the Eclipse Public License 2.0
|
||||
# which is available at https://www.eclipse.org/legal/epl-2.0/
|
||||
#
|
||||
# SPDX-License-Identifier: EPL-2.0
|
||||
#
|
||||
# Contributors:
|
||||
# IBM Corporation - initial API and implementation
|
||||
###############################################################################
|
||||
|
||||
# This file should be translated.
|
||||
|
||||
# "featureName" property - name of the feature
|
||||
featureName=Graphical Modeling Framework (GMF) Notation
|
||||
|
||||
# "providerName" property - name of the company that provides the feature
|
||||
providerName=Eclipse Modeling Project
|
||||
|
||||
# "updateSiteName" property - label for the update site
|
||||
updateSiteName=Graphical Modeling Framework (GMF) Updates
|
||||
|
||||
# "description" property - description of the feature
|
||||
description=Graphical Modeling Framework Notation
|
||||
|
||||
|
||||
# "licenseURL" property - URL of the "Feature License"
|
||||
# do not translate value - just change to point to a locale-specific HTML page
|
||||
licenseURL=license.html
|
||||
|
||||
# "license" property - text of the "Feature Update License"
|
||||
# should be plain text version of license agreement pointed to be "licenseURL"
|
||||
license=\
|
||||
Eclipse Foundation Software User Agreement\n\
|
||||
\n\
|
||||
November 22, 2017\n\
|
||||
\n\
|
||||
Usage Of Content\n\
|
||||
\n\
|
||||
THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION\n\
|
||||
AND/OR OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY "CONTENT"). USE OF\n\
|
||||
THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS AGREEMENT AND/OR THE\n\
|
||||
TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED\n\
|
||||
BELOW. BY USING THE CONTENT, YOU AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED\n\
|
||||
BY THIS AGREEMENT AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE\n\
|
||||
AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE\n\
|
||||
TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS OF ANY\n\
|
||||
APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW, THEN YOU\n\
|
||||
MAY NOT USE THE CONTENT.\n\
|
||||
\n\
|
||||
Applicable Licenses\n\
|
||||
\n\
|
||||
Unless otherwise indicated, all Content made available by the Eclipse Foundation\n\
|
||||
is provided to you under the terms and conditions of the Eclipse Public License\n\
|
||||
Version 2.0 ("EPL"). A copy of the EPL is provided with this Content and is also\n\
|
||||
available at http://www.eclipse.org/legal/epl-2.0. For purposes of the EPL,\n\
|
||||
"Program" will mean the Content.\n\
|
||||
\n\
|
||||
Content includes, but is not limited to, source code, object code, documentation\n\
|
||||
and other files maintained in the Eclipse Foundation source code repository\n\
|
||||
("Repository") in software modules ("Modules") and made available as\n\
|
||||
downloadable archives ("Downloads").\n\
|
||||
\n\
|
||||
- Content may be structured and packaged into modules to facilitate\n\
|
||||
delivering, extending, and upgrading the Content. Typical modules may\n\
|
||||
include plug-ins ("Plug-ins"), plug-in fragments ("Fragments"), and\n\
|
||||
features ("Features").\n\
|
||||
- Each Plug-in or Fragment may be packaged as a sub-directory or JAR\n\
|
||||
(Java\u2122 ARchive) in a directory named "plugins".\n\
|
||||
- A Feature is a bundle of one or more Plug-ins and/or Fragments and\n\
|
||||
associated material. Each Feature may be packaged as a sub-directory in a\n\
|
||||
directory named "features". Within a Feature, files named "feature.xml" may\n\
|
||||
contain a list of the names and version numbers of the Plug-ins and/or\n\
|
||||
Fragments associated with that Feature.\n\
|
||||
- Features may also include other Features ("Included Features"). Within a\n\
|
||||
Feature, files named "feature.xml" may contain a list of the names and\n\
|
||||
version numbers of Included Features.\n\
|
||||
\n\
|
||||
The terms and conditions governing Plug-ins and Fragments should be contained in\n\
|
||||
files named "about.html" ("Abouts"). The terms and conditions governing Features\n\
|
||||
and Included Features should be contained in files named "license.html"\n\
|
||||
("Feature Licenses"). Abouts and Feature Licenses may be located in any\n\
|
||||
directory of a Download or Module including, but not limited to the following\n\
|
||||
locations:\n\
|
||||
\n\
|
||||
- The top-level (root) directory\n\
|
||||
- Plug-in and Fragment directories\n\
|
||||
- Inside Plug-ins and Fragments packaged as JARs\n\
|
||||
- Sub-directories of the directory named "src" of certain Plug-ins\n\
|
||||
- Feature directories\n\
|
||||
\n\
|
||||
Note: if a Feature made available by the Eclipse Foundation is installed using\n\
|
||||
the Provisioning Technology (as defined below), you must agree to a license\n\
|
||||
("Feature Update License") during the installation process. If the Feature\n\
|
||||
contains Included Features, the Feature Update License should either provide you\n\
|
||||
with the terms and conditions governing the Included Features or inform you\n\
|
||||
where you can locate them. Feature Update Licenses may be found in the "license"\n\
|
||||
property of files named "feature.properties" found within a Feature. Such\n\
|
||||
Abouts, Feature Licenses, and Feature Update Licenses contain the terms and\n\
|
||||
conditions (or references to such terms and conditions) that govern your use of\n\
|
||||
the associated Content in that directory.\n\
|
||||
\n\
|
||||
THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER TO THE EPL\n\
|
||||
OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS. SOME OF THESE\n\
|
||||
OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):\n\
|
||||
\n\
|
||||
- Eclipse Public License Version 1.0 (available at\n\
|
||||
http://www.eclipse.org/legal/epl-v10.html)\n\
|
||||
- Eclipse Distribution License Version 1.0 (available at\n\
|
||||
http://www.eclipse.org/licenses/edl-v1.0.html)\n\
|
||||
- Common Public License Version 1.0 (available at\n\
|
||||
http://www.eclipse.org/legal/cpl-v10.html)\n\
|
||||
- Apache Software License 1.1 (available at\n\
|
||||
http://www.apache.org/licenses/LICENSE)\n\
|
||||
- Apache Software License 2.0 (available at\n\
|
||||
http://www.apache.org/licenses/LICENSE-2.0)\n\
|
||||
- Mozilla Public License Version 1.1 (available at\n\
|
||||
http://www.mozilla.org/MPL/MPL-1.1.html)\n\
|
||||
\n\
|
||||
IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR TO\n\
|
||||
USE OF THE CONTENT. If no About, Feature License, or Feature Update License is\n\
|
||||
provided, please contact the Eclipse Foundation to determine what terms and\n\
|
||||
conditions govern that particular Content.\n\
|
||||
\n\
|
||||
Use of Provisioning Technology\n\
|
||||
\n\
|
||||
The Eclipse Foundation makes available provisioning software, examples of which\n\
|
||||
include, but are not limited to, p2 and the Eclipse Update Manager\n\
|
||||
("Provisioning Technology") for the purpose of allowing users to install\n\
|
||||
software, documentation, information and/or other materials (collectively\n\
|
||||
"Installable Software"). This capability is provided with the intent of allowing\n\
|
||||
such users to install, extend and update Eclipse-based products. Information\n\
|
||||
about packaging Installable Software is available at\n\
|
||||
http://eclipse.org/equinox/p2/repository_packaging.html ("Specification").\n\
|
||||
\n\
|
||||
You may use Provisioning Technology to allow other parties to install\n\
|
||||
Installable Software. You shall be responsible for enabling the applicable\n\
|
||||
license agreements relating to the Installable Software to be presented to, and\n\
|
||||
accepted by, the users of the Provisioning Technology in accordance with the\n\
|
||||
Specification. By using Provisioning Technology in such a manner and making it\n\
|
||||
available in accordance with the Specification, you further acknowledge your\n\
|
||||
agreement to, and the acquisition of all necessary rights to permit the\n\
|
||||
following:\n\
|
||||
\n\
|
||||
1. A series of actions may occur ("Provisioning Process") in which a user may\n\
|
||||
execute the Provisioning Technology on a machine ("Target Machine") with the\n\
|
||||
intent of installing, extending or updating the functionality of an\n\
|
||||
Eclipse-based product.\n\
|
||||
2. During the Provisioning Process, the Provisioning Technology may cause third\n\
|
||||
party Installable Software or a portion thereof to be accessed and copied to\n\
|
||||
the Target Machine.\n\
|
||||
3. Pursuant to the Specification, you will provide to the user the terms and\n\
|
||||
conditions that govern the use of the Installable Software ("Installable\n\
|
||||
Software Agreement") and such Installable Software Agreement shall be\n\
|
||||
accessed from the Target Machine in accordance with the Specification. Such\n\
|
||||
Installable Software Agreement must inform the user of the terms and\n\
|
||||
conditions that govern the Installable Software and must solicit acceptance\n\
|
||||
by the end user in the manner prescribed in such Installable\n\
|
||||
Software Agreement. Upon such indication of agreement by the user, the\n\
|
||||
provisioning Technology will complete installation of the\n\
|
||||
Installable Software.\n\
|
||||
\n\
|
||||
Cryptography\n\
|
||||
\n\
|
||||
Content may contain encryption software. The country in which you are currently\n\
|
||||
may have restrictions on the import, possession, and use, and/or re-export to\n\
|
||||
another country, of encryption software. BEFORE using any encryption software,\n\
|
||||
please check the country's laws, regulations and policies concerning the import,\n\
|
||||
possession, or use, and re-export of encryption software, to see if this is\n\
|
||||
permitted.\n\
|
||||
\n\
|
||||
Java and all Java-based trademarks are trademarks of Oracle Corporation in the\n\
|
||||
United States, other countries, or both.\n
|
||||
########### end of license property ##########################################
|
||||
@@ -5,15 +5,15 @@
|
||||
version="8.0.1.qualifier">
|
||||
|
||||
<description url="http://www.example.com/description">
|
||||
GMF
|
||||
[Enter Feature Description here.]
|
||||
</description>
|
||||
|
||||
<copyright url="http://www.example.com/copyright">
|
||||
[Enter Copyright Description here.]
|
||||
</copyright>
|
||||
|
||||
<license url="%licenseURL">
|
||||
%license
|
||||
<license url="http://www.example.com/license">
|
||||
[Enter License Description here.]
|
||||
</license>
|
||||
|
||||
<requires>
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -1,189 +0,0 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
|
||||
<title>Eclipse Foundation Software User Agreement</title>
|
||||
</head>
|
||||
|
||||
<body lang="EN-US">
|
||||
<h2>Eclipse Foundation Software User Agreement</h2>
|
||||
<p>November 22, 2017</p>
|
||||
|
||||
<h3>Usage Of Content</h3>
|
||||
|
||||
<p>THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION,
|
||||
INFORMATION AND/OR OTHER MATERIALS FOR OPEN SOURCE PROJECTS
|
||||
(COLLECTIVELY "CONTENT"). USE OF THE CONTENT IS GOVERNED BY
|
||||
THE TERMS AND CONDITIONS OF THIS AGREEMENT AND/OR THE TERMS AND
|
||||
CONDITIONS OF LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED
|
||||
BELOW. BY USING THE CONTENT, YOU AGREE THAT YOUR USE OF THE CONTENT IS
|
||||
GOVERNED BY THIS AGREEMENT AND/OR THE TERMS AND CONDITIONS OF ANY
|
||||
APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED
|
||||
BELOW. IF YOU DO NOT AGREE TO THE TERMS AND CONDITIONS OF THIS
|
||||
AGREEMENT AND THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE
|
||||
AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW, THEN YOU MAY NOT
|
||||
USE THE CONTENT.</p>
|
||||
|
||||
<h3>Applicable Licenses</h3>
|
||||
|
||||
<p>
|
||||
Unless otherwise indicated, all Content made available by the Eclipse
|
||||
Foundation is provided to you under the terms and conditions of the
|
||||
Eclipse Public License Version 2.0 ("EPL"). A copy of the
|
||||
EPL is provided with this Content and is also available at <a
|
||||
href="http://www.eclipse.org/legal/epl-2.0">http://www.eclipse.org/legal/epl-2.0</a>.
|
||||
For purposes of the EPL, "Program" will mean the Content.
|
||||
</p>
|
||||
|
||||
<p>Content includes, but is not limited to, source code, object
|
||||
code, documentation and other files maintained in the Eclipse
|
||||
Foundation source code repository ("Repository") in software
|
||||
modules ("Modules") and made available as downloadable
|
||||
archives ("Downloads").</p>
|
||||
|
||||
<ul>
|
||||
<li>Content may be structured and packaged into modules to
|
||||
facilitate delivering, extending, and upgrading the Content. Typical
|
||||
modules may include plug-ins ("Plug-ins"), plug-in
|
||||
fragments ("Fragments"), and features
|
||||
("Features").</li>
|
||||
<li>Each Plug-in or Fragment may be packaged as a sub-directory
|
||||
or JAR (Java™ ARchive) in a directory named
|
||||
"plugins".</li>
|
||||
<li>A Feature is a bundle of one or more Plug-ins and/or
|
||||
Fragments and associated material. Each Feature may be packaged as a
|
||||
sub-directory in a directory named "features". Within a
|
||||
Feature, files named "feature.xml" may contain a list of
|
||||
the names and version numbers of the Plug-ins and/or Fragments
|
||||
associated with that Feature.</li>
|
||||
<li>Features may also include other Features ("Included
|
||||
Features"). Within a Feature, files named
|
||||
"feature.xml" may contain a list of the names and version
|
||||
numbers of Included Features.</li>
|
||||
</ul>
|
||||
|
||||
<p>The terms and conditions governing Plug-ins and Fragments should
|
||||
be contained in files named "about.html"
|
||||
("Abouts"). The terms and conditions governing Features and
|
||||
Included Features should be contained in files named
|
||||
"license.html" ("Feature Licenses"). Abouts and
|
||||
Feature Licenses may be located in any directory of a Download or
|
||||
Module including, but not limited to the following locations:</p>
|
||||
|
||||
<ul>
|
||||
<li>The top-level (root) directory</li>
|
||||
<li>Plug-in and Fragment directories</li>
|
||||
<li>Inside Plug-ins and Fragments packaged as JARs</li>
|
||||
<li>Sub-directories of the directory named "src" of
|
||||
certain Plug-ins</li>
|
||||
<li>Feature directories</li>
|
||||
</ul>
|
||||
|
||||
<p>Note: if a Feature made available by the Eclipse Foundation is
|
||||
installed using the Provisioning Technology (as defined below), you
|
||||
must agree to a license ("Feature Update License") during
|
||||
the installation process. If the Feature contains Included Features,
|
||||
the Feature Update License should either provide you with the terms
|
||||
and conditions governing the Included Features or inform you where you
|
||||
can locate them. Feature Update Licenses may be found in the
|
||||
"license" property of files named
|
||||
"feature.properties" found within a Feature. Such Abouts,
|
||||
Feature Licenses, and Feature Update Licenses contain the terms and
|
||||
conditions (or references to such terms and conditions) that govern
|
||||
your use of the associated Content in that directory.</p>
|
||||
|
||||
<p>THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY
|
||||
REFER TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND
|
||||
CONDITIONS. SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT
|
||||
ARE NOT LIMITED TO):</p>
|
||||
|
||||
<ul>
|
||||
<li>Eclipse Public License Version 1.0 (available at <a
|
||||
href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>)
|
||||
</li>
|
||||
<li>Eclipse Distribution License Version 1.0 (available at <a
|
||||
href="http://www.eclipse.org/licenses/edl-v10.html">http://www.eclipse.org/licenses/edl-v1.0.html</a>)
|
||||
</li>
|
||||
<li>Common Public License Version 1.0 (available at <a
|
||||
href="http://www.eclipse.org/legal/cpl-v10.html">http://www.eclipse.org/legal/cpl-v10.html</a>)
|
||||
</li>
|
||||
<li>Apache Software License 1.1 (available at <a
|
||||
href="http://www.apache.org/licenses/LICENSE">http://www.apache.org/licenses/LICENSE</a>)
|
||||
</li>
|
||||
<li>Apache Software License 2.0 (available at <a
|
||||
href="http://www.apache.org/licenses/LICENSE-2.0">http://www.apache.org/licenses/LICENSE-2.0</a>)
|
||||
</li>
|
||||
<li>Mozilla Public License Version 1.1 (available at <a
|
||||
href="http://www.mozilla.org/MPL/MPL-1.1.html">http://www.mozilla.org/MPL/MPL-1.1.html</a>)
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<p>IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND
|
||||
CONDITIONS PRIOR TO USE OF THE CONTENT. If no About, Feature License,
|
||||
or Feature Update License is provided, please contact the Eclipse
|
||||
Foundation to determine what terms and conditions govern that
|
||||
particular Content.</p>
|
||||
|
||||
|
||||
<h3>Use of Provisioning Technology</h3>
|
||||
|
||||
<p>
|
||||
The Eclipse Foundation makes available provisioning software, examples
|
||||
of which include, but are not limited to, p2 and the Eclipse Update
|
||||
Manager ("Provisioning Technology") for the purpose of
|
||||
allowing users to install software, documentation, information and/or
|
||||
other materials (collectively "Installable Software"). This
|
||||
capability is provided with the intent of allowing such users to
|
||||
install, extend and update Eclipse-based products. Information about
|
||||
packaging Installable Software is available at <a
|
||||
href="http://eclipse.org/equinox/p2/repository_packaging.html">http://eclipse.org/equinox/p2/repository_packaging.html</a>
|
||||
("Specification").
|
||||
</p>
|
||||
|
||||
<p>You may use Provisioning Technology to allow other parties to
|
||||
install Installable Software. You shall be responsible for enabling
|
||||
the applicable license agreements relating to the Installable Software
|
||||
to be presented to, and accepted by, the users of the Provisioning
|
||||
Technology in accordance with the Specification. By using Provisioning
|
||||
Technology in such a manner and making it available in accordance with
|
||||
the Specification, you further acknowledge your agreement to, and the
|
||||
acquisition of all necessary rights to permit the following:</p>
|
||||
|
||||
<ol>
|
||||
<li>A series of actions may occur ("Provisioning
|
||||
Process") in which a user may execute the Provisioning
|
||||
Technology on a machine ("Target Machine") with the intent
|
||||
of installing, extending or updating the functionality of an
|
||||
Eclipse-based product.</li>
|
||||
<li>During the Provisioning Process, the Provisioning Technology
|
||||
may cause third party Installable Software or a portion thereof to be
|
||||
accessed and copied to the Target Machine.</li>
|
||||
<li>Pursuant to the Specification, you will provide to the user
|
||||
the terms and conditions that govern the use of the Installable
|
||||
Software ("Installable Software Agreement") and such
|
||||
Installable Software Agreement shall be accessed from the Target
|
||||
Machine in accordance with the Specification. Such Installable
|
||||
Software Agreement must inform the user of the terms and conditions
|
||||
that govern the Installable Software and must solicit acceptance by
|
||||
the end user in the manner prescribed in such Installable Software
|
||||
Agreement. Upon such indication of agreement by the user, the
|
||||
provisioning Technology will complete installation of the Installable
|
||||
Software.</li>
|
||||
</ol>
|
||||
|
||||
<h3>Cryptography</h3>
|
||||
|
||||
<p>Content may contain encryption software. The country in which
|
||||
you are currently may have restrictions on the import, possession, and
|
||||
use, and/or re-export to another country, of encryption software.
|
||||
BEFORE using any encryption software, please check the country's laws,
|
||||
regulations and policies concerning the import, possession, or use,
|
||||
and re-export of encryption software, to see if this is permitted.</p>
|
||||
|
||||
<p>
|
||||
<small>Java and all Java-based trademarks are trademarks of
|
||||
Oracle Corporation in the United States, other countries, or both.</small>
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
||||
@@ -16,7 +16,6 @@
|
||||
<import plugin="org.talend.repository" version="0.0.0" match="greaterOrEqual"/>
|
||||
<import plugin="org.talend.utils" version="0.0.0" match="greaterOrEqual"/>
|
||||
</requires>
|
||||
<plugin id="org.talend.common.ui.runtime.test" download-size="0" install-size="0" version="0.0.0" fragment="true" unpack="false"/>
|
||||
<plugin id="org.talend.commons.runtime.test" download-size="0" install-size="0" version="0.0.0" fragment="true" unpack="false"/>
|
||||
<plugin id="org.talend.commons.ui.test" download-size="0" install-size="0" version="0.0.0" fragment="true" unpack="false"/>
|
||||
<plugin id="org.talend.core.repository.test" download-size="0" install-size="0" version="0.0.0" fragment="true" unpack="false"/>
|
||||
@@ -44,14 +43,11 @@
|
||||
<plugin id="org.talend.migrationTool.test" download-size="0" install-size="0" version="0.0.0" fragment="true" unpack="false"/>
|
||||
<plugin id="org.talend.model.test" download-size="0" install-size="0" version="0.0.0" fragment="true" unpack="false"/>
|
||||
<plugin id="org.talend.repository.generic.test" download-size="0" install-size="0" version="0.0.0" fragment="true" unpack="false"/>
|
||||
<plugin id="org.talend.repository.json.test" download-size="0" install-size="0" version="0.0.0" fragment="true" unpack="false"/>
|
||||
<plugin id="org.talend.repository.items.importexport.test" download-size="0" install-size="0" version="0.0.0" fragment="true" unpack="false"/>
|
||||
<plugin id="org.talend.repository.items.importexport.ui.test" download-size="0" install-size="0" version="0.0.0" fragment="true" unpack="false"/>
|
||||
<plugin id="org.talend.repository.localprovider.test" download-size="0" install-size="0" version="0.0.0" fragment="true" unpack="false"/>
|
||||
<plugin id="org.talend.repository.metadata.test" download-size="0" install-size="0" version="0.0.0" fragment="true" unpack="false"/>
|
||||
<plugin id="org.talend.repository.test" download-size="0" install-size="0" version="0.0.0" fragment="true" unpack="false"/>
|
||||
<plugin id="org.talend.sqlbuilder.test" download-size="0" install-size="0" version="0.0.0" fragment="true" unpack="false"/>
|
||||
<plugin id="org.talend.presentation.onboarding.resource.test" download-size="0" install-size="0" version="0.0.0" fragment="true" unpack="false"/>
|
||||
<plugin id="org.talend.repository.view.di.test" download-size="0" install-size="0" version="0.0.0" fragment="true" unpack="false"/>
|
||||
<plugin id="org.talend.repository.view.test" download-size="0" install-size="0" version="0.0.0" fragment="true" unpack="false"/>
|
||||
<plugin id="org.talend.testutils" download-size="0" install-size="0" version="0.0.0" unpack="false"/>
|
||||
|
||||
17
main/features/org.talend.sbi.feature/.project
Normal file
17
main/features/org.talend.sbi.feature/.project
Normal file
@@ -0,0 +1,17 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<projectDescription>
|
||||
<name>org.talend.sbi.feature</name>
|
||||
<comment></comment>
|
||||
<projects>
|
||||
</projects>
|
||||
<buildSpec>
|
||||
<buildCommand>
|
||||
<name>org.eclipse.pde.FeatureBuilder</name>
|
||||
<arguments>
|
||||
</arguments>
|
||||
</buildCommand>
|
||||
</buildSpec>
|
||||
<natures>
|
||||
<nature>org.eclipse.pde.FeatureNature</nature>
|
||||
</natures>
|
||||
</projectDescription>
|
||||
1
main/features/org.talend.sbi.feature/build.properties
Normal file
1
main/features/org.talend.sbi.feature/build.properties
Normal file
@@ -0,0 +1 @@
|
||||
bin.includes = feature.xml
|
||||
11
main/features/org.talend.sbi.feature/feature.xml
Normal file
11
main/features/org.talend.sbi.feature/feature.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<feature id="org.talend.sbi.feature" label="SBI Feature" version="8.0.1.qualifier" provider-name=".Talend SA.">
|
||||
<description url="http://www.talend.com/online/featuresdescription.html#sbi-feature">Complete description about this feature at http://www.talend.com/online/featuresdescription.html#sbi-feature</description>
|
||||
<copyright url="http://www.talend.com/online/copyright.txt">Copyright Talend 2006, 2007</copyright>
|
||||
<license>The licence are describe in branding feature</license>
|
||||
<url>
|
||||
<discovery label="Talend web site" url="http://www.talend.com"/>
|
||||
</url>
|
||||
<plugin id="org.talend.sbi.engines.client" download-size="0" install-size="0" version="0.0.0"/>
|
||||
</feature>
|
||||
12
main/features/org.talend.sbi.feature/pom.xml
Normal file
12
main/features/org.talend.sbi.feature/pom.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<parent>
|
||||
<groupId>org.talend.studio</groupId>
|
||||
<artifactId>tdi-studio-se</artifactId>
|
||||
<version>8.0.1-SNAPSHOT</version>
|
||||
<relativePath>../../../</relativePath>
|
||||
</parent>
|
||||
<artifactId>org.talend.sbi.feature</artifactId>
|
||||
<packaging>eclipse-feature</packaging>
|
||||
</project>
|
||||
17
main/features/org.talend.spagic.feature/.project
Normal file
17
main/features/org.talend.spagic.feature/.project
Normal file
@@ -0,0 +1,17 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<projectDescription>
|
||||
<name>org.talend.spagic.feature</name>
|
||||
<comment></comment>
|
||||
<projects>
|
||||
</projects>
|
||||
<buildSpec>
|
||||
<buildCommand>
|
||||
<name>org.eclipse.pde.FeatureBuilder</name>
|
||||
<arguments>
|
||||
</arguments>
|
||||
</buildCommand>
|
||||
</buildSpec>
|
||||
<natures>
|
||||
<nature>org.eclipse.pde.FeatureNature</nature>
|
||||
</natures>
|
||||
</projectDescription>
|
||||
1
main/features/org.talend.spagic.feature/build.properties
Normal file
1
main/features/org.talend.spagic.feature/build.properties
Normal file
@@ -0,0 +1 @@
|
||||
bin.includes = feature.xml
|
||||
11
main/features/org.talend.spagic.feature/feature.xml
Normal file
11
main/features/org.talend.spagic.feature/feature.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<feature id="org.talend.spagic.feature" label="SPAGIC Feature" version="8.0.1.qualifier" provider-name=".Talend SA.">
|
||||
<description url="http://www.talend.com/online/featuresdescription.html#spagic-feature">Complete description about this feature at http://www.talend.com/online/featuresdescription.html#sbi-feature</description>
|
||||
<copyright url="http://www.talend.com/online/copyright.txt">Copyright Talend 2006, 2007</copyright>
|
||||
<license>The licence are describe in branding feature</license>
|
||||
<url>
|
||||
<discovery label="Talend web site" url="http://www.talend.com"/>
|
||||
</url>
|
||||
<plugin id="org.talend.spagic.engines.client" download-size="0" install-size="0" version="0.0.0" unpack="false"/>
|
||||
</feature>
|
||||
12
main/features/org.talend.spagic.feature/pom.xml
Normal file
12
main/features/org.talend.spagic.feature/pom.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<parent>
|
||||
<groupId>org.talend.studio</groupId>
|
||||
<artifactId>tdi-studio-se</artifactId>
|
||||
<version>8.0.1-SNAPSHOT</version>
|
||||
<relativePath>../../../</relativePath>
|
||||
</parent>
|
||||
<artifactId>org.talend.spagic.feature</artifactId>
|
||||
<packaging>eclipse-feature</packaging>
|
||||
</project>
|
||||
@@ -1,23 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<projectDescription>
|
||||
<name>org.talend.studio.components.tck.jdbc.feature</name>
|
||||
<comment></comment>
|
||||
<projects>
|
||||
</projects>
|
||||
<buildSpec>
|
||||
<buildCommand>
|
||||
<name>org.eclipse.pde.FeatureBuilder</name>
|
||||
<arguments>
|
||||
</arguments>
|
||||
</buildCommand>
|
||||
<buildCommand>
|
||||
<name>org.eclipse.m2e.core.maven2Builder</name>
|
||||
<arguments>
|
||||
</arguments>
|
||||
</buildCommand>
|
||||
</buildSpec>
|
||||
<natures>
|
||||
<nature>org.eclipse.m2e.core.maven2Nature</nature>
|
||||
<nature>org.eclipse.pde.FeatureNature</nature>
|
||||
</natures>
|
||||
</projectDescription>
|
||||
@@ -1,41 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<feature
|
||||
id="org.talend.studio.components.tck.jdbc.feature"
|
||||
label="JDBC"
|
||||
version="8.0.1.qualifier">
|
||||
|
||||
<description url="http://www.example.com/description">
|
||||
JDBC
|
||||
</description>
|
||||
|
||||
<copyright url="http://www.example.com/copyright">
|
||||
[Enter Copyright Description here.]
|
||||
</copyright>
|
||||
|
||||
<license url="http://www.example.com/license">
|
||||
JDBC
|
||||
Copyright (c) 2006-2021 Talend Inc. - www.talend.com
|
||||
All rights reserved.
|
||||
|
||||
This product includes software developed at
|
||||
GlassFish Community (https://glassfish.dev.java.net)
|
||||
Licensed under the CDDL,GPL-2.0-only license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
The Apache Software Foundation (http://jakarta.apache.org/)
|
||||
Licensed under the Apache-2.0 license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
FasterXML
|
||||
Licensed under the Apache-2.0 license.
|
||||
</license>
|
||||
|
||||
<requires>
|
||||
<import plugin="org.talend.designer.maven.repo.tck"/>
|
||||
<import plugin="org.talend.studio.components.tck.jdbc"/>
|
||||
<import plugin="org.talend.components.jdbc.definition"/>
|
||||
</requires>
|
||||
|
||||
</feature>
|
||||
@@ -1,12 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<parent>
|
||||
<groupId>org.talend.studio</groupId>
|
||||
<artifactId>tdi-studio-se</artifactId>
|
||||
<version>8.0.1-SNAPSHOT</version>
|
||||
<relativePath>../../../</relativePath>
|
||||
</parent>
|
||||
<artifactId>org.talend.studio.components.tck.jdbc.feature</artifactId>
|
||||
<packaging>eclipse-feature</packaging>
|
||||
</project>
|
||||
@@ -1,17 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<projectDescription>
|
||||
<name>org.talend.studio.components.tck.jira.feature</name>
|
||||
<comment></comment>
|
||||
<projects>
|
||||
</projects>
|
||||
<buildSpec>
|
||||
<buildCommand>
|
||||
<name>org.eclipse.pde.FeatureBuilder</name>
|
||||
<arguments>
|
||||
</arguments>
|
||||
</buildCommand>
|
||||
</buildSpec>
|
||||
<natures>
|
||||
<nature>org.eclipse.pde.FeatureNature</nature>
|
||||
</natures>
|
||||
</projectDescription>
|
||||
@@ -1,2 +0,0 @@
|
||||
bin.includes = feature.xml,\
|
||||
p2.inf
|
||||
@@ -1,91 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<feature
|
||||
id="org.talend.studio.components.tck.jira.feature"
|
||||
label="Jira"
|
||||
version="8.0.1.qualifier">
|
||||
|
||||
<description url="http://www.example.com/description">
|
||||
Jira component
|
||||
</description>
|
||||
|
||||
<copyright url="http://www.example.com/copyright">
|
||||
[Enter Copyright Description here.]
|
||||
</copyright>
|
||||
|
||||
<license url="http://www.example.com/license">
|
||||
Jira component
|
||||
Copyright (c) 2006-2021 Talend Inc. - www.talend.com
|
||||
All rights reserved.
|
||||
|
||||
This product includes software developed at
|
||||
OPS4J - Open Participation Software for Java
|
||||
Licensed under the Apache-2.0 license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
GlassFish Community (https://glassfish.dev.java.net)
|
||||
Licensed under the CDDL,GPL-2.0-only license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
The Apache Software Foundation (http://jakarta.apache.org/)
|
||||
Licensed under the Apache-2.0 license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
FasterXML
|
||||
Licensed under the Apache-2.0 license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
OSGi Alliance (http://www.osgi.org/)
|
||||
Licensed under the Apache-2.0 license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
Joda.org (http://www.joda.org)
|
||||
Licensed under the Apache-2.0 license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
FasterXML (http://fasterxml.com)
|
||||
Licensed under the JSON license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
Google, Inc.
|
||||
Licensed under the Apache-2.0 license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
AddThis
|
||||
Licensed under the Apache-2.0 license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
SLF4J.ORG
|
||||
Licensed under the MIT license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
SLF4J.ORG
|
||||
Licensed under the X11 license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
JUnit
|
||||
Licensed under the EPL-1.0 license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
Seam Framework
|
||||
Licensed under the Apache-2.0 license.
|
||||
</license>
|
||||
|
||||
<requires>
|
||||
<import plugin="org.talend.designer.maven.repo.tck" version="0.0.0" match="greaterOrEqual"/>
|
||||
<import plugin="org.talend.designer.maven.repo.tcksdk" version="0.0.0" match="greaterOrEqual"/>
|
||||
<import plugin="org.talend.studio.components.tck.jira"/>
|
||||
</requires>
|
||||
|
||||
</feature>
|
||||
@@ -1,4 +0,0 @@
|
||||
properties.0.name=TALEND_COMPONENT_tJIRAInput
|
||||
properties.0.value=
|
||||
properties.1.name=TALEND_COMPONENT_tJIRAOutput
|
||||
properties.1.value=
|
||||
@@ -1,12 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<parent>
|
||||
<groupId>org.talend.studio</groupId>
|
||||
<artifactId>tdi-studio-se</artifactId>
|
||||
<version>8.0.1-SNAPSHOT</version>
|
||||
<relativePath>../../../</relativePath>
|
||||
</parent>
|
||||
<artifactId>org.talend.studio.components.tck.jira.feature</artifactId>
|
||||
<packaging>eclipse-feature</packaging>
|
||||
</project>
|
||||
@@ -1,17 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<projectDescription>
|
||||
<name>org.talend.studio.components.tck.splunk.feature</name>
|
||||
<comment></comment>
|
||||
<projects>
|
||||
</projects>
|
||||
<buildSpec>
|
||||
<buildCommand>
|
||||
<name>org.eclipse.pde.FeatureBuilder</name>
|
||||
<arguments>
|
||||
</arguments>
|
||||
</buildCommand>
|
||||
</buildSpec>
|
||||
<natures>
|
||||
<nature>org.eclipse.pde.FeatureNature</nature>
|
||||
</natures>
|
||||
</projectDescription>
|
||||
@@ -1,2 +0,0 @@
|
||||
bin.includes = feature.xml,\
|
||||
p2.inf
|
||||
@@ -1,91 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<feature
|
||||
id="org.talend.studio.components.tck.splunk.feature"
|
||||
label="Splunk"
|
||||
version="8.0.1.qualifier">
|
||||
|
||||
<description url="http://www.example.com/description">
|
||||
Splunk component
|
||||
</description>
|
||||
|
||||
<copyright url="http://www.example.com/copyright">
|
||||
[Enter Copyright Description here.]
|
||||
</copyright>
|
||||
|
||||
<license url="http://www.example.com/license">
|
||||
Splunk component
|
||||
Copyright (c) 2006-2021 Talend Inc. - www.talend.com
|
||||
All rights reserved.
|
||||
|
||||
This product includes software developed at
|
||||
OPS4J - Open Participation Software for Java
|
||||
Licensed under the Apache-2.0 license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
GlassFish Community (https://glassfish.dev.java.net)
|
||||
Licensed under the CDDL,GPL-2.0-only license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
The Apache Software Foundation (http://jakarta.apache.org/)
|
||||
Licensed under the Apache-2.0 license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
FasterXML
|
||||
Licensed under the Apache-2.0 license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
OSGi Alliance (http://www.osgi.org/)
|
||||
Licensed under the Apache-2.0 license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
Joda.org (http://www.joda.org)
|
||||
Licensed under the Apache-2.0 license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
FasterXML (http://fasterxml.com)
|
||||
Licensed under the JSON license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
Google, Inc.
|
||||
Licensed under the Apache-2.0 license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
AddThis
|
||||
Licensed under the Apache-2.0 license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
SLF4J.ORG
|
||||
Licensed under the MIT license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
SLF4J.ORG
|
||||
Licensed under the X11 license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
JUnit
|
||||
Licensed under the EPL-1.0 license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
Seam Framework
|
||||
Licensed under the Apache-2.0 license.
|
||||
</license>
|
||||
|
||||
<requires>
|
||||
<import plugin="org.talend.designer.maven.repo.tck" version="0.0.0" match="greaterOrEqual"/>
|
||||
<import plugin="org.talend.designer.maven.repo.tcksdk" version="0.0.0" match="greaterOrEqual"/>
|
||||
<import plugin="org.talend.studio.components.tck.splunk"/>
|
||||
</requires>
|
||||
|
||||
</feature>
|
||||
@@ -1,2 +0,0 @@
|
||||
properties.0.name=TALEND_COMPONENT_tSplunkEventCollector
|
||||
properties.0.value=
|
||||
@@ -1,12 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<parent>
|
||||
<groupId>org.talend.studio</groupId>
|
||||
<artifactId>tdi-studio-se</artifactId>
|
||||
<version>8.0.1-SNAPSHOT</version>
|
||||
<relativePath>../../../</relativePath>
|
||||
</parent>
|
||||
<artifactId>org.talend.studio.components.tck.splunk.feature</artifactId>
|
||||
<packaging>eclipse-feature</packaging>
|
||||
</project>
|
||||
@@ -5,7 +5,7 @@
|
||||
version="8.0.1.qualifier">
|
||||
|
||||
<description url="http://www.example.com/description">
|
||||
Azure Storage
|
||||
[Enter Feature Description here.]
|
||||
</description>
|
||||
|
||||
<copyright url="http://www.example.com/copyright">
|
||||
@@ -13,104 +13,9 @@
|
||||
</copyright>
|
||||
|
||||
<license url="http://www.example.com/license">
|
||||
Azure Storage
|
||||
Copyright (c) 2006-2021 Talend Inc. - www.talend.com
|
||||
All rights reserved.
|
||||
|
||||
This product includes software developed at
|
||||
OW2 (http://www.ow2.org/)
|
||||
Licensed under the BSD-3-Clause license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
The Apache Software Foundation (http://jakarta.apache.org/)
|
||||
Licensed under the Apache-2.0 license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
FasterXML (http://fasterxml.com)
|
||||
Licensed under the JSON license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
Connect2id Ltd. (http://connect2id.com)
|
||||
Licensed under the Apache-2.0 license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
AddThis
|
||||
Licensed under the Apache-2.0 license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
SLF4J.ORG
|
||||
Licensed under the X11 license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
SLF4J.ORG
|
||||
Licensed under the MIT license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
JUnit
|
||||
Licensed under the EPL-1.0 license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
Seam Framework
|
||||
Licensed under the Apache-2.0 license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
OPS4J - Open Participation Software for Java
|
||||
Licensed under the Apache-2.0 license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
GlassFish Community (https://glassfish.dev.java.net)
|
||||
Licensed under the CDDL,GPL-2.0-only license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
FasterXML
|
||||
Licensed under the Apache-2.0 license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
OSGi Alliance (http://www.osgi.org/)
|
||||
Licensed under the Apache-2.0 license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
Joda.org (http://www.joda.org)
|
||||
Licensed under the Apache-2.0 license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
Google, Inc.
|
||||
Licensed under the Apache-2.0 license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
Connect2id Ltd. (https://connect2id.com/)
|
||||
Licensed under the Apache-2.0 license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
Chemouni Uriel (https://urielch.github.io/)
|
||||
Licensed under the Apache-2.0 license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
Connect2id Ltd. (https://connect2id.com)
|
||||
Licensed under the Apache-2.0 license.
|
||||
[Enter License Description here.]
|
||||
</license>
|
||||
|
||||
<requires>
|
||||
<import plugin="org.talend.designer.maven.repo.tcompv0" version="0.0.0" match="greaterOrEqual"/>
|
||||
</requires>
|
||||
|
||||
<plugin
|
||||
id="org.talend.studio.components.tcompv0.azurestorage"
|
||||
download-size="0"
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<parent>
|
||||
<groupId>org.talend.studio</groupId>
|
||||
<artifactId>tdi-studio-se</artifactId>
|
||||
<version>8.0.1-SNAPSHOT</version>
|
||||
<relativePath>../../../</relativePath>
|
||||
</parent>
|
||||
<artifactId>org.talend.studio.components.tcompv0.azurestorage.feature</artifactId>
|
||||
<packaging>eclipse-feature</packaging>
|
||||
</project>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<parent>
|
||||
<groupId>org.talend.studio</groupId>
|
||||
<artifactId>tdi-studio-se</artifactId>
|
||||
<version>8.0.1-SNAPSHOT</version>
|
||||
<relativePath>../../../</relativePath>
|
||||
</parent>
|
||||
<artifactId>org.talend.studio.components.tcompv0.azurestorage.feature</artifactId>
|
||||
<packaging>eclipse-feature</packaging>
|
||||
</project>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
version="8.0.1.qualifier">
|
||||
|
||||
<description url="http://www.example.com/description">
|
||||
Google drive component
|
||||
[Enter Feature Description here.]
|
||||
</description>
|
||||
|
||||
<copyright url="http://www.example.com/copyright">
|
||||
@@ -13,89 +13,9 @@
|
||||
</copyright>
|
||||
|
||||
<license url="http://www.example.com/license">
|
||||
Google drive component
|
||||
Copyright (c) 2006-2021 Talend Inc. - www.talend.com
|
||||
All rights reserved.
|
||||
|
||||
This product includes software developed at
|
||||
The Apache Software Foundation (http://jakarta.apache.org/)
|
||||
Licensed under the Apache-2.0 license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
FasterXML (http://fasterxml.com)
|
||||
Licensed under the JSON license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
AddThis
|
||||
Licensed under the Apache-2.0 license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
SLF4J.ORG
|
||||
Licensed under the X11 license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
SLF4J.ORG
|
||||
Licensed under the MIT license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
Google (http://www.google.com/)
|
||||
Licensed under the Apache-2.0 license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
JUnit
|
||||
Licensed under the EPL-1.0 license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
Seam Framework
|
||||
Licensed under the Apache-2.0 license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
Google
|
||||
Licensed under the Apache-2.0 license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
OPS4J - Open Participation Software for Java
|
||||
Licensed under the Apache-2.0 license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
GlassFish Community (https://glassfish.dev.java.net)
|
||||
Licensed under the CDDL,GPL-2.0-only license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
FasterXML
|
||||
Licensed under the Apache-2.0 license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
OSGi Alliance (http://www.osgi.org/)
|
||||
Licensed under the Apache-2.0 license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
Joda.org (http://www.joda.org)
|
||||
Licensed under the Apache-2.0 license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
Google, Inc.
|
||||
Licensed under the Apache-2.0 license.
|
||||
[Enter License Description here.]
|
||||
</license>
|
||||
|
||||
<requires>
|
||||
<import plugin="org.talend.designer.maven.repo.tcompv0" version="0.0.0" match="greaterOrEqual"/>
|
||||
</requires>
|
||||
|
||||
<plugin
|
||||
id="org.talend.studio.components.tcompv0.googledrive"
|
||||
download-size="0"
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<parent>
|
||||
<groupId>org.talend.studio</groupId>
|
||||
<artifactId>tdi-studio-se</artifactId>
|
||||
<version>8.0.1-SNAPSHOT</version>
|
||||
<relativePath>../../../</relativePath>
|
||||
</parent>
|
||||
<artifactId>org.talend.studio.components.tcompv0.googledrive.feature</artifactId>
|
||||
<packaging>eclipse-feature</packaging>
|
||||
</project>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<parent>
|
||||
<groupId>org.talend.studio</groupId>
|
||||
<artifactId>tdi-studio-se</artifactId>
|
||||
<version>8.0.1-SNAPSHOT</version>
|
||||
<relativePath>../../../</relativePath>
|
||||
</parent>
|
||||
<artifactId>org.talend.studio.components.tcompv0.googledrive.feature</artifactId>
|
||||
<packaging>eclipse-feature</packaging>
|
||||
</project>
|
||||
|
||||
@@ -16,4 +16,17 @@
|
||||
[Enter License Description here.]
|
||||
</license>
|
||||
|
||||
<plugin
|
||||
id="org.talend.studio.components.tcompv0.jdbc"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"/>
|
||||
|
||||
<plugin
|
||||
id="org.talend.components.jdbc.definition"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
</feature>
|
||||
|
||||
@@ -0,0 +1,23 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<projectDescription>
|
||||
<name>org.talend.studio.components.tcompv0.jira.feature</name>
|
||||
<comment></comment>
|
||||
<projects>
|
||||
</projects>
|
||||
<buildSpec>
|
||||
<buildCommand>
|
||||
<name>org.eclipse.pde.FeatureBuilder</name>
|
||||
<arguments>
|
||||
</arguments>
|
||||
</buildCommand>
|
||||
<buildCommand>
|
||||
<name>org.eclipse.m2e.core.maven2Builder</name>
|
||||
<arguments>
|
||||
</arguments>
|
||||
</buildCommand>
|
||||
</buildSpec>
|
||||
<natures>
|
||||
<nature>org.eclipse.m2e.core.maven2Nature</nature>
|
||||
<nature>org.eclipse.pde.FeatureNature</nature>
|
||||
</natures>
|
||||
</projectDescription>
|
||||
@@ -0,0 +1 @@
|
||||
bin.includes = feature.xml
|
||||
@@ -0,0 +1,32 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<feature
|
||||
id="org.talend.studio.components.tcompv0.jira.feature"
|
||||
label="Jira"
|
||||
version="8.0.1.qualifier">
|
||||
|
||||
<description url="http://www.example.com/description">
|
||||
[Enter Feature Description here.]
|
||||
</description>
|
||||
|
||||
<copyright url="http://www.example.com/copyright">
|
||||
[Enter Copyright Description here.]
|
||||
</copyright>
|
||||
|
||||
<license url="http://www.example.com/license">
|
||||
[Enter License Description here.]
|
||||
</license>
|
||||
|
||||
<plugin
|
||||
id="org.talend.studio.components.tcompv0.jira"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"/>
|
||||
|
||||
<plugin
|
||||
id="org.talend.components.jira"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
</feature>
|
||||
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<parent>
|
||||
<groupId>org.talend.studio</groupId>
|
||||
<artifactId>tdi-studio-se</artifactId>
|
||||
<version>8.0.1-SNAPSHOT</version>
|
||||
<relativePath>../../../</relativePath>
|
||||
</parent>
|
||||
<artifactId>org.talend.studio.components.tcompv0.jira.feature</artifactId>
|
||||
<packaging>eclipse-feature</packaging>
|
||||
</project>
|
||||
@@ -5,7 +5,7 @@
|
||||
version="8.0.1.qualifier">
|
||||
|
||||
<description url="http://www.example.com/description">
|
||||
Marketo component
|
||||
[Enter Feature Description here.]
|
||||
</description>
|
||||
|
||||
<copyright url="http://www.example.com/copyright">
|
||||
@@ -13,144 +13,9 @@
|
||||
</copyright>
|
||||
|
||||
<license url="http://www.example.com/license">
|
||||
Marketo component
|
||||
Copyright (c) 2006-2021 Talend Inc. - www.talend.com
|
||||
All rights reserved.
|
||||
|
||||
This product includes software developed at
|
||||
FasterXML (http://fasterxml.com)
|
||||
Licensed under the Apache-2.0 license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
The Apache Software Foundation (http://jakarta.apache.org/)
|
||||
Licensed under the Apache-2.0 license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
Oracle
|
||||
Licensed under the EDL-1.0 license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
fasterxml.com (http://fasterxml.com)
|
||||
Licensed under the EPL-1.0 license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
Oracle Corporation (http://www.oracle.com/)
|
||||
Licensed under the CDDL-1.0,GPL2 w/ CPE license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
FasterXML (http://fasterxml.com)
|
||||
Licensed under the JSON license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
Oracle Corporation (http://www.oracle.com/)
|
||||
Licensed under the GPL-2.0-only license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
AddThis
|
||||
Licensed under the Apache-2.0 license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
SLF4J.ORG
|
||||
Licensed under the MIT license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
GlassFish Community (https://glassfish.java.net)
|
||||
Licensed under the CDDL + GPLv2 with classpath exception license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
SLF4J.ORG
|
||||
Licensed under the X11 license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
JUnit
|
||||
Licensed under the EPL-1.0 license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
Seam Framework
|
||||
Licensed under the Apache-2.0 license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
OPS4J - Open Participation Software for Java
|
||||
Licensed under the Apache-2.0 license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
GlassFish Community (https://glassfish.dev.java.net)
|
||||
Licensed under the CDDL,GPL-2.0-only license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
Oracle (http://www.oracle.com/)
|
||||
Licensed under the CDDL + GPLv2 with classpath exception license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
FasterXML
|
||||
Licensed under the Apache-2.0 license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
Oracle
|
||||
Licensed under the CDDL,GPL-2.0-only license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
OSGi Alliance (http://www.osgi.org/)
|
||||
Licensed under the Apache-2.0 license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
Oracle (http://www.oracle.com)
|
||||
Licensed under the CDDL + GPLv2 with classpath exception license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
Joda.org (http://www.joda.org)
|
||||
Licensed under the Apache-2.0 license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
Google, Inc.
|
||||
Licensed under the Apache-2.0 license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
Oracle Corporation
|
||||
Licensed under the CDDL-1.0,GPL-2.0-only license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
Oracle (http://www.oracle.com)
|
||||
Licensed under the CDDL,GPL-2.0-only license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
Sun Microsystems (http://www.sun.com)
|
||||
Licensed under the CDDL+GPL license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
Oracle
|
||||
Licensed under the Apache-2.0 license.
|
||||
[Enter License Description here.]
|
||||
</license>
|
||||
|
||||
<requires>
|
||||
<import plugin="org.talend.designer.maven.repo.tcompv0" version="0.0.0" match="greaterOrEqual"/>
|
||||
</requires>
|
||||
|
||||
<plugin
|
||||
id="org.talend.studio.components.tcompv0.marketo"
|
||||
download-size="0"
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<parent>
|
||||
<groupId>org.talend.studio</groupId>
|
||||
<artifactId>tdi-studio-se</artifactId>
|
||||
<version>8.0.1-SNAPSHOT</version>
|
||||
<relativePath>../../../</relativePath>
|
||||
</parent>
|
||||
<artifactId>org.talend.studio.components.tcompv0.marketo.feature</artifactId>
|
||||
<packaging>eclipse-feature</packaging>
|
||||
</project>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<parent>
|
||||
<groupId>org.talend.studio</groupId>
|
||||
<artifactId>tdi-studio-se</artifactId>
|
||||
<version>8.0.1-SNAPSHOT</version>
|
||||
<relativePath>../../../</relativePath>
|
||||
</parent>
|
||||
<artifactId>org.talend.studio.components.tcompv0.marketo.feature</artifactId>
|
||||
<packaging>eclipse-feature</packaging>
|
||||
</project>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
version="8.0.1.qualifier">
|
||||
|
||||
<description url="http://www.example.com/description">
|
||||
Marklogic component
|
||||
[Enter Feature Description here.]
|
||||
</description>
|
||||
|
||||
<copyright url="http://www.example.com/copyright">
|
||||
@@ -13,184 +13,9 @@
|
||||
</copyright>
|
||||
|
||||
<license url="http://www.example.com/license">
|
||||
Marklogic component
|
||||
Copyright (c) 2006-2021 Talend Inc. - www.talend.com
|
||||
All rights reserved.
|
||||
|
||||
This product includes software developed at
|
||||
Oracle Corporation (http://www.oracle.com/)
|
||||
Licensed under the CDDL,GPL-2.0-only license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
JCraft,Inc. (http://www.jcraft.com/)
|
||||
Licensed under the BSD-3-Clause license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
The Apache Software Foundation (http://jakarta.apache.org/)
|
||||
Licensed under the Apache-2.0 license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
fasterxml.com (http://fasterxml.com)
|
||||
Licensed under the EPL-1.0 license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
FasterXML (http://fasterxml.com)
|
||||
Licensed under the JSON license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
Sun Microsystems, Inc.
|
||||
Licensed under the CDDL-1.0 license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
AddThis
|
||||
Licensed under the Apache-2.0 license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
GlassFish Community (https://glassfish.java.net)
|
||||
Licensed under the CDDL + GPLv2 with classpath exception license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
SLF4J.ORG
|
||||
Licensed under the MIT license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
The Netty Project (http://netty.io/)
|
||||
Licensed under the Apache-2.0 license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
JUnit
|
||||
Licensed under the EPL-1.0 license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
Seam Framework
|
||||
Licensed under the Apache-2.0 license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
OPS4J - Open Participation Software for Java
|
||||
Licensed under the Apache-2.0 license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
FasterXML
|
||||
Licensed under the Apache-2.0 license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
Extreme! Lab, Indiana University (http://www.extreme.indiana.edu/)
|
||||
Licensed under the Apache-1.0,CC0-1.0,CC-PDDC license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
OSGi Alliance (http://www.osgi.org/)
|
||||
Licensed under the Apache-2.0 license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
Joda.org (http://www.joda.org)
|
||||
Licensed under the Apache-2.0 license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
The Eclipse Foundation (http://www.eclipse.org/)
|
||||
Licensed under the EDL-1.0 license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
Oracle Corporation
|
||||
Licensed under the CDDL-1.0,GPL-2.0-only license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
JOpt Simple
|
||||
Licensed under the MIT license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
Chemouni Uriel (https://urielch.github.io/)
|
||||
Licensed under the Apache-2.0 license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
FasterXML
|
||||
Licensed under the JSON license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
Oracle
|
||||
Licensed under the Apache-2.0 license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
OW2 (http://www.ow2.org/)
|
||||
Licensed under the BSD-3-Clause license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
FasterXML (http://fasterxml.com)
|
||||
Licensed under the Apache-2.0 license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
MarkLogic Corporation
|
||||
Licensed under the Apache-2.0 license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
The Apache Software Foundation (http://jakarta.apache.org/)
|
||||
Licensed under the Apache-1.0 license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
Google
|
||||
Licensed under the BSD-3-Clause license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
Connect2id Ltd. (http://connect2id.com)
|
||||
Licensed under the Apache-2.0 license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
SLF4J.ORG
|
||||
Licensed under the X11 license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
The Eclipse Foundation (http://www.eclipse.org/)
|
||||
Licensed under the Apache-2.0 license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
GlassFish Community (https://glassfish.dev.java.net)
|
||||
Licensed under the CDDL,GPL-2.0-only license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
Saxonica (http://www.saxonica.com)
|
||||
Licensed under the MPL-2.0 license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
Google, Inc.
|
||||
Licensed under the Apache-2.0 license.
|
||||
[Enter License Description here.]
|
||||
</license>
|
||||
|
||||
<requires>
|
||||
<import plugin="org.talend.designer.maven.repo.tcompv0" version="0.0.0" match="greaterOrEqual"/>
|
||||
</requires>
|
||||
|
||||
<plugin
|
||||
id="org.talend.studio.components.tcompv0.marklogic"
|
||||
download-size="0"
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<parent>
|
||||
<groupId>org.talend.studio</groupId>
|
||||
<artifactId>tdi-studio-se</artifactId>
|
||||
<version>8.0.1-SNAPSHOT</version>
|
||||
<relativePath>../../../</relativePath>
|
||||
</parent>
|
||||
<artifactId>org.talend.studio.components.tcompv0.marklogic.feature</artifactId>
|
||||
<packaging>eclipse-feature</packaging>
|
||||
</project>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<parent>
|
||||
<groupId>org.talend.studio</groupId>
|
||||
<artifactId>tdi-studio-se</artifactId>
|
||||
<version>8.0.1-SNAPSHOT</version>
|
||||
<relativePath>../../../</relativePath>
|
||||
</parent>
|
||||
<artifactId>org.talend.studio.components.tcompv0.marklogic.feature</artifactId>
|
||||
<packaging>eclipse-feature</packaging>
|
||||
</project>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
version="8.0.1.qualifier">
|
||||
|
||||
<description url="http://www.example.com/description">
|
||||
Netsuite
|
||||
[Enter Feature Description here.]
|
||||
</description>
|
||||
|
||||
<copyright url="http://www.example.com/copyright">
|
||||
@@ -13,129 +13,9 @@
|
||||
</copyright>
|
||||
|
||||
<license url="http://www.example.com/license">
|
||||
Netsuite
|
||||
Copyright (c) 2006-2021 Talend Inc. - www.talend.com
|
||||
All rights reserved.
|
||||
|
||||
This product includes software developed at
|
||||
The Apache Software Foundation (http://jakarta.apache.org/)
|
||||
Licensed under the Apache-2.0 license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
Oracle
|
||||
Licensed under the EDL-1.0 license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
FasterXML (http://fasterxml.com)
|
||||
Licensed under the JSON license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
Sun Microsystems, Inc.
|
||||
Licensed under the CDDL-1.0 license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
Oracle Corporation
|
||||
Licensed under the CDDL-1.0,GPL-2.0-or-later license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
AddThis
|
||||
Licensed under the Apache-2.0 license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
SLF4J.ORG
|
||||
Licensed under the MIT license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
GlassFish Community (https://glassfish.java.net)
|
||||
Licensed under the CDDL + GPLv2 with classpath exception license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
SLF4J.ORG
|
||||
Licensed under the X11 license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
Seam Framework
|
||||
Licensed under the Apache-2.0 license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
JUnit
|
||||
Licensed under the EPL-1.0 license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
OPS4J - Open Participation Software for Java
|
||||
Licensed under the Apache-2.0 license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
FasterXML
|
||||
Licensed under the Apache-2.0 license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
Oracle (http://www.oracle.com)
|
||||
Licensed under the CDDL + GPLv2 with classpath exception license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
OSGi Alliance (http://www.osgi.org/)
|
||||
Licensed under the Apache-2.0 license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
Joda.org (http://www.joda.org)
|
||||
Licensed under the Apache-2.0 license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
Oracle (http://www.oracle.com)
|
||||
Licensed under the CDDL,GPL-2.0-or-later license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
Google, Inc.
|
||||
Licensed under the Apache-2.0 license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
The Eclipse Foundation (http://www.eclipse.org/)
|
||||
Licensed under the EDL-1.0 license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
Square, Inc. (http://squareup.com)
|
||||
Licensed under the Apache-2.0 license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
GlassFish Community (https://glassfish.dev.java.net)
|
||||
Licensed under the CDDL,GPL-2.0-or-later license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
FasterXML
|
||||
Licensed under the JSON license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
Oracle
|
||||
Licensed under the Apache-2.0 license.
|
||||
[Enter License Description here.]
|
||||
</license>
|
||||
|
||||
<requires>
|
||||
<import plugin="org.talend.designer.maven.repo.tcompv0" version="0.0.0" match="greaterOrEqual"/>
|
||||
</requires>
|
||||
|
||||
<plugin
|
||||
id="org.talend.studio.components.tcompv0.netsuite"
|
||||
download-size="0"
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<parent>
|
||||
<groupId>org.talend.studio</groupId>
|
||||
<artifactId>tdi-studio-se</artifactId>
|
||||
<version>8.0.1-SNAPSHOT</version>
|
||||
<relativePath>../../../</relativePath>
|
||||
</parent>
|
||||
<artifactId>org.talend.studio.components.tcompv0.netsuite.feature</artifactId>
|
||||
<packaging>eclipse-feature</packaging>
|
||||
</project>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<parent>
|
||||
<groupId>org.talend.studio</groupId>
|
||||
<artifactId>tdi-studio-se</artifactId>
|
||||
<version>8.0.1-SNAPSHOT</version>
|
||||
<relativePath>../../../</relativePath>
|
||||
</parent>
|
||||
<artifactId>org.talend.studio.components.tcompv0.netsuite.feature</artifactId>
|
||||
<packaging>eclipse-feature</packaging>
|
||||
</project>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
version="8.0.1.qualifier">
|
||||
|
||||
<description url="http://www.example.com/description">
|
||||
Salesforce component
|
||||
[Enter Feature Description here.]
|
||||
</description>
|
||||
|
||||
<copyright url="http://www.example.com/copyright">
|
||||
@@ -13,84 +13,9 @@
|
||||
</copyright>
|
||||
|
||||
<license url="http://www.example.com/license">
|
||||
Salesforce component
|
||||
Copyright (c) 2006-2021 Talend Inc. - www.talend.com
|
||||
All rights reserved.
|
||||
|
||||
This product includes software developed at
|
||||
The Apache Software Foundation (http://jakarta.apache.org/)
|
||||
Licensed under the Apache-2.0 license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
FasterXML (http://fasterxml.com)
|
||||
Licensed under the JSON license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
AddThis
|
||||
Licensed under the Apache-2.0 license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
SLF4J.ORG
|
||||
Licensed under the MIT license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
SLF4J.ORG
|
||||
Licensed under the X11 license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
ANTLR
|
||||
Licensed under the BSD-3-Clause license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
JUnit
|
||||
Licensed under the EPL-1.0 license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
Seam Framework
|
||||
Licensed under the Apache-2.0 license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
OPS4J - Open Participation Software for Java
|
||||
Licensed under the Apache-2.0 license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
GlassFish Community (https://glassfish.dev.java.net)
|
||||
Licensed under the CDDL,GPL-2.0-only license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
FasterXML
|
||||
Licensed under the Apache-2.0 license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
OSGi Alliance (http://www.osgi.org/)
|
||||
Licensed under the Apache-2.0 license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
Joda.org (http://www.joda.org)
|
||||
Licensed under the Apache-2.0 license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
Google, Inc.
|
||||
Licensed under the Apache-2.0 license.
|
||||
[Enter License Description here.]
|
||||
</license>
|
||||
|
||||
<requires>
|
||||
<import plugin="org.talend.designer.maven.repo.tcompv0" version="0.0.0" match="greaterOrEqual"/>
|
||||
</requires>
|
||||
|
||||
<plugin
|
||||
id="org.talend.studio.components.tcompv0.salesforce"
|
||||
download-size="0"
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<parent>
|
||||
<groupId>org.talend.studio</groupId>
|
||||
<artifactId>tdi-studio-se</artifactId>
|
||||
<version>8.0.1-SNAPSHOT</version>
|
||||
<relativePath>../../../</relativePath>
|
||||
</parent>
|
||||
<artifactId>org.talend.studio.components.tcompv0.salesforce.feature</artifactId>
|
||||
<packaging>eclipse-feature</packaging>
|
||||
</project>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<parent>
|
||||
<groupId>org.talend.studio</groupId>
|
||||
<artifactId>tdi-studio-se</artifactId>
|
||||
<version>8.0.1-SNAPSHOT</version>
|
||||
<relativePath>../../../</relativePath>
|
||||
</parent>
|
||||
<artifactId>org.talend.studio.components.tcompv0.salesforce.feature</artifactId>
|
||||
<packaging>eclipse-feature</packaging>
|
||||
</project>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
version="8.0.1.qualifier">
|
||||
|
||||
<description url="http://www.example.com/description">
|
||||
Snowflake
|
||||
[Enter Feature Description here.]
|
||||
</description>
|
||||
|
||||
<copyright url="http://www.example.com/copyright">
|
||||
@@ -13,94 +13,9 @@
|
||||
</copyright>
|
||||
|
||||
<license url="http://www.example.com/license">
|
||||
Snowflake
|
||||
Copyright (c) 2006-2021 Talend Inc. - www.talend.com
|
||||
All rights reserved.
|
||||
|
||||
This product includes software developed at
|
||||
The Apache Software Foundation (http://jakarta.apache.org/)
|
||||
Licensed under the Apache-2.0 license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
Oracle
|
||||
Licensed under the EDL-1.0 license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
FasterXML (http://fasterxml.com)
|
||||
Licensed under the JSON license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
Oracle Corporation
|
||||
Licensed under the CDDL-1.0,GPL-2.0-or-later license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
AddThis
|
||||
Licensed under the Apache-2.0 license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
SLF4J.ORG
|
||||
Licensed under the X11 license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
SLF4J.ORG
|
||||
Licensed under the MIT license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
Seam Framework
|
||||
Licensed under the Apache-2.0 license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
JUnit
|
||||
Licensed under the EPL-1.0 license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
OPS4J - Open Participation Software for Java
|
||||
Licensed under the Apache-2.0 license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
FasterXML
|
||||
Licensed under the Apache-2.0 license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
OSGi Alliance (http://www.osgi.org/)
|
||||
Licensed under the Apache-2.0 license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
Joda.org (http://www.joda.org)
|
||||
Licensed under the Apache-2.0 license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
Google, Inc.
|
||||
Licensed under the Apache-2.0 license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
GlassFish Community (https://glassfish.dev.java.net)
|
||||
Licensed under the CDDL,GPL-2.0-or-later license.
|
||||
|
||||
|
||||
This product includes software developed at
|
||||
Oracle
|
||||
Licensed under the Apache-2.0 license.
|
||||
[Enter License Description here.]
|
||||
</license>
|
||||
|
||||
<requires>
|
||||
<import plugin="org.talend.designer.maven.repo.tcompv0" version="0.0.0" match="greaterOrEqual"/>
|
||||
</requires>
|
||||
|
||||
<plugin
|
||||
id="org.talend.studio.components.tcompv0.snowflake"
|
||||
download-size="0"
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<parent>
|
||||
<groupId>org.talend.studio</groupId>
|
||||
<artifactId>tdi-studio-se</artifactId>
|
||||
<version>8.0.1-SNAPSHOT</version>
|
||||
<relativePath>../../../</relativePath>
|
||||
</parent>
|
||||
<artifactId>org.talend.studio.components.tcompv0.snowflake.feature</artifactId>
|
||||
<packaging>eclipse-feature</packaging>
|
||||
</project>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<parent>
|
||||
<groupId>org.talend.studio</groupId>
|
||||
<artifactId>tdi-studio-se</artifactId>
|
||||
<version>8.0.1-SNAPSHOT</version>
|
||||
<relativePath>../../../</relativePath>
|
||||
</parent>
|
||||
<artifactId>org.talend.studio.components.tcompv0.snowflake.feature</artifactId>
|
||||
<packaging>eclipse-feature</packaging>
|
||||
</project>
|
||||
|
||||
@@ -0,0 +1,23 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<projectDescription>
|
||||
<name>org.talend.studio.components.tcompv0.splunk.feature</name>
|
||||
<comment></comment>
|
||||
<projects>
|
||||
</projects>
|
||||
<buildSpec>
|
||||
<buildCommand>
|
||||
<name>org.eclipse.pde.FeatureBuilder</name>
|
||||
<arguments>
|
||||
</arguments>
|
||||
</buildCommand>
|
||||
<buildCommand>
|
||||
<name>org.eclipse.m2e.core.maven2Builder</name>
|
||||
<arguments>
|
||||
</arguments>
|
||||
</buildCommand>
|
||||
</buildSpec>
|
||||
<natures>
|
||||
<nature>org.eclipse.m2e.core.maven2Nature</nature>
|
||||
<nature>org.eclipse.pde.FeatureNature</nature>
|
||||
</natures>
|
||||
</projectDescription>
|
||||
@@ -0,0 +1 @@
|
||||
bin.includes = feature.xml
|
||||
@@ -0,0 +1,32 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<feature
|
||||
id="org.talend.studio.components.tcompv0.splunk.feature"
|
||||
label="Splunk"
|
||||
version="8.0.1.qualifier">
|
||||
|
||||
<description url="http://www.example.com/description">
|
||||
[Enter Feature Description here.]
|
||||
</description>
|
||||
|
||||
<copyright url="http://www.example.com/copyright">
|
||||
[Enter Copyright Description here.]
|
||||
</copyright>
|
||||
|
||||
<license url="http://www.example.com/license">
|
||||
[Enter License Description here.]
|
||||
</license>
|
||||
|
||||
<plugin
|
||||
id="org.talend.studio.components.tcompv0.splunk"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"/>
|
||||
|
||||
<plugin
|
||||
id="org.talend.components.splunk"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
</feature>
|
||||
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<parent>
|
||||
<groupId>org.talend.studio</groupId>
|
||||
<artifactId>tdi-studio-se</artifactId>
|
||||
<version>8.0.1-SNAPSHOT</version>
|
||||
<relativePath>../../../</relativePath>
|
||||
</parent>
|
||||
<artifactId>org.talend.studio.components.tcompv0.splunk.feature</artifactId>
|
||||
<packaging>eclipse-feature</packaging>
|
||||
</project>
|
||||
@@ -1,258 +1,57 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<feature
|
||||
id="org.talend.tos.components.feature"
|
||||
label="Components-feature"
|
||||
version="8.0.1.qualifier">
|
||||
|
||||
<description url="http://www.example.com/description">
|
||||
[Enter Feature Description here.]
|
||||
</description>
|
||||
|
||||
<copyright url="http://www.example.com/copyright">
|
||||
[Enter Copyright Description here.]
|
||||
</copyright>
|
||||
|
||||
<license url="http://www.example.com/license">
|
||||
[Enter License Description here.]
|
||||
</license>
|
||||
|
||||
<requires>
|
||||
<import feature="org.talend.studio.components.tck.jira.feature" version="0.0.0" match="greaterOrEqual"/>
|
||||
<import feature="org.talend.studio.components.tck.splunk.feature" version="0.0.0" match="greaterOrEqual"/>
|
||||
<import feature="org.talend.studio.components.tcompv0.netsuite.feature" version="0.0.0" match="greaterOrEqual"/>
|
||||
<import feature="org.talend.studio.components.tcompv0.googledrive.feature" version="0.0.0" match="greaterOrEqual"/>
|
||||
<import feature="org.talend.studio.components.tcompv0.marketo.feature" version="0.0.0" match="greaterOrEqual"/>
|
||||
<import feature="org.talend.studio.components.tcompv0.azurestorage.feature" version="0.0.0" match="greaterOrEqual"/>
|
||||
<import feature="org.talend.studio.components.tcompv0.snowflake.feature" version="0.0.0" match="greaterOrEqual"/>
|
||||
<import feature="org.talend.studio.components.tcompv0.salesforce.feature" version="0.0.0" match="greaterOrEqual"/>
|
||||
<import feature="org.talend.esb.tooling.ws.consumer.feature" version="0.0.0" match="greaterOrEqual"/>
|
||||
<import plugin="biz.aQute.bnd.annotation" version="0.0.0" match="greaterOrEqual"/>
|
||||
<import plugin="javax.wsdl" version="0.0.0" match="greaterOrEqual"/>
|
||||
<import plugin="joda-time" version="0.0.0" match="greaterOrEqual"/>
|
||||
<import plugin="org.eclipse.help.ui" version="0.0.0" match="greaterOrEqual"/>
|
||||
<import plugin="jaxb-api" version="0.0.0" match="greaterOrEqual"/>
|
||||
</requires>
|
||||
|
||||
<plugin
|
||||
id="org.talend.components.api"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="org.talend.components.api.service.osgi"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="org.talend.components.azurestorage"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="org.talend.components.common"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="org.talend.components.common-oauth"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="org.talend.components.googledrive"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="org.talend.components.jdbc.definition"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="org.talend.studio.components.tck.jira"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="org.talend.components.marketo"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="org.talend.components.netsuite"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="org.talend.components.salesforce.definition"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="org.talend.components.snowflake.definition"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="org.talend.studio.components.tck.splunk"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="org.talend.designer.abstractmap"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="org.talend.designer.alfrescooutput"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="org.talend.designer.components.localprovider"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"/>
|
||||
|
||||
<plugin
|
||||
id="org.talend.designer.core.generic"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="org.talend.designer.dbmap"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="org.talend.designer.filemultischemas"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="org.talend.designer.fileoutputxml"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="org.talend.designer.gefabstractmap"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="org.talend.designer.mapper"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="org.talend.designer.rowgenerator"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="org.talend.designer.scd"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="org.talend.designer.unifiedcomponent"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="org.talend.designer.webservice"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="org.talend.designer.xmlmap"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="org.talend.expressionbuilder"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="org.talend.repository.generic"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="org.talend.sdk.component.studio-integration"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="org.talend.designer.esb.components.rs.consumer"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="org.talend.studio.components.tck.jdbc"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"/>
|
||||
|
||||
<feature id="org.talend.tos.components.feature" label="Components-feature" version="8.0.1.qualifier">
|
||||
<description url="http://www.example.com/description">[Enter Feature Description here.]</description>
|
||||
<copyright url="http://www.example.com/copyright">[Enter Copyright Description here.]</copyright>
|
||||
<license url="http://www.example.com/license">[Enter License Description here.]</license>
|
||||
<requires>
|
||||
<import feature="org.talend.studio.components.tcompv0.jdbc.feature" version="0.0.0" match="greaterOrEqual"/>
|
||||
<import feature="org.talend.studio.components.tcompv0.couchbase.feature" version="0.0.0" match="greaterOrEqual"/>
|
||||
<import feature="org.talend.studio.components.tcompv0.netsuite.feature" version="0.0.0" match="greaterOrEqual"/>
|
||||
<import feature="org.talend.studio.components.tcompv0.marklogic.feature" version="0.0.0" match="greaterOrEqual"/>
|
||||
<import feature="org.talend.studio.components.tcompv0.googledrive.feature" version="0.0.0" match="greaterOrEqual"/>
|
||||
<import feature="org.talend.studio.components.tcompv0.marketo.feature" version="0.0.0" match="greaterOrEqual"/>
|
||||
<import feature="org.talend.studio.components.tcompv0.azurestorage.feature" version="0.0.0" match="greaterOrEqual"/>
|
||||
<import feature="org.talend.studio.components.tcompv0.snowflake.feature" version="0.0.0" match="greaterOrEqual"/>
|
||||
<import feature="org.talend.studio.components.tcompv0.jira.feature" version="0.0.0" match="greaterOrEqual"/>
|
||||
<import feature="org.talend.studio.components.tcompv0.splunk.feature" version="0.0.0" match="greaterOrEqual"/>
|
||||
<import feature="org.talend.studio.components.tcompv0.salesforce.feature" version="0.0.0" match="greaterOrEqual"/>
|
||||
<import feature="org.talend.esb.tooling.ws.consumer.feature" version="0.0.0" match="greaterOrEqual"/>
|
||||
<import plugin="biz.aQute.bnd.annotation" version="0.0.0" match="greaterOrEqual"/>
|
||||
<import plugin="javax.wsdl" version="0.0.0" match="greaterOrEqual"/>
|
||||
<import plugin="joda-time" version="0.0.0" match="greaterOrEqual"/>
|
||||
<import plugin="org.eclipse.help.ui" version="0.0.0" match="greaterOrEqual"/>
|
||||
<import plugin="jaxb-api" version="0.0.0" match="greaterOrEqual"/>
|
||||
</requires>
|
||||
<plugin id="org.talend.components.api" download-size="0" install-size="0" version="0.0.0" unpack="false"/>
|
||||
<plugin id="org.talend.components.api.service.osgi" download-size="0" install-size="0" version="0.0.0" unpack="false"/>
|
||||
<plugin id="org.talend.components.azurestorage" download-size="0" install-size="0" version="0.0.0" unpack="false"/>
|
||||
<plugin id="org.talend.components.common" download-size="0" install-size="0" version="0.0.0" unpack="false"/>
|
||||
<plugin id="org.talend.components.common-oauth" download-size="0" install-size="0" version="0.0.0" unpack="false"/>
|
||||
<plugin id="org.talend.components.googledrive" download-size="0" install-size="0" version="0.0.0" unpack="false"/>
|
||||
<plugin id="org.talend.components.jdbc.definition" download-size="0" install-size="0" version="0.0.0" unpack="false"/>
|
||||
<plugin id="org.talend.components.jira" download-size="0" install-size="0" version="0.0.0" unpack="false"/>
|
||||
<plugin id="org.talend.components.marketo" download-size="0" install-size="0" version="0.0.0" unpack="false"/>
|
||||
<plugin id="org.talend.components.netsuite" download-size="0" install-size="0" version="0.0.0" unpack="false"/>
|
||||
<plugin id="org.talend.components.salesforce.definition" download-size="0" install-size="0" version="0.0.0" unpack="false"/>
|
||||
<plugin id="org.talend.components.snowflake.definition" download-size="0" install-size="0" version="0.0.0" unpack="false"/>
|
||||
<plugin id="org.talend.components.splunk" download-size="0" install-size="0" version="0.0.0" unpack="false"/>
|
||||
<plugin id="org.talend.designer.abstractmap" download-size="0" install-size="0" version="0.0.0" unpack="false"/>
|
||||
<plugin id="org.talend.designer.alfrescooutput" download-size="0" install-size="0" version="0.0.0" unpack="false"/>
|
||||
<plugin id="org.talend.designer.components.exchange" download-size="0" install-size="0" version="0.0.0"/>
|
||||
<plugin id="org.talend.designer.components.localprovider" download-size="0" install-size="0" version="0.0.0"/>
|
||||
<plugin id="org.talend.designer.core.generic" download-size="0" install-size="0" version="0.0.0" unpack="false"/>
|
||||
<plugin id="org.talend.designer.dbmap" download-size="0" install-size="0" version="0.0.0" unpack="false"/>
|
||||
<plugin id="org.talend.designer.filemultischemas" download-size="0" install-size="0" version="0.0.0" unpack="false"/>
|
||||
<plugin id="org.talend.designer.fileoutputxml" download-size="0" install-size="0" version="0.0.0" unpack="false"/>
|
||||
<plugin id="org.talend.designer.gefabstractmap" download-size="0" install-size="0" version="0.0.0" unpack="false"/>
|
||||
<plugin id="org.talend.designer.mapper" download-size="0" install-size="0" version="0.0.0" unpack="false"/>
|
||||
<plugin id="org.talend.designer.rowgenerator" download-size="0" install-size="0" version="0.0.0" unpack="false"/>
|
||||
<plugin id="org.talend.designer.scd" download-size="0" install-size="0" version="0.0.0" unpack="false"/>
|
||||
<plugin id="org.talend.designer.unifiedcomponent" download-size="0" install-size="0" version="0.0.0" unpack="false"/>
|
||||
<plugin id="org.talend.designer.webservice" download-size="0" install-size="0" version="0.0.0" unpack="false"/>
|
||||
<plugin id="org.talend.designer.xmlmap" download-size="0" install-size="0" version="0.0.0" unpack="false"/>
|
||||
<plugin id="org.talend.expressionbuilder" download-size="0" install-size="0" version="0.0.0" unpack="false"/>
|
||||
<plugin id="org.talend.repository.generic" download-size="0" install-size="0" version="0.0.0" unpack="false"/>
|
||||
<plugin id="org.talend.sdk.component.studio-integration" download-size="0" install-size="0" version="0.0.0" unpack="false"/>
|
||||
</feature>
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<feature id="org.talend.tos.feature" label="Tos feature" version="8.0.1.qualifier" provider-name=".Talend SA.">
|
||||
<description url="http://www.example.com/description">[Enter Feature Description here.]</description>
|
||||
<copyright url="http://www.example.com/copyright">[Enter Copyright Description here.]</copyright>
|
||||
<license>[Enter License Description here.]</license>
|
||||
<feature id="org.talend.tos.feature" label="Tos feature" version="8.0.1.qualifier" provider-name=".Talend SA.">
|
||||
<description url="http://www.example.com/description">[Enter Feature Description here.]</description>
|
||||
<copyright url="http://www.example.com/copyright">[Enter Copyright Description here.]</copyright>
|
||||
<license>[Enter License Description here.]</license>
|
||||
<requires>
|
||||
<import feature="org.talend.designer.business.feature" version="0.0.0" match="greaterOrEqual"/>
|
||||
<import feature="org.talend.help.feature" version="0.0.0" match="greaterOrEqual"/>
|
||||
<import feature="org.talend.sbi.feature" version="0.0.0" match="greaterOrEqual"/>
|
||||
<import feature="org.talend.spagic.feature" version="0.0.0" match="greaterOrEqual"/>
|
||||
<import feature="org.talend.tos.core.feature" version="0.0.0" match="greaterOrEqual"/>
|
||||
</requires>
|
||||
</requires>
|
||||
<plugin id="org.talend.designer.tutorials" download-size="0" install-size="0" version="0.0.0" unpack="false"/>
|
||||
<plugin id="org.talend.designer.maven.repo.tcompv0" download-size="0" install-size="0" version="0.0.0" unpack="true"/>
|
||||
<plugin id="org.talend.designer.maven.repo.tck" download-size="0" install-size="0" version="0.0.0" unpack="true"/>
|
||||
<plugin id="org.talend.designer.maven.repo.tcksdk" download-size="0" install-size="0" version="0.0.0" unpack="true"/>
|
||||
</feature>
|
||||
|
||||
@@ -22,6 +22,7 @@
|
||||
<plugin id="org.talend.libraries.apache.http" download-size="0" install-size="0" version="0.0.0"/>
|
||||
<plugin id="org.talend.libraries.apache.lucene" download-size="0" install-size="0" version="0.0.0"/>
|
||||
<plugin id="org.talend.libraries.apache.xml" download-size="0" install-size="0" version="0.0.0"/>
|
||||
<plugin id="org.talend.libraries.crm" download-size="0" install-size="0" version="0.0.0"/>
|
||||
<plugin id="org.talend.libraries.css" download-size="0" install-size="0" version="0.0.0"/>
|
||||
<plugin download-size="0" install-size="0" version="0.0.0" unpack="false" id="org.talend.libraries.csv"/>
|
||||
<plugin id="org.talend.libraries.custom" download-size="0" install-size="0" version="0.0.0"/>
|
||||
@@ -30,6 +31,7 @@
|
||||
<plugin id="org.talend.libraries.excel" download-size="0" install-size="0" version="0.0.0"/>
|
||||
<plugin id="org.talend.libraries.groovy" download-size="0" install-size="0" version="0.0.0"/>
|
||||
<plugin id="org.talend.libraries.guava" download-size="0" install-size="0" version="0.0.0"/>
|
||||
<plugin id="org.talend.libraries.hadoop.mapr.5.0.0" download-size="0" install-size="0" version="0.0.0"/>
|
||||
<plugin id="org.talend.libraries.jackson" download-size="0" install-size="0" version="0.0.0"/>
|
||||
<plugin download-size="0" install-size="0" version="0.0.0" unpack="false" id="org.talend.libraries.javacsv"/>
|
||||
<plugin id="org.talend.libraries.jax" download-size="0" install-size="0" version="0.0.0"/>
|
||||
@@ -42,8 +44,8 @@
|
||||
<plugin id="org.talend.libraries.palo" download-size="0" install-size="0" version="0.0.0"/>
|
||||
<plugin id="org.talend.libraries.persist.lookup" download-size="0" install-size="0" version="0.0.0" unpack="false"/>
|
||||
<plugin id="org.talend.libraries.salesforce" download-size="0" install-size="0" version="0.0.0"/>
|
||||
<plugin id="org.talend.libraries.servlet" download-size="0" install-size="0" version="0.0.0"/>
|
||||
<plugin id="org.talend.libraries.slf4j" download-size="0" install-size="0" version="0.0.0"/>
|
||||
<plugin id="org.talend.libraries.xml" download-size="0" install-size="0" version="0.0.0"/>
|
||||
<plugin id="org.talend.libraries.zmq" download-size="0" install-size="0" version="0.0.0"/>
|
||||
<plugin id="org.talend.libraries.esb" download-size="0" install-size="0" version="0.0.0"/>
|
||||
</feature>
|
||||
|
||||
@@ -3,6 +3,7 @@ prefs.configuration.LINK_STYLE=Default mapping links display as :
|
||||
prefs.configuration.LINK_STYLE.AUTO=Auto
|
||||
prefs.configuration.LINK_STYLE.BEZIER_CURVE=Curves
|
||||
prefs.configuration.LINK_STYLE.LINE=Lines (fast)
|
||||
|
||||
DraggingInfosPopup.draggingEntry=Dragging {0} entry.
|
||||
DraggingInfosPopup.dropInvalid=\n<< Drop invalid >>\n
|
||||
DraggingInfosPopup.draggingEntries=Dragging {0} entries.
|
||||
@@ -12,9 +13,9 @@ DraggingInfosPopup.appendMode=\ > Append mode
|
||||
DraggingInfosPopup.appendModeToOverwrite=\ > Append mode (Ctrl key to overwrite)
|
||||
DraggingInfosPopup.insertAllSelectedEntries=\ > Insert all selected entries
|
||||
DraggingInfosPopup.insertRemainingEntries=\ > Insert remaining entries
|
||||
DraggingInfosPopup.eachSourceEntryExpressionToEachTargetExpression=> Each source entry expression to each target expression
|
||||
DraggingInfosPopup.eachSourceEntryToEachTargetExpression=> Each source entry to each target expression
|
||||
DraggingInfosPopup.allSourceEntriesExpressionToASingleOneTargetExpressionShiftKey=> All source entries expression to a single one target expression (Shift key to change mapping)
|
||||
DraggingInfosPopup.allSourceEntriesExpressionToASingleOneTargetExpression=> All source entries expression to a single one target expression
|
||||
DraggingInfosPopup.allSourceEntriesToASingleOneTargetExpressionShiftKey=> All source entries to a single one target expression (Shift key to change mapping)
|
||||
DraggingInfosPopup.allSourceEntriesToASingleOneTargetExpression=> All source entries to a single one target expression
|
||||
DraggingInfosPopup.eachSourceEntryExpressionToEachTargetExpression= > Each source entry expression to each target expression
|
||||
DraggingInfosPopup.eachSourceEntryToEachTargetExpression= > Each source entry to each target expression
|
||||
DraggingInfosPopup.allSourceEntriesExpressionToASingleOneTargetExpressionShiftKey= > All source entries expression to a single one target expression (Shift key to change mapping)
|
||||
DraggingInfosPopup.allSourceEntriesExpressionToASingleOneTargetExpression= > All source entries expression to a single one target expression
|
||||
DraggingInfosPopup.allSourceEntriesToASingleOneTargetExpressionShiftKey= > All source entries to a single one target expression (Shift key to change mapping)
|
||||
DraggingInfosPopup.allSourceEntriesToASingleOneTargetExpression= > All source entries to a single one target expression
|
||||
@@ -0,0 +1,20 @@
|
||||
prefs.configuration.LINK_STYLE.AUTO=Auto
|
||||
prefs.configuration.title=Map components preferences :
|
||||
prefs.configuration.LINK_STYLE.LINE=Lines (fast)
|
||||
prefs.configuration.LINK_STYLE.BEZIER_CURVE=Curves
|
||||
prefs.configuration.LINK_STYLE=Default mapping links display as :
|
||||
DraggingInfosPopup.draggingEntry=Dragging {0} entry.
|
||||
DraggingInfosPopup.dropInvalid=\n<< Drop invalid >>\n
|
||||
DraggingInfosPopup.draggingEntries=Dragging {0} entries.
|
||||
DraggingInfosPopup.dropInvalidWithKey=\n<< Drop invalid >>\nPress both Shift and Ctrl keys to map one to one and overwrite
|
||||
DraggingInfosPopup.overwriteMode=\ > Overwrite mode
|
||||
DraggingInfosPopup.appendMode=\ > Append mode
|
||||
DraggingInfosPopup.appendModeToOverwrite=\ > Append mode (Ctrl key to overwrite)
|
||||
DraggingInfosPopup.insertAllSelectedEntries=\ > Insert all selected entries
|
||||
DraggingInfosPopup.insertRemainingEntries=\ > Insert remaining entries
|
||||
DraggingInfosPopup.eachSourceEntryExpressionToEachTargetExpression=> Each source entry expression to each target expression
|
||||
DraggingInfosPopup.eachSourceEntryToEachTargetExpression=> Each source entry to each target expression
|
||||
DraggingInfosPopup.allSourceEntriesExpressionToASingleOneTargetExpressionShiftKey=> All source entries expression to a single one target expression (Shift key to change mapping)
|
||||
DraggingInfosPopup.allSourceEntriesExpressionToASingleOneTargetExpression=> All source entries expression to a single one target expression
|
||||
DraggingInfosPopup.allSourceEntriesToASingleOneTargetExpressionShiftKey=> All source entries to a single one target expression (Shift key to change mapping)
|
||||
DraggingInfosPopup.allSourceEntriesToASingleOneTargetExpression=> All source entries to a single one target expression
|
||||
@@ -1,17 +1,16 @@
|
||||
prefs.configuration.title=Pr\u00E9f\u00E9rences des composants de mapping :
|
||||
prefs.configuration.LINK_STYLE=Les liens de mapping par d\u00E9faut s'affichent comme :
|
||||
prefs.configuration.LINK_STYLE.AUTO=Auto
|
||||
prefs.configuration.LINK_STYLE.BEZIER_CURVE=Courbes
|
||||
prefs.configuration.title=Pr\u00E9f\u00E9rences des composants de mapping\:
|
||||
prefs.configuration.LINK_STYLE.LINE=Lignes (rapide)
|
||||
DraggingInfosPopup.draggingEntry=Glissement de {0} entr\u00E9e(s).
|
||||
DraggingInfosPopup.dropInvalid=\n<< D\u00E9p\u00F4t impossible >>\n
|
||||
prefs.configuration.LINK_STYLE.BEZIER_CURVE=Courbes
|
||||
prefs.configuration.LINK_STYLE=Affichage par d\u00E9faut du lien de mapping \:
|
||||
DraggingInfosPopup.draggingEntry=Glissement de {0} entr\u00E9e.
|
||||
DraggingInfosPopup.dropInvalid=\n<< D\u00E9poser invalide >>\n
|
||||
DraggingInfosPopup.draggingEntries=Glissement de {0} entr\u00E9es.
|
||||
DraggingInfosPopup.dropInvalidWithKey=\n<< D\u00E9p\u00F4t impossible >>\nAppuyez sur Maj et Ctrl pour mapper en un pour un et \u00E9craser
|
||||
DraggingInfosPopup.overwriteMode= > Mode \u00E9crasement
|
||||
DraggingInfosPopup.appendMode= > Mode \u00E9criture \u00E0 la suite
|
||||
DraggingInfosPopup.appendModeToOverwrite= > Mode \u00E9criture \u00E0 la suite (Ctrl pour \u00E9craser)
|
||||
DraggingInfosPopup.insertAllSelectedEntries= > Ins\u00E9rer toutes les entr\u00E9es s\u00E9lectionn\u00E9es
|
||||
DraggingInfosPopup.insertRemainingEntries= > Ins\u00E9rer toutes les entr\u00E9es restantes
|
||||
DraggingInfosPopup.overwriteMode=\ > Mode \u00E9crasement
|
||||
DraggingInfosPopup.appendMode=\ > Mode \u00E9crire apr\u00E8s
|
||||
DraggingInfosPopup.appendModeToOverwrite=> Mode \u00E9criture \u00E0 la suite (Ctrl pour \u00E9craser)
|
||||
DraggingInfosPopup.insertAllSelectedEntries=\ > Ins\u00E9rer toutes les entr\u00E9es s\u00E9lectionn\u00E9es
|
||||
DraggingInfosPopup.insertRemainingEntries=\ > Ins\u00E9rer les entr\u00E9es restantes
|
||||
DraggingInfosPopup.eachSourceEntryExpressionToEachTargetExpression=> Chaque expression source vers chaque expression cible
|
||||
DraggingInfosPopup.eachSourceEntryToEachTargetExpression=> Chaque expression source vers chaque expression cible
|
||||
DraggingInfosPopup.allSourceEntriesExpressionToASingleOneTargetExpressionShiftKey=> Toutes les expressions source vers une seule expression cible (Maj pour modifier le mapping)
|
||||
|
||||
@@ -1,20 +1,20 @@
|
||||
prefs.configuration.title=\u30DE\u30C3\u30D7\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u306E\u57FA\u672C\u8A2D\u5B9A:
|
||||
prefs.configuration.LINK_STYLE=\u30C7\u30D5\u30A9\u30EB\u30C8\u30DE\u30C3\u30D4\u30F3\u30B0\u30EA\u30F3\u30AF\u306E\u8868\u793A:
|
||||
prefs.configuration.LINK_STYLE.AUTO=\u81EA\u52D5
|
||||
prefs.configuration.title=\u30DE\u30C3\u30D7\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u306E\u57FA\u672C\u8A2D\u5B9A :
|
||||
prefs.configuration.LINK_STYLE.LINE=Lines (fast)
|
||||
prefs.configuration.LINK_STYLE.BEZIER_CURVE=\u66F2\u7DDA
|
||||
prefs.configuration.LINK_STYLE.LINE=\u76F4\u7DDA(\u9AD8\u901F)
|
||||
DraggingInfosPopup.draggingEntry={0}\u30A8\u30F3\u30C8\u30EA\u30FC\u3092\u30C9\u30E9\u30C3\u30B0\u3057\u3066\u3044\u307E\u3059\u3002
|
||||
prefs.configuration.LINK_STYLE=\u30C7\u30D5\u30A9\u30EB\u30C8\u30DE\u30C3\u30D4\u30F3\u30B0\u30EA\u30F3\u30AF\u306E\u8868\u793A :
|
||||
DraggingInfosPopup.draggingEntry={0} \u30A8\u30F3\u30C8\u30EA\u3092\u30C9\u30E9\u30C3\u30B0\u3057\u3066\u3044\u307E\u3059\u3002
|
||||
DraggingInfosPopup.dropInvalid=\n<< \u7121\u52B9\u306A\u30C9\u30ED\u30C3\u30D7 >>\n
|
||||
DraggingInfosPopup.draggingEntries={0}\u30A8\u30F3\u30C8\u30EA\u30FC\u3092\u30C9\u30E9\u30C3\u30B0\u3057\u3066\u3044\u307E\u3059\u3002
|
||||
DraggingInfosPopup.dropInvalidWithKey=\n<< \u7121\u52B9\u306A\u30C9\u30ED\u30C3\u30D7 >>\nShift\u30AD\u30FC\u3068Ctrl\u30AD\u30FC\u3092\u540C\u6642\u306B\u62BC\u3059\u3068\u30011\u5BFE1\u3067\u30DE\u30C3\u30D4\u30F3\u30B0\u3055\u308C\u3066\u4E0A\u66F8\u304D\u3055\u308C\u307E\u3059
|
||||
DraggingInfosPopup.overwriteMode= > \u4E0A\u66F8\u304D\u30E2\u30FC\u30C9
|
||||
DraggingInfosPopup.appendMode= > \u8FFD\u52A0\u30E2\u30FC\u30C9
|
||||
DraggingInfosPopup.appendModeToOverwrite= > \u8FFD\u52A0\u30E2\u30FC\u30C9(\u4E0A\u66F8\u304D\u3059\u308B\u306B\u306F[Ctrl]\u30AD\u30FC)
|
||||
DraggingInfosPopup.insertAllSelectedEntries= > \u9078\u629E\u3057\u305F\u3059\u3079\u3066\u306E\u30A8\u30F3\u30C8\u30EA\u30FC\u3092\u633F\u5165\u3057\u307E\u3059
|
||||
DraggingInfosPopup.insertRemainingEntries= > \u6B8B\u308A\u306E\u30A8\u30F3\u30C8\u30EA\u30FC\u3092\u633F\u5165\u3057\u307E\u3059
|
||||
DraggingInfosPopup.eachSourceEntryExpressionToEachTargetExpression=> \u5404\u30BF\u30FC\u30B2\u30C3\u30C8\u5F0F\u306B\u5BFE\u3059\u308B\u5404\u30BD\u30FC\u30B9\u30A8\u30F3\u30C8\u30EA\u30FC\u5F0F
|
||||
DraggingInfosPopup.eachSourceEntryToEachTargetExpression=> \u5404\u30BF\u30FC\u30B2\u30C3\u30C8\u5F0F\u306B\u5BFE\u3059\u308B\u5404\u30BD\u30FC\u30B9\u30A8\u30F3\u30C8\u30EA\u30FC
|
||||
DraggingInfosPopup.allSourceEntriesExpressionToASingleOneTargetExpressionShiftKey=> 1\u3064\u306E\u30BF\u30FC\u30B2\u30C3\u30C8\u5F0F\u306B\u5BFE\u3059\u308B\u3059\u3079\u3066\u306E\u30BD\u30FC\u30B9\u30A8\u30F3\u30C8\u30EA\u30FC\u5F0F (\u30DE\u30C3\u30D4\u30F3\u30B0\u3092\u5909\u66F4\u3059\u308B\u306B\u306FShift\u30AD\u30FC)
|
||||
DraggingInfosPopup.allSourceEntriesExpressionToASingleOneTargetExpression=> 1\u3064\u306E\u30BF\u30FC\u30B2\u30C3\u30C8\u5F0F\u306B\u5BFE\u3059\u308B\u3059\u3079\u3066\u306E\u30BD\u30FC\u30B9\u30A8\u30F3\u30C8\u30EA\u30FC\u5F0F
|
||||
DraggingInfosPopup.allSourceEntriesToASingleOneTargetExpressionShiftKey=> 1\u3064\u306E\u30BF\u30FC\u30B2\u30C3\u30C8\u5F0F\u306B\u5BFE\u3059\u308B\u3059\u3079\u3066\u306E\u30BD\u30FC\u30B9\u30A8\u30F3\u30C8\u30EA\u30FC (\u30DE\u30C3\u30D4\u30F3\u30B0\u3092\u5909\u66F4\u3059\u308B\u306B\u306FShift\u30AD\u30FC)
|
||||
DraggingInfosPopup.allSourceEntriesToASingleOneTargetExpression=> 1\u3064\u306E\u30BF\u30FC\u30B2\u30C3\u30C8\u5F0F\u306B\u5BFE\u3059\u308B\u3059\u3079\u3066\u306E\u30BD\u30FC\u30B9\u30A8\u30F3\u30C8\u30EA\u30FC
|
||||
DraggingInfosPopup.draggingEntries={0} \u30A8\u30F3\u30C8\u30EA\u3092\u30C9\u30E9\u30C3\u30B0
|
||||
DraggingInfosPopup.dropInvalidWithKey=\n<< \u7121\u52B9\u306A\u30C9\u30ED\u30C3\u30D7 >>\n\u4E00\u5BFE\u4E00\u3067\u30DE\u30C3\u30D4\u30F3\u30B0\u3057\u3001\u4E0A\u66F8\u304D\u3059\u308B\u5834\u5408\u306F\u3001Shift\u30AD\u30FC\u3068Ctrl\u30AD\u30FC\u3092\u540C\u6642\u306B\u62BC\u3057\u307E\u3059
|
||||
DraggingInfosPopup.overwriteMode=> \u4E0A\u66F8\u304D\u30E2\u30FC\u30C9
|
||||
DraggingInfosPopup.appendMode=> \u8FFD\u52A0\u30E2\u30FC\u30C9
|
||||
DraggingInfosPopup.appendModeToOverwrite=> \u8FFD\u52A0\u30E2\u30FC\u30C9(\u4E0A\u66F8\u304D\u3059\u308B\u306B\u306FCtrl\u30AD\u30FC)
|
||||
DraggingInfosPopup.insertAllSelectedEntries=> \u9078\u629E\u3057\u305F\u3059\u3079\u3066\u306E\u30A8\u30F3\u30C8\u30EA\u3092\u633F\u5165\u3057\u307E\u3059
|
||||
DraggingInfosPopup.insertRemainingEntries=> \u6B8B\u308A\u306E\u30A8\u30F3\u30C8\u30EA\u3092\u633F\u5165\u3057\u307E\u3059
|
||||
DraggingInfosPopup.eachSourceEntryExpressionToEachTargetExpression=> \u5404\u30BF\u30FC\u30B2\u30C3\u30C8\u5F0F\u306B\u5BFE\u3059\u308B\u5404\u30BD\u30FC\u30B9\u30A8\u30F3\u30C8\u30EA\u5F0F
|
||||
DraggingInfosPopup.eachSourceEntryToEachTargetExpression=> \u5404\u30BF\u30FC\u30B2\u30C3\u30C8\u5F0F\u306B\u5BFE\u3059\u308B\u5404\u30BD\u30FC\u30B9\u30A8\u30F3\u30C8\u30EA
|
||||
DraggingInfosPopup.allSourceEntriesExpressionToASingleOneTargetExpressionShiftKey=> 1\u3064\u306E\u30BF\u30FC\u30B2\u30C3\u30C8\u5F0F\u306B\u5BFE\u3059\u308B\u3059\u3079\u3066\u306E\u30BD\u30FC\u30B9\u30A8\u30F3\u30C8\u30EA\u5F0F (\u30DE\u30C3\u30D4\u30F3\u30B0\u3092\u5909\u66F4\u3059\u308B\u306B\u306FShift\u30AD\u30FC)
|
||||
DraggingInfosPopup.allSourceEntriesExpressionToASingleOneTargetExpression=> 1\u3064\u306E\u30BF\u30FC\u30B2\u30C3\u30C8\u5F0F\u306B\u5BFE\u3059\u308B\u3059\u3079\u3066\u306E\u30BD\u30FC\u30B9\u30A8\u30F3\u30C8\u30EA\u5F0F
|
||||
DraggingInfosPopup.allSourceEntriesToASingleOneTargetExpressionShiftKey=> 1\u3064\u306E\u30BF\u30FC\u30B2\u30C3\u30C8\u5F0F\u306B\u5BFE\u3059\u308B\u3059\u3079\u3066\u306E\u30BD\u30FC\u30B9\u30A8\u30F3\u30C8\u30EA (\u30DE\u30C3\u30D4\u30F3\u30B0\u3092\u5909\u66F4\u3059\u308B\u306B\u306FShift\u30AD\u30FC)
|
||||
DraggingInfosPopup.allSourceEntriesToASingleOneTargetExpression=> 1\u3064\u306E\u30BF\u30FC\u30B2\u30C3\u30C8\u5F0F\u306B\u5BFE\u3059\u308B\u3059\u3079\u3066\u306E\u30BD\u30FC\u30B9\u30A8\u30F3\u30C8\u30EA
|
||||
|
||||
@@ -1,17 +1,17 @@
|
||||
prefs.configuration.title=\u6620\u5C04\u7EC4\u4EF6\u9996\u9009\u9879:
|
||||
prefs.configuration.LINK_STYLE=\u9ED8\u8BA4\u6620\u5C04\u8FDE\u63A5\u663E\u793A\u4E3A:
|
||||
prefs.configuration.LINK_STYLE.AUTO=\u81EA\u52A8
|
||||
prefs.configuration.LINK_STYLE.BEZIER_CURVE=\u66F2\u7EBF
|
||||
prefs.configuration.title=\u6620\u5C04\u7EC4\u4EF6\u9996\u9009\u9879:
|
||||
prefs.configuration.LINK_STYLE.LINE=\u76F4\u7EBF (\u5FEB)
|
||||
prefs.configuration.LINK_STYLE.BEZIER_CURVE=\u66F2\u7EBF
|
||||
prefs.configuration.LINK_STYLE=\u9ED8\u8BA4\u6620\u5C04\u8FDE\u63A5\u663E\u793A\u4E3A:
|
||||
DraggingInfosPopup.draggingEntry=\u62D6\u52A8 {0} \u6761\u76EE
|
||||
DraggingInfosPopup.dropInvalid=\n<< \u65E0\u6548\u91CA\u653E >>\n
|
||||
DraggingInfosPopup.dropInvalid=\\n<< \u65E0\u6548\u653E\u7F6E >>\\n
|
||||
DraggingInfosPopup.draggingEntries=\u62D6\u52A8 {0} \u4E2A\u6761\u76EE\u3002
|
||||
DraggingInfosPopup.dropInvalidWithKey=\n<< \u65E0\u6548\u653E\u7F6E >>\n\u6309\u4F4F Shift \u548C Ctrl \u952E\u4EE5\u8FDB\u884C\u4E00\u5BF9\u4E00\u6620\u5C04\u5E76\u6539\u5199
|
||||
DraggingInfosPopup.overwriteMode= > \u91CD\u5199\u6A21\u5F0F
|
||||
DraggingInfosPopup.appendMode= >\u9644\u52A0\u6A21\u5F0F
|
||||
DraggingInfosPopup.appendModeToOverwrite= > \u8FFD\u52A0\u6A21\u5F0F (Ctrl \u952E\u6765\u6539\u5199)
|
||||
DraggingInfosPopup.insertAllSelectedEntries= > \u63D2\u5165\u6240\u6709\u9009\u62E9\u9879
|
||||
DraggingInfosPopup.insertRemainingEntries= > \u63D2\u5165\u5269\u4F59\u9879
|
||||
DraggingInfosPopup.dropInvalidWithKey=\\n<<\u65E0\u6548\u653E\u7F6E>>\\n\u6309\u4F4F Shift \u548C Ctrl \u952E\u4EE5\u8FDB\u884C\u4E00\u5BF9\u4E00\u6620\u5C04\u5E76\u6539\u5199
|
||||
DraggingInfosPopup.overwriteMode=\\ > \u6539\u5199\u6A21\u5F0F
|
||||
DraggingInfosPopup.appendMode=\\ > \u8FFD\u52A0\u6A21\u5F0F
|
||||
DraggingInfosPopup.appendModeToOverwrite=\\ > \u8FFD\u52A0\u6A21\u5F0F (Ctrl \u952E\u6765\u6539\u5199)
|
||||
DraggingInfosPopup.insertAllSelectedEntries=\\ > \u63D2\u5165\u6240\u6709\u9009\u5B9A\u6761\u76EE
|
||||
DraggingInfosPopup.insertRemainingEntries=\\ > \u63D2\u5165\u5269\u4F59\u6761\u76EE
|
||||
DraggingInfosPopup.eachSourceEntryExpressionToEachTargetExpression=> \u6BCF\u4E2A\u6E90\u6761\u76EE\u8868\u8FBE\u5F0F\u5230\u6BCF\u4E2A\u76EE\u6807\u8868\u8FBE\u5F0F
|
||||
DraggingInfosPopup.eachSourceEntryToEachTargetExpression=> \u6BCF\u4E2A\u6E90\u6761\u76EE\u5230\u6BCF\u4E2A\u76EE\u6807\u8868\u8FBE\u5F0F
|
||||
DraggingInfosPopup.allSourceEntriesExpressionToASingleOneTargetExpressionShiftKey=\u6240\u6709\u6E90\u9879\u90FD\u8868\u793A\u4E3A\u5355\u4E2A\u76EE\u6807\u8868\u8FBE\u5F0F(Shift\u952E\u8F6C\u6362\u4E3A\u66F4\u6539\u6620\u5C04)
|
||||
|
||||
@@ -13,10 +13,6 @@
|
||||
package org.talend.designer.abstractmap.managers;
|
||||
|
||||
import org.apache.log4j.Level;
|
||||
import org.eclipse.swt.SWT;
|
||||
import org.eclipse.swt.graphics.Color;
|
||||
import org.eclipse.swt.widgets.Display;
|
||||
import org.talend.commons.ui.runtime.ITalendThemeService;
|
||||
import org.talend.commons.ui.runtime.exception.ExceptionHandler;
|
||||
import org.talend.designer.abstractmap.ui.dnd.DraggingInfosPopup;
|
||||
import org.talend.designer.abstractmap.ui.properties.LINK_STYLE;
|
||||
|
||||
@@ -1,20 +1,23 @@
|
||||
AlfrescoOutputManager.failedLoadModel=Failed to load model from component metadata, reinitializing
|
||||
AlfrescoOutputManager.schemaError.title=Error in schema
|
||||
AlfrescoOutputManager.schemaError.msg=Please synchronize schema first
|
||||
AlfrescoOutputModelManager.alreadyAdded=This model has already been added
|
||||
AlfrescoOutputModelManager.errorReadingModel=Error reading Alfresco model file
|
||||
AlfrescoOutputModelManager.notYetAdded=This model has not yet been added
|
||||
AlfrescoOutputModelManager.prefixConflict=Unable to add the model, prefix conflict with previously added model for
|
||||
AlfrescoModelDialog.type=Type
|
||||
AlfrescoModelDialog.aspects=Aspects
|
||||
AlfrescoModelDialog.availableAspects=Available Aspects
|
||||
AlfrescoModelDialog.add=Add...
|
||||
AlfrescoModelDialog.addModelFailed=Failed to add model
|
||||
AlfrescoModelDialog.remove=Remove
|
||||
AlfrescoModelDialog.removeModelFailed=Failed to remove model
|
||||
AlfrescoModelDialog.missingTypeDefinitions.title=Missing type definitions
|
||||
AlfrescoModelDialog.missingTypeDefinitions.msg=The chosen type refers to unknown Alfresco type(s) or aspect(s) : ${0}.\nPlease provide the alfresco model files that define them.
|
||||
AlfrescoModelDialog.missingAspectDefinitions.title=Missing aspect definitions
|
||||
AlfrescoModelDialog.missingAspectDefinitions.msg=The chosen aspects refer to unknown Alfresco aspect(s) : ${0}.\nPlease provide the alfresco model files that define them.
|
||||
AlfrescoModelDialog.modelTable.title=Title
|
||||
AlfrescoModelDialog.modelTable.name=Name
|
||||
#Created by Marc Dutoo - Open Wide SA
|
||||
AlfrescoOutputManager.failedLoadModel=Failed to load model from component metadata, reinitializing
|
||||
AlfrescoOutputManager.schemaError.title=Error in schema
|
||||
AlfrescoOutputManager.schemaError.msg=Please synchronize schema first
|
||||
AlfrescoOutputModelManager.alreadyAdded=This model has already been added
|
||||
AlfrescoOutputModelManager.errorReadingModel=Error reading Alfresco model file
|
||||
AlfrescoOutputModelManager.notYetAdded=This model has not yet been added
|
||||
AlfrescoOutputModelManager.prefixConflict=Unable to add the model, prefix conflict with previously added model for
|
||||
AlfrescoModelDialog.type=Type
|
||||
AlfrescoModelDialog.aspects=Aspects
|
||||
AlfrescoModelDialog.availableAspects=Available Aspects
|
||||
AlfrescoModelDialog.add=Add...
|
||||
AlfrescoModelDialog.addModelFailed=Failed to add model
|
||||
AlfrescoModelDialog.remove=Remove
|
||||
AlfrescoModelDialog.removeModelFailed=Failed to remove model
|
||||
AlfrescoModelDialog.missingTypeDefinitions.title=Missing type definitions
|
||||
AlfrescoModelDialog.missingTypeDefinitions.msg=The chosen type refers to unknown Alfresco type(s) or aspect(s) : ${0}.\n\
|
||||
Please provide the alfresco model files that define them.
|
||||
AlfrescoModelDialog.missingAspectDefinitions.title=Missing aspects definitions
|
||||
AlfrescoModelDialog.missingAspectDefinitions.msg=The chosen aspects refer to unknown Alfresco aspect(s) : ${0}.\n\
|
||||
Please provide the alfresco model files that define them.
|
||||
AlfrescoModelDialog.modelTable.title=Title
|
||||
AlfrescoModelDialog.modelTable.name=Name
|
||||
@@ -0,0 +1,20 @@
|
||||
AlfrescoModelDialog.missingAspectDefinitions.msg=The chosen aspects refer to unknown Alfresco aspect(s) : ${0}.\nPlease provide the alfresco model files that define them.
|
||||
AlfrescoModelDialog.modelTable.title=Title
|
||||
AlfrescoModelDialog.availableAspects=Available Aspects
|
||||
AlfrescoModelDialog.missingAspectDefinitions.title=Missing aspect definitions
|
||||
AlfrescoOutputManager.schemaError.title=Error in schema
|
||||
AlfrescoModelDialog.missingTypeDefinitions.msg=The chosen type refers to unknown Alfresco type(s) or aspect(s) : ${0}.\nPlease provide the alfresco model files that define them.
|
||||
AlfrescoModelDialog.missingTypeDefinitions.title=Missing type definitions
|
||||
AlfrescoModelDialog.add=Add...
|
||||
AlfrescoOutputModelManager.errorReadingModel=Error reading Alfresco model file
|
||||
AlfrescoModelDialog.aspects=Aspects
|
||||
AlfrescoOutputManager.schemaError.msg=Please synchronize schema first
|
||||
AlfrescoOutputModelManager.alreadyAdded=This model has already been added
|
||||
AlfrescoModelDialog.removeModelFailed=Failed to remove model
|
||||
AlfrescoOutputModelManager.prefixConflict=Unable to add the model, prefix conflict with previously added model for
|
||||
AlfrescoOutputModelManager.notYetAdded=This model has not yet been added
|
||||
AlfrescoModelDialog.type=Type
|
||||
AlfrescoModelDialog.addModelFailed=Failed to add model
|
||||
AlfrescoModelDialog.modelTable.name=Name
|
||||
AlfrescoModelDialog.remove=Remove
|
||||
AlfrescoOutputManager.failedLoadModel=Failed to load model from component metadata, reinitializing
|
||||
@@ -1,20 +1,20 @@
|
||||
AlfrescoOutputManager.failedLoadModel=\u00C9chec du chargement du mod\u00E8le depuis les m\u00E9tadonn\u00E9es du composant, r\u00E9initialisation.
|
||||
AlfrescoOutputManager.schemaError.title=Erreur dans le sch\u00E9ma
|
||||
AlfrescoOutputManager.schemaError.msg=Veuillez synchroniser le sch\u00E9ma d'abord
|
||||
AlfrescoOutputModelManager.alreadyAdded=Ce mod\u00E8le a d\u00E9j\u00E0 \u00E9t\u00E9 ajout\u00E9
|
||||
AlfrescoOutputModelManager.errorReadingModel=Erreur de lecture du fichier mod\u00E8le Alfresco
|
||||
AlfrescoOutputModelManager.notYetAdded=Ce mod\u00E8le n'a pas encore \u00E9t\u00E9 ajout\u00E9
|
||||
AlfrescoOutputModelManager.prefixConflict=Impossible d'ajouter le mod\u00E8le, pr\u00E9fixe en conflit avec le mod\u00E8le ajout\u00E9 pr\u00E9c\u00E9demment pour
|
||||
AlfrescoModelDialog.type=Type
|
||||
AlfrescoModelDialog.aspects=Aspects
|
||||
AlfrescoModelDialog.availableAspects=Aspects disponibles
|
||||
AlfrescoModelDialog.add=Ajouter...
|
||||
AlfrescoModelDialog.addModelFailed=\u00C9chec de l'ajout du mod\u00E8le
|
||||
AlfrescoModelDialog.remove=Supprimer
|
||||
AlfrescoModelDialog.removeModelFailed=\u00C9chec de la suppression du mod\u00E8le
|
||||
AlfrescoModelDialog.missingTypeDefinitions.title=D\u00E9finitions de type manquantes
|
||||
AlfrescoModelDialog.missingTypeDefinitions.msg=Le type s\u00E9lectionn\u00E9 se r\u00E9f\u00E8re \u00E0 des aspects ou types Alfresco inconnus : ${0}.\nVeuillez fournir les mod\u00E8les Alfresco qui les d\u00E9finissent.
|
||||
AlfrescoModelDialog.missingAspectDefinitions.title=D\u00E9finitions d'aspects manquantes
|
||||
AlfrescoModelDialog.missingAspectDefinitions.msg=Les aspects s\u00E9lectionn\u00E9s se r\u00E9f\u00E8rent \u00E0 des aspects Alfresco inconnus : ${0}.\nVeuillez fournir les mod\u00E8les Alfresco qui les d\u00E9finissent.
|
||||
AlfrescoModelDialog.modelTable.title=Titre
|
||||
AlfrescoModelDialog.availableAspects=Aspects disponibles
|
||||
AlfrescoModelDialog.missingAspectDefinitions.title=D\u00E9finitions d'aspects manquantes
|
||||
AlfrescoOutputManager.schemaError.title=Erreur dans le sch\u00E9ma
|
||||
AlfrescoModelDialog.missingTypeDefinitions.msg=Le type s\u00E9lectionn\u00E9 se r\u00E9f\u00E8re \u00E0 des aspects ou types Alfresco inconnus : ${0}. Veuillez fournir les mod\u00E8les Alfresco qui les d\u00E9finissent.
|
||||
AlfrescoModelDialog.missingTypeDefinitions.title=D\u00E9finitions de type manquantes
|
||||
AlfrescoModelDialog.add=Ajouter...
|
||||
AlfrescoOutputModelManager.errorReadingModel=Erreur de lecture du fichier mod\u00E8le Alfresco
|
||||
AlfrescoModelDialog.aspects=Aspects
|
||||
AlfrescoOutputManager.schemaError.msg=Veuillez synchroniser le sch\u00E9ma d'abord
|
||||
AlfrescoOutputModelManager.alreadyAdded=Ce mod\u00E8le a d\u00E9j\u00E0 \u00E9t\u00E9 ajout\u00E9
|
||||
AlfrescoModelDialog.removeModelFailed=Echec de la suppression du mod\u00E8le
|
||||
AlfrescoOutputModelManager.prefixConflict=Impossible d'ajouter le mod\u00E8le, pr\u00E9fixe en conflit avec le mod\u00E8le ajout\u00E9 pr\u00E9c\u00E9demment pour
|
||||
AlfrescoOutputModelManager.notYetAdded=Ce mod\u00E8le n'a pas encore \u00E9t\u00E9 ajout\u00E9
|
||||
AlfrescoModelDialog.type=Type
|
||||
AlfrescoModelDialog.addModelFailed=Echec de l'ajout du mod\u00E8le
|
||||
AlfrescoModelDialog.modelTable.name=Nom
|
||||
AlfrescoModelDialog.remove=Supprimer
|
||||
AlfrescoOutputManager.failedLoadModel=\u00C9chec du chargement du mod\u00E8le depuis les m\u00E9tadonn\u00E9es du composant, r\u00E9initialisation.
|
||||
|
||||
@@ -1,20 +1,20 @@
|
||||
AlfrescoOutputManager.failedLoadModel=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u30E1\u30BF\u30C7\u30FC\u30BF\u304B\u3089\u30E2\u30C7\u30EB\u30ED\u30FC\u30C9\u306B\u5931\u6557\u3057\u307E\u3057\u305F\u3002\u518D\u521D\u671F\u5316\u4E2D
|
||||
AlfrescoModelDialog.missingAspectDefinitions.msg=\u9078\u629E\u3055\u308C\u305F\u30A2\u30B9\u30DA\u30AF\u30C8\u306F\u4E0D\u660E\u306EAlfresco\u30A2\u30B9\u30DA\u30AF\u30C8:${0}\u3092\u53C2\u7167\u3057\u3066\u3044\u307E\u3059\u3002\u305D\u308C\u3089\u3092\u5B9A\u7FA9\u3057\u305FAlfresco\u30E2\u30C7\u30EB\u30D5\u30A1\u30A4\u30EB\u3092\u63D0\u4F9B\u3057\u3066\u304F\u3060\u3055\u3044\u3002
|
||||
AlfrescoModelDialog.modelTable.title=\u30BF\u30A4\u30C8\u30EB
|
||||
AlfrescoModelDialog.availableAspects=\u53EF\u80FD\u306A\u30A2\u30B9\u30DA\u30AF\u30C8
|
||||
AlfrescoModelDialog.missingAspectDefinitions.title=\u30A2\u30B9\u30DA\u30AF\u30C8\u5B9A\u7FA9\u304C\u3042\u308A\u307E\u305B\u3093\u3002
|
||||
AlfrescoOutputManager.schemaError.title=\u30B9\u30AD\u30FC\u30DE\u306E\u30A8\u30E9\u30FC
|
||||
AlfrescoModelDialog.missingTypeDefinitions.msg=\u9078\u629E\u3057\u305F\u65B9\u306F\u4E0D\u660E\u306EAlfresco\u578B\u3082\u3057\u304F\u306F\u30A2\u30B9\u30DA\u30AF\u30C8${0}\u3092\u53C2\u7167\u3057\u3066\u3044\u307E\u3059\u3002\u305D\u308C\u3089\u3092\u5B9A\u7FA9\u3057\u305FAlfresco\u30E2\u30C7\u30EB\u30D5\u30A1\u30A4\u30EB\u3092\u63D0\u4F9B\u3057\u3066\u304F\u3060\u3055\u3044\u3002
|
||||
AlfrescoModelDialog.missingTypeDefinitions.title=\u578B\u5B9A\u7FA9\u304C\u3042\u308A\u307E\u305B\u3093
|
||||
AlfrescoModelDialog.add=\u8FFD\u52A0...
|
||||
AlfrescoOutputModelManager.errorReadingModel=Alfresco\u30E2\u30C7\u30EB\u30D5\u30A1\u30A4\u30EB\u306E\u8AAD\u8FBC\u307F\u30A8\u30E9\u30FC
|
||||
AlfrescoModelDialog.aspects=\u30A2\u30B9\u30DA\u30AF\u30C8
|
||||
AlfrescoOutputManager.schemaError.msg=\u6700\u521D\u306B\u30B9\u30AD\u30FC\u30DE\u3092\u540C\u671F\u3057\u3066\u304F\u3060\u3055\u3044\u3002
|
||||
AlfrescoOutputModelManager.alreadyAdded=\u3053\u306E\u30E2\u30C7\u30EB\u306F\u65E2\u306B\u8FFD\u52A0\u6E08\u307F\u3067\u3059\u3002
|
||||
AlfrescoOutputModelManager.errorReadingModel=Alfresco\u30E2\u30C7\u30EB\u30D5\u30A1\u30A4\u30EB\u306E\u8AAD\u8FBC\u307F\u30A8\u30E9\u30FC
|
||||
AlfrescoOutputModelManager.notYetAdded=\u3053\u306E\u30E2\u30C7\u30EB\u306F\u307E\u3060\u8FFD\u52A0\u3055\u308C\u3066\u3044\u307E\u305B\u3093\u3002
|
||||
AlfrescoOutputModelManager.prefixConflict=\u5148\u306B\u8FFD\u52A0\u3055\u308C\u305F\u30E2\u30C7\u30EB\u306E\u30D7\u30EC\u30D5\u30A3\u30C3\u30AF\u30B9\u306E\u885D\u7A81\u306E\u305F\u3081\u3001\u30E2\u30C7\u30EB\u306E\u8FFD\u52A0\u304C\u3067\u304D\u307E\u305B\u3093\u3002
|
||||
AlfrescoModelDialog.type=\u30BF\u30A4\u30D7
|
||||
AlfrescoModelDialog.aspects=\u30A2\u30B9\u30DA\u30AF\u30C8
|
||||
AlfrescoModelDialog.availableAspects=\u53EF\u80FD\u306A\u30A2\u30B9\u30DA\u30AF\u30C8
|
||||
AlfrescoModelDialog.add=\u8FFD\u52A0...
|
||||
AlfrescoModelDialog.addModelFailed=\u30E2\u30C7\u30EB\u8FFD\u52A0\u306B\u5931\u6557\u3057\u307E\u3057\u305F\u3002
|
||||
AlfrescoModelDialog.remove=\u524A\u9664
|
||||
AlfrescoModelDialog.removeModelFailed=\u30E2\u30C7\u30EB\u306E\u524A\u9664\u306B\u5931\u6557\u3057\u307E\u3057\u305F
|
||||
AlfrescoModelDialog.missingTypeDefinitions.title=\u578B\u5B9A\u7FA9\u304C\u3042\u308A\u307E\u305B\u3093
|
||||
AlfrescoModelDialog.missingTypeDefinitions.msg=\u9078\u629E\u3055\u308C\u305F\u30BF\u30A4\u30D7\u306F\u3001Alfresco\u306E\u4E0D\u660E\u306A\u30BF\u30A4\u30D7\u307E\u305F\u306F\u30A2\u30B9\u30DA\u30AF\u30C8: ${0}\u3092\u53C2\u7167\u3057\u3066\u3044\u307E\u3059\u3002\n\u305D\u308C\u3089\u304C\u5B9A\u7FA9\u3055\u308C\u3066\u3044\u308Balfresco\u306E\u30E2\u30C7\u30EB\u30D5\u30A1\u30A4\u30EB\u3092\u6307\u5B9A\u3057\u3066\u304F\u3060\u3055\u3044\u3002
|
||||
AlfrescoModelDialog.missingAspectDefinitions.title=\u30A2\u30B9\u30DA\u30AF\u30C8\u5B9A\u7FA9\u304C\u3042\u308A\u307E\u305B\u3093\u3002
|
||||
AlfrescoModelDialog.missingAspectDefinitions.msg=\u9078\u629E\u3055\u308C\u305F\u30A2\u30B9\u30DA\u30AF\u30C8\u306F\u3001Alfresco\u306E\u4E0D\u660E\u306A\u30A2\u30B9\u30DA\u30AF\u30C8: ${0}\u3092\u53C2\u7167\u3057\u3066\u3044\u307E\u3059\u3002\n\u305D\u308C\u3089\u304C\u5B9A\u7FA9\u3055\u308C\u3066\u3044\u308Balfresco\u306E\u30E2\u30C7\u30EB\u30D5\u30A1\u30A4\u30EB\u3092\u6307\u5B9A\u3057\u3066\u304F\u3060\u3055\u3044\u3002
|
||||
AlfrescoModelDialog.modelTable.title=\u30BF\u30A4\u30C8\u30EB
|
||||
AlfrescoOutputModelManager.prefixConflict=\u5148\u306B\u8FFD\u52A0\u3055\u308C\u305F\u30E2\u30C7\u30EB\u306E\u30D7\u30EC\u30D5\u30A3\u30C3\u30AF\u30B9\u306E\u885D\u7A81\u306E\u305F\u3081\u3001\u30E2\u30C7\u30EB\u306E\u8FFD\u52A0\u304C\u51FA\u6765\u307E\u305B\u3093\u3002
|
||||
AlfrescoOutputModelManager.notYetAdded=\u3053\u306E\u30E2\u30C7\u30EB\u306F\u307E\u3060\u8FFD\u52A0\u3055\u308C\u3066\u3044\u307E\u305B\u3093\u3002
|
||||
AlfrescoModelDialog.type=\u30BF\u30A4\u30D7
|
||||
AlfrescoModelDialog.addModelFailed=\u30E2\u30C7\u30EB\u8FFD\u52A0\u306B\u5931\u6557\u3057\u307E\u3057\u305F\u3002
|
||||
AlfrescoModelDialog.modelTable.name=\u540D\u524D
|
||||
AlfrescoModelDialog.remove=\u524A\u9664
|
||||
AlfrescoOutputManager.failedLoadModel=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u30E1\u30BF\u30C7\u30FC\u30BF\u304B\u3089\u30E2\u30C7\u30EB\u30ED\u30FC\u30C9\u306B\u5931\u6557\u3057\u307E\u3057\u305F\u3002\u518D\u521D\u671F\u5316\u4E2D
|
||||
|
||||
@@ -1,20 +1,20 @@
|
||||
AlfrescoOutputManager.failedLoadModel=\u65E0\u6CD5\u52A0\u8F7D\u7684\u7EC4\u4EF6\u5143\u6570\u636E\u6A21\u578B, \u91CD\u65B0\u521D\u59CB\u5316
|
||||
AlfrescoModelDialog.missingAspectDefinitions.msg=\u6240\u9009\u62E9\u7684\u65B9\u9762\u6D89\u53CA\u672A\u77E5\u7684Alfresco\u65B9\u9762: ${0}.\u8BF7\u63D0\u4F9Balfresco \u6A21\u578B\u6587\u4EF6\u5B9A\u4E49\u4ED6\u4EEC.
|
||||
AlfrescoModelDialog.modelTable.title=\u6807\u9898
|
||||
AlfrescoModelDialog.availableAspects=\u53EF\u7528\u56E0\u7D20
|
||||
AlfrescoModelDialog.missingAspectDefinitions.title=\u7F3A\u7701\u65B9\u9762\u5B9A\u4E49
|
||||
AlfrescoOutputManager.schemaError.title=Schema \u9519\u8BEF
|
||||
AlfrescoModelDialog.missingTypeDefinitions.msg=\u6240\u9009\u62E9\u7684\u7C7B\u578B\u6D89\u53CA\u672A\u77E5\u7684Alfresco\u7C7B\u578B\u6216\u65B9\u9762: ${0}.\uFF0C\u8BF7\u63D0\u4F9Balfresco \u6A21\u578B\u6587\u4EF6\u5B9A\u4E49\u4ED6\u4EEC.
|
||||
AlfrescoModelDialog.missingTypeDefinitions.title=\u7F3A\u7701\u7C7B\u578B\u5B9A\u4E49
|
||||
AlfrescoModelDialog.add=\u6DFB\u52A0...
|
||||
AlfrescoOutputModelManager.errorReadingModel=\u8BFB\u53D6Alfresco\u7684\u6A21\u578B\u6587\u4EF6\u9519\u8BEF
|
||||
AlfrescoModelDialog.aspects=\u65B9\u9762
|
||||
AlfrescoOutputManager.schemaError.msg=\u8BF7\u5148\u540C\u6B65 schema
|
||||
AlfrescoOutputModelManager.alreadyAdded=\u8BE5\u6A21\u578B\u5DF2\u6DFB\u52A0
|
||||
AlfrescoOutputModelManager.errorReadingModel=\u8BFB\u53D6Alfresco\u7684\u6A21\u578B\u6587\u4EF6\u9519\u8BEF
|
||||
AlfrescoOutputModelManager.notYetAdded=\u8BE5\u6A21\u578B\u5C1A\u672A\u6DFB\u52A0
|
||||
AlfrescoOutputModelManager.prefixConflict=\u65E0\u6CD5\u6DFB\u52A0\u6A21\u578B\uFF0C\u524D\u7F00\u4E0E\u4EE5\u524D\u6DFB\u52A0\u6A21\u578B\u51B2\u7A81
|
||||
AlfrescoModelDialog.type=\u7C7B\u578B
|
||||
AlfrescoModelDialog.aspects=\u65B9\u9762
|
||||
AlfrescoModelDialog.availableAspects=\u53EF\u7528\u56E0\u7D20
|
||||
AlfrescoModelDialog.add=\u6DFB\u52A0...
|
||||
AlfrescoModelDialog.addModelFailed=\u6DFB\u52A0\u6A21\u578B\u5931\u8D25
|
||||
AlfrescoModelDialog.remove=\u79FB\u9664
|
||||
AlfrescoModelDialog.removeModelFailed=\u79FB\u9664\u6A21\u578B\u5931\u8D25
|
||||
AlfrescoModelDialog.missingTypeDefinitions.title=\u7F3A\u7701\u7C7B\u578B\u5B9A\u4E49
|
||||
AlfrescoModelDialog.missingTypeDefinitions.msg=\u6240\u9009\u62E9\u7684\u7C7B\u578B\u6D89\u53CA\u672A\u77E5\u7684 Alfresco \u7C7B\u578B\u6216\u65B9\u9762: ${0}\u3002\n\u8BF7\u63D0\u4F9B\u5B9A\u4E49\u8FD9\u4E9B aspect \u7684 Alfresco \u6A21\u578B\u6587\u4EF6\u3002
|
||||
AlfrescoModelDialog.missingAspectDefinitions.title=\u7F3A\u7701\u65B9\u9762\u5B9A\u4E49
|
||||
AlfrescoModelDialog.missingAspectDefinitions.msg=\u6240\u9009\u62E9\u7684\u65B9\u9762\u6D89\u53CA\u672A\u77E5\u7684Alfresco\u65B9\u9762: ${0}.\n\u8BF7\u63D0\u4F9B\u5B9A\u4E49\u8FD9\u4E9B aspect \u7684 Alfresco \u6A21\u578B\u6587\u4EF6\u3002
|
||||
AlfrescoModelDialog.modelTable.title=\u6807\u9898
|
||||
AlfrescoOutputModelManager.prefixConflict=\u65E0\u6CD5\u6DFB\u52A0\u6A21\u578B\uFF0C\u524D\u7F00\u4E0E\u4EE5\u524D\u6DFB\u52A0\u6A21\u578B\u51B2\u7A81
|
||||
AlfrescoOutputModelManager.notYetAdded=\u8BE5\u6A21\u578B\u5C1A\u672A\u6DFB\u52A0
|
||||
AlfrescoModelDialog.type=\u7C7B\u578B
|
||||
AlfrescoModelDialog.addModelFailed=\u6DFB\u52A0\u6A21\u578B\u5931\u8D25
|
||||
AlfrescoModelDialog.modelTable.name=\u540D\u79F0
|
||||
AlfrescoModelDialog.remove=\u79FB\u9664
|
||||
AlfrescoOutputManager.failedLoadModel=\u65E0\u6CD5\u52A0\u8F7D\u7684\u7EC4\u4EF6\u5143\u6570\u636E\u6A21\u578B, \u91CD\u65B0\u521D\u59CB\u5316
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<fileset-config file-format-version="1.2.0" simple-config="true">
|
||||
<fileset name="all" enabled="true" check-config-name="Sun Checks" local="false">
|
||||
<file-match-pattern match-pattern="." include-pattern="true"/>
|
||||
</fileset>
|
||||
</fileset-config>
|
||||
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<classpath>
|
||||
<classpathentry excluding="main/" kind="src" path="src"/>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
|
||||
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
|
||||
<classpathentry kind="output" path="bin"/>
|
||||
</classpath>
|
||||
@@ -0,0 +1,7 @@
|
||||
# Debugging options for the org.talend.designer.business.diagram plug-in
|
||||
|
||||
# Turn on general debugging for the org.talend.designer.business.diagram plug-in
|
||||
org.talend.designer.business.diagram/debug=false
|
||||
|
||||
# Turn on debugging of visualID processing
|
||||
org.talend.designer.business.diagram/debug/visualID=true
|
||||
28
main/plugins/org.talend.designer.business.diagram/.project
Normal file
28
main/plugins/org.talend.designer.business.diagram/.project
Normal file
@@ -0,0 +1,28 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<projectDescription>
|
||||
<name>org.talend.designer.business.diagram</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.jdt.core.javanature</nature>
|
||||
<nature>org.eclipse.pde.PluginNature</nature>
|
||||
</natures>
|
||||
</projectDescription>
|
||||
@@ -0,0 +1,5 @@
|
||||
#Tue Jul 18 12:11:09 CEST 2006
|
||||
eclipse.preferences.version=1
|
||||
org.eclipse.ajdt.ui.aspectPath.contentKind1=BINARY
|
||||
org.eclipse.ajdt.ui.aspectPath.entryKind1=LIBRARY
|
||||
org.eclipse.ajdt.ui.aspectPath1=/org.eclipse.gmf.dev/bin
|
||||
@@ -0,0 +1,44 @@
|
||||
Manifest-Version: 1.0
|
||||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: %pluginName
|
||||
Bundle-SymbolicName: org.talend.designer.business.diagram; singleton:=true
|
||||
Bundle-Version: 8.0.1.qualifier
|
||||
Bundle-ClassPath: .
|
||||
Bundle-Activator: org.talend.designer.business.model.business.diagram.part.BusinessDiagramEditorPlugin
|
||||
Bundle-Vendor: %providerName
|
||||
Bundle-Localization: plugin
|
||||
Export-Package: org.talend.designer.business.diagram.custom.actions,
|
||||
org.talend.designer.business.model.business.diagram.edit.parts,
|
||||
org.talend.designer.business.model.business.diagram.part,
|
||||
org.talend.designer.business.model.business.diagram.providers
|
||||
Require-Bundle: org.eclipse.ui.ide,
|
||||
org.eclipse.gmf.runtime.diagram.ui.printing.render,
|
||||
org.eclipse.gmf.runtime.diagram.ui.printing,
|
||||
org.eclipse.gmf.runtime.diagram.ui.providers.ide,
|
||||
org.eclipse.gmf.runtime.diagram.ui.resources.editor.ide,
|
||||
org.eclipse.gmf.runtime.diagram.ui.properties,
|
||||
org.apache.commons.collections,
|
||||
org.talend.core,
|
||||
org.talend.core.ui,
|
||||
org.talend.core.repository,
|
||||
org.talend.repository,
|
||||
org.talend.model,
|
||||
org.talend.model.edit,
|
||||
org.talend.commons.ui,
|
||||
org.talend.designer.core,
|
||||
org.eclipse.gmf.runtime.draw2d.ui.render.awt,
|
||||
org.apache.batik.svggen,
|
||||
org.apache.batik.util,
|
||||
org.eclipse.ui.intro,
|
||||
org.apache.batik.ext.awt,
|
||||
org.talend.metadata.managment,
|
||||
org.talend.metadata.managment.ui,
|
||||
com.ibm.icu,
|
||||
org.talend.libraries.apache,
|
||||
org.talend.repository.items.importexport,
|
||||
org.talend.repository.view.di,
|
||||
org.talend.commons.runtime,
|
||||
org.talend.core.runtime,
|
||||
org.eclipse.gmf.runtime.diagram.ui,
|
||||
org.eclipse.emf.edit.ui
|
||||
Eclipse-LazyStart: true
|
||||
@@ -0,0 +1,17 @@
|
||||
bin.includes = .,\
|
||||
META-INF/,\
|
||||
plugin.xml,\
|
||||
plugin.properties,\
|
||||
icons/,\
|
||||
plugin_de.properties,\
|
||||
plugin_en.properties,\
|
||||
plugin_fr.properties,\
|
||||
plugin_it.properties,\
|
||||
plugin_ja.properties,\
|
||||
plugin_jp.properties,\
|
||||
plugin_ru.properties,\
|
||||
plugin_swtbot.properties,\
|
||||
plugin_zh_CN.properties
|
||||
jars.compile.order = .
|
||||
source.. = src/
|
||||
output.. = bin/
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 1.1 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 1.1 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 2.4 KiB |
@@ -0,0 +1,790 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<gmfgen:GenEditorGenerator xmi:version="2.0"
|
||||
xmlns:xmi="http://www.omg.org/XMI"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xmlns:gmfgen="http://www.eclipse.org/gmf/2008/GenModel" sameFileForDiagramAndModel="true"
|
||||
templateDirectory="">
|
||||
<diagram
|
||||
visualID="79"
|
||||
editPartClassName="BusinessProcessEditPart"
|
||||
itemSemanticEditPolicyClassName="BusinessProcessItemSemanticEditPolicy"
|
||||
notationViewFactoryClassName="BusinessProcessViewFactory"
|
||||
canonicalEditPolicyClassName="BusinessProcessCanonicalEditPolicy"
|
||||
iconProviderPriority="Low">
|
||||
<diagramRunTimeClass
|
||||
href="../../../plugin/org.eclipse.gmf.runtime.notation/model/notation.genmodel#//notation/Diagram"/>
|
||||
<elementType
|
||||
xsi:type="gmfgen:MetamodelType"
|
||||
editHelperClassName="BusinessProcessEditHelper"/>
|
||||
<viewmap
|
||||
xsi:type="gmfgen:FigureViewmap"
|
||||
figureQualifiedClassName="org.eclipse.draw2d.FreeformLayer"/>
|
||||
<domainDiagramElement
|
||||
href="../../org.talend.model/model/Business.genmodel#//business/BusinessProcess"/>
|
||||
<topLevelNodes
|
||||
visualID="1001"
|
||||
editPartClassName="ActionBusinessItemEditPart"
|
||||
itemSemanticEditPolicyClassName="ActionBusinessItemItemSemanticEditPolicy"
|
||||
notationViewFactoryClassName="ActionBusinessItemViewFactory"
|
||||
canonicalEditPolicyClassName="ActionBusinessItemCanonicalEditPolicy"
|
||||
graphicalNodeEditPolicyClassName="ActionBusinessItemGraphicalNodeEditPolicy">
|
||||
<diagramRunTimeClass
|
||||
href="../../../plugin/org.eclipse.gmf.runtime.notation/model/notation.genmodel#//notation/Node"/>
|
||||
<elementType
|
||||
xsi:type="gmfgen:MetamodelType"
|
||||
editHelperClassName="ActionBusinessItemEditHelper"/>
|
||||
<viewmap
|
||||
xsi:type="gmfgen:InnerClassViewmap"
|
||||
className="ActionBusinessItemFigure"
|
||||
classBody="

/**
 * @generated
 */
public class ActionBusinessItemFigure extends org.talend.designer.business.diagram.custom.figures.ActionBusinessItemShapeFigure {

	/**
	 * @generated
	 */
	public ActionBusinessItemFigure() {	
		
		org.eclipse.draw2d.StackLayout myGenLayoutManager = new org.eclipse.draw2d.StackLayout();
			
		this.setLayoutManager(myGenLayoutManager);

		




		createContents();
	}


	/**
	 * @generated
	 */
	private void createContents(){
		org.talend.designer.business.diagram.custom.figures.BusinessItemNameFigure fig_0 = new org.talend.designer.business.diagram.custom.figures.BusinessItemNameFigure();








		setFigureActionBusinessItemNameFigure(fig_0);
		
		Object layData0 = null;

		this.add(fig_0, layData0);
	}
	
		
	/**
	 * @generated
	 */
	private org.talend.designer.business.diagram.custom.figures.BusinessItemNameFigure fActionBusinessItemNameFigure; 

	/**
	 * @generated
	 */
	public org.talend.designer.business.diagram.custom.figures.BusinessItemNameFigure getFigureActionBusinessItemNameFigure() {
		return fActionBusinessItemNameFigure;
	}
	
	/**
	 * @generated
	 */
	private void setFigureActionBusinessItemNameFigure(org.talend.designer.business.diagram.custom.figures.BusinessItemNameFigure fig){
		fActionBusinessItemNameFigure = fig;
	}




	/**
	 * @generated
	 */
	private boolean myUseLocalCoordinates = false;

	/**
	 * @generated
	 */
	protected boolean useLocalCoordinates() {
		return myUseLocalCoordinates;
	}

	/**
	 * @generated
	 */
	protected void setUseLocalCoordinates(boolean useLocalCoordinates) {
		myUseLocalCoordinates = useLocalCoordinates;
	}
	

}
	
">
|
||||
<requiredPluginIDs>org.eclipse.draw2d</requiredPluginIDs>
|
||||
<requiredPluginIDs>org.talend.designer.business.diagram.custom</requiredPluginIDs>
|
||||
<requiredPluginIDs>org.eclipse.gmf.runtime.draw2d.ui</requiredPluginIDs>
|
||||
</viewmap>
|
||||
<modelFacet>
|
||||
<metaClass
|
||||
href="../../org.talend.model/model/Business.genmodel#//business/ActionBusinessItem"/>
|
||||
<containmentMetaFeature
|
||||
href="../../org.talend.model/model/Business.genmodel#//business/BusinessProcess/businessItems"/>
|
||||
<childMetaFeature
|
||||
href="../../org.talend.model/model/Business.genmodel#//business/BusinessProcess/businessItems"/>
|
||||
</modelFacet>
|
||||
<labels
|
||||
visualID="4001"
|
||||
editPartClassName="ActionBusinessItemNameEditPart"
|
||||
itemSemanticEditPolicyClassName="ActionBusinessItemNameItemSemanticEditPolicy"
|
||||
notationViewFactoryClassName="ActionBusinessItemNameViewFactory">
|
||||
<diagramRunTimeClass
|
||||
href="../../../plugin/org.eclipse.gmf.runtime.notation/model/notation.genmodel#//notation/Node"/>
|
||||
<viewmap
|
||||
xsi:type="gmfgen:ParentAssignedViewmap"
|
||||
getterName="getFigureActionBusinessItemNameFigure"
|
||||
figureQualifiedClassName="org.talend.designer.business.diagram.custom.figures.BusinessItemNameFigure"/>
|
||||
<modelFacet
|
||||
xsi:type="gmfgen:FeatureLabelModelFacet"
|
||||
viewPattern="">
|
||||
<metaFeatures
|
||||
href="../../org.talend.model/model/Business.genmodel#//business/BusinessItem/name"/>
|
||||
</modelFacet>
|
||||
</labels>
|
||||
</topLevelNodes>
|
||||
<topLevelNodes
|
||||
visualID="1002"
|
||||
editPartClassName="TerminalBusinessItemEditPart"
|
||||
itemSemanticEditPolicyClassName="TerminalBusinessItemItemSemanticEditPolicy"
|
||||
notationViewFactoryClassName="TerminalBusinessItemViewFactory"
|
||||
canonicalEditPolicyClassName="TerminalBusinessItemCanonicalEditPolicy"
|
||||
graphicalNodeEditPolicyClassName="TerminalBusinessItemGraphicalNodeEditPolicy">
|
||||
<diagramRunTimeClass
|
||||
href="../../../plugin/org.eclipse.gmf.runtime.notation/model/notation.genmodel#//notation/Node"/>
|
||||
<elementType
|
||||
xsi:type="gmfgen:MetamodelType"
|
||||
editHelperClassName="TerminalBusinessItemEditHelper"/>
|
||||
<viewmap
|
||||
xsi:type="gmfgen:InnerClassViewmap"
|
||||
className="TerminalBusinessItemFigure"
|
||||
classBody="

/**
 * @generated
 */
public class TerminalBusinessItemFigure extends org.talend.designer.business.diagram.custom.figures.TerminalBusinessItemShapeFigure {

	/**
	 * @generated
	 */
	public TerminalBusinessItemFigure() {	
		
		org.eclipse.draw2d.StackLayout myGenLayoutManager = new org.eclipse.draw2d.StackLayout();
			
		this.setLayoutManager(myGenLayoutManager);

		




		createContents();
	}


	/**
	 * @generated
	 */
	private void createContents(){
		org.talend.designer.business.diagram.custom.figures.BusinessItemNameFigure fig_0 = new org.talend.designer.business.diagram.custom.figures.BusinessItemNameFigure();








		setFigureTerminalBusinessItemNameFigure(fig_0);
		
		Object layData0 = null;

		this.add(fig_0, layData0);
	}
	
		
	/**
	 * @generated
	 */
	private org.talend.designer.business.diagram.custom.figures.BusinessItemNameFigure fTerminalBusinessItemNameFigure; 

	/**
	 * @generated
	 */
	public org.talend.designer.business.diagram.custom.figures.BusinessItemNameFigure getFigureTerminalBusinessItemNameFigure() {
		return fTerminalBusinessItemNameFigure;
	}
	
	/**
	 * @generated
	 */
	private void setFigureTerminalBusinessItemNameFigure(org.talend.designer.business.diagram.custom.figures.BusinessItemNameFigure fig){
		fTerminalBusinessItemNameFigure = fig;
	}




	/**
	 * @generated
	 */
	private boolean myUseLocalCoordinates = false;

	/**
	 * @generated
	 */
	protected boolean useLocalCoordinates() {
		return myUseLocalCoordinates;
	}

	/**
	 * @generated
	 */
	protected void setUseLocalCoordinates(boolean useLocalCoordinates) {
		myUseLocalCoordinates = useLocalCoordinates;
	}
	

}
	
">
|
||||
<requiredPluginIDs>org.eclipse.draw2d</requiredPluginIDs>
|
||||
<requiredPluginIDs>org.talend.designer.business.diagram.custom</requiredPluginIDs>
|
||||
<requiredPluginIDs>org.eclipse.gmf.runtime.draw2d.ui</requiredPluginIDs>
|
||||
</viewmap>
|
||||
<modelFacet>
|
||||
<metaClass
|
||||
href="../../org.talend.model/model/Business.genmodel#//business/TerminalBusinessItem"/>
|
||||
<containmentMetaFeature
|
||||
href="../../org.talend.model/model/Business.genmodel#//business/BusinessProcess/businessItems"/>
|
||||
<childMetaFeature
|
||||
href="../../org.talend.model/model/Business.genmodel#//business/BusinessProcess/businessItems"/>
|
||||
</modelFacet>
|
||||
<labels
|
||||
visualID="4002"
|
||||
editPartClassName="TerminalBusinessItemNameEditPart"
|
||||
itemSemanticEditPolicyClassName="TerminalBusinessItemNameItemSemanticEditPolicy"
|
||||
notationViewFactoryClassName="TerminalBusinessItemNameViewFactory">
|
||||
<diagramRunTimeClass
|
||||
href="../../../plugin/org.eclipse.gmf.runtime.notation/model/notation.genmodel#//notation/Node"/>
|
||||
<viewmap
|
||||
xsi:type="gmfgen:ParentAssignedViewmap"
|
||||
getterName="getFigureTerminalBusinessItemNameFigure"
|
||||
figureQualifiedClassName="org.talend.designer.business.diagram.custom.figures.BusinessItemNameFigure"/>
|
||||
<modelFacet
|
||||
xsi:type="gmfgen:FeatureLabelModelFacet">
|
||||
<metaFeatures
|
||||
href="../../org.talend.model/model/Business.genmodel#//business/BusinessItem/name"/>
|
||||
</modelFacet>
|
||||
</labels>
|
||||
</topLevelNodes>
|
||||
<topLevelNodes
|
||||
visualID="1003"
|
||||
editPartClassName="DocumentBusinessItemEditPart"
|
||||
itemSemanticEditPolicyClassName="DocumentBusinessItemItemSemanticEditPolicy"
|
||||
notationViewFactoryClassName="DocumentBusinessItemViewFactory"
|
||||
canonicalEditPolicyClassName="DocumentBusinessItemCanonicalEditPolicy"
|
||||
graphicalNodeEditPolicyClassName="DocumentBusinessItemGraphicalNodeEditPolicy">
|
||||
<diagramRunTimeClass
|
||||
href="../../../plugin/org.eclipse.gmf.runtime.notation/model/notation.genmodel#//notation/Node"/>
|
||||
<elementType
|
||||
xsi:type="gmfgen:MetamodelType"
|
||||
editHelperClassName="DocumentBusinessItemEditHelper"/>
|
||||
<viewmap
|
||||
xsi:type="gmfgen:InnerClassViewmap"
|
||||
className="DocumentBusinessItemFigure"
|
||||
classBody="

/**
 * @generated
 */
public class DocumentBusinessItemFigure extends org.talend.designer.business.diagram.custom.figures.DocumentBusinessItemShapeFigure {

	/**
	 * @generated
	 */
	public DocumentBusinessItemFigure() {	
		
		org.eclipse.draw2d.StackLayout myGenLayoutManager = new org.eclipse.draw2d.StackLayout();
			
		this.setLayoutManager(myGenLayoutManager);

		




		createContents();
	}


	/**
	 * @generated
	 */
	private void createContents(){
		org.talend.designer.business.diagram.custom.figures.BusinessItemNameFigure fig_0 = new org.talend.designer.business.diagram.custom.figures.BusinessItemNameFigure();








		setFigureDocumentBusinessItemNameFigure(fig_0);
		
		Object layData0 = null;

		this.add(fig_0, layData0);
	}
	
		
	/**
	 * @generated
	 */
	private org.talend.designer.business.diagram.custom.figures.BusinessItemNameFigure fDocumentBusinessItemNameFigure; 

	/**
	 * @generated
	 */
	public org.talend.designer.business.diagram.custom.figures.BusinessItemNameFigure getFigureDocumentBusinessItemNameFigure() {
		return fDocumentBusinessItemNameFigure;
	}
	
	/**
	 * @generated
	 */
	private void setFigureDocumentBusinessItemNameFigure(org.talend.designer.business.diagram.custom.figures.BusinessItemNameFigure fig){
		fDocumentBusinessItemNameFigure = fig;
	}




	/**
	 * @generated
	 */
	private boolean myUseLocalCoordinates = false;

	/**
	 * @generated
	 */
	protected boolean useLocalCoordinates() {
		return myUseLocalCoordinates;
	}

	/**
	 * @generated
	 */
	protected void setUseLocalCoordinates(boolean useLocalCoordinates) {
		myUseLocalCoordinates = useLocalCoordinates;
	}
	

}
	
">
|
||||
<requiredPluginIDs>org.eclipse.draw2d</requiredPluginIDs>
|
||||
<requiredPluginIDs>org.talend.designer.business.diagram.custom</requiredPluginIDs>
|
||||
<requiredPluginIDs>org.eclipse.gmf.runtime.draw2d.ui</requiredPluginIDs>
|
||||
</viewmap>
|
||||
<modelFacet>
|
||||
<metaClass
|
||||
href="../../org.talend.model/model/Business.genmodel#//business/DocumentBusinessItem"/>
|
||||
<containmentMetaFeature
|
||||
href="../../org.talend.model/model/Business.genmodel#//business/BusinessProcess/businessItems"/>
|
||||
<childMetaFeature
|
||||
href="../../org.talend.model/model/Business.genmodel#//business/BusinessProcess/businessItems"/>
|
||||
</modelFacet>
|
||||
<labels
|
||||
visualID="4003"
|
||||
editPartClassName="DocumentBusinessItemNameEditPart"
|
||||
itemSemanticEditPolicyClassName="DocumentBusinessItemNameItemSemanticEditPolicy"
|
||||
notationViewFactoryClassName="DocumentBusinessItemNameViewFactory">
|
||||
<diagramRunTimeClass
|
||||
href="../../../plugin/org.eclipse.gmf.runtime.notation/model/notation.genmodel#//notation/Node"/>
|
||||
<viewmap
|
||||
xsi:type="gmfgen:ParentAssignedViewmap"
|
||||
getterName="getFigureDocumentBusinessItemNameFigure"
|
||||
figureQualifiedClassName="org.talend.designer.business.diagram.custom.figures.BusinessItemNameFigure"/>
|
||||
<modelFacet
|
||||
xsi:type="gmfgen:FeatureLabelModelFacet">
|
||||
<metaFeatures
|
||||
href="../../org.talend.model/model/Business.genmodel#//business/BusinessItem/name"/>
|
||||
</modelFacet>
|
||||
</labels>
|
||||
</topLevelNodes>
|
||||
<topLevelNodes
|
||||
visualID="1004"
|
||||
editPartClassName="DatabaseBusinessItemEditPart"
|
||||
itemSemanticEditPolicyClassName="DatabaseBusinessItemItemSemanticEditPolicy"
|
||||
notationViewFactoryClassName="DatabaseBusinessItemViewFactory"
|
||||
canonicalEditPolicyClassName="DatabaseBusinessItemCanonicalEditPolicy"
|
||||
graphicalNodeEditPolicyClassName="DatabaseBusinessItemGraphicalNodeEditPolicy">
|
||||
<diagramRunTimeClass
|
||||
href="../../../plugin/org.eclipse.gmf.runtime.notation/model/notation.genmodel#//notation/Node"/>
|
||||
<elementType
|
||||
xsi:type="gmfgen:MetamodelType"
|
||||
editHelperClassName="DatabaseBusinessItemEditHelper"/>
|
||||
<viewmap
|
||||
xsi:type="gmfgen:InnerClassViewmap"
|
||||
className="DatabaseBusinessItemFigure"
|
||||
classBody="

/**
 * @generated
 */
public class DatabaseBusinessItemFigure extends org.talend.designer.business.diagram.custom.figures.DatabaseBusinessItemShapeFigure {

	/**
	 * @generated
	 */
	public DatabaseBusinessItemFigure() {	
		
		org.eclipse.draw2d.StackLayout myGenLayoutManager = new org.eclipse.draw2d.StackLayout();
			
		this.setLayoutManager(myGenLayoutManager);

		




		createContents();
	}


	/**
	 * @generated
	 */
	private void createContents(){
		org.talend.designer.business.diagram.custom.figures.BusinessItemNameFigure fig_0 = new org.talend.designer.business.diagram.custom.figures.BusinessItemNameFigure();








		setFigureDatabaseBusinessItemNameFigure(fig_0);
		
		Object layData0 = null;

		this.add(fig_0, layData0);
	}
	
		
	/**
	 * @generated
	 */
	private org.talend.designer.business.diagram.custom.figures.BusinessItemNameFigure fDatabaseBusinessItemNameFigure; 

	/**
	 * @generated
	 */
	public org.talend.designer.business.diagram.custom.figures.BusinessItemNameFigure getFigureDatabaseBusinessItemNameFigure() {
		return fDatabaseBusinessItemNameFigure;
	}
	
	/**
	 * @generated
	 */
	private void setFigureDatabaseBusinessItemNameFigure(org.talend.designer.business.diagram.custom.figures.BusinessItemNameFigure fig){
		fDatabaseBusinessItemNameFigure = fig;
	}




	/**
	 * @generated
	 */
	private boolean myUseLocalCoordinates = false;

	/**
	 * @generated
	 */
	protected boolean useLocalCoordinates() {
		return myUseLocalCoordinates;
	}

	/**
	 * @generated
	 */
	protected void setUseLocalCoordinates(boolean useLocalCoordinates) {
		myUseLocalCoordinates = useLocalCoordinates;
	}
	

}
	
">
|
||||
<requiredPluginIDs>org.eclipse.draw2d</requiredPluginIDs>
|
||||
<requiredPluginIDs>org.talend.designer.business.diagram.custom</requiredPluginIDs>
|
||||
<requiredPluginIDs>org.eclipse.gmf.runtime.draw2d.ui</requiredPluginIDs>
|
||||
</viewmap>
|
||||
<modelFacet>
|
||||
<metaClass
|
||||
href="../../org.talend.model/model/Business.genmodel#//business/DatabaseBusinessItem"/>
|
||||
<containmentMetaFeature
|
||||
href="../../org.talend.model/model/Business.genmodel#//business/BusinessProcess/businessItems"/>
|
||||
<childMetaFeature
|
||||
href="../../org.talend.model/model/Business.genmodel#//business/BusinessProcess/businessItems"/>
|
||||
</modelFacet>
|
||||
<labels
|
||||
visualID="4004"
|
||||
editPartClassName="DatabaseBusinessItemNameEditPart"
|
||||
itemSemanticEditPolicyClassName="DatabaseBusinessItemNameItemSemanticEditPolicy"
|
||||
notationViewFactoryClassName="DatabaseBusinessItemNameViewFactory">
|
||||
<diagramRunTimeClass
|
||||
href="../../../plugin/org.eclipse.gmf.runtime.notation/model/notation.genmodel#//notation/Node"/>
|
||||
<viewmap
|
||||
xsi:type="gmfgen:ParentAssignedViewmap"
|
||||
getterName="getFigureDatabaseBusinessItemNameFigure"
|
||||
figureQualifiedClassName="org.talend.designer.business.diagram.custom.figures.BusinessItemNameFigure"/>
|
||||
<modelFacet
|
||||
xsi:type="gmfgen:FeatureLabelModelFacet">
|
||||
<metaFeatures
|
||||
href="../../org.talend.model/model/Business.genmodel#//business/BusinessItem/name"/>
|
||||
</modelFacet>
|
||||
</labels>
|
||||
</topLevelNodes>
|
||||
<topLevelNodes
|
||||
visualID="1005"
|
||||
editPartClassName="ListBusinessItemEditPart"
|
||||
itemSemanticEditPolicyClassName="ListBusinessItemItemSemanticEditPolicy"
|
||||
notationViewFactoryClassName="ListBusinessItemViewFactory"
|
||||
canonicalEditPolicyClassName="ListBusinessItemCanonicalEditPolicy"
|
||||
graphicalNodeEditPolicyClassName="ListBusinessItemGraphicalNodeEditPolicy">
|
||||
<diagramRunTimeClass
|
||||
href="../../../plugin/org.eclipse.gmf.runtime.notation/model/notation.genmodel#//notation/Node"/>
|
||||
<elementType
|
||||
xsi:type="gmfgen:MetamodelType"
|
||||
editHelperClassName="ListBusinessItemEditHelper"/>
|
||||
<viewmap
|
||||
xsi:type="gmfgen:InnerClassViewmap"
|
||||
className="ListBusinessItemFigure"
|
||||
classBody="

/**
 * @generated
 */
public class ListBusinessItemFigure extends org.talend.designer.business.diagram.custom.figures.ListBusinessItemShapeFigure {

	/**
	 * @generated
	 */
	public ListBusinessItemFigure() {	
		
		org.eclipse.draw2d.StackLayout myGenLayoutManager = new org.eclipse.draw2d.StackLayout();
			
		this.setLayoutManager(myGenLayoutManager);

		




		createContents();
	}


	/**
	 * @generated
	 */
	private void createContents(){
		org.talend.designer.business.diagram.custom.figures.BusinessItemNameFigure fig_0 = new org.talend.designer.business.diagram.custom.figures.BusinessItemNameFigure();








		setFigureListBusinessItemNameFigure(fig_0);
		
		Object layData0 = null;

		this.add(fig_0, layData0);
	}
	
		
	/**
	 * @generated
	 */
	private org.talend.designer.business.diagram.custom.figures.BusinessItemNameFigure fListBusinessItemNameFigure; 

	/**
	 * @generated
	 */
	public org.talend.designer.business.diagram.custom.figures.BusinessItemNameFigure getFigureListBusinessItemNameFigure() {
		return fListBusinessItemNameFigure;
	}
	
	/**
	 * @generated
	 */
	private void setFigureListBusinessItemNameFigure(org.talend.designer.business.diagram.custom.figures.BusinessItemNameFigure fig){
		fListBusinessItemNameFigure = fig;
	}




	/**
	 * @generated
	 */
	private boolean myUseLocalCoordinates = false;

	/**
	 * @generated
	 */
	protected boolean useLocalCoordinates() {
		return myUseLocalCoordinates;
	}

	/**
	 * @generated
	 */
	protected void setUseLocalCoordinates(boolean useLocalCoordinates) {
		myUseLocalCoordinates = useLocalCoordinates;
	}
	

}
	
">
|
||||
<requiredPluginIDs>org.eclipse.draw2d</requiredPluginIDs>
|
||||
<requiredPluginIDs>org.talend.designer.business.diagram.custom</requiredPluginIDs>
|
||||
<requiredPluginIDs>org.eclipse.gmf.runtime.draw2d.ui</requiredPluginIDs>
|
||||
</viewmap>
|
||||
<modelFacet>
|
||||
<metaClass
|
||||
href="../../org.talend.model/model/Business.genmodel#//business/ListBusinessItem"/>
|
||||
<containmentMetaFeature
|
||||
href="../../org.talend.model/model/Business.genmodel#//business/BusinessProcess/businessItems"/>
|
||||
<childMetaFeature
|
||||
href="../../org.talend.model/model/Business.genmodel#//business/BusinessProcess/businessItems"/>
|
||||
</modelFacet>
|
||||
<labels
|
||||
visualID="4005"
|
||||
editPartClassName="ListBusinessItemNameEditPart"
|
||||
itemSemanticEditPolicyClassName="ListBusinessItemNameItemSemanticEditPolicy"
|
||||
notationViewFactoryClassName="ListBusinessItemNameViewFactory">
|
||||
<diagramRunTimeClass
|
||||
href="../../../plugin/org.eclipse.gmf.runtime.notation/model/notation.genmodel#//notation/Node"/>
|
||||
<viewmap
|
||||
xsi:type="gmfgen:ParentAssignedViewmap"
|
||||
getterName="getFigureListBusinessItemNameFigure"
|
||||
figureQualifiedClassName="org.talend.designer.business.diagram.custom.figures.BusinessItemNameFigure"/>
|
||||
<modelFacet
|
||||
xsi:type="gmfgen:FeatureLabelModelFacet">
|
||||
<metaFeatures
|
||||
href="../../org.talend.model/model/Business.genmodel#//business/BusinessItem/name"/>
|
||||
</modelFacet>
|
||||
</labels>
|
||||
</topLevelNodes>
|
||||
<topLevelNodes
|
||||
visualID="1006"
|
||||
editPartClassName="DataBusinessItemEditPart"
|
||||
itemSemanticEditPolicyClassName="DataBusinessItemItemSemanticEditPolicy"
|
||||
notationViewFactoryClassName="DataBusinessItemViewFactory"
|
||||
canonicalEditPolicyClassName="DataBusinessItemCanonicalEditPolicy"
|
||||
graphicalNodeEditPolicyClassName="DataBusinessItemGraphicalNodeEditPolicy">
|
||||
<diagramRunTimeClass
|
||||
href="../../../plugin/org.eclipse.gmf.runtime.notation/model/notation.genmodel#//notation/Node"/>
|
||||
<elementType
|
||||
xsi:type="gmfgen:MetamodelType"
|
||||
editHelperClassName="DataBusinessItemEditHelper"/>
|
||||
<viewmap
|
||||
xsi:type="gmfgen:InnerClassViewmap"
|
||||
className="DataBusinessItemFigure"
|
||||
classBody="

/**
 * @generated
 */
public class DataBusinessItemFigure extends org.talend.designer.business.diagram.custom.figures.DataBusinessItemShapeFigure {

	/**
	 * @generated
	 */
	public DataBusinessItemFigure() {	
		
		org.eclipse.draw2d.StackLayout myGenLayoutManager = new org.eclipse.draw2d.StackLayout();
			
		this.setLayoutManager(myGenLayoutManager);

		




		createContents();
	}


	/**
	 * @generated
	 */
	private void createContents(){
		org.talend.designer.business.diagram.custom.figures.BusinessItemNameFigure fig_0 = new org.talend.designer.business.diagram.custom.figures.BusinessItemNameFigure();








		setFigureDataBusinessItemNameFigure(fig_0);
		
		Object layData0 = null;

		this.add(fig_0, layData0);
	}
	
		
	/**
	 * @generated
	 */
	private org.talend.designer.business.diagram.custom.figures.BusinessItemNameFigure fDataBusinessItemNameFigure; 

	/**
	 * @generated
	 */
	public org.talend.designer.business.diagram.custom.figures.BusinessItemNameFigure getFigureDataBusinessItemNameFigure() {
		return fDataBusinessItemNameFigure;
	}
	
	/**
	 * @generated
	 */
	private void setFigureDataBusinessItemNameFigure(org.talend.designer.business.diagram.custom.figures.BusinessItemNameFigure fig){
		fDataBusinessItemNameFigure = fig;
	}




	/**
	 * @generated
	 */
	private boolean myUseLocalCoordinates = false;

	/**
	 * @generated
	 */
	protected boolean useLocalCoordinates() {
		return myUseLocalCoordinates;
	}

	/**
	 * @generated
	 */
	protected void setUseLocalCoordinates(boolean useLocalCoordinates) {
		myUseLocalCoordinates = useLocalCoordinates;
	}
	

}
	
">
|
||||
<requiredPluginIDs>org.eclipse.draw2d</requiredPluginIDs>
|
||||
<requiredPluginIDs>org.talend.designer.business.diagram.custom</requiredPluginIDs>
|
||||
<requiredPluginIDs>org.eclipse.gmf.runtime.draw2d.ui</requiredPluginIDs>
|
||||
</viewmap>
|
||||
<modelFacet>
|
||||
<metaClass
|
||||
href="../../org.talend.model/model/Business.genmodel#//business/DataBusinessItem"/>
|
||||
<containmentMetaFeature
|
||||
href="../../org.talend.model/model/Business.genmodel#//business/BusinessProcess/businessItems"/>
|
||||
<childMetaFeature
|
||||
href="../../org.talend.model/model/Business.genmodel#//business/BusinessProcess/businessItems"/>
|
||||
</modelFacet>
|
||||
<labels
|
||||
visualID="4006"
|
||||
editPartClassName="DataBusinessItemNameEditPart"
|
||||
itemSemanticEditPolicyClassName="DataBusinessItemNameItemSemanticEditPolicy"
|
||||
notationViewFactoryClassName="DataBusinessItemNameViewFactory">
|
||||
<diagramRunTimeClass
|
||||
href="../../../plugin/org.eclipse.gmf.runtime.notation/model/notation.genmodel#//notation/Node"/>
|
||||
<viewmap
|
||||
xsi:type="gmfgen:ParentAssignedViewmap"
|
||||
getterName="getFigureDataBusinessItemNameFigure"
|
||||
figureQualifiedClassName="org.talend.designer.business.diagram.custom.figures.BusinessItemNameFigure"/>
|
||||
<modelFacet
|
||||
xsi:type="gmfgen:FeatureLabelModelFacet">
|
||||
<metaFeatures
|
||||
href="../../org.talend.model/model/Business.genmodel#//business/BusinessItem/name"/>
|
||||
</modelFacet>
|
||||
</labels>
|
||||
</topLevelNodes>
|
||||
<topLevelNodes
|
||||
visualID="1007"
|
||||
editPartClassName="InputBusinessItemEditPart"
|
||||
itemSemanticEditPolicyClassName="InputBusinessItemItemSemanticEditPolicy"
|
||||
notationViewFactoryClassName="InputBusinessItemViewFactory"
|
||||
canonicalEditPolicyClassName="InputBusinessItemCanonicalEditPolicy"
|
||||
graphicalNodeEditPolicyClassName="InputBusinessItemGraphicalNodeEditPolicy">
|
||||
<diagramRunTimeClass
|
||||
href="../../../plugin/org.eclipse.gmf.runtime.notation/model/notation.genmodel#//notation/Node"/>
|
||||
<elementType
|
||||
xsi:type="gmfgen:MetamodelType"
|
||||
editHelperClassName="InputBusinessItemEditHelper"/>
|
||||
<viewmap
|
||||
xsi:type="gmfgen:InnerClassViewmap"
|
||||
className="InputBusinessItemFigure"
|
||||
classBody="

/**
 * @generated
 */
public class InputBusinessItemFigure extends org.talend.designer.business.diagram.custom.figures.InputBusinessItemShapeFigure {

	/**
	 * @generated
	 */
	public InputBusinessItemFigure() {	
		
		org.eclipse.draw2d.StackLayout myGenLayoutManager = new org.eclipse.draw2d.StackLayout();
			
		this.setLayoutManager(myGenLayoutManager);

		




		createContents();
	}


	/**
	 * @generated
	 */
	private void createContents(){
		org.talend.designer.business.diagram.custom.figures.BusinessItemNameFigure fig_0 = new org.talend.designer.business.diagram.custom.figures.BusinessItemNameFigure();








		setFigureInputBusinessItemNameFigure(fig_0);
		
		Object layData0 = null;

		this.add(fig_0, layData0);
	}
	
		
	/**
	 * @generated
	 */
	private org.talend.designer.business.diagram.custom.figures.BusinessItemNameFigure fInputBusinessItemNameFigure; 

	/**
	 * @generated
	 */
	public org.talend.designer.business.diagram.custom.figures.BusinessItemNameFigure getFigureInputBusinessItemNameFigure() {
		return fInputBusinessItemNameFigure;
	}
	
	/**
	 * @generated
	 */
	private void setFigureInputBusinessItemNameFigure(org.talend.designer.business.diagram.custom.figures.BusinessItemNameFigure fig){
		fInputBusinessItemNameFigure = fig;
	}




	/**
	 * @generated
	 */
	private boolean myUseLocalCoordinates = false;

	/**
	 * @generated
	 */
	protected boolean useLocalCoordinates() {
		return myUseLocalCoordinates;
	}

	/**
	 * @generated
	 */
	protected void setUseLocalCoordinates(boolean useLocalCoordinates) {
		myUseLocalCoordinates = useLocalCoordinates;
	}
	

}
	
">
|
||||
<requiredPluginIDs>org.eclipse.draw2d</requiredPluginIDs>
|
||||
<requiredPluginIDs>org.talend.designer.business.diagram.custom</requiredPluginIDs>
|
||||
<requiredPluginIDs>org.eclipse.gmf.runtime.draw2d.ui</requiredPluginIDs>
|
||||
</viewmap>
|
||||
<modelFacet>
|
||||
<metaClass
|
||||
href="../../org.talend.model/model/Business.genmodel#//business/InputBusinessItem"/>
|
||||
<containmentMetaFeature
|
||||
href="../../org.talend.model/model/Business.genmodel#//business/BusinessProcess/businessItems"/>
|
||||
<childMetaFeature
|
||||
href="../../org.talend.model/model/Business.genmodel#//business/BusinessProcess/businessItems"/>
|
||||
</modelFacet>
|
||||
<labels
|
||||
visualID="4007"
|
||||
editPartClassName="InputBusinessItemNameEditPart"
|
||||
itemSemanticEditPolicyClassName="InputBusinessItemNameItemSemanticEditPolicy"
|
||||
notationViewFactoryClassName="InputBusinessItemNameViewFactory">
|
||||
<diagramRunTimeClass
|
||||
href="../../../plugin/org.eclipse.gmf.runtime.notation/model/notation.genmodel#//notation/Node"/>
|
||||
<viewmap
|
||||
xsi:type="gmfgen:ParentAssignedViewmap"
|
||||
getterName="getFigureInputBusinessItemNameFigure"
|
||||
figureQualifiedClassName="org.talend.designer.business.diagram.custom.figures.BusinessItemNameFigure"/>
|
||||
<modelFacet
|
||||
xsi:type="gmfgen:FeatureLabelModelFacet">
|
||||
<metaFeatures
|
||||
href="../../org.talend.model/model/Business.genmodel#//business/BusinessItem/name"/>
|
||||
</modelFacet>
|
||||
</labels>
|
||||
</topLevelNodes>
|
||||
<topLevelNodes
|
||||
visualID="1008"
|
||||
editPartClassName="DecisionBusinessItemEditPart"
|
||||
itemSemanticEditPolicyClassName="DecisionBusinessItemItemSemanticEditPolicy"
|
||||
notationViewFactoryClassName="DecisionBusinessItemViewFactory"
|
||||
canonicalEditPolicyClassName="DecisionBusinessItemCanonicalEditPolicy"
|
||||
graphicalNodeEditPolicyClassName="DecisionBusinessItemGraphicalNodeEditPolicy">
|
||||
<diagramRunTimeClass
|
||||
href="../../../plugin/org.eclipse.gmf.runtime.notation/model/notation.genmodel#//notation/Node"/>
|
||||
<elementType
|
||||
xsi:type="gmfgen:MetamodelType"
|
||||
editHelperClassName="DecisionBusinessItemEditHelper"/>
|
||||
<viewmap
|
||||
xsi:type="gmfgen:InnerClassViewmap"
|
||||
className="DecisionBusinessItemFigure"
|
||||
classBody="

/**
 * @generated
 */
public class DecisionBusinessItemFigure extends org.talend.designer.business.diagram.custom.figures.DecisionBusinessItemShapeFigure {

	/**
	 * @generated
	 */
	public DecisionBusinessItemFigure() {	
		
		org.eclipse.draw2d.StackLayout myGenLayoutManager = new org.eclipse.draw2d.StackLayout();
			
		this.setLayoutManager(myGenLayoutManager);

		




		createContents();
	}


	/**
	 * @generated
	 */
	private void createContents(){
		org.talend.designer.business.diagram.custom.figures.BusinessItemNameFigure fig_0 = new org.talend.designer.business.diagram.custom.figures.BusinessItemNameFigure();








		setFigureDecisionBusinessItemNameFigure(fig_0);
		
		Object layData0 = null;

		this.add(fig_0, layData0);
	}
	
		
	/**
	 * @generated
	 */
	private org.talend.designer.business.diagram.custom.figures.BusinessItemNameFigure fDecisionBusinessItemNameFigure; 

	/**
	 * @generated
	 */
	public org.talend.designer.business.diagram.custom.figures.BusinessItemNameFigure getFigureDecisionBusinessItemNameFigure() {
		return fDecisionBusinessItemNameFigure;
	}
	
	/**
	 * @generated
	 */
	private void setFigureDecisionBusinessItemNameFigure(org.talend.designer.business.diagram.custom.figures.BusinessItemNameFigure fig){
		fDecisionBusinessItemNameFigure = fig;
	}




	/**
	 * @generated
	 */
	private boolean myUseLocalCoordinates = false;

	/**
	 * @generated
	 */
	protected boolean useLocalCoordinates() {
		return myUseLocalCoordinates;
	}

	/**
	 * @generated
	 */
	protected void setUseLocalCoordinates(boolean useLocalCoordinates) {
		myUseLocalCoordinates = useLocalCoordinates;
	}
	

}
	
">
|
||||
<requiredPluginIDs>org.eclipse.draw2d</requiredPluginIDs>
|
||||
<requiredPluginIDs>org.talend.designer.business.diagram.custom</requiredPluginIDs>
|
||||
<requiredPluginIDs>org.eclipse.gmf.runtime.draw2d.ui</requiredPluginIDs>
|
||||
</viewmap>
|
||||
<modelFacet>
|
||||
<metaClass
|
||||
href="../../org.talend.model/model/Business.genmodel#//business/DecisionBusinessItem"/>
|
||||
<containmentMetaFeature
|
||||
href="../../org.talend.model/model/Business.genmodel#//business/BusinessProcess/businessItems"/>
|
||||
<childMetaFeature
|
||||
href="../../org.talend.model/model/Business.genmodel#//business/BusinessProcess/businessItems"/>
|
||||
</modelFacet>
|
||||
<labels
|
||||
visualID="4008"
|
||||
editPartClassName="DecisionBusinessItemNameEditPart"
|
||||
itemSemanticEditPolicyClassName="DecisionBusinessItemNameItemSemanticEditPolicy"
|
||||
notationViewFactoryClassName="DecisionBusinessItemNameViewFactory">
|
||||
<diagramRunTimeClass
|
||||
href="../../../plugin/org.eclipse.gmf.runtime.notation/model/notation.genmodel#//notation/Node"/>
|
||||
<viewmap
|
||||
xsi:type="gmfgen:ParentAssignedViewmap"
|
||||
getterName="getFigureDecisionBusinessItemNameFigure"
|
||||
figureQualifiedClassName="org.talend.designer.business.diagram.custom.figures.BusinessItemNameFigure"/>
|
||||
<modelFacet
|
||||
xsi:type="gmfgen:FeatureLabelModelFacet">
|
||||
<metaFeatures
|
||||
href="../../org.talend.model/model/Business.genmodel#//business/BusinessItem/name"/>
|
||||
</modelFacet>
|
||||
</labels>
|
||||
</topLevelNodes>
|
||||
<topLevelNodes
|
||||
visualID="1009"
|
||||
editPartClassName="ActorBusinessItemEditPart"
|
||||
itemSemanticEditPolicyClassName="ActorBusinessItemItemSemanticEditPolicy"
|
||||
notationViewFactoryClassName="ActorBusinessItemViewFactory"
|
||||
canonicalEditPolicyClassName="ActorBusinessItemCanonicalEditPolicy"
|
||||
graphicalNodeEditPolicyClassName="ActorBusinessItemGraphicalNodeEditPolicy">
|
||||
<diagramRunTimeClass
|
||||
href="../../../plugin/org.eclipse.gmf.runtime.notation/model/notation.genmodel#//notation/Node"/>
|
||||
<elementType
|
||||
xsi:type="gmfgen:MetamodelType"
|
||||
editHelperClassName="ActorBusinessItemEditHelper"/>
|
||||
<viewmap
|
||||
xsi:type="gmfgen:InnerClassViewmap"
|
||||
className="ActorBusinessItemFigure"
|
||||
classBody="

/**
 * @generated
 */
public class ActorBusinessItemFigure extends org.talend.designer.business.diagram.custom.figures.ActorBusinessItemShapeFigure {

	/**
	 * @generated
	 */
	public ActorBusinessItemFigure() {	
		
		org.eclipse.draw2d.StackLayout myGenLayoutManager = new org.eclipse.draw2d.StackLayout();
			
		this.setLayoutManager(myGenLayoutManager);

		




		createContents();
	}


	/**
	 * @generated
	 */
	private void createContents(){
		org.talend.designer.business.diagram.custom.figures.BusinessItemNameFigure fig_0 = new org.talend.designer.business.diagram.custom.figures.BusinessItemNameFigure();








		setFigureActorBusinessItemNameFigure(fig_0);
		
		Object layData0 = null;

		this.add(fig_0, layData0);
	}
	
		
	/**
	 * @generated
	 */
	private org.talend.designer.business.diagram.custom.figures.BusinessItemNameFigure fActorBusinessItemNameFigure; 

	/**
	 * @generated
	 */
	public org.talend.designer.business.diagram.custom.figures.BusinessItemNameFigure getFigureActorBusinessItemNameFigure() {
		return fActorBusinessItemNameFigure;
	}
	
	/**
	 * @generated
	 */
	private void setFigureActorBusinessItemNameFigure(org.talend.designer.business.diagram.custom.figures.BusinessItemNameFigure fig){
		fActorBusinessItemNameFigure = fig;
	}




	/**
	 * @generated
	 */
	private boolean myUseLocalCoordinates = false;

	/**
	 * @generated
	 */
	protected boolean useLocalCoordinates() {
		return myUseLocalCoordinates;
	}

	/**
	 * @generated
	 */
	protected void setUseLocalCoordinates(boolean useLocalCoordinates) {
		myUseLocalCoordinates = useLocalCoordinates;
	}
	

}
	
">
|
||||
<requiredPluginIDs>org.eclipse.draw2d</requiredPluginIDs>
|
||||
<requiredPluginIDs>org.talend.designer.business.diagram.custom</requiredPluginIDs>
|
||||
<requiredPluginIDs>org.eclipse.gmf.runtime.draw2d.ui</requiredPluginIDs>
|
||||
</viewmap>
|
||||
<modelFacet>
|
||||
<metaClass
|
||||
href="../../org.talend.model/model/Business.genmodel#//business/ActorBusinessItem"/>
|
||||
<containmentMetaFeature
|
||||
href="../../org.talend.model/model/Business.genmodel#//business/BusinessProcess/businessItems"/>
|
||||
<childMetaFeature
|
||||
href="../../org.talend.model/model/Business.genmodel#//business/BusinessProcess/businessItems"/>
|
||||
</modelFacet>
|
||||
<labels
|
||||
visualID="4010"
|
||||
editPartClassName="ActorBusinessItemNameEditPart"
|
||||
itemSemanticEditPolicyClassName="ActorBusinessItemNameItemSemanticEditPolicy"
|
||||
notationViewFactoryClassName="ActorBusinessItemNameViewFactory">
|
||||
<diagramRunTimeClass
|
||||
href="../../../plugin/org.eclipse.gmf.runtime.notation/model/notation.genmodel#//notation/Node"/>
|
||||
<viewmap
|
||||
xsi:type="gmfgen:ParentAssignedViewmap"
|
||||
getterName="getFigureActorBusinessItemNameFigure"
|
||||
figureQualifiedClassName="org.talend.designer.business.diagram.custom.figures.BusinessItemNameFigure"/>
|
||||
<modelFacet
|
||||
xsi:type="gmfgen:FeatureLabelModelFacet">
|
||||
<metaFeatures
|
||||
href="../../org.talend.model/model/Business.genmodel#//business/BusinessItem/name"/>
|
||||
</modelFacet>
|
||||
</labels>
|
||||
</topLevelNodes>
|
||||
<topLevelNodes
|
||||
visualID="1010"
|
||||
editPartClassName="EllipseBusinessItemEditPart"
|
||||
itemSemanticEditPolicyClassName="EllipseBusinessItemItemSemanticEditPolicy"
|
||||
notationViewFactoryClassName="EllipseBusinessItemViewFactory"
|
||||
canonicalEditPolicyClassName="EllipseBusinessItemCanonicalEditPolicy"
|
||||
graphicalNodeEditPolicyClassName="EllipseBusinessItemGraphicalNodeEditPolicy">
|
||||
<diagramRunTimeClass
|
||||
href="../../../plugin/org.eclipse.gmf.runtime.notation/model/notation.genmodel#//notation/Node"/>
|
||||
<elementType
|
||||
xsi:type="gmfgen:MetamodelType"
|
||||
editHelperClassName="EllipseBusinessItemEditHelper"/>
|
||||
<viewmap
|
||||
xsi:type="gmfgen:InnerClassViewmap"
|
||||
className="EllipseBusinessItemFigure"
|
||||
classBody="

/**
 * @generated
 */
public class EllipseBusinessItemFigure extends org.talend.designer.business.diagram.custom.figures.EllipseBusinessItemShapeFigure {

	/**
	 * @generated
	 */
	public EllipseBusinessItemFigure() {	
		
		org.eclipse.draw2d.StackLayout myGenLayoutManager = new org.eclipse.draw2d.StackLayout();
			
		this.setLayoutManager(myGenLayoutManager);

		




		createContents();
	}


	/**
	 * @generated
	 */
	private void createContents(){
		org.talend.designer.business.diagram.custom.figures.BusinessItemNameFigure fig_0 = new org.talend.designer.business.diagram.custom.figures.BusinessItemNameFigure();








		setFigureEllipseBusinessItemNameFigure(fig_0);
		
		Object layData0 = null;

		this.add(fig_0, layData0);
	}
	
		
	/**
	 * @generated
	 */
	private org.talend.designer.business.diagram.custom.figures.BusinessItemNameFigure fEllipseBusinessItemNameFigure; 

	/**
	 * @generated
	 */
	public org.talend.designer.business.diagram.custom.figures.BusinessItemNameFigure getFigureEllipseBusinessItemNameFigure() {
		return fEllipseBusinessItemNameFigure;
	}
	
	/**
	 * @generated
	 */
	private void setFigureEllipseBusinessItemNameFigure(org.talend.designer.business.diagram.custom.figures.BusinessItemNameFigure fig){
		fEllipseBusinessItemNameFigure = fig;
	}




	/**
	 * @generated
	 */
	private boolean myUseLocalCoordinates = false;

	/**
	 * @generated
	 */
	protected boolean useLocalCoordinates() {
		return myUseLocalCoordinates;
	}

	/**
	 * @generated
	 */
	protected void setUseLocalCoordinates(boolean useLocalCoordinates) {
		myUseLocalCoordinates = useLocalCoordinates;
	}
	

}
	
">
|
||||
<requiredPluginIDs>org.eclipse.draw2d</requiredPluginIDs>
|
||||
<requiredPluginIDs>org.talend.designer.business.diagram.custom</requiredPluginIDs>
|
||||
<requiredPluginIDs>org.eclipse.gmf.runtime.draw2d.ui</requiredPluginIDs>
|
||||
</viewmap>
|
||||
<modelFacet>
|
||||
<metaClass
|
||||
href="../../org.talend.model/model/Business.genmodel#//business/EllipseBusinessItem"/>
|
||||
<containmentMetaFeature
|
||||
href="../../org.talend.model/model/Business.genmodel#//business/BusinessProcess/businessItems"/>
|
||||
<childMetaFeature
|
||||
href="../../org.talend.model/model/Business.genmodel#//business/BusinessProcess/businessItems"/>
|
||||
</modelFacet>
|
||||
<labels
|
||||
visualID="4011"
|
||||
editPartClassName="EllipseBusinessItemNameEditPart"
|
||||
itemSemanticEditPolicyClassName="EllipseBusinessItemNameItemSemanticEditPolicy"
|
||||
notationViewFactoryClassName="EllipseBusinessItemNameViewFactory">
|
||||
<diagramRunTimeClass
|
||||
href="../../../plugin/org.eclipse.gmf.runtime.notation/model/notation.genmodel#//notation/Node"/>
|
||||
<viewmap
|
||||
xsi:type="gmfgen:ParentAssignedViewmap"
|
||||
getterName="getFigureEllipseBusinessItemNameFigure"
|
||||
figureQualifiedClassName="org.talend.designer.business.diagram.custom.figures.BusinessItemNameFigure"/>
|
||||
<modelFacet
|
||||
xsi:type="gmfgen:FeatureLabelModelFacet">
|
||||
<metaFeatures
|
||||
href="../../org.talend.model/model/Business.genmodel#//business/BusinessItem/name"/>
|
||||
</modelFacet>
|
||||
</labels>
|
||||
</topLevelNodes>
|
||||
<topLevelNodes
|
||||
visualID="1011"
|
||||
editPartClassName="GearBusinessItemEditPart"
|
||||
itemSemanticEditPolicyClassName="GearBusinessItemItemSemanticEditPolicy"
|
||||
notationViewFactoryClassName="GearBusinessItemViewFactory"
|
||||
canonicalEditPolicyClassName="GearBusinessItemCanonicalEditPolicy"
|
||||
graphicalNodeEditPolicyClassName="GearBusinessItemGraphicalNodeEditPolicy">
|
||||
<diagramRunTimeClass
|
||||
href="../../../plugin/org.eclipse.gmf.runtime.notation/model/notation.genmodel#//notation/Node"/>
|
||||
<elementType
|
||||
xsi:type="gmfgen:MetamodelType"
|
||||
editHelperClassName="GearBusinessItemEditHelper"/>
|
||||
<viewmap
|
||||
xsi:type="gmfgen:InnerClassViewmap"
|
||||
className="GearBusinessItemFigure"
|
||||
classBody="

/**
 * @generated
 */
public class GearBusinessItemFigure extends org.talend.designer.business.diagram.custom.figures.GearBusinessItemShapeFigure {

	/**
	 * @generated
	 */
	public GearBusinessItemFigure() {	
		
		org.eclipse.draw2d.StackLayout myGenLayoutManager = new org.eclipse.draw2d.StackLayout();
			
		this.setLayoutManager(myGenLayoutManager);

		




		createContents();
	}


	/**
	 * @generated
	 */
	private void createContents(){
		org.talend.designer.business.diagram.custom.figures.BusinessItemNameFigure fig_0 = new org.talend.designer.business.diagram.custom.figures.BusinessItemNameFigure();








		setFigureGearBusinessItemNameFigure(fig_0);
		
		Object layData0 = null;

		this.add(fig_0, layData0);
	}
	
		
	/**
	 * @generated
	 */
	private org.talend.designer.business.diagram.custom.figures.BusinessItemNameFigure fGearBusinessItemNameFigure; 

	/**
	 * @generated
	 */
	public org.talend.designer.business.diagram.custom.figures.BusinessItemNameFigure getFigureGearBusinessItemNameFigure() {
		return fGearBusinessItemNameFigure;
	}
	
	/**
	 * @generated
	 */
	private void setFigureGearBusinessItemNameFigure(org.talend.designer.business.diagram.custom.figures.BusinessItemNameFigure fig){
		fGearBusinessItemNameFigure = fig;
	}




	/**
	 * @generated
	 */
	private boolean myUseLocalCoordinates = false;

	/**
	 * @generated
	 */
	protected boolean useLocalCoordinates() {
		return myUseLocalCoordinates;
	}

	/**
	 * @generated
	 */
	protected void setUseLocalCoordinates(boolean useLocalCoordinates) {
		myUseLocalCoordinates = useLocalCoordinates;
	}
	

}
	
">
|
||||
<requiredPluginIDs>org.eclipse.draw2d</requiredPluginIDs>
|
||||
<requiredPluginIDs>org.talend.designer.business.diagram.custom</requiredPluginIDs>
|
||||
<requiredPluginIDs>org.eclipse.gmf.runtime.draw2d.ui</requiredPluginIDs>
|
||||
</viewmap>
|
||||
<modelFacet>
|
||||
<metaClass
|
||||
href="../../org.talend.model/model/Business.genmodel#//business/GearBusinessItem"/>
|
||||
<containmentMetaFeature
|
||||
href="../../org.talend.model/model/Business.genmodel#//business/BusinessProcess/businessItems"/>
|
||||
<childMetaFeature
|
||||
href="../../org.talend.model/model/Business.genmodel#//business/BusinessProcess/businessItems"/>
|
||||
</modelFacet>
|
||||
<labels
|
||||
visualID="4012"
|
||||
editPartClassName="GearBusinessItemNameEditPart"
|
||||
itemSemanticEditPolicyClassName="GearBusinessItemNameItemSemanticEditPolicy"
|
||||
notationViewFactoryClassName="GearBusinessItemNameViewFactory">
|
||||
<diagramRunTimeClass
|
||||
href="../../../plugin/org.eclipse.gmf.runtime.notation/model/notation.genmodel#//notation/Node"/>
|
||||
<viewmap
|
||||
xsi:type="gmfgen:ParentAssignedViewmap"
|
||||
getterName="getFigureGearBusinessItemNameFigure"
|
||||
figureQualifiedClassName="org.talend.designer.business.diagram.custom.figures.BusinessItemNameFigure"/>
|
||||
<modelFacet
|
||||
xsi:type="gmfgen:FeatureLabelModelFacet">
|
||||
<metaFeatures
|
||||
href="../../org.talend.model/model/Business.genmodel#//business/BusinessItem/name"/>
|
||||
</modelFacet>
|
||||
</labels>
|
||||
</topLevelNodes>
|
||||
<links
|
||||
visualID="3001"
|
||||
editPartClassName="BusinessItemRelationshipEditPart"
|
||||
itemSemanticEditPolicyClassName="BusinessItemRelationshipItemSemanticEditPolicy"
|
||||
notationViewFactoryClassName="BusinessItemRelationshipViewFactory">
|
||||
<diagramRunTimeClass
|
||||
href="../../../plugin/org.eclipse.gmf.runtime.notation/model/notation.genmodel#//notation/Edge"/>
|
||||
<elementType
|
||||
xsi:type="gmfgen:MetamodelType"
|
||||
editHelperClassName="BusinessItemRelationshipEditHelper"/>
|
||||
<viewmap
|
||||
xsi:type="gmfgen:InnerClassViewmap"
|
||||
className="BusinessItemRelationshipFigure"
|
||||
classBody="

/**
 * @generated
 */
public class BusinessItemRelationshipFigure extends org.eclipse.gmf.runtime.draw2d.ui.figures.PolylineConnectionEx {

	/**
	 * @generated
	 */
	public BusinessItemRelationshipFigure() {

	}



}
	
">
|
||||
<requiredPluginIDs>org.eclipse.draw2d</requiredPluginIDs>
|
||||
<requiredPluginIDs>org.talend.designer.business.diagram.custom</requiredPluginIDs>
|
||||
<requiredPluginIDs>org.eclipse.gmf.runtime.draw2d.ui</requiredPluginIDs>
|
||||
</viewmap>
|
||||
<modelFacet
|
||||
xsi:type="gmfgen:TypeLinkModelFacet">
|
||||
<metaClass
|
||||
href="../../org.talend.model/model/Business.genmodel#//business/BusinessItemRelationship"/>
|
||||
<containmentMetaFeature
|
||||
href="../../org.talend.model/model/Business.genmodel#//business/BusinessProcess/businessItems"/>
|
||||
<childMetaFeature
|
||||
href="../../org.talend.model/model/Business.genmodel#//business/BusinessProcess/businessItems"/>
|
||||
<sourceMetaFeature
|
||||
href="../../org.talend.model/model/Business.genmodel#//business/BaseBusinessItemRelationship/source"/>
|
||||
<targetMetaFeature
|
||||
href="../../org.talend.model/model/Business.genmodel#//business/BaseBusinessItemRelationship/target"/>
|
||||
</modelFacet>
|
||||
<labels
|
||||
visualID="4009"
|
||||
editPartClassName="BusinessItemRelationshipNameEditPart"
|
||||
itemSemanticEditPolicyClassName="BusinessItemRelationshipNameItemSemanticEditPolicy"
|
||||
notationViewFactoryClassName="BusinessItemRelationshipNameViewFactory">
|
||||
<diagramRunTimeClass
|
||||
href="../../../plugin/org.eclipse.gmf.runtime.notation/model/notation.genmodel#//notation/Node"/>
|
||||
<viewmap
|
||||
xsi:type="gmfgen:InnerClassViewmap"
|
||||
className="BusinessItemRelationshipNameFigure"
|
||||
classBody="

/**
 * @generated
 */
public class BusinessItemRelationshipNameFigure extends org.eclipse.gmf.runtime.draw2d.ui.figures.WrapLabel {

	/**
	 * @generated
	 */
	public BusinessItemRelationshipNameFigure() {	
		

		this.setText("");
		createContents();
	}


	/**
	 * @generated
	 */
	private void createContents(){
	}
	



	/**
	 * @generated
	 */
	private boolean myUseLocalCoordinates = false;

	/**
	 * @generated
	 */
	protected boolean useLocalCoordinates() {
		return myUseLocalCoordinates;
	}

	/**
	 * @generated
	 */
	protected void setUseLocalCoordinates(boolean useLocalCoordinates) {
		myUseLocalCoordinates = useLocalCoordinates;
	}
	

}
	
">
|
||||
<attributes
|
||||
xsi:type="gmfgen:LabelOffsetAttributes"
|
||||
y="40"/>
|
||||
<requiredPluginIDs>org.eclipse.draw2d</requiredPluginIDs>
|
||||
<requiredPluginIDs>org.talend.designer.business.diagram.custom</requiredPluginIDs>
|
||||
<requiredPluginIDs>org.eclipse.gmf.runtime.draw2d.ui</requiredPluginIDs>
|
||||
</viewmap>
|
||||
<modelFacet
|
||||
xsi:type="gmfgen:FeatureLabelModelFacet"
|
||||
editPattern="">
|
||||
<metaFeatures
|
||||
href="../../org.talend.model/model/Business.genmodel#//business/BusinessItem/name"/>
|
||||
</modelFacet>
|
||||
</labels>
|
||||
</links>
|
||||
<links
|
||||
visualID="3002"
|
||||
editPartClassName="DirectionalBusinessItemRelationshipEditPart"
|
||||
itemSemanticEditPolicyClassName="DirectionalBusinessItemRelationshipItemSemanticEditPolicy"
|
||||
notationViewFactoryClassName="DirectionalBusinessItemRelationshipViewFactory">
|
||||
<diagramRunTimeClass
|
||||
href="../../../plugin/org.eclipse.gmf.runtime.notation/model/notation.genmodel#//notation/Edge"/>
|
||||
<elementType
|
||||
xsi:type="gmfgen:MetamodelType"
|
||||
editHelperClassName="DirectionalBusinessItemRelationshipEditHelper"/>
|
||||
<viewmap
|
||||
xsi:type="gmfgen:InnerClassViewmap"
|
||||
className="DirectionalBusinessItemRelationshipFigure"
|
||||
classBody="

/**
 * @generated
 */
public class DirectionalBusinessItemRelationshipFigure extends org.eclipse.gmf.runtime.draw2d.ui.figures.PolylineConnectionEx {

	/**
	 * @generated
	 */
	public DirectionalBusinessItemRelationshipFigure() {

		setTargetDecoration(createTargetDecoration());
	}


	/**
	 * @generated
	 */
	private org.eclipse.draw2d.PolylineDecoration createTargetDecoration() {
org.eclipse.draw2d.PolylineDecoration df = new org.eclipse.draw2d.PolylineDecoration();
// dispatchNext?

		org.eclipse.draw2d.geometry.PointList pl = new org.eclipse.draw2d.geometry.PointList();
		pl.addPoint(-1, 1);
		pl.addPoint(0, 0);
		pl.addPoint(-1, -1);
		df.setTemplate(pl);
		df.setScale(getMapMode().DPtoLP(7), getMapMode().DPtoLP(3));




		return df;
	}

}
	
">
|
||||
<requiredPluginIDs>org.eclipse.draw2d</requiredPluginIDs>
|
||||
<requiredPluginIDs>org.talend.designer.business.diagram.custom</requiredPluginIDs>
|
||||
<requiredPluginIDs>org.eclipse.gmf.runtime.draw2d.ui</requiredPluginIDs>
|
||||
</viewmap>
|
||||
<modelFacet
|
||||
xsi:type="gmfgen:TypeLinkModelFacet">
|
||||
<metaClass
|
||||
href="../../org.talend.model/model/Business.genmodel#//business/DirectionalBusinessItemRelationship"/>
|
||||
<containmentMetaFeature
|
||||
href="../../org.talend.model/model/Business.genmodel#//business/BusinessProcess/businessItems"/>
|
||||
<childMetaFeature
|
||||
href="../../org.talend.model/model/Business.genmodel#//business/BusinessProcess/businessItems"/>
|
||||
<sourceMetaFeature
|
||||
href="../../org.talend.model/model/Business.genmodel#//business/BaseBusinessItemRelationship/source"/>
|
||||
<targetMetaFeature
|
||||
href="../../org.talend.model/model/Business.genmodel#//business/BaseBusinessItemRelationship/target"/>
|
||||
</modelFacet>
|
||||
<labels
|
||||
visualID="4013"
|
||||
editPartClassName="DirectionalBusinessItemRelationshipNameEditPart"
|
||||
itemSemanticEditPolicyClassName="DirectionalBusinessItemRelationshipNameItemSemanticEditPolicy"
|
||||
notationViewFactoryClassName="DirectionalBusinessItemRelationshipNameViewFactory">
|
||||
<diagramRunTimeClass
|
||||
href="../../../plugin/org.eclipse.gmf.runtime.notation/model/notation.genmodel#//notation/Node"/>
|
||||
<viewmap
|
||||
xsi:type="gmfgen:InnerClassViewmap"
|
||||
className="DirectionalBusinessItemRelationshipNameFigure"
|
||||
classBody="

/**
 * @generated
 */
public class DirectionalBusinessItemRelationshipNameFigure extends org.eclipse.gmf.runtime.draw2d.ui.figures.WrapLabel {

	/**
	 * @generated
	 */
	public DirectionalBusinessItemRelationshipNameFigure() {	
		

		this.setText("");
		createContents();
	}


	/**
	 * @generated
	 */
	private void createContents(){
	}
	



	/**
	 * @generated
	 */
	private boolean myUseLocalCoordinates = false;

	/**
	 * @generated
	 */
	protected boolean useLocalCoordinates() {
		return myUseLocalCoordinates;
	}

	/**
	 * @generated
	 */
	protected void setUseLocalCoordinates(boolean useLocalCoordinates) {
		myUseLocalCoordinates = useLocalCoordinates;
	}
	

}
	
">
|
||||
<attributes
|
||||
xsi:type="gmfgen:LabelOffsetAttributes"
|
||||
y="40"/>
|
||||
<requiredPluginIDs>org.eclipse.draw2d</requiredPluginIDs>
|
||||
<requiredPluginIDs>org.talend.designer.business.diagram.custom</requiredPluginIDs>
|
||||
<requiredPluginIDs>org.eclipse.gmf.runtime.draw2d.ui</requiredPluginIDs>
|
||||
</viewmap>
|
||||
<modelFacet
|
||||
xsi:type="gmfgen:FeatureLabelModelFacet"
|
||||
editPattern="">
|
||||
<metaFeatures
|
||||
href="../../org.talend.model/model/Business.genmodel#//business/BusinessItem/name"/>
|
||||
</modelFacet>
|
||||
</labels>
|
||||
</links>
|
||||
<links
|
||||
visualID="3003"
|
||||
editPartClassName="BidirectionalBusinessItemRelationshipEditPart"
|
||||
itemSemanticEditPolicyClassName="BidirectionalBusinessItemRelationshipItemSemanticEditPolicy"
|
||||
notationViewFactoryClassName="BidirectionalBusinessItemRelationshipViewFactory">
|
||||
<diagramRunTimeClass
|
||||
href="../../../plugin/org.eclipse.gmf.runtime.notation/model/notation.genmodel#//notation/Edge"/>
|
||||
<elementType
|
||||
xsi:type="gmfgen:MetamodelType"
|
||||
editHelperClassName="BidirectionalBusinessItemRelationshipEditHelper"/>
|
||||
<viewmap
|
||||
xsi:type="gmfgen:InnerClassViewmap"
|
||||
className="BidirectionalBusinessItemRelationshipFigure"
|
||||
classBody="

/**
 * @generated
 */
public class BidirectionalBusinessItemRelationshipFigure extends org.eclipse.gmf.runtime.draw2d.ui.figures.PolylineConnectionEx {

	/**
	 * @generated
	 */
	public BidirectionalBusinessItemRelationshipFigure() {

		setSourceDecoration(createSourceDecoration());
		setTargetDecoration(createTargetDecoration());
	}

	/**
	 * @generated
	 */
	private org.eclipse.draw2d.PolylineDecoration createSourceDecoration() {
org.eclipse.draw2d.PolylineDecoration df = new org.eclipse.draw2d.PolylineDecoration();
// dispatchNext?

		org.eclipse.draw2d.geometry.PointList pl = new org.eclipse.draw2d.geometry.PointList();
		pl.addPoint(-1, 1);
		pl.addPoint(0, 0);
		pl.addPoint(-1, -1);
		df.setTemplate(pl);
		df.setScale(getMapMode().DPtoLP(7), getMapMode().DPtoLP(3));




		return df;
	}

	/**
	 * @generated
	 */
	private org.eclipse.draw2d.PolylineDecoration createTargetDecoration() {
org.eclipse.draw2d.PolylineDecoration df = new org.eclipse.draw2d.PolylineDecoration();
// dispatchNext?

		org.eclipse.draw2d.geometry.PointList pl = new org.eclipse.draw2d.geometry.PointList();
		pl.addPoint(-1, 1);
		pl.addPoint(0, 0);
		pl.addPoint(-1, -1);
		df.setTemplate(pl);
		df.setScale(getMapMode().DPtoLP(7), getMapMode().DPtoLP(3));




		return df;
	}

}
	
">
|
||||
<requiredPluginIDs>org.eclipse.draw2d</requiredPluginIDs>
|
||||
<requiredPluginIDs>org.talend.designer.business.diagram.custom</requiredPluginIDs>
|
||||
<requiredPluginIDs>org.eclipse.gmf.runtime.draw2d.ui</requiredPluginIDs>
|
||||
</viewmap>
|
||||
<modelFacet
|
||||
xsi:type="gmfgen:TypeLinkModelFacet">
|
||||
<metaClass
|
||||
href="../../org.talend.model/model/Business.genmodel#//business/BidirectionalBusinessItemRelationship"/>
|
||||
<containmentMetaFeature
|
||||
href="../../org.talend.model/model/Business.genmodel#//business/BusinessProcess/businessItems"/>
|
||||
<childMetaFeature
|
||||
href="../../org.talend.model/model/Business.genmodel#//business/BusinessProcess/businessItems"/>
|
||||
<sourceMetaFeature
|
||||
href="../../org.talend.model/model/Business.genmodel#//business/BaseBusinessItemRelationship/source"/>
|
||||
<targetMetaFeature
|
||||
href="../../org.talend.model/model/Business.genmodel#//business/BaseBusinessItemRelationship/target"/>
|
||||
</modelFacet>
|
||||
<labels
|
||||
visualID="4014"
|
||||
editPartClassName="BidirectionalBusinessItemRelationshipNameEditPart"
|
||||
itemSemanticEditPolicyClassName="BidirectionalBusinessItemRelationshipNameItemSemanticEditPolicy"
|
||||
notationViewFactoryClassName="BidirectionalBusinessItemRelationshipNameViewFactory">
|
||||
<diagramRunTimeClass
|
||||
href="../../../plugin/org.eclipse.gmf.runtime.notation/model/notation.genmodel#//notation/Node"/>
|
||||
<viewmap
|
||||
xsi:type="gmfgen:InnerClassViewmap"
|
||||
className="BidirectionalBusinessItemRelationshipNameFigure"
|
||||
classBody="

/**
 * @generated
 */
public class BidirectionalBusinessItemRelationshipNameFigure extends org.eclipse.gmf.runtime.draw2d.ui.figures.WrapLabel {

	/**
	 * @generated
	 */
	public BidirectionalBusinessItemRelationshipNameFigure() {	
		

		this.setText("");
		createContents();
	}


	/**
	 * @generated
	 */
	private void createContents(){
	}
	



	/**
	 * @generated
	 */
	private boolean myUseLocalCoordinates = false;

	/**
	 * @generated
	 */
	protected boolean useLocalCoordinates() {
		return myUseLocalCoordinates;
	}

	/**
	 * @generated
	 */
	protected void setUseLocalCoordinates(boolean useLocalCoordinates) {
		myUseLocalCoordinates = useLocalCoordinates;
	}
	

}
	
">
|
||||
<attributes
|
||||
xsi:type="gmfgen:LabelOffsetAttributes"
|
||||
y="40"/>
|
||||
<requiredPluginIDs>org.eclipse.draw2d</requiredPluginIDs>
|
||||
<requiredPluginIDs>org.talend.designer.business.diagram.custom</requiredPluginIDs>
|
||||
<requiredPluginIDs>org.eclipse.gmf.runtime.draw2d.ui</requiredPluginIDs>
|
||||
</viewmap>
|
||||
<modelFacet
|
||||
xsi:type="gmfgen:FeatureLabelModelFacet"
|
||||
editPattern="">
|
||||
<metaFeatures
|
||||
href="../../org.talend.model/model/Business.genmodel#//business/BusinessItem/name"/>
|
||||
</modelFacet>
|
||||
</labels>
|
||||
</links>
|
||||
<palette>
|
||||
<groups
|
||||
title="business"
|
||||
collapse="true">
|
||||
<entries
|
||||
xsi:type="gmfgen:ToolEntry"
|
||||
title="Decision"
|
||||
description="Create new Decision"
|
||||
genNodes="//@diagram/@topLevelNodes.7"/>
|
||||
<entries
|
||||
xsi:type="gmfgen:ToolEntry"
|
||||
title="Action"
|
||||
description="Create new Action"
|
||||
genNodes="//@diagram/@topLevelNodes.0"/>
|
||||
<entries
|
||||
xsi:type="gmfgen:ToolEntry"
|
||||
title="Terminal"
|
||||
description="Create new Terminal"
|
||||
genNodes="//@diagram/@topLevelNodes.1"/>
|
||||
<entries
|
||||
xsi:type="gmfgen:ToolEntry"
|
||||
title="Data"
|
||||
description="Create new Data"
|
||||
genNodes="//@diagram/@topLevelNodes.5"/>
|
||||
<entries
|
||||
xsi:type="gmfgen:ToolEntry"
|
||||
title="Document"
|
||||
description="Create new Document"
|
||||
genNodes="//@diagram/@topLevelNodes.2"/>
|
||||
<entries
|
||||
xsi:type="gmfgen:ToolEntry"
|
||||
title="Input"
|
||||
description="Create new Input"
|
||||
genNodes="//@diagram/@topLevelNodes.6"/>
|
||||
<entries
|
||||
xsi:type="gmfgen:ToolEntry"
|
||||
title="List"
|
||||
description="Create new List"
|
||||
genNodes="//@diagram/@topLevelNodes.4"/>
|
||||
<entries
|
||||
xsi:type="gmfgen:ToolEntry"
|
||||
title="Database"
|
||||
description="Create new Database"
|
||||
genNodes="//@diagram/@topLevelNodes.3"/>
|
||||
<entries
|
||||
xsi:type="gmfgen:ToolEntry"
|
||||
title="Actor"
|
||||
description="Create new Actor"
|
||||
genNodes="//@diagram/@topLevelNodes.8"/>
|
||||
<entries
|
||||
xsi:type="gmfgen:ToolEntry"
|
||||
title="Ellipse"
|
||||
description="Create new Ellipse"
|
||||
genNodes="//@diagram/@topLevelNodes.9"/>
|
||||
<entries
|
||||
xsi:type="gmfgen:ToolEntry"
|
||||
title="Gear"
|
||||
description="Create new Gear"
|
||||
genNodes="//@diagram/@topLevelNodes.10"/>
|
||||
<entries
|
||||
xsi:type="gmfgen:Separator"/>
|
||||
<entries
|
||||
xsi:type="gmfgen:ToolEntry"
|
||||
title="Relationship"
|
||||
description="Create new Relationship"
|
||||
genLinks="//@diagram/@links.0"/>
|
||||
<entries
|
||||
xsi:type="gmfgen:ToolEntry"
|
||||
title="Directional Relationship"
|
||||
description="Create new Directional Relationship"
|
||||
genLinks="//@diagram/@links.1"/>
|
||||
<entries
|
||||
xsi:type="gmfgen:ToolEntry"
|
||||
title="Bidirectional Relationship"
|
||||
description="Create new Bidirectional Relationship"
|
||||
genLinks="//@diagram/@links.2"/>
|
||||
</groups>
|
||||
</palette>
|
||||
</diagram>
|
||||
<plugin
|
||||
iD="org.talend.designer.business.diagram"
|
||||
provider=".Talend SA."
|
||||
version="0.0.1"
|
||||
printingEnabled="true"/>
|
||||
<editor/>
|
||||
<diagramUpdater/>
|
||||
<domainGenModel
|
||||
href="../../org.talend.model/model/Business.genmodel#/"/>
|
||||
</gmfgen:GenEditorGenerator>
|
||||
@@ -0,0 +1,362 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<gmfgraph:Canvas xmi:version="2.0"
|
||||
xmlns:xmi="http://www.omg.org/XMI"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xmlns:gmfgraph="http://www.eclipse.org/gmf/2006/GraphicalDefinition" name="business">
|
||||
<figures
|
||||
name="Default"
|
||||
implementationBundle="org.talend.designer.business.diagram.custom">
|
||||
<figures
|
||||
xsi:type="gmfgraph:PolylineDecoration"
|
||||
name="arrowDecoration">
|
||||
<template
|
||||
x="-1"
|
||||
y="1"/>
|
||||
<template/>
|
||||
<template
|
||||
x="-1"
|
||||
y="-1"/>
|
||||
</figures>
|
||||
<descriptors
|
||||
name="BusinessItemRelationshipFigure">
|
||||
<actualFigure
|
||||
xsi:type="gmfgraph:PolylineConnection"
|
||||
name="BusinessItemRelationshipFigure">
|
||||
<children
|
||||
xsi:type="gmfgraph:Label"
|
||||
name="BusinessItemRelationshipNameFigure"
|
||||
text=""/>
|
||||
</actualFigure>
|
||||
<accessors
|
||||
figure="//@figures.0/@descriptors.0/@actualFigure/@children.0"/>
|
||||
</descriptors>
|
||||
<descriptors
|
||||
name="DecisionBusinessItemFigure">
|
||||
<actualFigure
|
||||
xsi:type="gmfgraph:CustomFigure"
|
||||
name="DecisionBusinessItemFigure"
|
||||
qualifiedClassName="org.talend.designer.business.diagram.custom.figures.DecisionBusinessItemShapeFigure">
|
||||
<layout
|
||||
xsi:type="gmfgraph:StackLayout"/>
|
||||
<children
|
||||
xsi:type="gmfgraph:CustomFigure"
|
||||
name="DecisionBusinessItemNameFigure"
|
||||
qualifiedClassName="org.talend.designer.business.diagram.custom.figures.BusinessItemNameFigure"/>
|
||||
</actualFigure>
|
||||
<accessors
|
||||
figure="//@figures.0/@descriptors.1/@actualFigure/@children.0"/>
|
||||
</descriptors>
|
||||
<descriptors
|
||||
name="TerminalBusinessItemFigure">
|
||||
<actualFigure
|
||||
xsi:type="gmfgraph:CustomFigure"
|
||||
name="TerminalBusinessItemFigure"
|
||||
qualifiedClassName="org.talend.designer.business.diagram.custom.figures.TerminalBusinessItemShapeFigure">
|
||||
<layout
|
||||
xsi:type="gmfgraph:StackLayout"/>
|
||||
<children
|
||||
xsi:type="gmfgraph:CustomFigure"
|
||||
name="TerminalBusinessItemNameFigure"
|
||||
qualifiedClassName="org.talend.designer.business.diagram.custom.figures.BusinessItemNameFigure"/>
|
||||
</actualFigure>
|
||||
<accessors
|
||||
figure="//@figures.0/@descriptors.2/@actualFigure/@children.0"/>
|
||||
</descriptors>
|
||||
<descriptors
|
||||
name="DataBusinessItemFigure">
|
||||
<actualFigure
|
||||
xsi:type="gmfgraph:CustomFigure"
|
||||
name="DataBusinessItemFigure"
|
||||
qualifiedClassName="org.talend.designer.business.diagram.custom.figures.DataBusinessItemShapeFigure">
|
||||
<layout
|
||||
xsi:type="gmfgraph:StackLayout"/>
|
||||
<children
|
||||
xsi:type="gmfgraph:CustomFigure"
|
||||
name="DataBusinessItemNameFigure"
|
||||
qualifiedClassName="org.talend.designer.business.diagram.custom.figures.BusinessItemNameFigure"/>
|
||||
</actualFigure>
|
||||
<accessors
|
||||
figure="//@figures.0/@descriptors.3/@actualFigure/@children.0"/>
|
||||
</descriptors>
|
||||
<descriptors
|
||||
name="DocumentBusinessItemFigure">
|
||||
<actualFigure
|
||||
xsi:type="gmfgraph:CustomFigure"
|
||||
name="DocumentBusinessItemFigure"
|
||||
qualifiedClassName="org.talend.designer.business.diagram.custom.figures.DocumentBusinessItemShapeFigure">
|
||||
<layout
|
||||
xsi:type="gmfgraph:StackLayout"/>
|
||||
<children
|
||||
xsi:type="gmfgraph:CustomFigure"
|
||||
name="DocumentBusinessItemNameFigure"
|
||||
qualifiedClassName="org.talend.designer.business.diagram.custom.figures.BusinessItemNameFigure"/>
|
||||
</actualFigure>
|
||||
<accessors
|
||||
figure="//@figures.0/@descriptors.4/@actualFigure/@children.0"/>
|
||||
</descriptors>
|
||||
<descriptors
|
||||
name="InputBusinessItemFigure">
|
||||
<actualFigure
|
||||
xsi:type="gmfgraph:CustomFigure"
|
||||
name="InputBusinessItemFigure"
|
||||
qualifiedClassName="org.talend.designer.business.diagram.custom.figures.InputBusinessItemShapeFigure">
|
||||
<layout
|
||||
xsi:type="gmfgraph:StackLayout"/>
|
||||
<children
|
||||
xsi:type="gmfgraph:CustomFigure"
|
||||
name="InputBusinessItemNameFigure"
|
||||
qualifiedClassName="org.talend.designer.business.diagram.custom.figures.BusinessItemNameFigure"/>
|
||||
</actualFigure>
|
||||
<accessors
|
||||
figure="//@figures.0/@descriptors.5/@actualFigure/@children.0"/>
|
||||
</descriptors>
|
||||
<descriptors
|
||||
name="ListBusinessItemFigure">
|
||||
<actualFigure
|
||||
xsi:type="gmfgraph:CustomFigure"
|
||||
name="ListBusinessItemFigure"
|
||||
qualifiedClassName="org.talend.designer.business.diagram.custom.figures.ListBusinessItemShapeFigure">
|
||||
<layout
|
||||
xsi:type="gmfgraph:StackLayout"/>
|
||||
<children
|
||||
xsi:type="gmfgraph:CustomFigure"
|
||||
name="ListBusinessItemNameFigure"
|
||||
qualifiedClassName="org.talend.designer.business.diagram.custom.figures.BusinessItemNameFigure"/>
|
||||
</actualFigure>
|
||||
<accessors
|
||||
figure="//@figures.0/@descriptors.6/@actualFigure/@children.0"/>
|
||||
</descriptors>
|
||||
<descriptors
|
||||
name="DatabaseBusinessItemFigure">
|
||||
<actualFigure
|
||||
xsi:type="gmfgraph:CustomFigure"
|
||||
name="DatabaseBusinessItemFigure"
|
||||
qualifiedClassName="org.talend.designer.business.diagram.custom.figures.DatabaseBusinessItemShapeFigure">
|
||||
<layout
|
||||
xsi:type="gmfgraph:StackLayout"/>
|
||||
<children
|
||||
xsi:type="gmfgraph:CustomFigure"
|
||||
name="DatabaseBusinessItemNameFigure"
|
||||
qualifiedClassName="org.talend.designer.business.diagram.custom.figures.BusinessItemNameFigure"/>
|
||||
</actualFigure>
|
||||
<accessors
|
||||
figure="//@figures.0/@descriptors.7/@actualFigure/@children.0"/>
|
||||
</descriptors>
|
||||
<descriptors
|
||||
name="ActionBusinessItemFigure">
|
||||
<actualFigure
|
||||
xsi:type="gmfgraph:CustomFigure"
|
||||
name="ActionBusinessItemFigure"
|
||||
qualifiedClassName="org.talend.designer.business.diagram.custom.figures.ActionBusinessItemShapeFigure">
|
||||
<layout
|
||||
xsi:type="gmfgraph:StackLayout"/>
|
||||
<children
|
||||
xsi:type="gmfgraph:CustomFigure"
|
||||
name="ActionBusinessItemNameFigure"
|
||||
qualifiedClassName="org.talend.designer.business.diagram.custom.figures.BusinessItemNameFigure"/>
|
||||
</actualFigure>
|
||||
<accessors
|
||||
figure="//@figures.0/@descriptors.8/@actualFigure/@children.0"/>
|
||||
</descriptors>
|
||||
<descriptors
|
||||
name="ActorBusinessItemFigure">
|
||||
<actualFigure
|
||||
xsi:type="gmfgraph:CustomFigure"
|
||||
name="ActorBusinessItemFigure"
|
||||
qualifiedClassName="org.talend.designer.business.diagram.custom.figures.ActorBusinessItemShapeFigure">
|
||||
<layout
|
||||
xsi:type="gmfgraph:StackLayout"/>
|
||||
<children
|
||||
xsi:type="gmfgraph:CustomFigure"
|
||||
name="ActorBusinessItemNameFigure"
|
||||
qualifiedClassName="org.talend.designer.business.diagram.custom.figures.BusinessItemNameFigure"/>
|
||||
</actualFigure>
|
||||
<accessors
|
||||
figure="//@figures.0/@descriptors.9/@actualFigure/@children.0"/>
|
||||
</descriptors>
|
||||
<descriptors
|
||||
name="EllipseBusinessItemFigure">
|
||||
<actualFigure
|
||||
xsi:type="gmfgraph:CustomFigure"
|
||||
name="EllipseBusinessItemFigure"
|
||||
qualifiedClassName="org.talend.designer.business.diagram.custom.figures.EllipseBusinessItemShapeFigure">
|
||||
<layout
|
||||
xsi:type="gmfgraph:StackLayout"/>
|
||||
<children
|
||||
xsi:type="gmfgraph:CustomFigure"
|
||||
name="EllipseBusinessItemNameFigure"
|
||||
qualifiedClassName="org.talend.designer.business.diagram.custom.figures.BusinessItemNameFigure"/>
|
||||
</actualFigure>
|
||||
<accessors
|
||||
figure="//@figures.0/@descriptors.10/@actualFigure/@children.0"/>
|
||||
</descriptors>
|
||||
<descriptors
|
||||
name="GearBusinessItemFigure">
|
||||
<actualFigure
|
||||
xsi:type="gmfgraph:CustomFigure"
|
||||
name="GearBusinessItemFigure"
|
||||
qualifiedClassName="org.talend.designer.business.diagram.custom.figures.GearBusinessItemShapeFigure">
|
||||
<layout
|
||||
xsi:type="gmfgraph:StackLayout"/>
|
||||
<children
|
||||
xsi:type="gmfgraph:CustomFigure"
|
||||
name="GearBusinessItemNameFigure"
|
||||
qualifiedClassName="org.talend.designer.business.diagram.custom.figures.BusinessItemNameFigure"/>
|
||||
</actualFigure>
|
||||
<accessors
|
||||
figure="//@figures.0/@descriptors.11/@actualFigure/@children.0"/>
|
||||
</descriptors>
|
||||
<descriptors
|
||||
name="DirectionalBusinessItemRelationshipFigure">
|
||||
<actualFigure
|
||||
xsi:type="gmfgraph:PolylineConnection"
|
||||
name="DirectionalBusinessItemRelationshipFigure"
|
||||
targetDecoration="//@figures.0/@figures.0">
|
||||
<children
|
||||
xsi:type="gmfgraph:Label"
|
||||
name="DirectionalBusinessItemRelationshipNameFigure"
|
||||
text=""/>
|
||||
</actualFigure>
|
||||
<accessors
|
||||
figure="//@figures.0/@descriptors.12/@actualFigure/@children.0"/>
|
||||
</descriptors>
|
||||
<descriptors
|
||||
name="BidirectionalBusinessItemRelationshipFigure">
|
||||
<actualFigure
|
||||
xsi:type="gmfgraph:PolylineConnection"
|
||||
name="BidirectionalBusinessItemRelationshipFigure"
|
||||
sourceDecoration="//@figures.0/@figures.0"
|
||||
targetDecoration="//@figures.0/@figures.0">
|
||||
<children
|
||||
xsi:type="gmfgraph:Label"
|
||||
name="BidirectionalBusinessItemRelationshipNameFigure"
|
||||
text=""/>
|
||||
</actualFigure>
|
||||
<accessors
|
||||
figure="//@figures.0/@descriptors.13/@actualFigure/@children.0"/>
|
||||
</descriptors>
|
||||
</figures>
|
||||
<nodes
|
||||
name="DecisionBusinessItem"
|
||||
figure="DecisionBusinessItemFigure"/>
|
||||
<nodes
|
||||
xsi:type="gmfgraph:DiagramLabel"
|
||||
name="DecisionBusinessItemName"
|
||||
figure="DecisionBusinessItemFigure"
|
||||
elementIcon="false"
|
||||
accessor="//@figures.0/@descriptors.1/@accessors.0"/>
|
||||
<nodes
|
||||
name="ActionBusinessItem"
|
||||
figure="ActionBusinessItemFigure"/>
|
||||
<nodes
|
||||
xsi:type="gmfgraph:DiagramLabel"
|
||||
name="ActionBusinessNameItem"
|
||||
figure="ActionBusinessItemFigure"
|
||||
elementIcon="false"
|
||||
accessor="//@figures.0/@descriptors.8/@accessors.0"/>
|
||||
<nodes
|
||||
name="TerminalBusinessItem"
|
||||
figure="TerminalBusinessItemFigure"/>
|
||||
<nodes
|
||||
xsi:type="gmfgraph:DiagramLabel"
|
||||
name="TerminalBusinessItemName"
|
||||
figure="TerminalBusinessItemFigure"
|
||||
elementIcon="false"
|
||||
accessor="//@figures.0/@descriptors.2/@accessors.0"/>
|
||||
<nodes
|
||||
name="DataBusinessItem"
|
||||
figure="DataBusinessItemFigure"/>
|
||||
<nodes
|
||||
xsi:type="gmfgraph:DiagramLabel"
|
||||
name="DataBusinessNameItem"
|
||||
figure="DataBusinessItemFigure"
|
||||
elementIcon="false"
|
||||
accessor="//@figures.0/@descriptors.3/@accessors.0"/>
|
||||
<nodes
|
||||
name="DocumentBusinessItem"
|
||||
figure="DocumentBusinessItemFigure"/>
|
||||
<nodes
|
||||
xsi:type="gmfgraph:DiagramLabel"
|
||||
name="DocumentBusinessItemName"
|
||||
figure="DocumentBusinessItemFigure"
|
||||
elementIcon="false"
|
||||
accessor="//@figures.0/@descriptors.4/@accessors.0"/>
|
||||
<nodes
|
||||
name="InputBusinessItem"
|
||||
figure="InputBusinessItemFigure"/>
|
||||
<nodes
|
||||
xsi:type="gmfgraph:DiagramLabel"
|
||||
name="InputBusinessNameItem"
|
||||
figure="InputBusinessItemFigure"
|
||||
elementIcon="false"
|
||||
accessor="//@figures.0/@descriptors.5/@accessors.0"/>
|
||||
<nodes
|
||||
name="ListBusinessItem"
|
||||
figure="ListBusinessItemFigure"/>
|
||||
<nodes
|
||||
xsi:type="gmfgraph:DiagramLabel"
|
||||
name="ListBusinessItemName"
|
||||
figure="ListBusinessItemFigure"
|
||||
elementIcon="false"
|
||||
accessor="//@figures.0/@descriptors.6/@accessors.0"/>
|
||||
<nodes
|
||||
name="DatabaseBusinessItem"
|
||||
figure="DatabaseBusinessItemFigure"/>
|
||||
<nodes
|
||||
xsi:type="gmfgraph:DiagramLabel"
|
||||
name="DatabaseBusinessItemName"
|
||||
figure="DatabaseBusinessItemFigure"
|
||||
elementIcon="false"
|
||||
accessor="//@figures.0/@descriptors.7/@accessors.0"/>
|
||||
<nodes
|
||||
name="ActorBusinessItem"
|
||||
figure="ActorBusinessItemFigure"/>
|
||||
<nodes
|
||||
xsi:type="gmfgraph:DiagramLabel"
|
||||
name="ActorBusinessItemName"
|
||||
figure="ActorBusinessItemFigure"
|
||||
elementIcon="false"
|
||||
accessor="//@figures.0/@descriptors.9/@accessors.0"/>
|
||||
<nodes
|
||||
name="EllipseBusinessItem"
|
||||
figure="EllipseBusinessItemFigure"/>
|
||||
<nodes
|
||||
xsi:type="gmfgraph:DiagramLabel"
|
||||
name="EllipseBusinessItemName"
|
||||
figure="EllipseBusinessItemFigure"
|
||||
elementIcon="false"
|
||||
accessor="//@figures.0/@descriptors.10/@accessors.0"/>
|
||||
<nodes
|
||||
name="GearBusinessItem"
|
||||
figure="GearBusinessItemFigure"/>
|
||||
<nodes
|
||||
xsi:type="gmfgraph:DiagramLabel"
|
||||
name="GearBusinessItemName"
|
||||
figure="GearBusinessItemFigure"
|
||||
elementIcon="false"
|
||||
accessor="//@figures.0/@descriptors.11/@accessors.0"/>
|
||||
<connections
|
||||
name="BusinessItemRelationship"
|
||||
figure="BusinessItemRelationshipFigure"/>
|
||||
<connections
|
||||
name="DirectionalBusinessItemRelationship"
|
||||
figure="DirectionalBusinessItemRelationshipFigure"/>
|
||||
<connections
|
||||
name="BidirectionalBusinessItemRelationship"
|
||||
figure="BidirectionalBusinessItemRelationshipFigure"/>
|
||||
<labels
|
||||
name="BusinessItemRelationshipName"
|
||||
figure="BusinessItemRelationshipFigure"
|
||||
elementIcon="false"
|
||||
accessor="//@figures.0/@descriptors.0/@accessors.0"/>
|
||||
<labels
|
||||
name="DirectionalBusinessItemRelationshipName"
|
||||
figure="DirectionalBusinessItemRelationshipFigure"
|
||||
elementIcon="false"
|
||||
accessor="//@figures.0/@descriptors.12/@accessors.0"/>
|
||||
<labels
|
||||
name="BidirectionalBusinessItemRelationshipName"
|
||||
figure="BidirectionalBusinessItemRelationshipFigure"
|
||||
elementIcon="false"
|
||||
accessor="//@figures.0/@descriptors.13/@accessors.0"/>
|
||||
</gmfgraph:Canvas>
|
||||
@@ -0,0 +1,314 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<gmfmap:Mapping xmi:version="2.0"
|
||||
xmlns:xmi="http://www.omg.org/XMI"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore"
|
||||
xmlns:gmfmap="http://www.eclipse.org/gmf/2008/mappings"
|
||||
xmlns:gmftool="http://www.eclipse.org/gmf/2005/ToolDefinition">
|
||||
<nodes>
|
||||
<containmentFeature
|
||||
href="../../org.talend.model/model/Business.ecore#//BusinessProcess/businessItems"/>
|
||||
<ownedChild>
|
||||
<domainMetaElement
|
||||
href="../../org.talend.model/model/Business.ecore#//ActionBusinessItem"/>
|
||||
<labelMappings
|
||||
xsi:type="gmfmap:FeatureLabelMapping"
|
||||
viewPattern="">
|
||||
<diagramLabel
|
||||
href="Business.gmfgraph#ActionBusinessNameItem"/>
|
||||
<features
|
||||
href="../../org.talend.model/model/Business.ecore#//BusinessItem/name"/>
|
||||
</labelMappings>
|
||||
<tool
|
||||
xsi:type="gmftool:CreationTool"
|
||||
href="Business.gmftool#//@palette/@tools.0/@tools.1"/>
|
||||
<diagramNode
|
||||
href="Business.gmfgraph#ActionBusinessItem"/>
|
||||
</ownedChild>
|
||||
</nodes>
|
||||
<nodes>
|
||||
<containmentFeature
|
||||
href="../../org.talend.model/model/Business.ecore#//BusinessProcess/businessItems"/>
|
||||
<ownedChild>
|
||||
<domainMetaElement
|
||||
href="../../org.talend.model/model/Business.ecore#//TerminalBusinessItem"/>
|
||||
<labelMappings
|
||||
xsi:type="gmfmap:FeatureLabelMapping">
|
||||
<diagramLabel
|
||||
href="Business.gmfgraph#TerminalBusinessItemName"/>
|
||||
<features
|
||||
href="../../org.talend.model/model/Business.ecore#//BusinessItem/name"/>
|
||||
</labelMappings>
|
||||
<tool
|
||||
xsi:type="gmftool:CreationTool"
|
||||
href="Business.gmftool#//@palette/@tools.0/@tools.2"/>
|
||||
<diagramNode
|
||||
href="Business.gmfgraph#TerminalBusinessItem"/>
|
||||
</ownedChild>
|
||||
</nodes>
|
||||
<nodes>
|
||||
<containmentFeature
|
||||
href="../../org.talend.model/model/Business.ecore#//BusinessProcess/businessItems"/>
|
||||
<ownedChild>
|
||||
<domainMetaElement
|
||||
href="../../org.talend.model/model/Business.ecore#//DocumentBusinessItem"/>
|
||||
<labelMappings
|
||||
xsi:type="gmfmap:FeatureLabelMapping">
|
||||
<diagramLabel
|
||||
href="Business.gmfgraph#DocumentBusinessItemName"/>
|
||||
<features
|
||||
href="../../org.talend.model/model/Business.ecore#//BusinessItem/name"/>
|
||||
</labelMappings>
|
||||
<tool
|
||||
xsi:type="gmftool:CreationTool"
|
||||
href="Business.gmftool#//@palette/@tools.0/@tools.4"/>
|
||||
<diagramNode
|
||||
href="Business.gmfgraph#DocumentBusinessItem"/>
|
||||
</ownedChild>
|
||||
</nodes>
|
||||
<nodes>
|
||||
<containmentFeature
|
||||
href="../../org.talend.model/model/Business.ecore#//BusinessProcess/businessItems"/>
|
||||
<ownedChild>
|
||||
<domainMetaElement
|
||||
href="../../org.talend.model/model/Business.ecore#//DatabaseBusinessItem"/>
|
||||
<labelMappings
|
||||
xsi:type="gmfmap:FeatureLabelMapping">
|
||||
<diagramLabel
|
||||
href="Business.gmfgraph#DatabaseBusinessItemName"/>
|
||||
<features
|
||||
href="../../org.talend.model/model/Business.ecore#//BusinessItem/name"/>
|
||||
</labelMappings>
|
||||
<tool
|
||||
xsi:type="gmftool:CreationTool"
|
||||
href="Business.gmftool#//@palette/@tools.0/@tools.7"/>
|
||||
<diagramNode
|
||||
href="Business.gmfgraph#DatabaseBusinessItem"/>
|
||||
</ownedChild>
|
||||
</nodes>
|
||||
<nodes>
|
||||
<containmentFeature
|
||||
href="../../org.talend.model/model/Business.ecore#//BusinessProcess/businessItems"/>
|
||||
<ownedChild>
|
||||
<domainMetaElement
|
||||
href="../../org.talend.model/model/Business.ecore#//ListBusinessItem"/>
|
||||
<labelMappings
|
||||
xsi:type="gmfmap:FeatureLabelMapping">
|
||||
<diagramLabel
|
||||
href="Business.gmfgraph#ListBusinessItemName"/>
|
||||
<features
|
||||
href="../../org.talend.model/model/Business.ecore#//BusinessItem/name"/>
|
||||
</labelMappings>
|
||||
<tool
|
||||
xsi:type="gmftool:CreationTool"
|
||||
href="Business.gmftool#//@palette/@tools.0/@tools.6"/>
|
||||
<diagramNode
|
||||
href="Business.gmfgraph#ListBusinessItem"/>
|
||||
</ownedChild>
|
||||
</nodes>
|
||||
<nodes>
|
||||
<containmentFeature
|
||||
href="../../org.talend.model/model/Business.ecore#//BusinessProcess/businessItems"/>
|
||||
<ownedChild>
|
||||
<domainMetaElement
|
||||
href="../../org.talend.model/model/Business.ecore#//DataBusinessItem"/>
|
||||
<labelMappings
|
||||
xsi:type="gmfmap:FeatureLabelMapping">
|
||||
<diagramLabel
|
||||
href="Business.gmfgraph#DataBusinessNameItem"/>
|
||||
<features
|
||||
href="../../org.talend.model/model/Business.ecore#//BusinessItem/name"/>
|
||||
</labelMappings>
|
||||
<tool
|
||||
xsi:type="gmftool:CreationTool"
|
||||
href="Business.gmftool#//@palette/@tools.0/@tools.3"/>
|
||||
<diagramNode
|
||||
href="Business.gmfgraph#DataBusinessItem"/>
|
||||
</ownedChild>
|
||||
</nodes>
|
||||
<nodes>
|
||||
<containmentFeature
|
||||
href="../../org.talend.model/model/Business.ecore#//BusinessProcess/businessItems"/>
|
||||
<ownedChild>
|
||||
<domainMetaElement
|
||||
href="../../org.talend.model/model/Business.ecore#//InputBusinessItem"/>
|
||||
<labelMappings
|
||||
xsi:type="gmfmap:FeatureLabelMapping">
|
||||
<diagramLabel
|
||||
href="Business.gmfgraph#InputBusinessNameItem"/>
|
||||
<features
|
||||
href="../../org.talend.model/model/Business.ecore#//BusinessItem/name"/>
|
||||
</labelMappings>
|
||||
<tool
|
||||
xsi:type="gmftool:CreationTool"
|
||||
href="Business.gmftool#//@palette/@tools.0/@tools.5"/>
|
||||
<diagramNode
|
||||
href="Business.gmfgraph#InputBusinessItem"/>
|
||||
</ownedChild>
|
||||
</nodes>
|
||||
<nodes>
|
||||
<containmentFeature
|
||||
href="../../org.talend.model/model/Business.ecore#//BusinessProcess/businessItems"/>
|
||||
<ownedChild>
|
||||
<domainMetaElement
|
||||
href="../../org.talend.model/model/Business.ecore#//DecisionBusinessItem"/>
|
||||
<labelMappings
|
||||
xsi:type="gmfmap:FeatureLabelMapping">
|
||||
<diagramLabel
|
||||
href="Business.gmfgraph#DecisionBusinessItemName"/>
|
||||
<features
|
||||
href="../../org.talend.model/model/Business.ecore#//BusinessItem/name"/>
|
||||
</labelMappings>
|
||||
<tool
|
||||
xsi:type="gmftool:CreationTool"
|
||||
href="Business.gmftool#//@palette/@tools.0/@tools.0"/>
|
||||
<diagramNode
|
||||
href="Business.gmfgraph#DecisionBusinessItem"/>
|
||||
</ownedChild>
|
||||
</nodes>
|
||||
<nodes>
|
||||
<containmentFeature
|
||||
href="../../org.talend.model/model/Business.ecore#//BusinessProcess/businessItems"/>
|
||||
<ownedChild>
|
||||
<domainMetaElement
|
||||
href="../../org.talend.model/model/Business.ecore#//ActorBusinessItem"/>
|
||||
<labelMappings
|
||||
xsi:type="gmfmap:FeatureLabelMapping">
|
||||
<diagramLabel
|
||||
href="Business.gmfgraph#ActorBusinessItemName"/>
|
||||
<features
|
||||
href="../../org.talend.model/model/Business.ecore#//BusinessItem/name"/>
|
||||
</labelMappings>
|
||||
<tool
|
||||
xsi:type="gmftool:CreationTool"
|
||||
href="Business.gmftool#//@palette/@tools.0/@tools.8"/>
|
||||
<diagramNode
|
||||
href="Business.gmfgraph#ActorBusinessItem"/>
|
||||
</ownedChild>
|
||||
</nodes>
|
||||
<nodes>
|
||||
<containmentFeature
|
||||
href="../../org.talend.model/model/Business.ecore#//BusinessProcess/businessItems"/>
|
||||
<ownedChild>
|
||||
<domainMetaElement
|
||||
href="../../org.talend.model/model/Business.ecore#//EllipseBusinessItem"/>
|
||||
<labelMappings
|
||||
xsi:type="gmfmap:FeatureLabelMapping">
|
||||
<diagramLabel
|
||||
href="Business.gmfgraph#EllipseBusinessItemName"/>
|
||||
<features
|
||||
href="../../org.talend.model/model/Business.ecore#//BusinessItem/name"/>
|
||||
</labelMappings>
|
||||
<tool
|
||||
xsi:type="gmftool:CreationTool"
|
||||
href="Business.gmftool#//@palette/@tools.0/@tools.9"/>
|
||||
<diagramNode
|
||||
href="Business.gmfgraph#EllipseBusinessItem"/>
|
||||
</ownedChild>
|
||||
</nodes>
|
||||
<nodes>
|
||||
<containmentFeature
|
||||
href="../../org.talend.model/model/Business.ecore#//BusinessProcess/businessItems"/>
|
||||
<ownedChild>
|
||||
<domainMetaElement
|
||||
href="../../org.talend.model/model/Business.ecore#//GearBusinessItem"/>
|
||||
<labelMappings
|
||||
xsi:type="gmfmap:FeatureLabelMapping">
|
||||
<diagramLabel
|
||||
href="Business.gmfgraph#GearBusinessItemName"/>
|
||||
<features
|
||||
href="../../org.talend.model/model/Business.ecore#//BusinessItem/name"/>
|
||||
</labelMappings>
|
||||
<tool
|
||||
xsi:type="gmftool:CreationTool"
|
||||
href="Business.gmftool#//@palette/@tools.0/@tools.10"/>
|
||||
<diagramNode
|
||||
href="Business.gmfgraph#GearBusinessItem"/>
|
||||
</ownedChild>
|
||||
</nodes>
|
||||
<links>
|
||||
<domainMetaElement
|
||||
href="../../org.talend.model/model/Business.ecore#//BusinessItemRelationship"/>
|
||||
<labelMappings
|
||||
xsi:type="gmfmap:FeatureLabelMapping"
|
||||
viewPattern="">
|
||||
<diagramLabel
|
||||
href="Business.gmfgraph#BusinessItemRelationshipName"/>
|
||||
<features
|
||||
href="../../org.talend.model/model/Business.ecore#//BusinessItem/name"/>
|
||||
</labelMappings>
|
||||
<containmentFeature
|
||||
href="../../org.talend.model/model/Business.ecore#//BusinessProcess/businessItems"/>
|
||||
<tool
|
||||
xsi:type="gmftool:CreationTool"
|
||||
href="Business.gmftool#//@palette/@tools.0/@tools.12"/>
|
||||
<diagramLink
|
||||
href="Business.gmfgraph#BusinessItemRelationship"/>
|
||||
<sourceMetaFeature
|
||||
xsi:type="ecore:EReference"
|
||||
href="../../org.talend.model/model/Business.ecore#//BaseBusinessItemRelationship/source"/>
|
||||
<linkMetaFeature
|
||||
xsi:type="ecore:EReference"
|
||||
href="../../org.talend.model/model/Business.ecore#//BaseBusinessItemRelationship/target"/>
|
||||
</links>
|
||||
<links>
|
||||
<domainMetaElement
|
||||
href="../../org.talend.model/model/Business.ecore#//DirectionalBusinessItemRelationship"/>
|
||||
<labelMappings
|
||||
xsi:type="gmfmap:FeatureLabelMapping"
|
||||
viewPattern="">
|
||||
<diagramLabel
|
||||
href="Business.gmfgraph#DirectionalBusinessItemRelationshipName"/>
|
||||
<features
|
||||
href="../../org.talend.model/model/Business.ecore#//BusinessItem/name"/>
|
||||
</labelMappings>
|
||||
<containmentFeature
|
||||
href="../../org.talend.model/model/Business.ecore#//BusinessProcess/businessItems"/>
|
||||
<tool
|
||||
xsi:type="gmftool:CreationTool"
|
||||
href="Business.gmftool#//@palette/@tools.0/@tools.13"/>
|
||||
<diagramLink
|
||||
href="Business.gmfgraph#DirectionalBusinessItemRelationship"/>
|
||||
<sourceMetaFeature
|
||||
xsi:type="ecore:EReference"
|
||||
href="../../org.talend.model/model/Business.ecore#//BaseBusinessItemRelationship/source"/>
|
||||
<linkMetaFeature
|
||||
xsi:type="ecore:EReference"
|
||||
href="../../org.talend.model/model/Business.ecore#//BaseBusinessItemRelationship/target"/>
|
||||
</links>
|
||||
<links>
|
||||
<domainMetaElement
|
||||
href="../../org.talend.model/model/Business.ecore#//BidirectionalBusinessItemRelationship"/>
|
||||
<labelMappings
|
||||
xsi:type="gmfmap:FeatureLabelMapping"
|
||||
viewPattern="">
|
||||
<diagramLabel
|
||||
href="Business.gmfgraph#BidirectionalBusinessItemRelationshipName"/>
|
||||
<features
|
||||
href="../../org.talend.model/model/Business.ecore#//BusinessItem/name"/>
|
||||
</labelMappings>
|
||||
<containmentFeature
|
||||
href="../../org.talend.model/model/Business.ecore#//BusinessProcess/businessItems"/>
|
||||
<tool
|
||||
xsi:type="gmftool:CreationTool"
|
||||
href="Business.gmftool#//@palette/@tools.0/@tools.14"/>
|
||||
<diagramLink
|
||||
href="Business.gmfgraph#BidirectionalBusinessItemRelationship"/>
|
||||
<sourceMetaFeature
|
||||
xsi:type="ecore:EReference"
|
||||
href="../../org.talend.model/model/Business.ecore#//BaseBusinessItemRelationship/source"/>
|
||||
<linkMetaFeature
|
||||
xsi:type="ecore:EReference"
|
||||
href="../../org.talend.model/model/Business.ecore#//BaseBusinessItemRelationship/target"/>
|
||||
</links>
|
||||
<diagram>
|
||||
<diagramCanvas
|
||||
href="Business.gmfgraph#business"/>
|
||||
<domainModel
|
||||
href="../../org.talend.model/model/Business.ecore#/"/>
|
||||
<domainMetaElement
|
||||
href="../../org.talend.model/model/Business.ecore#//BusinessProcess"/>
|
||||
<palette
|
||||
href="Business.gmftool#//@palette"/>
|
||||
</diagram>
|
||||
</gmfmap:Mapping>
|
||||
@@ -0,0 +1,141 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<gmftool:ToolRegistry xmi:version="2.0"
|
||||
xmlns:xmi="http://www.omg.org/XMI"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xmlns:gmftool="http://www.eclipse.org/gmf/2005/ToolDefinition">
|
||||
<palette>
|
||||
<tools
|
||||
xsi:type="gmftool:ToolGroup"
|
||||
title="business"
|
||||
collapsible="true">
|
||||
<tools
|
||||
xsi:type="gmftool:CreationTool"
|
||||
title="Decision"
|
||||
description="Create new Decision">
|
||||
<smallIcon
|
||||
xsi:type="gmftool:DefaultImage"/>
|
||||
<largeIcon
|
||||
xsi:type="gmftool:DefaultImage"/>
|
||||
</tools>
|
||||
<tools
|
||||
xsi:type="gmftool:CreationTool"
|
||||
title="Action"
|
||||
description="Create new Action">
|
||||
<smallIcon
|
||||
xsi:type="gmftool:DefaultImage"/>
|
||||
<largeIcon
|
||||
xsi:type="gmftool:DefaultImage"/>
|
||||
</tools>
|
||||
<tools
|
||||
xsi:type="gmftool:CreationTool"
|
||||
title="Terminal"
|
||||
description="Create new Terminal">
|
||||
<smallIcon
|
||||
xsi:type="gmftool:DefaultImage"/>
|
||||
<largeIcon
|
||||
xsi:type="gmftool:DefaultImage"/>
|
||||
</tools>
|
||||
<tools
|
||||
xsi:type="gmftool:CreationTool"
|
||||
title="Data"
|
||||
description="Create new Data">
|
||||
<smallIcon
|
||||
xsi:type="gmftool:DefaultImage"/>
|
||||
<largeIcon
|
||||
xsi:type="gmftool:DefaultImage"/>
|
||||
</tools>
|
||||
<tools
|
||||
xsi:type="gmftool:CreationTool"
|
||||
title="Document"
|
||||
description="Create new Document">
|
||||
<smallIcon
|
||||
xsi:type="gmftool:DefaultImage"/>
|
||||
<largeIcon
|
||||
xsi:type="gmftool:DefaultImage"/>
|
||||
</tools>
|
||||
<tools
|
||||
xsi:type="gmftool:CreationTool"
|
||||
title="Input"
|
||||
description="Create new Input">
|
||||
<smallIcon
|
||||
xsi:type="gmftool:DefaultImage"/>
|
||||
<largeIcon
|
||||
xsi:type="gmftool:DefaultImage"/>
|
||||
</tools>
|
||||
<tools
|
||||
xsi:type="gmftool:CreationTool"
|
||||
title="List"
|
||||
description="Create new List">
|
||||
<smallIcon
|
||||
xsi:type="gmftool:DefaultImage"/>
|
||||
<largeIcon
|
||||
xsi:type="gmftool:DefaultImage"/>
|
||||
</tools>
|
||||
<tools
|
||||
xsi:type="gmftool:CreationTool"
|
||||
title="Database"
|
||||
description="Create new Database">
|
||||
<smallIcon
|
||||
xsi:type="gmftool:DefaultImage"/>
|
||||
<largeIcon
|
||||
xsi:type="gmftool:DefaultImage"/>
|
||||
</tools>
|
||||
<tools
|
||||
xsi:type="gmftool:CreationTool"
|
||||
title="Actor"
|
||||
description="Create new Actor">
|
||||
<smallIcon
|
||||
xsi:type="gmftool:DefaultImage"/>
|
||||
<largeIcon
|
||||
xsi:type="gmftool:DefaultImage"/>
|
||||
</tools>
|
||||
<tools
|
||||
xsi:type="gmftool:CreationTool"
|
||||
title="Ellipse"
|
||||
description="Create new Ellipse">
|
||||
<smallIcon
|
||||
xsi:type="gmftool:DefaultImage"/>
|
||||
<largeIcon
|
||||
xsi:type="gmftool:DefaultImage"/>
|
||||
</tools>
|
||||
<tools
|
||||
xsi:type="gmftool:CreationTool"
|
||||
title="Gear"
|
||||
description="Create new Gear">
|
||||
<smallIcon
|
||||
xsi:type="gmftool:DefaultImage"/>
|
||||
<largeIcon
|
||||
xsi:type="gmftool:DefaultImage"/>
|
||||
</tools>
|
||||
<tools
|
||||
xsi:type="gmftool:PaletteSeparator"/>
|
||||
<tools
|
||||
xsi:type="gmftool:CreationTool"
|
||||
title="Relationship"
|
||||
description="Create new Relationship">
|
||||
<smallIcon
|
||||
xsi:type="gmftool:DefaultImage"/>
|
||||
<largeIcon
|
||||
xsi:type="gmftool:DefaultImage"/>
|
||||
</tools>
|
||||
<tools
|
||||
xsi:type="gmftool:CreationTool"
|
||||
title="Directional Relationship"
|
||||
description="Create new Directional Relationship">
|
||||
<smallIcon
|
||||
xsi:type="gmftool:DefaultImage"/>
|
||||
<largeIcon
|
||||
xsi:type="gmftool:DefaultImage"/>
|
||||
</tools>
|
||||
<tools
|
||||
xsi:type="gmftool:CreationTool"
|
||||
title="Bidirectional Relationship"
|
||||
description="Create new Bidirectional Relationship">
|
||||
<smallIcon
|
||||
xsi:type="gmftool:DefaultImage"/>
|
||||
<largeIcon
|
||||
xsi:type="gmftool:DefaultImage"/>
|
||||
</tools>
|
||||
</tools>
|
||||
</palette>
|
||||
</gmftool:ToolRegistry>
|
||||
@@ -0,0 +1,3 @@
|
||||
pluginName=Business Diagram Plug-in
|
||||
providerName=.Talend SA.
|
||||
repository.businessProcess=Business Models
|
||||
683
main/plugins/org.talend.designer.business.diagram/plugin.xml
Normal file
683
main/plugins/org.talend.designer.business.diagram/plugin.xml
Normal file
@@ -0,0 +1,683 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?eclipse version="3.0"?>
|
||||
|
||||
<plugin>
|
||||
|
||||
<extension point="org.eclipse.core.runtime.preferences">
|
||||
<initializer class="org.talend.designer.business.model.business.diagram.part.BusinessDiagramPreferenceInitializer"/>
|
||||
</extension>
|
||||
|
||||
<extension point="org.eclipse.team.core.fileTypes">
|
||||
<fileTypes
|
||||
type="text"
|
||||
extension="business_diagram">
|
||||
</fileTypes>
|
||||
</extension>
|
||||
|
||||
<extension point="org.eclipse.emf.ecore.extension_parser">
|
||||
<parser
|
||||
type="business_diagram"
|
||||
class="org.eclipse.gmf.runtime.emf.core.resources.GMFResourceFactory">
|
||||
</parser>
|
||||
</extension>
|
||||
|
||||
<extension point="org.eclipse.ui.editors">
|
||||
<editor
|
||||
id="org.talend.designer.business.model.business.diagram.part.BusinessDiagramEditorID"
|
||||
name="Business Diagram Editor"
|
||||
icon="icons/obj16/BusinessDiagramFile.png"
|
||||
extensions="business_diagram"
|
||||
default="true"
|
||||
class="org.talend.designer.business.model.business.diagram.part.BusinessDiagramEditor"
|
||||
matchingStrategy="org.talend.designer.business.model.business.diagram.part.BusinessMatchingStrategy"
|
||||
contributorClass="org.talend.designer.business.model.business.diagram.part.BusinessDiagramActionBarContributor"
|
||||
>
|
||||
</editor>
|
||||
</extension>
|
||||
|
||||
<extension point="org.eclipse.ui.newWizards">
|
||||
<wizard
|
||||
name="Business Diagram"
|
||||
icon="icons/obj16/BusinessDiagramFile.png"
|
||||
category="org.talend.designer.core.ui"
|
||||
class="org.talend.designer.business.model.business.diagram.part.BusinessCreationWizard"
|
||||
id="org.talend.designer.business.model.business.diagram.part.BusinessCreationWizardID">
|
||||
<description>
|
||||
Creates Business diagram.
|
||||
</description>
|
||||
</wizard>
|
||||
</extension>
|
||||
|
||||
<extension point="org.eclipse.ui.popupMenus">
|
||||
<objectContribution
|
||||
id="org.talend.designer.business.diagram.ui.objectContribution.IFile1"
|
||||
nameFilter="*.business"
|
||||
objectClass="org.eclipse.core.resources.IFile">
|
||||
<action
|
||||
label="Initialize business_diagram diagram file"
|
||||
class="org.talend.designer.business.model.business.diagram.part.BusinessInitDiagramFileAction"
|
||||
menubarPath="additions"
|
||||
enablesFor="1"
|
||||
id="org.talend.designer.business.model.business.diagram.part.BusinessInitDiagramFileActionID">
|
||||
</action>
|
||||
</objectContribution>
|
||||
<objectContribution
|
||||
adaptable="false"
|
||||
id="org.talend.designer.business.diagram.ui.objectContribution.BusinessProcessEditPart2"
|
||||
objectClass="org.talend.designer.business.model.business.diagram.edit.parts.BusinessProcessEditPart">
|
||||
<action
|
||||
class="org.talend.designer.business.model.business.diagram.part.BusinessLoadResourceAction"
|
||||
enablesFor="1"
|
||||
id="org.talend.designer.business.model.business.diagram.part.BusinessLoadResourceActionID"
|
||||
label="Load Resource..."
|
||||
menubarPath="additions">
|
||||
</action>
|
||||
</objectContribution>
|
||||
</extension>
|
||||
|
||||
<extension point="org.eclipse.gmf.runtime.common.ui.services.action.contributionItemProviders">
|
||||
<contributionItemProvider class="org.talend.designer.business.model.business.diagram.providers.BusinessContributionItemProvider">
|
||||
<Priority name="Low">
|
||||
</Priority>
|
||||
<partContribution id="org.talend.designer.business.model.business.diagram.part.BusinessDiagramEditorID">
|
||||
<partAction menubarPath="/file/print" id="printPreviewAction">
|
||||
</partAction>
|
||||
</partContribution>
|
||||
</contributionItemProvider>
|
||||
<contributionItemProvider
|
||||
class="org.eclipse.gmf.runtime.diagram.ui.providers.DiagramContributionItemProvider"
|
||||
checkPluginLoaded="false">
|
||||
<Priority name="Low"/>
|
||||
<popupContribution class="org.eclipse.gmf.runtime.diagram.ui.providers.DiagramContextMenuProvider">
|
||||
<popupStructuredContributionCriteria objectClass="org.talend.designer.business.model.business.diagram.edit.parts.ActionBusinessItemEditPart"/>
|
||||
<popupPredefinedItem id="deleteFromDiagramAction" remove="true"/>
|
||||
</popupContribution>
|
||||
<popupContribution class="org.eclipse.gmf.runtime.diagram.ui.providers.DiagramContextMenuProvider">
|
||||
<popupStructuredContributionCriteria objectClass="org.talend.designer.business.model.business.diagram.edit.parts.ActionBusinessItemNameEditPart"/>
|
||||
<popupPredefinedItem id="deleteFromDiagramAction" remove="true"/>
|
||||
</popupContribution>
|
||||
<popupContribution class="org.eclipse.gmf.runtime.diagram.ui.providers.DiagramContextMenuProvider">
|
||||
<popupStructuredContributionCriteria objectClass="org.talend.designer.business.model.business.diagram.edit.parts.TerminalBusinessItemEditPart"/>
|
||||
<popupPredefinedItem id="deleteFromDiagramAction" remove="true"/>
|
||||
</popupContribution>
|
||||
<popupContribution class="org.eclipse.gmf.runtime.diagram.ui.providers.DiagramContextMenuProvider">
|
||||
<popupStructuredContributionCriteria objectClass="org.talend.designer.business.model.business.diagram.edit.parts.TerminalBusinessItemNameEditPart"/>
|
||||
<popupPredefinedItem id="deleteFromDiagramAction" remove="true"/>
|
||||
</popupContribution>
|
||||
<popupContribution class="org.eclipse.gmf.runtime.diagram.ui.providers.DiagramContextMenuProvider">
|
||||
<popupStructuredContributionCriteria objectClass="org.talend.designer.business.model.business.diagram.edit.parts.DocumentBusinessItemEditPart"/>
|
||||
<popupPredefinedItem id="deleteFromDiagramAction" remove="true"/>
|
||||
</popupContribution>
|
||||
<popupContribution class="org.eclipse.gmf.runtime.diagram.ui.providers.DiagramContextMenuProvider">
|
||||
<popupStructuredContributionCriteria objectClass="org.talend.designer.business.model.business.diagram.edit.parts.DocumentBusinessItemNameEditPart"/>
|
||||
<popupPredefinedItem id="deleteFromDiagramAction" remove="true"/>
|
||||
</popupContribution>
|
||||
<popupContribution class="org.eclipse.gmf.runtime.diagram.ui.providers.DiagramContextMenuProvider">
|
||||
<popupStructuredContributionCriteria objectClass="org.talend.designer.business.model.business.diagram.edit.parts.DatabaseBusinessItemEditPart"/>
|
||||
<popupPredefinedItem id="deleteFromDiagramAction" remove="true"/>
|
||||
</popupContribution>
|
||||
<popupContribution class="org.eclipse.gmf.runtime.diagram.ui.providers.DiagramContextMenuProvider">
|
||||
<popupStructuredContributionCriteria objectClass="org.talend.designer.business.model.business.diagram.edit.parts.DatabaseBusinessItemNameEditPart"/>
|
||||
<popupPredefinedItem id="deleteFromDiagramAction" remove="true"/>
|
||||
</popupContribution>
|
||||
<popupContribution class="org.eclipse.gmf.runtime.diagram.ui.providers.DiagramContextMenuProvider">
|
||||
<popupStructuredContributionCriteria objectClass="org.talend.designer.business.model.business.diagram.edit.parts.ListBusinessItemEditPart"/>
|
||||
<popupPredefinedItem id="deleteFromDiagramAction" remove="true"/>
|
||||
</popupContribution>
|
||||
<popupContribution class="org.eclipse.gmf.runtime.diagram.ui.providers.DiagramContextMenuProvider">
|
||||
<popupStructuredContributionCriteria objectClass="org.talend.designer.business.model.business.diagram.edit.parts.ListBusinessItemNameEditPart"/>
|
||||
<popupPredefinedItem id="deleteFromDiagramAction" remove="true"/>
|
||||
</popupContribution>
|
||||
<popupContribution class="org.eclipse.gmf.runtime.diagram.ui.providers.DiagramContextMenuProvider">
|
||||
<popupStructuredContributionCriteria objectClass="org.talend.designer.business.model.business.diagram.edit.parts.DataBusinessItemEditPart"/>
|
||||
<popupPredefinedItem id="deleteFromDiagramAction" remove="true"/>
|
||||
</popupContribution>
|
||||
<popupContribution class="org.eclipse.gmf.runtime.diagram.ui.providers.DiagramContextMenuProvider">
|
||||
<popupStructuredContributionCriteria objectClass="org.talend.designer.business.model.business.diagram.edit.parts.DataBusinessItemNameEditPart"/>
|
||||
<popupPredefinedItem id="deleteFromDiagramAction" remove="true"/>
|
||||
</popupContribution>
|
||||
<popupContribution class="org.eclipse.gmf.runtime.diagram.ui.providers.DiagramContextMenuProvider">
|
||||
<popupStructuredContributionCriteria objectClass="org.talend.designer.business.model.business.diagram.edit.parts.InputBusinessItemEditPart"/>
|
||||
<popupPredefinedItem id="deleteFromDiagramAction" remove="true"/>
|
||||
</popupContribution>
|
||||
<popupContribution class="org.eclipse.gmf.runtime.diagram.ui.providers.DiagramContextMenuProvider">
|
||||
<popupStructuredContributionCriteria objectClass="org.talend.designer.business.model.business.diagram.edit.parts.InputBusinessItemNameEditPart"/>
|
||||
<popupPredefinedItem id="deleteFromDiagramAction" remove="true"/>
|
||||
</popupContribution>
|
||||
<popupContribution class="org.eclipse.gmf.runtime.diagram.ui.providers.DiagramContextMenuProvider">
|
||||
<popupStructuredContributionCriteria objectClass="org.talend.designer.business.model.business.diagram.edit.parts.DecisionBusinessItemEditPart"/>
|
||||
<popupPredefinedItem id="deleteFromDiagramAction" remove="true"/>
|
||||
</popupContribution>
|
||||
<popupContribution class="org.eclipse.gmf.runtime.diagram.ui.providers.DiagramContextMenuProvider">
|
||||
<popupStructuredContributionCriteria objectClass="org.talend.designer.business.model.business.diagram.edit.parts.DecisionBusinessItemNameEditPart"/>
|
||||
<popupPredefinedItem id="deleteFromDiagramAction" remove="true"/>
|
||||
</popupContribution>
|
||||
<popupContribution class="org.eclipse.gmf.runtime.diagram.ui.providers.DiagramContextMenuProvider">
|
||||
<popupStructuredContributionCriteria objectClass="org.talend.designer.business.model.business.diagram.edit.parts.ActorBusinessItemEditPart"/>
|
||||
<popupPredefinedItem id="deleteFromDiagramAction" remove="true"/>
|
||||
</popupContribution>
|
||||
<popupContribution class="org.eclipse.gmf.runtime.diagram.ui.providers.DiagramContextMenuProvider">
|
||||
<popupStructuredContributionCriteria objectClass="org.talend.designer.business.model.business.diagram.edit.parts.ActorBusinessItemNameEditPart"/>
|
||||
<popupPredefinedItem id="deleteFromDiagramAction" remove="true"/>
|
||||
</popupContribution>
|
||||
<popupContribution class="org.eclipse.gmf.runtime.diagram.ui.providers.DiagramContextMenuProvider">
|
||||
<popupStructuredContributionCriteria objectClass="org.talend.designer.business.model.business.diagram.edit.parts.EllipseBusinessItemEditPart"/>
|
||||
<popupPredefinedItem id="deleteFromDiagramAction" remove="true"/>
|
||||
</popupContribution>
|
||||
<popupContribution class="org.eclipse.gmf.runtime.diagram.ui.providers.DiagramContextMenuProvider">
|
||||
<popupStructuredContributionCriteria objectClass="org.talend.designer.business.model.business.diagram.edit.parts.EllipseBusinessItemNameEditPart"/>
|
||||
<popupPredefinedItem id="deleteFromDiagramAction" remove="true"/>
|
||||
</popupContribution>
|
||||
<popupContribution class="org.eclipse.gmf.runtime.diagram.ui.providers.DiagramContextMenuProvider">
|
||||
<popupStructuredContributionCriteria objectClass="org.talend.designer.business.model.business.diagram.edit.parts.GearBusinessItemEditPart"/>
|
||||
<popupPredefinedItem id="deleteFromDiagramAction" remove="true"/>
|
||||
</popupContribution>
|
||||
<popupContribution class="org.eclipse.gmf.runtime.diagram.ui.providers.DiagramContextMenuProvider">
|
||||
<popupStructuredContributionCriteria objectClass="org.talend.designer.business.model.business.diagram.edit.parts.GearBusinessItemNameEditPart"/>
|
||||
<popupPredefinedItem id="deleteFromDiagramAction" remove="true"/>
|
||||
</popupContribution>
|
||||
<popupContribution class="org.eclipse.gmf.runtime.diagram.ui.providers.DiagramContextMenuProvider">
|
||||
<popupStructuredContributionCriteria objectClass="org.talend.designer.business.model.business.diagram.edit.parts.BusinessItemRelationshipEditPart"/>
|
||||
<popupPredefinedItem id="deleteFromDiagramAction" remove="true"/>
|
||||
</popupContribution>
|
||||
<popupContribution class="org.eclipse.gmf.runtime.diagram.ui.providers.DiagramContextMenuProvider">
|
||||
<popupStructuredContributionCriteria objectClass="org.talend.designer.business.model.business.diagram.edit.parts.BusinessItemRelationshipNameEditPart"/>
|
||||
<popupPredefinedItem id="deleteFromDiagramAction" remove="true"/>
|
||||
<popupPredefinedItem id="deleteFromModelAction" remove="true"/>
|
||||
</popupContribution>
|
||||
<popupContribution class="org.eclipse.gmf.runtime.diagram.ui.providers.DiagramContextMenuProvider">
|
||||
<popupStructuredContributionCriteria objectClass="org.talend.designer.business.model.business.diagram.edit.parts.DirectionalBusinessItemRelationshipEditPart"/>
|
||||
<popupPredefinedItem id="deleteFromDiagramAction" remove="true"/>
|
||||
</popupContribution>
|
||||
<popupContribution class="org.eclipse.gmf.runtime.diagram.ui.providers.DiagramContextMenuProvider">
|
||||
<popupStructuredContributionCriteria objectClass="org.talend.designer.business.model.business.diagram.edit.parts.DirectionalBusinessItemRelationshipNameEditPart"/>
|
||||
<popupPredefinedItem id="deleteFromDiagramAction" remove="true"/>
|
||||
<popupPredefinedItem id="deleteFromModelAction" remove="true"/>
|
||||
</popupContribution>
|
||||
<popupContribution class="org.eclipse.gmf.runtime.diagram.ui.providers.DiagramContextMenuProvider">
|
||||
<popupStructuredContributionCriteria objectClass="org.talend.designer.business.model.business.diagram.edit.parts.BidirectionalBusinessItemRelationshipEditPart"/>
|
||||
<popupPredefinedItem id="deleteFromDiagramAction" remove="true"/>
|
||||
</popupContribution>
|
||||
<popupContribution class="org.eclipse.gmf.runtime.diagram.ui.providers.DiagramContextMenuProvider">
|
||||
<popupStructuredContributionCriteria objectClass="org.talend.designer.business.model.business.diagram.edit.parts.BidirectionalBusinessItemRelationshipNameEditPart"/>
|
||||
<popupPredefinedItem id="deleteFromDiagramAction" remove="true"/>
|
||||
<popupPredefinedItem id="deleteFromModelAction" remove="true"/>
|
||||
</popupContribution>
|
||||
</contributionItemProvider>
|
||||
</extension>
|
||||
|
||||
<extension point="org.eclipse.gmf.runtime.common.ui.services.action.globalActionHandlerProviders">
|
||||
<GlobalActionHandlerProvider
|
||||
class="org.eclipse.gmf.runtime.diagram.ui.providers.DiagramGlobalActionHandlerProvider"
|
||||
id="BusinessPresentation">
|
||||
<Priority name="Lowest"/>
|
||||
<ViewId id="org.talend.designer.business.model.business.diagram.part.BusinessDiagramEditorID">
|
||||
<ElementType class="org.eclipse.gmf.runtime.diagram.ui.editparts.IGraphicalEditPart">
|
||||
<GlobalActionId actionId="delete"/>
|
||||
</ElementType>
|
||||
<ElementType class="org.eclipse.gmf.runtime.diagram.ui.editparts.DiagramEditPart">
|
||||
<GlobalActionId actionId="save"/>
|
||||
</ElementType>
|
||||
</ViewId>
|
||||
</GlobalActionHandlerProvider>
|
||||
<GlobalActionHandlerProvider
|
||||
class="org.eclipse.gmf.runtime.diagram.ui.printing.render.providers.DiagramWithPrintGlobalActionHandlerProvider"
|
||||
id="BusinessPresentationPrint">
|
||||
<Priority name="Lowest"/>
|
||||
<ViewId id="org.talend.designer.business.model.business.diagram.part.BusinessDiagramEditorID">
|
||||
<ElementType class="org.eclipse.gmf.runtime.diagram.ui.editparts.IGraphicalEditPart">
|
||||
<GlobalActionId actionId="print"/>
|
||||
</ElementType>
|
||||
</ViewId>
|
||||
</GlobalActionHandlerProvider>
|
||||
<GlobalActionHandlerProvider
|
||||
class="org.eclipse.gmf.runtime.diagram.ui.providers.ide.providers.DiagramIDEGlobalActionHandlerProvider"
|
||||
id="BusinessPresentationIDE">
|
||||
<Priority name="Lowest"/>
|
||||
<ViewId id="org.talend.designer.business.model.business.diagram.part.BusinessDiagramEditorID">
|
||||
<ElementType class="org.eclipse.gmf.runtime.diagram.ui.editparts.IGraphicalEditPart">
|
||||
<GlobalActionId actionId="bookmark"/>
|
||||
</ElementType>
|
||||
</ViewId>
|
||||
</GlobalActionHandlerProvider>
|
||||
<GlobalActionHandlerProvider
|
||||
class="org.talend.designer.business.model.business.diagram.providers.ClipboardActionHandlerProvider"
|
||||
id="BusinessRender">
|
||||
<Priority name="Lowest"/>
|
||||
<ViewId id="org.talend.designer.business.model.business.diagram.part.BusinessDiagramEditorID">
|
||||
<ElementType class="org.eclipse.gmf.runtime.diagram.ui.editparts.IGraphicalEditPart">
|
||||
<GlobalActionId actionId="cut"/>
|
||||
<GlobalActionId actionId="copy"/>
|
||||
<GlobalActionId actionId="paste"/>
|
||||
<GlobalActionId actionId="save"/>
|
||||
</ElementType>
|
||||
</ViewId>
|
||||
</GlobalActionHandlerProvider>
|
||||
</extension>
|
||||
|
||||
<extension point="org.eclipse.gmf.runtime.diagram.core.viewProviders">
|
||||
<viewProvider class="org.talend.designer.business.model.business.diagram.providers.BusinessViewProvider">
|
||||
<Priority name="Lowest"/>
|
||||
<context viewClass="org.eclipse.gmf.runtime.notation.Diagram" semanticHints="Business"/>
|
||||
<context viewClass="org.eclipse.gmf.runtime.notation.Node" semanticHints=""/>
|
||||
<context viewClass="org.eclipse.gmf.runtime.notation.Edge" semanticHints=""/>
|
||||
</viewProvider>
|
||||
</extension>
|
||||
|
||||
<extension point="org.eclipse.gmf.runtime.diagram.ui.editpartProviders">
|
||||
<editpartProvider class="org.talend.designer.business.model.business.diagram.providers.BusinessEditPartProvider">
|
||||
<Priority name="Lowest"/>
|
||||
</editpartProvider>
|
||||
</extension>
|
||||
|
||||
<extension point="org.eclipse.gmf.runtime.diagram.ui.paletteProviders">
|
||||
<paletteProvider class="org.talend.designer.business.model.business.diagram.providers.BusinessPaletteProvider">
|
||||
<Priority name="Lowest"/>
|
||||
<editor id="org.talend.designer.business.model.business.diagram.part.BusinessDiagramEditorID"/>
|
||||
</paletteProvider>
|
||||
</extension>
|
||||
|
||||
<extension point="org.eclipse.gmf.runtime.emf.ui.modelingAssistantProviders">
|
||||
<modelingAssistantProvider class="org.talend.designer.business.model.business.diagram.providers.BusinessModelingAssistantProvider">
|
||||
<Priority name="Lowest"/>
|
||||
</modelingAssistantProvider>
|
||||
</extension>
|
||||
|
||||
<extension point="org.eclipse.gmf.runtime.common.ui.services.properties.propertiesProviders">
|
||||
<PropertiesProvider
|
||||
verifyPluginLoaded="false"
|
||||
class="org.talend.designer.business.model.business.diagram.providers.BusinessPropertyProvider">
|
||||
<Priority name="Lowest"/>
|
||||
</PropertiesProvider>
|
||||
</extension>
|
||||
|
||||
<extension point="org.eclipse.gmf.runtime.common.ui.services.iconProviders">
|
||||
<IconProvider class="org.talend.designer.business.model.business.diagram.providers.BusinessIconProvider">
|
||||
<Priority name="Low"/>
|
||||
</IconProvider>
|
||||
</extension>
|
||||
|
||||
<extension point="org.eclipse.gmf.runtime.common.ui.services.parserProviders">
|
||||
<ParserProvider class="org.talend.designer.business.model.business.diagram.providers.BusinessParserProvider">
|
||||
<Priority name="Lowest"/>
|
||||
</ParserProvider>
|
||||
</extension>
|
||||
|
||||
<extension point="org.eclipse.gmf.runtime.emf.type.core.elementTypes">
|
||||
|
||||
<metamodel nsURI="business">
|
||||
<metamodelType
|
||||
id="org.talend.designer.business.diagram.BusinessProcess_79"
|
||||
kind="org.eclipse.gmf.runtime.emf.type.core.IHintedType"
|
||||
eclass="BusinessProcess"
|
||||
edithelper="org.talend.designer.business.model.business.diagram.edit.helpers.BusinessProcessEditHelper">
|
||||
<param name="semanticHint" value="79"/>
|
||||
</metamodelType>
|
||||
</metamodel>
|
||||
|
||||
<metamodel nsURI="business">
|
||||
<metamodelType
|
||||
id="org.talend.designer.business.diagram.ActionBusinessItem_1001"
|
||||
name="Action"
|
||||
kind="org.eclipse.gmf.runtime.emf.type.core.IHintedType"
|
||||
eclass="ActionBusinessItem"
|
||||
edithelper="org.talend.designer.business.model.business.diagram.edit.helpers.ActionBusinessItemEditHelper">
|
||||
<param name="semanticHint" value="1001"/>
|
||||
</metamodelType>
|
||||
</metamodel>
|
||||
|
||||
<metamodel nsURI="business">
|
||||
<metamodelType
|
||||
id="org.talend.designer.business.diagram.TerminalBusinessItem_1002"
|
||||
name="Terminal"
|
||||
kind="org.eclipse.gmf.runtime.emf.type.core.IHintedType"
|
||||
eclass="TerminalBusinessItem"
|
||||
edithelper="org.talend.designer.business.model.business.diagram.edit.helpers.TerminalBusinessItemEditHelper">
|
||||
<param name="semanticHint" value="1002"/>
|
||||
</metamodelType>
|
||||
</metamodel>
|
||||
|
||||
<metamodel nsURI="business">
|
||||
<metamodelType
|
||||
id="org.talend.designer.business.diagram.DocumentBusinessItem_1003"
|
||||
name="Document"
|
||||
kind="org.eclipse.gmf.runtime.emf.type.core.IHintedType"
|
||||
eclass="DocumentBusinessItem"
|
||||
edithelper="org.talend.designer.business.model.business.diagram.edit.helpers.DocumentBusinessItemEditHelper">
|
||||
<param name="semanticHint" value="1003"/>
|
||||
</metamodelType>
|
||||
</metamodel>
|
||||
|
||||
<metamodel nsURI="business">
|
||||
<metamodelType
|
||||
id="org.talend.designer.business.diagram.DatabaseBusinessItem_1004"
|
||||
name="Database"
|
||||
kind="org.eclipse.gmf.runtime.emf.type.core.IHintedType"
|
||||
eclass="DatabaseBusinessItem"
|
||||
edithelper="org.talend.designer.business.model.business.diagram.edit.helpers.DatabaseBusinessItemEditHelper">
|
||||
<param name="semanticHint" value="1004"/>
|
||||
</metamodelType>
|
||||
</metamodel>
|
||||
|
||||
<metamodel nsURI="business">
|
||||
<metamodelType
|
||||
id="org.talend.designer.business.diagram.ListBusinessItem_1005"
|
||||
name="List"
|
||||
kind="org.eclipse.gmf.runtime.emf.type.core.IHintedType"
|
||||
eclass="ListBusinessItem"
|
||||
edithelper="org.talend.designer.business.model.business.diagram.edit.helpers.ListBusinessItemEditHelper">
|
||||
<param name="semanticHint" value="1005"/>
|
||||
</metamodelType>
|
||||
</metamodel>
|
||||
|
||||
<metamodel nsURI="business">
|
||||
<metamodelType
|
||||
id="org.talend.designer.business.diagram.DataBusinessItem_1006"
|
||||
name="Data"
|
||||
kind="org.eclipse.gmf.runtime.emf.type.core.IHintedType"
|
||||
eclass="DataBusinessItem"
|
||||
edithelper="org.talend.designer.business.model.business.diagram.edit.helpers.DataBusinessItemEditHelper">
|
||||
<param name="semanticHint" value="1006"/>
|
||||
</metamodelType>
|
||||
</metamodel>
|
||||
|
||||
<metamodel nsURI="business">
|
||||
<metamodelType
|
||||
id="org.talend.designer.business.diagram.InputBusinessItem_1007"
|
||||
name="Input"
|
||||
kind="org.eclipse.gmf.runtime.emf.type.core.IHintedType"
|
||||
eclass="InputBusinessItem"
|
||||
edithelper="org.talend.designer.business.model.business.diagram.edit.helpers.InputBusinessItemEditHelper">
|
||||
<param name="semanticHint" value="1007"/>
|
||||
</metamodelType>
|
||||
</metamodel>
|
||||
|
||||
<metamodel nsURI="business">
|
||||
<metamodelType
|
||||
id="org.talend.designer.business.diagram.DecisionBusinessItem_1008"
|
||||
name="Decision"
|
||||
kind="org.eclipse.gmf.runtime.emf.type.core.IHintedType"
|
||||
eclass="DecisionBusinessItem"
|
||||
edithelper="org.talend.designer.business.model.business.diagram.edit.helpers.DecisionBusinessItemEditHelper">
|
||||
<param name="semanticHint" value="1008"/>
|
||||
</metamodelType>
|
||||
</metamodel>
|
||||
|
||||
<metamodel nsURI="business">
|
||||
<metamodelType
|
||||
id="org.talend.designer.business.diagram.ActorBusinessItem_1009"
|
||||
name="Actor"
|
||||
kind="org.eclipse.gmf.runtime.emf.type.core.IHintedType"
|
||||
eclass="ActorBusinessItem"
|
||||
edithelper="org.talend.designer.business.model.business.diagram.edit.helpers.ActorBusinessItemEditHelper">
|
||||
<param name="semanticHint" value="1009"/>
|
||||
</metamodelType>
|
||||
</metamodel>
|
||||
|
||||
<metamodel nsURI="business">
|
||||
<metamodelType
|
||||
id="org.talend.designer.business.diagram.EllipseBusinessItem_1010"
|
||||
name="Ellipse"
|
||||
kind="org.eclipse.gmf.runtime.emf.type.core.IHintedType"
|
||||
eclass="EllipseBusinessItem"
|
||||
edithelper="org.talend.designer.business.model.business.diagram.edit.helpers.EllipseBusinessItemEditHelper">
|
||||
<param name="semanticHint" value="1010"/>
|
||||
</metamodelType>
|
||||
</metamodel>
|
||||
|
||||
<metamodel nsURI="business">
|
||||
<metamodelType
|
||||
id="org.talend.designer.business.diagram.GearBusinessItem_1011"
|
||||
name="Gear"
|
||||
kind="org.eclipse.gmf.runtime.emf.type.core.IHintedType"
|
||||
eclass="GearBusinessItem"
|
||||
edithelper="org.talend.designer.business.model.business.diagram.edit.helpers.GearBusinessItemEditHelper">
|
||||
<param name="semanticHint" value="1011"/>
|
||||
</metamodelType>
|
||||
</metamodel>
|
||||
|
||||
<metamodel nsURI="business">
|
||||
<metamodelType
|
||||
id="org.talend.designer.business.diagram.BusinessItemRelationship_3001"
|
||||
name="Relationship"
|
||||
kind="org.eclipse.gmf.runtime.emf.type.core.IHintedType"
|
||||
eclass="BusinessItemRelationship"
|
||||
edithelper="org.talend.designer.business.model.business.diagram.edit.helpers.BusinessItemRelationshipEditHelper">
|
||||
<param name="semanticHint" value="3001"/>
|
||||
</metamodelType>
|
||||
</metamodel>
|
||||
|
||||
<metamodel nsURI="business">
|
||||
<metamodelType
|
||||
id="org.talend.designer.business.diagram.DirectionalBusinessItemRelationship_3002"
|
||||
name="Directional Relationship"
|
||||
kind="org.eclipse.gmf.runtime.emf.type.core.IHintedType"
|
||||
eclass="DirectionalBusinessItemRelationship"
|
||||
edithelper="org.talend.designer.business.model.business.diagram.edit.helpers.DirectionalBusinessItemRelationshipEditHelper">
|
||||
<param name="semanticHint" value="3002"/>
|
||||
</metamodelType>
|
||||
</metamodel>
|
||||
|
||||
<metamodel nsURI="business">
|
||||
<metamodelType
|
||||
id="org.talend.designer.business.diagram.BidirectionalBusinessItemRelationship_3003"
|
||||
name="Bidirectional Relationship"
|
||||
kind="org.eclipse.gmf.runtime.emf.type.core.IHintedType"
|
||||
eclass="BidirectionalBusinessItemRelationship"
|
||||
edithelper="org.talend.designer.business.model.business.diagram.edit.helpers.BidirectionalBusinessItemRelationshipEditHelper">
|
||||
<param name="semanticHint" value="3003"/>
|
||||
</metamodelType>
|
||||
</metamodel>
|
||||
</extension>
|
||||
|
||||
<extension point="org.eclipse.gmf.runtime.emf.type.core.elementTypeBindings">
|
||||
<clientContext id="BusinessClientContext">
|
||||
<enablement>
|
||||
<test
|
||||
property="org.eclipse.gmf.runtime.emf.core.editingDomain"
|
||||
value="org.talend.designer.business.diagram.EditingDomain"/>
|
||||
</enablement>
|
||||
</clientContext>
|
||||
<binding context="BusinessClientContext">
|
||||
<elementType ref="org.talend.designer.business.diagram.BusinessProcess_79"/>
|
||||
<elementType ref="org.talend.designer.business.diagram.ActionBusinessItem_1001"/>
|
||||
<elementType ref="org.talend.designer.business.diagram.TerminalBusinessItem_1002"/>
|
||||
<elementType ref="org.talend.designer.business.diagram.DocumentBusinessItem_1003"/>
|
||||
<elementType ref="org.talend.designer.business.diagram.DatabaseBusinessItem_1004"/>
|
||||
<elementType ref="org.talend.designer.business.diagram.ListBusinessItem_1005"/>
|
||||
<elementType ref="org.talend.designer.business.diagram.DataBusinessItem_1006"/>
|
||||
<elementType ref="org.talend.designer.business.diagram.InputBusinessItem_1007"/>
|
||||
<elementType ref="org.talend.designer.business.diagram.DecisionBusinessItem_1008"/>
|
||||
<elementType ref="org.talend.designer.business.diagram.ActorBusinessItem_1009"/>
|
||||
<elementType ref="org.talend.designer.business.diagram.EllipseBusinessItem_1010"/>
|
||||
<elementType ref="org.talend.designer.business.diagram.GearBusinessItem_1011"/>
|
||||
<elementType ref="org.talend.designer.business.diagram.BusinessItemRelationship_3001"/>
|
||||
<elementType ref="org.talend.designer.business.diagram.DirectionalBusinessItemRelationship_3002"/>
|
||||
<elementType ref="org.talend.designer.business.diagram.BidirectionalBusinessItemRelationship_3003"/>
|
||||
<advice ref="org.eclipse.gmf.runtime.diagram.core.advice.notationDepdendents"/>
|
||||
</binding>
|
||||
</extension>
|
||||
|
||||
<extension
|
||||
point="org.eclipse.ui.views.properties.tabbed.propertyContributor">
|
||||
<propertyContributor
|
||||
contributorId="org.eclipse.gmf.runtime.diagram.ui.properties"
|
||||
typeMapper="org.eclipse.gmf.runtime.diagram.ui.properties.filters.ModelElementTypeMapper"
|
||||
labelProvider="org.eclipse.gmf.runtime.common.ui.services.util.CommonLabelProvider">
|
||||
<propertyCategory category="Assignment"/>
|
||||
</propertyContributor>
|
||||
</extension>
|
||||
|
||||
<extension
|
||||
point="org.eclipse.ui.views.properties.tabbed.propertyTabs">
|
||||
<propertyTabs contributorId="org.eclipse.gmf.runtime.diagram.ui.properties">
|
||||
<propertyTab
|
||||
category="Assignment"
|
||||
id="org.talend.designer.business.diagram.properties.AssignmentTab"
|
||||
label="Assignment"/>
|
||||
</propertyTabs>
|
||||
</extension>
|
||||
|
||||
<extension
|
||||
point="org.eclipse.ui.views.properties.tabbed.propertySections">
|
||||
<propertySections contributorId="org.eclipse.gmf.runtime.diagram.ui.properties">
|
||||
<propertySection
|
||||
class="org.talend.designer.business.diagram.custom.properties.AssignmentPropertySection"
|
||||
filter="org.talend.designer.business.diagram.custom.properties.AssignmentPropertySectionFilter"
|
||||
id="org.talend.designer.business.diagram.properties.AssignmentSection"
|
||||
tab="org.talend.designer.business.diagram.properties.AssignmentTab"/>
|
||||
</propertySections>
|
||||
</extension>
|
||||
|
||||
<extension
|
||||
point="org.talend.core.runtime.service">
|
||||
<Service
|
||||
serviceId="IDiagramModelService"
|
||||
class="org.talend.designer.business.diagram.custom.DiagramModelService"/>
|
||||
</extension>
|
||||
<extension
|
||||
point="org.talend.core.repositoryContextualsActions">
|
||||
<Action
|
||||
class="org.talend.designer.business.diagram.custom.actions.CreateDiagramAction"
|
||||
id="org.talend.designer.business.diagram.Action1"
|
||||
level="10"
|
||||
name="CreateDiagramAction"/>
|
||||
<Action
|
||||
class="org.talend.designer.business.diagram.custom.actions.OpenDiagramAction"
|
||||
id="org.talend.designer.business.diagram.Action2"
|
||||
isEditAction="true"
|
||||
level="10"
|
||||
name="OpenDiagramAction"/>
|
||||
<Action
|
||||
class="org.talend.designer.business.diagram.custom.actions.FindAssignmentAction"
|
||||
id="org.talend.designer.business.diagram.Action3"/>
|
||||
<Action
|
||||
class="org.talend.designer.business.diagram.custom.actions.ReadDiagramAction"
|
||||
id="org.talend.designer.business.diagram.Action4"
|
||||
isReadAction="true"
|
||||
level="20"
|
||||
name="ReadDiagramAction"/>
|
||||
</extension>
|
||||
<extension
|
||||
point="org.eclipse.core.expressions.definitions">
|
||||
<definition
|
||||
id="isActiveEditorOfBusinessModelEditor">
|
||||
<not>
|
||||
<instanceof
|
||||
value="org.talend.designer.business.model.business.diagram.part.BusinessDiagramEditor">
|
||||
</instanceof>
|
||||
</not>
|
||||
</definition>
|
||||
</extension>
|
||||
<extension
|
||||
point="org.talend.core.repository.repoViewLinker">
|
||||
<linker
|
||||
class="org.talend.designer.business.diagram.views.link.BusinessModelsRepoViewLinker"
|
||||
name="Business Models"
|
||||
priority="normal">
|
||||
</linker>
|
||||
</extension>
|
||||
<extension
|
||||
point="org.talend.core.repository.repository_node_provider">
|
||||
<repositoryNode
|
||||
alias="BM"
|
||||
folder="businessProcess"
|
||||
icon="icons/obj16/BusinessDiagramFile.png"
|
||||
isResouce="true"
|
||||
key="repository.businessProcess"
|
||||
label="%repository.businessProcess"
|
||||
ordinal="1"
|
||||
products="DI"
|
||||
type="BUSINESS_PROCESS">
|
||||
</repositoryNode>
|
||||
</extension>
|
||||
<extension
|
||||
point="org.talend.repository.items.importexport.handler">
|
||||
<importItemsProvider
|
||||
id="org.talend.designer.business.diagram.importProvider"
|
||||
name="Business Diagram importer"
|
||||
priority="NORMAL">
|
||||
<importItemsHandler
|
||||
class="org.talend.designer.business.diagram.views.handler.BusinessDiagramImportHandler">
|
||||
<parameter
|
||||
name="type"
|
||||
value="BUSINESS_PROCESS">
|
||||
</parameter>
|
||||
</importItemsHandler>
|
||||
</importItemsProvider>
|
||||
</extension>
|
||||
<extension
|
||||
point="org.eclipse.ui.navigator.navigatorContent">
|
||||
<navigatorContent
|
||||
activeByDefault="true"
|
||||
contentProvider="org.talend.designer.business.diagram.viewer.content.BusinessModelsContentProvider"
|
||||
icon="icons/obj16/BusinessDiagramFile.png"
|
||||
id="org.talend.repository.node.doc.businessModels"
|
||||
labelProvider="org.talend.designer.business.diagram.viewer.label.BusinessDiagramLabelProvider"
|
||||
name="%repository.businessProcess"
|
||||
priority="normal">
|
||||
<triggerPoints>
|
||||
<or>
|
||||
<adapt
|
||||
type="org.talend.core.repository.model.ProjectRepositoryNode">
|
||||
</adapt>
|
||||
<instanceof
|
||||
value="org.talend.core.repository.model.ProjectRepositoryNode">
|
||||
</instanceof>
|
||||
<and>
|
||||
<instanceof
|
||||
value="org.talend.repository.model.RepositoryNode">
|
||||
</instanceof>
|
||||
<test
|
||||
forcePluginActivation="true"
|
||||
property="org.talend.repository.node.doc.isBusinessDiagramNode">
|
||||
</test>
|
||||
</and>
|
||||
</or>
|
||||
</triggerPoints>
|
||||
<possibleChildren>
|
||||
<and>
|
||||
<instanceof
|
||||
value="org.talend.repository.model.RepositoryNode">
|
||||
</instanceof>
|
||||
<test
|
||||
forcePluginActivation="true"
|
||||
property="org.talend.repository.node.doc.isBusinessDiagramNode">
|
||||
</test>
|
||||
</and>
|
||||
</possibleChildren>
|
||||
<actionProvider
|
||||
class="org.talend.repository.view.di.viewer.action.DIRepositoryNodeActionProvider"
|
||||
id="org.talend.repository.business.model.action.provider.id">
|
||||
<enablement>
|
||||
<and>
|
||||
<instanceof
|
||||
value="org.talend.repository.model.RepositoryNode">
|
||||
</instanceof>
|
||||
<test
|
||||
forcePluginActivation="true"
|
||||
property="org.talend.repository.node.doc.isBusinessDiagramNode">
|
||||
</test>
|
||||
<not>
|
||||
<test
|
||||
forcePluginActivation="true"
|
||||
property="org.talend.repository.node.isDeleted">
|
||||
</test>
|
||||
</not>
|
||||
</and>
|
||||
</enablement>
|
||||
</actionProvider>
|
||||
</navigatorContent>
|
||||
</extension>
|
||||
<extension
|
||||
point="org.eclipse.core.expressions.propertyTesters">
|
||||
<propertyTester
|
||||
class="org.talend.designer.business.diagram.viewer.tester.BusinessDiagramNodeTester"
|
||||
id="org.talend.repository.node.tester.doc.businessDiagram"
|
||||
namespace="org.talend.repository.node.doc"
|
||||
properties="isBusinessDiagramNode,isBusinessDiagramTopNode"
|
||||
type="org.talend.repository.model.RepositoryNode">
|
||||
</propertyTester>
|
||||
</extension>
|
||||
|
||||
</plugin>
|
||||
@@ -0,0 +1,2 @@
|
||||
providerName=Talend SA.
|
||||
repository.businessProcess=Business Modell
|
||||
@@ -0,0 +1,3 @@
|
||||
providerName=.Talend SA.
|
||||
pluginName=Business Plugin
|
||||
repository.businessProcess=Business Models
|
||||
@@ -0,0 +1,3 @@
|
||||
providerName=.Talend SA.
|
||||
pluginName=Plug-in m\u00E9tier
|
||||
repository.businessProcess=Business Models
|
||||
@@ -0,0 +1,2 @@
|
||||
providerName=.Talend SA.
|
||||
repository.businessProcess=Modelli Business
|
||||
@@ -0,0 +1,3 @@
|
||||
providerName=.Talend SA.
|
||||
pluginName=\u30D3\u30B8\u30CD\u30B9 \u30D7\u30E9\u30B0\u30A4\u30F3
|
||||
repository.businessProcess=\u30D3\u30B8\u30CD\u30B9\u30E2\u30C7\u30EB\u56F3
|
||||
2
main/plugins/org.talend.designer.business.diagram/plugin_jp.properties
Executable file
2
main/plugins/org.talend.designer.business.diagram/plugin_jp.properties
Executable file
@@ -0,0 +1,2 @@
|
||||
providerName=.Talend SA.
|
||||
pluginName=\u30D3\u30B8\u30CD\u30B9\u30D7\u30E9\u30B0\u30A4\u30F3
|
||||
@@ -0,0 +1,2 @@
|
||||
providerName=.Talend SA.
|
||||
pluginName=\u0411\u0438\u0437\u043D\u0435\u0441-\u043C\u043E\u0434\u0443\u043B\u044C
|
||||
@@ -0,0 +1,3 @@
|
||||
pluginName=Business Plugin
|
||||
providerName=.Talend SA.
|
||||
repository.businessProcess=Business Models
|
||||
@@ -0,0 +1,3 @@
|
||||
providerName=.Talend SA.
|
||||
pluginName=\u7EC4\u4EF6\u6A21\u5757
|
||||
repository.businessProcess=\u4E1A\u52A1\u6A21\u578B
|
||||
12
main/plugins/org.talend.designer.business.diagram/pom.xml
Normal file
12
main/plugins/org.talend.designer.business.diagram/pom.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<parent>
|
||||
<groupId>org.talend.studio</groupId>
|
||||
<artifactId>tdi-studio-se</artifactId>
|
||||
<version>8.0.1-SNAPSHOT</version>
|
||||
<relativePath>../../../</relativePath>
|
||||
</parent>
|
||||
<artifactId>org.talend.designer.business.diagram</artifactId>
|
||||
<packaging>eclipse-plugin</packaging>
|
||||
</project>
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user