Skip to content

Commit

Permalink
Merge branch 'master' into TEIIDDES-3046
Browse files Browse the repository at this point in the history
  • Loading branch information
blafond committed Jun 14, 2017
2 parents d8fb4da + bfd4154 commit 6af3441
Show file tree
Hide file tree
Showing 590 changed files with 21,770 additions and 1,022 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
<book>
<bookinfo>
<title>Teiid Designer User Guide</title>
<releaseinfo>11.0.2
<releaseinfo>11.1.0
</releaseinfo>
<productnumber>11.0.2
<productnumber>11.1.0
</productnumber>
<issuenum>1</issuenum>
<mediaobject>
Expand Down
2 changes: 1 addition & 1 deletion documentation/guides/Teiid_Designer_User_Guide/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.tools</groupId>
<artifactId>${docname}-${translation}</artifactId>
<version>11.0.2-SNAPSHOT</version>
<version>11.1.0-SNAPSHOT</version>
<packaging>jdocbook</packaging>
<name>${bookname}-(${translation})</name>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Teiid Designer (http://www.jboss.org/projects/teiiddesigner.html) is copyright 2000-2016 MetaMatrix, Inc. and Red Hat, Inc.
Teiid Designer (http://www.jboss.org/projects/teiiddesigner.html) is copyright 2000-2017 MetaMatrix, Inc. and Red Hat, Inc.

This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which is
available at http://www.eclipse.org/legal/epl-v10.html.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<feature
id="org.teiid.datatools.connectivity.feature"
label="Teiid DataTools Connectivity"
version="11.0.2.qualifier"
version="11.1.0.qualifier"
provider-name="%providerName"
license-feature="org.jboss.tools.foundation.license.feature"
license-feature-version="0.0.0">
Expand Down
2 changes: 1 addition & 1 deletion features/org.teiid.datatools.connectivity.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
</parent>
<groupId>org.jboss.tools</groupId>
<artifactId>org.teiid.datatools.connectivity.feature</artifactId>
<version>11.0.2-SNAPSHOT</version>
<version>11.1.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
</project>
11 changes: 10 additions & 1 deletion features/org.teiid.designer.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<feature
id="org.teiid.designer.feature"
label="Teiid Designer"
version="11.0.2.qualifier"
version="11.1.0.qualifier"
provider-name="%providerName"
plugin="org.teiid.designer"
image="designer32.png"
Expand Down Expand Up @@ -165,6 +165,10 @@
<import plugin="org.eclipse.swt" version="3.104.1" match="compatible"/>
<import plugin="org.eclipse.jdt.core" version="3.11.1" match="compatible"/>
<import plugin="org.eclipse.wst.server.core" version="1.7.0" match="compatible"/>
<!--
<import plugin="org.teiid.designer.dataservices.ui" version="11.0.0" match="compatible"/>
-->
<import plugin="org.teiid.designer.datasources.ui" version="11.0.0" match="compatible"/>
</requires>

<plugin
Expand Down Expand Up @@ -632,5 +636,10 @@
download-size="0"
install-size="0"
version="0.0.0"/>
<plugin
id="org.teiid.designer.datasources.ui"
download-size="0"
install-size="0"
version="0.0.0"/>

</feature>
2 changes: 1 addition & 1 deletion features/org.teiid.designer.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
</parent>
<groupId>org.jboss.tools</groupId>
<artifactId>org.teiid.designer.feature</artifactId>
<version>11.0.2-SNAPSHOT</version>
<version>11.1.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
</project>
2 changes: 1 addition & 1 deletion features/org.teiid.designer.library.feature/LEGAL.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Teiid Designer (http://www.jboss.org/projects/teiiddesigner.html) is copyright 2000-2016 MetaMatrix, Inc. and Red Hat, Inc.
Teiid Designer (http://www.jboss.org/projects/teiiddesigner.html) is copyright 2000-2017 MetaMatrix, Inc. and Red Hat, Inc.

This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which is
available at http://www.eclipse.org/legal/epl-v10.html.
Expand Down
2 changes: 1 addition & 1 deletion features/org.teiid.designer.library.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.teiid.designer.library.feature"
label="Teiid Designer Library Feature"
version="11.0.2.qualifier"
version="11.1.0.qualifier"
provider-name="%providerName"
license-feature="org.jboss.tools.foundation.license.feature"
license-feature-version="0.0.0">
Expand Down
2 changes: 1 addition & 1 deletion features/org.teiid.designer.library.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
</parent>
<groupId>org.jboss.tools</groupId>
<artifactId>org.teiid.designer.library.feature</artifactId>
<version>11.0.2-SNAPSHOT</version>
<version>11.1.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
</project>
2 changes: 1 addition & 1 deletion features/org.teiid.designer.runtime.feature/LEGAL.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Teiid Designer (http://www.jboss.org/projects/teiiddesigner.html) is copyright 2000-2016 MetaMatrix, Inc. and Red Hat, Inc.
Teiid Designer (http://www.jboss.org/projects/teiiddesigner.html) is copyright 2000-2017 MetaMatrix, Inc. and Red Hat, Inc.

This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which is
available at http://www.eclipse.org/legal/epl-v10.html.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# See the AUTHORS.txt file distributed with this work for a full listing of individual contributors.
copyright = \
Teiid Designer (http://www.jboss.org/teiiddesigner.html) is copyright 2000-2016 MetaMatrix, Inc. and Red Hat, Inc.
Teiid Designer (http://www.jboss.org/teiiddesigner.html) is copyright 2000-2017 MetaMatrix, Inc. and Red Hat, Inc.

license = \
This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which is \
Expand Down
2 changes: 1 addition & 1 deletion features/org.teiid.designer.runtime.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.teiid.designer.runtime.feature"
label="Teiid Designer Runtime"
version="11.0.2.qualifier"
version="11.1.0.qualifier"
provider-name="%providerName"
license-feature="org.jboss.tools.foundation.license.feature"
license-feature-version="0.0.0">
Expand Down
2 changes: 1 addition & 1 deletion features/org.teiid.designer.runtime.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
</parent>
<groupId>org.jboss.tools</groupId>
<artifactId>org.teiid.designer.runtime.feature</artifactId>
<version>11.0.2-SNAPSHOT</version>
<version>11.1.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
</project>
2 changes: 1 addition & 1 deletion features/org.teiid.designer.teiid.client.feature/LEGAL.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Teiid Designer (http://www.jboss.org/projects/teiiddesigner.html) is copyright 2000-2016 MetaMatrix, Inc. and Red Hat, Inc.
Teiid Designer (http://www.jboss.org/projects/teiiddesigner.html) is copyright 2000-2017 MetaMatrix, Inc. and Red Hat, Inc.

This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which is
available at http://www.eclipse.org/legal/epl-v10.html.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.teiid.designer.teiid.client.feature"
label="Teiid Runtime Clients"
version="11.0.2.qualifier"
version="11.1.0.qualifier"
provider-name="%providerName"
license-feature="org.jboss.tools.foundation.license.feature"
license-feature-version="0.0.0">
Expand Down
2 changes: 1 addition & 1 deletion features/org.teiid.designer.teiid.client.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
</parent>
<groupId>org.jboss.tools</groupId>
<artifactId>org.teiid.designer.teiid.client.feature</artifactId>
<version>11.0.2-SNAPSHOT</version>
<version>11.1.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
</project>
2 changes: 1 addition & 1 deletion features/org.teiid.designer.test.feature/LEGAL.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Teiid Designer (http://www.jboss.org/projects/teiiddesigner.html) is copyright 2000-2016 MetaMatrix, Inc. and Red Hat, Inc.
Teiid Designer (http://www.jboss.org/projects/teiiddesigner.html) is copyright 2000-2017 MetaMatrix, Inc. and Red Hat, Inc.

This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which is
available at http://www.eclipse.org/legal/epl-v10.html.
Expand Down
2 changes: 1 addition & 1 deletion features/org.teiid.designer.test.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.teiid.designer.test.feature"
label="Teiid Designer Test"
version="11.0.2.qualifier"
version="11.1.0.qualifier"
provider-name="%providerName"
plugin="org.teiid.designer"
image="feature.gif"
Expand Down
2 changes: 1 addition & 1 deletion features/org.teiid.designer.test.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
</parent>
<groupId>org.jboss.tools</groupId>
<artifactId>org.teiid.designer.test.feature</artifactId>
<version>11.0.2-SNAPSHOT</version>
<version>11.1.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
licenseURL=license.html

copyright = \
Teiid Designer (http://www.jboss.org/teiiddesigner.html) is copyright 2000-2016 MetaMatrix, Inc. and Red Hat, Inc.
Teiid Designer (http://www.jboss.org/teiiddesigner.html) is copyright 2000-2017 MetaMatrix, Inc. and Red Hat, Inc.

license = \
This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which is \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.teiid.designer.bc.dummy;singleton:=true
Bundle-Version: 11.0.2.qualifier
Bundle-Version: 11.1.0.qualifier
Bundle-Vendor: %pluginProvider
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-Localization: plugin
Expand Down
2 changes: 1 addition & 1 deletion plugins/crypto/org.teiid.designer.bc.dummy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
</parent>
<groupId>org.jboss.tools</groupId>
<artifactId>org.teiid.designer.bc.dummy</artifactId>
<version>11.0.2-SNAPSHOT</version>
<version>11.1.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<build>
<plugins>
Expand Down
2 changes: 1 addition & 1 deletion plugins/org.teiid.core.designer/LEGAL.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Teiid Designer (http://www.jboss.org/projects/teiiddesigner.html) is copyright 2000-2016 MetaMatrix, Inc. and Red Hat, Inc.
Teiid Designer (http://www.jboss.org/projects/teiiddesigner.html) is copyright 2000-2017 MetaMatrix, Inc. and Red Hat, Inc.

This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which is
available at http://www.eclipse.org/legal/epl-v10.html.
Expand Down
2 changes: 1 addition & 1 deletion plugins/org.teiid.core.designer/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.teiid.core.designer;singleton:=true
Bundle-Version: 11.0.2.qualifier
Bundle-Version: 11.1.0.qualifier
Bundle-Activator: org.teiid.core.designer.CoreModelerPlugin
Bundle-Vendor: %pluginProvider
Bundle-Localization: plugin
Expand Down
2 changes: 1 addition & 1 deletion plugins/org.teiid.core.designer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
</parent>
<groupId>org.jboss.tools</groupId>
<artifactId>org.teiid.core.designer</artifactId>
<version>11.0.2-SNAPSHOT</version>
<version>11.1.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<build>
<plugins>
Expand Down
2 changes: 1 addition & 1 deletion plugins/org.teiid.datatools.connectivity.model/LEGAL.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Teiid Designer (http://www.jboss.org/projects/teiiddesigner.html) is copyright 2000-2016 MetaMatrix, Inc. and Red Hat, Inc.
Teiid Designer (http://www.jboss.org/projects/teiiddesigner.html) is copyright 2000-2017 MetaMatrix, Inc. and Red Hat, Inc.

This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which is
available at http://www.eclipse.org/legal/epl-v10.html.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.teiid.datatools.connectivity.model;singleton:=true
Bundle-Version: 11.0.2.qualifier
Bundle-Version: 11.1.0.qualifier
Bundle-ClassPath: .
Bundle-Vendor: %pluginProvider
Bundle-Localization: plugin
Expand Down
2 changes: 1 addition & 1 deletion plugins/org.teiid.datatools.connectivity.model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
</parent>
<groupId>org.jboss.tools</groupId>
<artifactId>org.teiid.datatools.connectivity.model</artifactId>
<version>11.0.2-SNAPSHOT</version>
<version>11.1.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<build>
<plugins>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Teiid Designer (http://www.jboss.org/projects/teiiddesigner.html) is copyright 2000-2016 MetaMatrix, Inc. and Red Hat, Inc.
Teiid Designer (http://www.jboss.org/projects/teiiddesigner.html) is copyright 2000-2017 MetaMatrix, Inc. and Red Hat, Inc.

This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which is
available at http://www.eclipse.org/legal/epl-v10.html.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginProvider
Bundle-SymbolicName: org.teiid.datatools.connectivity.ui.flatfile;singleton:=true
Bundle-Version: 11.0.2.qualifier
Bundle-Version: 11.1.0.qualifier
Fragment-Host: org.eclipse.datatools.connectivity.oda.flatfile.ui;bundle-version="[3.1.7,4.0.0)"
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-Localization: plugin
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
</parent>
<groupId>org.jboss.tools</groupId>
<artifactId>org.teiid.datatools.connectivity.ui.flatfile</artifactId>
<version>11.0.2-SNAPSHOT</version>
<version>11.1.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<build>
<plugins>
Expand Down
2 changes: 1 addition & 1 deletion plugins/org.teiid.datatools.connectivity.ui/LEGAL.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Teiid Designer (http://www.jboss.org/projects/teiiddesigner.html) is copyright 2000-2016 MetaMatrix, Inc. and Red Hat, Inc.
Teiid Designer (http://www.jboss.org/projects/teiiddesigner.html) is copyright 2000-2017 MetaMatrix, Inc. and Red Hat, Inc.

This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which is
available at http://www.eclipse.org/legal/epl-v10.html.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.teiid.datatools.connectivity.ui;singleton:=true
Bundle-Version: 11.0.2.qualifier
Bundle-Version: 11.1.0.qualifier
Bundle-Activator: org.teiid.datatools.connectivity.ui.Activator
Bundle-Vendor: %pluginProvider
Require-Bundle: org.eclipse.ui;bundle-version="[3.107.0,4.0.0)",
Expand Down
2 changes: 1 addition & 1 deletion plugins/org.teiid.datatools.connectivity.ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
</parent>
<groupId>org.jboss.tools</groupId>
<artifactId>org.teiid.datatools.connectivity.ui</artifactId>
<version>11.0.2-SNAPSHOT</version>
<version>11.1.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<build>
<plugins>
Expand Down
2 changes: 1 addition & 1 deletion plugins/org.teiid.datatools.connectivity/LEGAL.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Teiid Designer (http://www.jboss.org/projects/teiiddesigner.html) is copyright 2000-2016 MetaMatrix, Inc. and Red Hat, Inc.
Teiid Designer (http://www.jboss.org/projects/teiiddesigner.html) is copyright 2000-2017 MetaMatrix, Inc. and Red Hat, Inc.

This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which is
available at http://www.eclipse.org/legal/epl-v10.html.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.teiid.datatools.connectivity;singleton:=true
Bundle-Version: 11.0.2.qualifier
Bundle-Version: 11.1.0.qualifier
Bundle-Activator: org.teiid.datatools.connectivity.Activator
Bundle-Vendor: %pluginProvider
Require-Bundle: org.eclipse.ui;bundle-version="[3.107.0,4.0.0)",
Expand Down
2 changes: 1 addition & 1 deletion plugins/org.teiid.datatools.connectivity/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
</parent>
<groupId>org.jboss.tools</groupId>
<artifactId>org.teiid.datatools.connectivity</artifactId>
<version>11.0.2-SNAPSHOT</version>
<version>11.1.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<build>
<plugins>
Expand Down
2 changes: 1 addition & 1 deletion plugins/org.teiid.designer.advisor.ui/LEGAL.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Teiid Designer (http://www.jboss.org/projects/teiiddesigner.html) is copyright 2000-2016 MetaMatrix, Inc. and Red Hat, Inc.
Teiid Designer (http://www.jboss.org/projects/teiiddesigner.html) is copyright 2000-2017 MetaMatrix, Inc. and Red Hat, Inc.

This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which is
available at http://www.eclipse.org/legal/epl-v10.html.
Expand Down
2 changes: 1 addition & 1 deletion plugins/org.teiid.designer.advisor.ui/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.teiid.designer.advisor.ui;singleton:=true
Bundle-Version: 11.0.2.qualifier
Bundle-Version: 11.1.0.qualifier
Bundle-Activator: org.teiid.designer.advisor.ui.AdvisorUiPlugin
Bundle-Vendor: %pluginProvider
Require-Bundle: org.eclipse.ui;bundle-version="[3.107.0,4.0.0)",
Expand Down
2 changes: 1 addition & 1 deletion plugins/org.teiid.designer.advisor.ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
</parent>
<groupId>org.jboss.tools</groupId>
<artifactId>org.teiid.designer.advisor.ui</artifactId>
<version>11.0.2-SNAPSHOT</version>
<version>11.1.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<build>
<plugins>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,21 +34,21 @@ public PerspectiveObject[] getContributions() {
}

private void createContributions() {
contributions = new PerspectiveObject[2];
contributions = new PerspectiveObject[1];

PerspectiveObject connectorsView =
PerspectiveObject guidesView =
new PerspectiveObject(
AdvisorUiConstants.Extensions.GUIDES_VIEW_ID,
false,
PerspectiveObject.TOP_RIGHT);
PerspectiveObject.TOP_LEFT);

contributions[0] = connectorsView;
contributions[0] = guidesView;

PerspectiveObject statusView =
new PerspectiveObject(
AdvisorUiConstants.Extensions.STATUS_VIEW_ID,
false,
PerspectiveObject.BOTTOM_LEFT);
contributions[1] = statusView;
// PerspectiveObject statusView =
// new PerspectiveObject(
// AdvisorUiConstants.Extensions.STATUS_VIEW_ID,
// false,
// PerspectiveObject.BOTTOM_LEFT);
// contributions[1] = statusView;
}
}
2 changes: 1 addition & 1 deletion plugins/org.teiid.designer.compare.ui/LEGAL.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Teiid Designer (http://www.jboss.org/projects/teiiddesigner.html) is copyright 2000-2016 MetaMatrix, Inc. and Red Hat, Inc.
Teiid Designer (http://www.jboss.org/projects/teiiddesigner.html) is copyright 2000-2017 MetaMatrix, Inc. and Red Hat, Inc.

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

0 comments on commit 6af3441

Please sign in to comment.