Revert "Bug 549445 - Data source explorer showing column names duplicated"

This reverts commit 49c4b29a100811abb5ecf773d9dc08e4d20ec6de.

Reason for revert: compilation fails after this change - https://ci.eclipse.org/datatools/job/org.eclipse.datatools_master/124/console 

[ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:2.2.0:compile (default-compile) on project org.eclipse.datatools.enablement.oda.xml.tests: Compilation failure: Compilation failure: 
[ERROR] /home/jenkins/agent/workspace/org.eclipse.datatools_master/tests/org.eclipse.datatools.enablement.oda.xml.tests/src/org/eclipse/datatools/enablement/oda/xml/util/ui/SchemaPopulationUtilTest.java:[29] 
[ERROR] 	new sun.security.action.GetPropertyAction("line.separator"));
[ERROR] 	    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] sun.security.action.GetPropertyAction cannot be resolved to a type
[ERROR] /home/jenkins/agent/workspace/org.eclipse.datatools_master/tests/org.eclipse.datatools.enablement.oda.xml.tests/src/org/eclipse/datatools/enablement/oda/xml/util/SaxParserTest.java:[40] 
[ERROR] 	static String lineSeparator = (String) java.security.AccessController.doPrivileged( new sun.security.action.GetPropertyAction( "line.separator" ) );
[ERROR] 	                                                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] sun.security.action.GetPropertyAction cannot be resolved to a type
[ERROR] 2 problems (2 errors)
[ERROR] -> [Help 1]

Change-Id: Idadd68e3be5a24674c5a21ee90bf360f44be8dea
5 files changed
tree: 09d7e621152760c9d3cc6c94e958e1c8e4f1e207
  1. .gitignore
  2. .project
  3. DEPRECATED/
  4. README.md
  5. description
  6. examples/
  7. features/
  8. plugins/
  9. pom.xml
  10. site/
  11. tests/
README.md

Eclipse Data Tools

As of January 2018, Eclipse Data Tools (DTP) is now build with Maven 3.5 & Tycho 1.0.

Building locally

First, fetch the code:

git clone ssh://{YOUR-ECLIPSE-USER}@git.eclipse.org:29418/datatools/org.eclipse.datatools

or

git clone http://git.eclipse.org/gitroot/datatools/org.eclipse.datatools.git/

then

cd org.eclipse.datatools

To build:

mvn clean install

To build without tests:

mvn clean install -DskipTests

Contributions

To contribute, submit a gerrit request against this repo:

http://git.eclipse.org/c/datatools/org.eclipse.datatools.git/

You can then see your submitted requests here:

https://git.eclipse.org/r/

Continuous Builds

The master branch is currently built here:

https://hudson.eclipse.org/datatools/job/org.eclipse.datatools_master/

Therefore the latest CI build can be found here:

https://hudson.eclipse.org/datatools/job/org.eclipse.datatools_master/lastSuccessfulBuild/artifact/site/target/

Deprecated Code

Note that this repo is now the combination of the other 18 org.eclipse.datatools.*.git repos, which means the other repos are deprecated. Should you want to run the old Ant-based build, check out the 19 repos and then run the build in org.eclipse.datatools, from the DTP_1_14_1_Release tag, not from the master branch.