add generated poms
Signed-off-by: nickboldt <nboldt@redhat.com>
diff --git a/examples/org.eclipse.datatools.connectivity.oda.jdbc.dbprofile.sample.ui/pom.xml b/examples/org.eclipse.datatools.connectivity.oda.jdbc.dbprofile.sample.ui/pom.xml
new file mode 100644
index 0000000..7b3bdfd
--- /dev/null
+++ b/examples/org.eclipse.datatools.connectivity.oda.jdbc.dbprofile.sample.ui/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.connectivity.oda.jdbc.dbprofile.sample.ui</artifactId>
+ <version>1.0.1</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/examples/org.eclipse.datatools.connectivity.oda.jdbc.dbprofile.sample/pom.xml b/examples/org.eclipse.datatools.connectivity.oda.jdbc.dbprofile.sample/pom.xml
new file mode 100644
index 0000000..f64b141
--- /dev/null
+++ b/examples/org.eclipse.datatools.connectivity.oda.jdbc.dbprofile.sample/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.connectivity.oda.jdbc.dbprofile.sample</artifactId>
+ <version>1.0.1</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/examples/org.eclipse.datatools.connectivity.repository.file/pom.xml b/examples/org.eclipse.datatools.connectivity.repository.file/pom.xml
new file mode 100644
index 0000000..64eb0d8
--- /dev/null
+++ b/examples/org.eclipse.datatools.connectivity.repository.file/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.connectivity.repository.file</artifactId>
+ <version>1.0.0.200802261</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/examples/org.eclipse.datatools.connectivity.repository.uri/pom.xml b/examples/org.eclipse.datatools.connectivity.repository.uri/pom.xml
new file mode 100644
index 0000000..7360a9e
--- /dev/null
+++ b/examples/org.eclipse.datatools.connectivity.repository.uri/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.connectivity.repository.uri</artifactId>
+ <version>1.0.0.20081014</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/examples/org.eclipse.datatools.connectivity.sample.cp/pom.xml b/examples/org.eclipse.datatools.connectivity.sample.cp/pom.xml
new file mode 100644
index 0000000..96d4df9
--- /dev/null
+++ b/examples/org.eclipse.datatools.connectivity.sample.cp/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.connectivity.sample.cp</artifactId>
+ <version>1.0.1.200802261</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/examples/org.eclipse.datatools.connectivity.sample.ftp/pom.xml b/examples/org.eclipse.datatools.connectivity.sample.ftp/pom.xml
new file mode 100644
index 0000000..b768e50
--- /dev/null
+++ b/examples/org.eclipse.datatools.connectivity.sample.ftp/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.connectivity.sample.ftp</artifactId>
+ <version>2.0.0</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/examples/org.eclipse.datatools.connectivity.sample/pom.xml b/examples/org.eclipse.datatools.connectivity.sample/pom.xml
new file mode 100644
index 0000000..6f294a4
--- /dev/null
+++ b/examples/org.eclipse.datatools.connectivity.sample/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.connectivity.sample</artifactId>
+ <version>1.0.0</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/examples/org.eclipse.datatools.enablement.rcp/pom.xml b/examples/org.eclipse.datatools.enablement.rcp/pom.xml
new file mode 100644
index 0000000..eb35200
--- /dev/null
+++ b/examples/org.eclipse.datatools.enablement.rcp/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.enablement.rcp</artifactId>
+ <version>1.1.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/examples/org.eclipse.datatools.sqltools.sqlbuilder.examples/pom.xml b/examples/org.eclipse.datatools.sqltools.sqlbuilder.examples/pom.xml
new file mode 100644
index 0000000..926e832
--- /dev/null
+++ b/examples/org.eclipse.datatools.sqltools.sqlbuilder.examples/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.sqltools.sqlbuilder.examples</artifactId>
+ <version>1.0.0.200803111</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/features/org.eclipse.birt.dtp.nl.feature/pom.xml b/features/org.eclipse.birt.dtp.nl.feature/pom.xml
new file mode 100644
index 0000000..39ecfde
--- /dev/null
+++ b/features/org.eclipse.birt.dtp.nl.feature/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.birt.dtp.nl</artifactId>
+ <version>4.2.1-SNAPSHOT</version>
+ <packaging>eclipse-feature</packaging>
+</project>
diff --git a/features/org.eclipse.birt.dtp.sybase.nl.feature/pom.xml b/features/org.eclipse.birt.dtp.sybase.nl.feature/pom.xml
new file mode 100644
index 0000000..9cd53cb
--- /dev/null
+++ b/features/org.eclipse.birt.dtp.sybase.nl.feature/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.birt.dtp.sybase.nl</artifactId>
+ <version>4.2.1-SNAPSHOT</version>
+ <packaging>eclipse-feature</packaging>
+</project>
diff --git a/features/org.eclipse.datatools.common.doc.user/pom.xml b/features/org.eclipse.datatools.common.doc.user/pom.xml
new file mode 100644
index 0000000..780f7ff
--- /dev/null
+++ b/features/org.eclipse.datatools.common.doc.user/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.common.doc.user</artifactId>
+ <version>1.14.1-SNAPSHOT</version>
+ <packaging>eclipse-feature</packaging>
+</project>
diff --git a/features/org.eclipse.datatools.connectivity.doc.user/pom.xml b/features/org.eclipse.datatools.connectivity.doc.user/pom.xml
new file mode 100644
index 0000000..dc560dc
--- /dev/null
+++ b/features/org.eclipse.datatools.connectivity.doc.user/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.connectivity.doc.user</artifactId>
+ <version>1.14.1-SNAPSHOT</version>
+ <packaging>eclipse-feature</packaging>
+</project>
diff --git a/features/org.eclipse.datatools.connectivity.feature/pom.xml b/features/org.eclipse.datatools.connectivity.feature/pom.xml
new file mode 100644
index 0000000..c9bc371
--- /dev/null
+++ b/features/org.eclipse.datatools.connectivity.feature/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.connectivity.feature</artifactId>
+ <version>1.14.1-SNAPSHOT</version>
+ <packaging>eclipse-feature</packaging>
+</project>
diff --git a/features/org.eclipse.datatools.connectivity.oda.designer.core.feature/pom.xml b/features/org.eclipse.datatools.connectivity.oda.designer.core.feature/pom.xml
new file mode 100644
index 0000000..1e60b0c
--- /dev/null
+++ b/features/org.eclipse.datatools.connectivity.oda.designer.core.feature/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.connectivity.oda.designer.core.feature</artifactId>
+ <version>1.14.1-SNAPSHOT</version>
+ <packaging>eclipse-feature</packaging>
+</project>
diff --git a/features/org.eclipse.datatools.connectivity.oda.designer.feature/pom.xml b/features/org.eclipse.datatools.connectivity.oda.designer.feature/pom.xml
new file mode 100644
index 0000000..95a9c2a
--- /dev/null
+++ b/features/org.eclipse.datatools.connectivity.oda.designer.feature/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.connectivity.oda.designer.feature</artifactId>
+ <version>1.14.1-SNAPSHOT</version>
+ <packaging>eclipse-feature</packaging>
+</project>
diff --git a/features/org.eclipse.datatools.connectivity.oda.feature/pom.xml b/features/org.eclipse.datatools.connectivity.oda.feature/pom.xml
new file mode 100644
index 0000000..2499606
--- /dev/null
+++ b/features/org.eclipse.datatools.connectivity.oda.feature/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.connectivity.oda.feature</artifactId>
+ <version>1.14.1-SNAPSHOT</version>
+ <packaging>eclipse-feature</packaging>
+</project>
diff --git a/features/org.eclipse.datatools.doc.user/pom.xml b/features/org.eclipse.datatools.doc.user/pom.xml
new file mode 100644
index 0000000..8985731
--- /dev/null
+++ b/features/org.eclipse.datatools.doc.user/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.doc.user</artifactId>
+ <version>1.14.1-SNAPSHOT</version>
+ <packaging>eclipse-feature</packaging>
+</project>
diff --git a/features/org.eclipse.datatools.enablement.apache.derby.feature/pom.xml b/features/org.eclipse.datatools.enablement.apache.derby.feature/pom.xml
new file mode 100644
index 0000000..848333a
--- /dev/null
+++ b/features/org.eclipse.datatools.enablement.apache.derby.feature/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.enablement.apache.derby.feature</artifactId>
+ <version>1.14.1-SNAPSHOT</version>
+ <packaging>eclipse-feature</packaging>
+</project>
diff --git a/features/org.eclipse.datatools.enablement.feature/pom.xml b/features/org.eclipse.datatools.enablement.feature/pom.xml
new file mode 100644
index 0000000..b625af4
--- /dev/null
+++ b/features/org.eclipse.datatools.enablement.feature/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.enablement.feature</artifactId>
+ <version>1.14.1-SNAPSHOT</version>
+ <packaging>eclipse-feature</packaging>
+</project>
diff --git a/features/org.eclipse.datatools.enablement.hsqldb.feature/pom.xml b/features/org.eclipse.datatools.enablement.hsqldb.feature/pom.xml
new file mode 100644
index 0000000..0e242c0
--- /dev/null
+++ b/features/org.eclipse.datatools.enablement.hsqldb.feature/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.enablement.hsqldb.feature</artifactId>
+ <version>1.14.1-SNAPSHOT</version>
+ <packaging>eclipse-feature</packaging>
+</project>
diff --git a/features/org.eclipse.datatools.enablement.ibm.feature/pom.xml b/features/org.eclipse.datatools.enablement.ibm.feature/pom.xml
new file mode 100644
index 0000000..db5369c
--- /dev/null
+++ b/features/org.eclipse.datatools.enablement.ibm.feature/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.enablement.ibm.feature</artifactId>
+ <version>1.14.1-SNAPSHOT</version>
+ <packaging>eclipse-feature</packaging>
+</project>
diff --git a/features/org.eclipse.datatools.enablement.ingres.feature/pom.xml b/features/org.eclipse.datatools.enablement.ingres.feature/pom.xml
new file mode 100644
index 0000000..5acd4c0
--- /dev/null
+++ b/features/org.eclipse.datatools.enablement.ingres.feature/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.enablement.ingres.feature</artifactId>
+ <version>1.14.1-SNAPSHOT</version>
+ <packaging>eclipse-feature</packaging>
+</project>
diff --git a/features/org.eclipse.datatools.enablement.jdbc.feature/pom.xml b/features/org.eclipse.datatools.enablement.jdbc.feature/pom.xml
new file mode 100644
index 0000000..19f6e99
--- /dev/null
+++ b/features/org.eclipse.datatools.enablement.jdbc.feature/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.enablement.jdbc.feature</artifactId>
+ <version>1.14.1-SNAPSHOT</version>
+ <packaging>eclipse-feature</packaging>
+</project>
diff --git a/features/org.eclipse.datatools.enablement.jdt.feature/pom.xml b/features/org.eclipse.datatools.enablement.jdt.feature/pom.xml
new file mode 100644
index 0000000..ea0c059
--- /dev/null
+++ b/features/org.eclipse.datatools.enablement.jdt.feature/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.enablement.jdt.feature</artifactId>
+ <version>1.14.1-SNAPSHOT</version>
+ <packaging>eclipse-feature</packaging>
+</project>
diff --git a/features/org.eclipse.datatools.enablement.msft.feature/pom.xml b/features/org.eclipse.datatools.enablement.msft.feature/pom.xml
new file mode 100644
index 0000000..7241df3
--- /dev/null
+++ b/features/org.eclipse.datatools.enablement.msft.feature/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.enablement.msft.feature</artifactId>
+ <version>1.14.1-SNAPSHOT</version>
+ <packaging>eclipse-feature</packaging>
+</project>
diff --git a/features/org.eclipse.datatools.enablement.mysql.feature/pom.xml b/features/org.eclipse.datatools.enablement.mysql.feature/pom.xml
new file mode 100644
index 0000000..fd02f27
--- /dev/null
+++ b/features/org.eclipse.datatools.enablement.mysql.feature/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.enablement.mysql.feature</artifactId>
+ <version>1.14.1-SNAPSHOT</version>
+ <packaging>eclipse-feature</packaging>
+</project>
diff --git a/features/org.eclipse.datatools.enablement.oda.designer.feature/pom.xml b/features/org.eclipse.datatools.enablement.oda.designer.feature/pom.xml
new file mode 100644
index 0000000..0dcb184
--- /dev/null
+++ b/features/org.eclipse.datatools.enablement.oda.designer.feature/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.enablement.oda.designer.feature</artifactId>
+ <version>1.14.1-SNAPSHOT</version>
+ <packaging>eclipse-feature</packaging>
+</project>
diff --git a/features/org.eclipse.datatools.enablement.oda.ecore.feature/pom.xml b/features/org.eclipse.datatools.enablement.oda.ecore.feature/pom.xml
new file mode 100644
index 0000000..4b53b1f
--- /dev/null
+++ b/features/org.eclipse.datatools.enablement.oda.ecore.feature/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.enablement.oda.ecore.feature</artifactId>
+ <version>1.14.1-SNAPSHOT</version>
+ <packaging>eclipse-feature</packaging>
+</project>
diff --git a/features/org.eclipse.datatools.enablement.oda.ecore.sdk.feature/pom.xml b/features/org.eclipse.datatools.enablement.oda.ecore.sdk.feature/pom.xml
new file mode 100644
index 0000000..42e318d
--- /dev/null
+++ b/features/org.eclipse.datatools.enablement.oda.ecore.sdk.feature/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.enablement.oda.ecore.sdk.feature</artifactId>
+ <version>1.14.1-SNAPSHOT</version>
+ <packaging>eclipse-feature</packaging>
+</project>
diff --git a/features/org.eclipse.datatools.enablement.oda.feature/pom.xml b/features/org.eclipse.datatools.enablement.oda.feature/pom.xml
new file mode 100644
index 0000000..cce266f
--- /dev/null
+++ b/features/org.eclipse.datatools.enablement.oda.feature/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.enablement.oda.feature</artifactId>
+ <version>1.14.1-SNAPSHOT</version>
+ <packaging>eclipse-feature</packaging>
+</project>
diff --git a/features/org.eclipse.datatools.enablement.oracle.feature/pom.xml b/features/org.eclipse.datatools.enablement.oracle.feature/pom.xml
new file mode 100644
index 0000000..6dbaa46
--- /dev/null
+++ b/features/org.eclipse.datatools.enablement.oracle.feature/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.enablement.oracle.feature</artifactId>
+ <version>1.14.1-SNAPSHOT</version>
+ <packaging>eclipse-feature</packaging>
+</project>
diff --git a/features/org.eclipse.datatools.enablement.postgresql.feature/pom.xml b/features/org.eclipse.datatools.enablement.postgresql.feature/pom.xml
new file mode 100644
index 0000000..af79c05
--- /dev/null
+++ b/features/org.eclipse.datatools.enablement.postgresql.feature/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.enablement.postgresql.feature</artifactId>
+ <version>1.14.1-SNAPSHOT</version>
+ <packaging>eclipse-feature</packaging>
+</project>
diff --git a/features/org.eclipse.datatools.enablement.sap.feature/pom.xml b/features/org.eclipse.datatools.enablement.sap.feature/pom.xml
new file mode 100644
index 0000000..45f7330
--- /dev/null
+++ b/features/org.eclipse.datatools.enablement.sap.feature/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.enablement.sap.feature</artifactId>
+ <version>1.14.1-SNAPSHOT</version>
+ <packaging>eclipse-feature</packaging>
+</project>
diff --git a/features/org.eclipse.datatools.enablement.sdk.feature/pom.xml b/features/org.eclipse.datatools.enablement.sdk.feature/pom.xml
new file mode 100644
index 0000000..d746489
--- /dev/null
+++ b/features/org.eclipse.datatools.enablement.sdk.feature/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.enablement.sdk.feature</artifactId>
+ <version>1.14.1-SNAPSHOT</version>
+ <packaging>eclipse-feature</packaging>
+</project>
diff --git a/features/org.eclipse.datatools.enablement.sqlite.feature/pom.xml b/features/org.eclipse.datatools.enablement.sqlite.feature/pom.xml
new file mode 100644
index 0000000..5712eee
--- /dev/null
+++ b/features/org.eclipse.datatools.enablement.sqlite.feature/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.enablement.sqlite.feature</artifactId>
+ <version>1.14.1-SNAPSHOT</version>
+ <packaging>eclipse-feature</packaging>
+</project>
diff --git a/features/org.eclipse.datatools.enablement.sybase.feature/pom.xml b/features/org.eclipse.datatools.enablement.sybase.feature/pom.xml
new file mode 100644
index 0000000..58fadde
--- /dev/null
+++ b/features/org.eclipse.datatools.enablement.sybase.feature/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.enablement.sybase.feature</artifactId>
+ <version>1.14.1-SNAPSHOT</version>
+ <packaging>eclipse-feature</packaging>
+</project>
diff --git a/features/org.eclipse.datatools.intro/pom.xml b/features/org.eclipse.datatools.intro/pom.xml
new file mode 100644
index 0000000..fd5f93e
--- /dev/null
+++ b/features/org.eclipse.datatools.intro/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.intro</artifactId>
+ <version>1.14.1-SNAPSHOT</version>
+ <packaging>eclipse-feature</packaging>
+</project>
diff --git a/features/org.eclipse.datatools.modelbase.feature/pom.xml b/features/org.eclipse.datatools.modelbase.feature/pom.xml
new file mode 100644
index 0000000..4994ba2
--- /dev/null
+++ b/features/org.eclipse.datatools.modelbase.feature/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.modelbase.feature</artifactId>
+ <version>1.14.1-SNAPSHOT</version>
+ <packaging>eclipse-feature</packaging>
+</project>
diff --git a/features/org.eclipse.datatools.sdk-all.feature/pom.xml b/features/org.eclipse.datatools.sdk-all.feature/pom.xml
new file mode 100644
index 0000000..5f23269
--- /dev/null
+++ b/features/org.eclipse.datatools.sdk-all.feature/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.sdk-all.feature</artifactId>
+ <version>1.14.1-SNAPSHOT</version>
+ <packaging>eclipse-feature</packaging>
+</project>
diff --git a/features/org.eclipse.datatools.sdk.feature/pom.xml b/features/org.eclipse.datatools.sdk.feature/pom.xml
new file mode 100644
index 0000000..97330ef
--- /dev/null
+++ b/features/org.eclipse.datatools.sdk.feature/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.sdk.feature</artifactId>
+ <version>1.14.1-SNAPSHOT</version>
+ <packaging>eclipse-feature</packaging>
+</project>
diff --git a/features/org.eclipse.datatools.sqldevtools.data.feature/pom.xml b/features/org.eclipse.datatools.sqldevtools.data.feature/pom.xml
new file mode 100644
index 0000000..52d3bb4
--- /dev/null
+++ b/features/org.eclipse.datatools.sqldevtools.data.feature/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.sqldevtools.data.feature</artifactId>
+ <version>1.14.1-SNAPSHOT</version>
+ <packaging>eclipse-feature</packaging>
+</project>
diff --git a/features/org.eclipse.datatools.sqldevtools.ddl.feature/pom.xml b/features/org.eclipse.datatools.sqldevtools.ddl.feature/pom.xml
new file mode 100644
index 0000000..18b712a
--- /dev/null
+++ b/features/org.eclipse.datatools.sqldevtools.ddl.feature/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.sqldevtools.ddl.feature</artifactId>
+ <version>1.14.1-SNAPSHOT</version>
+ <packaging>eclipse-feature</packaging>
+</project>
diff --git a/features/org.eclipse.datatools.sqldevtools.ddlgen.feature/pom.xml b/features/org.eclipse.datatools.sqldevtools.ddlgen.feature/pom.xml
new file mode 100644
index 0000000..964f93a
--- /dev/null
+++ b/features/org.eclipse.datatools.sqldevtools.ddlgen.feature/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.sqldevtools.ddlgen.feature</artifactId>
+ <version>1.14.1-SNAPSHOT</version>
+ <packaging>eclipse-feature</packaging>
+</project>
diff --git a/features/org.eclipse.datatools.sqldevtools.feature/pom.xml b/features/org.eclipse.datatools.sqldevtools.feature/pom.xml
new file mode 100644
index 0000000..38693fa
--- /dev/null
+++ b/features/org.eclipse.datatools.sqldevtools.feature/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.sqldevtools.feature</artifactId>
+ <version>1.14.1-SNAPSHOT</version>
+ <packaging>eclipse-feature</packaging>
+</project>
diff --git a/features/org.eclipse.datatools.sqldevtools.parsers.feature/pom.xml b/features/org.eclipse.datatools.sqldevtools.parsers.feature/pom.xml
new file mode 100644
index 0000000..c3a9527
--- /dev/null
+++ b/features/org.eclipse.datatools.sqldevtools.parsers.feature/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.sqldevtools.parsers.feature</artifactId>
+ <version>1.14.1-SNAPSHOT</version>
+ <packaging>eclipse-feature</packaging>
+</project>
diff --git a/features/org.eclipse.datatools.sqldevtools.results.feature/pom.xml b/features/org.eclipse.datatools.sqldevtools.results.feature/pom.xml
new file mode 100644
index 0000000..2ccb871
--- /dev/null
+++ b/features/org.eclipse.datatools.sqldevtools.results.feature/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.sqldevtools.results.feature</artifactId>
+ <version>1.14.1-SNAPSHOT</version>
+ <packaging>eclipse-feature</packaging>
+</project>
diff --git a/features/org.eclipse.datatools.sqldevtools.schemaobjecteditor.feature/pom.xml b/features/org.eclipse.datatools.sqldevtools.schemaobjecteditor.feature/pom.xml
new file mode 100644
index 0000000..1932531
--- /dev/null
+++ b/features/org.eclipse.datatools.sqldevtools.schemaobjecteditor.feature/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.sqldevtools.schemaobjecteditor.feature</artifactId>
+ <version>1.14.1-SNAPSHOT</version>
+ <packaging>eclipse-feature</packaging>
+</project>
diff --git a/features/org.eclipse.datatools.sqldevtools.sqlbuilder.feature/pom.xml b/features/org.eclipse.datatools.sqldevtools.sqlbuilder.feature/pom.xml
new file mode 100644
index 0000000..7066b89
--- /dev/null
+++ b/features/org.eclipse.datatools.sqldevtools.sqlbuilder.feature/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.sqldevtools.sqlbuilder.feature</artifactId>
+ <version>1.14.1-SNAPSHOT</version>
+ <packaging>eclipse-feature</packaging>
+</project>
diff --git a/features/org.eclipse.datatools.sqltools.doc.user/pom.xml b/features/org.eclipse.datatools.sqltools.doc.user/pom.xml
new file mode 100644
index 0000000..e4f4f55
--- /dev/null
+++ b/features/org.eclipse.datatools.sqltools.doc.user/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.sqltools.doc.user</artifactId>
+ <version>1.14.1-SNAPSHOT</version>
+ <packaging>eclipse-feature</packaging>
+</project>
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.dbdefinition.nl/pom.xml b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.dbdefinition.nl/pom.xml
new file mode 100644
index 0000000..48e7f8c
--- /dev/null
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.dbdefinition.nl/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.connectivity.apache.derby.dbdefinition.nl1</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.dbdefinition/pom.xml b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.dbdefinition/pom.xml
new file mode 100644
index 0000000..ac730a1
--- /dev/null
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.dbdefinition/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.connectivity.apache.derby.dbdefinition</artifactId>
+ <version>1.2.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.nl/pom.xml b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.nl/pom.xml
new file mode 100644
index 0000000..8199b44
--- /dev/null
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.nl/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.connectivity.apache.derby.nl1</artifactId>
+ <version>1.0.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/pom.xml b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/pom.xml
new file mode 100644
index 0000000..ff7e678
--- /dev/null
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui.nl/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.connectivity.apache.derby.ui.nl1</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui/pom.xml b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui/pom.xml
new file mode 100644
index 0000000..983cc00
--- /dev/null
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby.ui/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.connectivity.apache.derby.ui</artifactId>
+ <version>1.2.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby/pom.xml b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby/pom.xml
new file mode 100644
index 0000000..49098a0
--- /dev/null
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.apache.derby/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.connectivity.apache.derby</artifactId>
+ <version>1.2.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.console.profile.nl/pom.xml b/plugins/connectivity/org.eclipse.datatools.connectivity.console.profile.nl/pom.xml
new file mode 100644
index 0000000..7a64080
--- /dev/null
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.console.profile.nl/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.connectivity.console.profile.nl1</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.console.profile/pom.xml b/plugins/connectivity/org.eclipse.datatools.connectivity.console.profile/pom.xml
new file mode 100644
index 0000000..9ddb842
--- /dev/null
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.console.profile/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.connectivity.console.profile</artifactId>
+ <version>1.2.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.db.generic.nl/pom.xml b/plugins/connectivity/org.eclipse.datatools.connectivity.db.generic.nl/pom.xml
new file mode 100644
index 0000000..55ca2e5
--- /dev/null
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.db.generic.nl/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.connectivity.db.generic.nl1</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.db.generic.ui.nl/pom.xml b/plugins/connectivity/org.eclipse.datatools.connectivity.db.generic.ui.nl/pom.xml
new file mode 100644
index 0000000..7c9b48c
--- /dev/null
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.db.generic.ui.nl/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.connectivity.db.generic.ui.nl1</artifactId>
+ <version>1.0.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.db.generic.ui/pom.xml b/plugins/connectivity/org.eclipse.datatools.connectivity.db.generic.ui/pom.xml
new file mode 100644
index 0000000..4342dca
--- /dev/null
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.db.generic.ui/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.connectivity.db.generic.ui</artifactId>
+ <version>1.2.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.db.generic/pom.xml b/plugins/connectivity/org.eclipse.datatools.connectivity.db.generic/pom.xml
new file mode 100644
index 0000000..313b049
--- /dev/null
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.db.generic/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.connectivity.db.generic</artifactId>
+ <version>1.2.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.dbdefinition.genericJDBC.nl/pom.xml b/plugins/connectivity/org.eclipse.datatools.connectivity.dbdefinition.genericJDBC.nl/pom.xml
new file mode 100644
index 0000000..a234e0e
--- /dev/null
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.dbdefinition.genericJDBC.nl/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.connectivity.dbdefinition.genericJDBC.nl1</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.dbdefinition.genericJDBC/pom.xml b/plugins/connectivity/org.eclipse.datatools.connectivity.dbdefinition.genericJDBC/pom.xml
new file mode 100644
index 0000000..aec4ead
--- /dev/null
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.dbdefinition.genericJDBC/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.connectivity.dbdefinition.genericJDBC</artifactId>
+ <version>1.2.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.jdt/pom.xml b/plugins/connectivity/org.eclipse.datatools.connectivity.jdt/pom.xml
new file mode 100644
index 0000000..4d9df23
--- /dev/null
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.jdt/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.connectivity.jdt</artifactId>
+ <version>1.2.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.nl/pom.xml b/plugins/connectivity/org.eclipse.datatools.connectivity.nl/pom.xml
new file mode 100644
index 0000000..7d52510
--- /dev/null
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.nl/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.connectivity.nl1</artifactId>
+ <version>1.0.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer.nl/pom.xml b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer.nl/pom.xml
new file mode 100644
index 0000000..0fced14
--- /dev/null
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer.nl/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.connectivity.oda.consumer.nl1</artifactId>
+ <version>3.1.2-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/pom.xml b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/pom.xml
new file mode 100644
index 0000000..ef5a39a
--- /dev/null
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.consumer/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.connectivity.oda.consumer</artifactId>
+ <version>3.4.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.nl/pom.xml b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.nl/pom.xml
new file mode 100644
index 0000000..b8b897d
--- /dev/null
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.nl/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.connectivity.oda.design.nl1</artifactId>
+ <version>3.0.5-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui.nl/pom.xml b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui.nl/pom.xml
new file mode 100644
index 0000000..85996db
--- /dev/null
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui.nl/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.connectivity.oda.design.ui.nl1</artifactId>
+ <version>3.0.6-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/pom.xml b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/pom.xml
new file mode 100644
index 0000000..9a0f634
--- /dev/null
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design.ui/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.connectivity.oda.design.ui</artifactId>
+ <version>3.4.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/pom.xml b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/pom.xml
new file mode 100644
index 0000000..0eb1065
--- /dev/null
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.design/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.connectivity.oda.design</artifactId>
+ <version>3.5.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile.nl/pom.xml b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile.nl/pom.xml
new file mode 100644
index 0000000..4b6d948
--- /dev/null
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile.nl/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.connectivity.oda.flatfile.nl1</artifactId>
+ <version>3.0.5-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile.ui.nl/pom.xml b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile.ui.nl/pom.xml
new file mode 100644
index 0000000..b003996
--- /dev/null
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile.ui.nl/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.connectivity.oda.flatfile.ui.nl1</artifactId>
+ <version>3.0.6-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile.ui/pom.xml b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile.ui/pom.xml
new file mode 100644
index 0000000..21240b5
--- /dev/null
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile.ui/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.connectivity.oda.flatfile.ui</artifactId>
+ <version>3.3.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile/pom.xml b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile/pom.xml
new file mode 100644
index 0000000..c9b7baa
--- /dev/null
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.flatfile/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.connectivity.oda.flatfile</artifactId>
+ <version>3.3.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.nl/pom.xml b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.nl/pom.xml
new file mode 100644
index 0000000..f6b1f86
--- /dev/null
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.nl/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.connectivity.oda.nl1</artifactId>
+ <version>3.1.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.profile.nl/pom.xml b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.profile.nl/pom.xml
new file mode 100644
index 0000000..a8d8936
--- /dev/null
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.profile.nl/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.connectivity.oda.profile.nl1</artifactId>
+ <version>3.0.6-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.profile/pom.xml b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.profile/pom.xml
new file mode 100644
index 0000000..b4b80de
--- /dev/null
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.profile/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.connectivity.oda.profile</artifactId>
+ <version>3.4.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.template.ui.nl/pom.xml b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.template.ui.nl/pom.xml
new file mode 100644
index 0000000..567e00c
--- /dev/null
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.template.ui.nl/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.connectivity.oda.template.ui.nl1</artifactId>
+ <version>3.0.6-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.oda.template.ui/pom.xml b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.template.ui/pom.xml
new file mode 100644
index 0000000..a5dbb58
--- /dev/null
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda.template.ui/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.connectivity.oda.template.ui</artifactId>
+ <version>3.4.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.oda/pom.xml b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/pom.xml
new file mode 100644
index 0000000..82704c6
--- /dev/null
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.oda/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.connectivity.oda</artifactId>
+ <version>3.6.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.nl/pom.xml b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.nl/pom.xml
new file mode 100644
index 0000000..c803e29
--- /dev/null
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.nl/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.connectivity.sqm.core.nl1</artifactId>
+ <version>1.0.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui.nl/pom.xml b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui.nl/pom.xml
new file mode 100644
index 0000000..9052ce8
--- /dev/null
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui.nl/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.connectivity.sqm.core.ui.nl1</artifactId>
+ <version>1.1.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/pom.xml b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/pom.xml
new file mode 100644
index 0000000..33258a9
--- /dev/null
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core.ui/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.connectivity.sqm.core.ui</artifactId>
+ <version>1.4.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/pom.xml b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/pom.xml
new file mode 100644
index 0000000..c17cab1
--- /dev/null
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.core/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.connectivity.sqm.core</artifactId>
+ <version>1.4.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui.nl/pom.xml b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui.nl/pom.xml
new file mode 100644
index 0000000..a698b79
--- /dev/null
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui.nl/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.connectivity.sqm.server.ui.nl1</artifactId>
+ <version>1.1.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/pom.xml b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/pom.xml
new file mode 100644
index 0000000..af96338
--- /dev/null
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.sqm.server.ui/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.connectivity.sqm.server.ui</artifactId>
+ <version>1.3.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.ui.dse.nl/pom.xml b/plugins/connectivity/org.eclipse.datatools.connectivity.ui.dse.nl/pom.xml
new file mode 100644
index 0000000..b255be6
--- /dev/null
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui.dse.nl/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.connectivity.ui.dse.nl1</artifactId>
+ <version>1.0.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.ui.dse/pom.xml b/plugins/connectivity/org.eclipse.datatools.connectivity.ui.dse/pom.xml
new file mode 100644
index 0000000..48072bd
--- /dev/null
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui.dse/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.connectivity.ui.dse</artifactId>
+ <version>1.3.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.ui.nl/pom.xml b/plugins/connectivity/org.eclipse.datatools.connectivity.ui.nl/pom.xml
new file mode 100644
index 0000000..7b4bf3b
--- /dev/null
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui.nl/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.connectivity.ui.nl1</artifactId>
+ <version>1.0.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.ui.templates/pom.xml b/plugins/connectivity/org.eclipse.datatools.connectivity.ui.templates/pom.xml
new file mode 100644
index 0000000..a053ec2
--- /dev/null
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui.templates/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.connectivity.ui.templates</artifactId>
+ <version>1.2.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity.ui/pom.xml b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/pom.xml
new file mode 100644
index 0000000..5aa36b3
--- /dev/null
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity.ui/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.connectivity.ui</artifactId>
+ <version>1.4.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/connectivity/org.eclipse.datatools.connectivity/pom.xml b/plugins/connectivity/org.eclipse.datatools.connectivity/pom.xml
new file mode 100644
index 0000000..385f3ba
--- /dev/null
+++ b/plugins/connectivity/org.eclipse.datatools.connectivity/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.connectivity</artifactId>
+ <version>1.14.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.finfo/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.finfo/pom.xml
new file mode 100644
index 0000000..f637761
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.finfo/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.enablement.finfo</artifactId>
+ <version>1.7.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.hsqldb.dbdefinition.nl/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.hsqldb.dbdefinition.nl/pom.xml
new file mode 100644
index 0000000..23ff255
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.hsqldb.dbdefinition.nl/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.enablement.hsqldb.dbdefinition.nl1</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.hsqldb.dbdefinition/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.hsqldb.dbdefinition/pom.xml
new file mode 100644
index 0000000..9cde413
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.hsqldb.dbdefinition/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.enablement.hsqldb.dbdefinition</artifactId>
+ <version>1.2.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.hsqldb.nl/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.hsqldb.nl/pom.xml
new file mode 100644
index 0000000..a038161
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.hsqldb.nl/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.enablement.hsqldb.nl1</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.hsqldb.ui.nl/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.hsqldb.ui.nl/pom.xml
new file mode 100644
index 0000000..2d8b1a2
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.hsqldb.ui.nl/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.enablement.hsqldb.ui.nl1</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.hsqldb.ui/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.hsqldb.ui/pom.xml
new file mode 100644
index 0000000..71c601e
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.hsqldb.ui/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.enablement.hsqldb.ui</artifactId>
+ <version>1.2.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.hsqldb/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.hsqldb/pom.xml
new file mode 100644
index 0000000..472eb20
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.hsqldb/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.enablement.hsqldb</artifactId>
+ <version>1.2.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.dbdefinition.nl/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.dbdefinition.nl/pom.xml
new file mode 100644
index 0000000..93c7b02
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.dbdefinition.nl/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.enablement.ibm.db2.iseries.dbdefinition.nl1</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.dbdefinition/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.dbdefinition/pom.xml
new file mode 100644
index 0000000..37af6a6
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.dbdefinition/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.enablement.ibm.db2.iseries.dbdefinition</artifactId>
+ <version>1.2.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.nl/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.nl/pom.xml
new file mode 100644
index 0000000..731b7ab
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.nl/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.enablement.ibm.db2.iseries.nl1</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.ui.nl/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.ui.nl/pom.xml
new file mode 100644
index 0000000..9a0ec7c
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.ui.nl/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.enablement.ibm.db2.iseries.ui.nl1</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.ui/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.ui/pom.xml
new file mode 100644
index 0000000..d054a98
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries.ui/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.enablement.ibm.db2.iseries.ui</artifactId>
+ <version>1.2.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries/pom.xml
new file mode 100644
index 0000000..3dc5a27
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.iseries/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.enablement.ibm.db2.iseries</artifactId>
+ <version>1.2.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.dbdefinition.nl/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.dbdefinition.nl/pom.xml
new file mode 100644
index 0000000..c700a26
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.dbdefinition.nl/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.enablement.ibm.db2.luw.dbdefinition.nl1</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.dbdefinition/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.dbdefinition/pom.xml
new file mode 100644
index 0000000..63f5773
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.dbdefinition/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.enablement.ibm.db2.luw.dbdefinition</artifactId>
+ <version>1.2.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.nl/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.nl/pom.xml
new file mode 100644
index 0000000..d2b116e
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.nl/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.enablement.ibm.db2.luw.nl1</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.ui.nl/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.ui.nl/pom.xml
new file mode 100644
index 0000000..22f75e6
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.ui.nl/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.enablement.ibm.db2.luw.ui.nl1</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.ui/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.ui/pom.xml
new file mode 100644
index 0000000..72b8001
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw.ui/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.enablement.ibm.db2.luw.ui</artifactId>
+ <version>1.2.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/pom.xml
new file mode 100644
index 0000000..7bda0ce
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.luw/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.enablement.ibm.db2.luw</artifactId>
+ <version>1.2.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.dbdefinition.nl/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.dbdefinition.nl/pom.xml
new file mode 100644
index 0000000..c921b29
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.dbdefinition.nl/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.enablement.ibm.db2.zseries.dbdefinition.nl1</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.dbdefinition/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.dbdefinition/pom.xml
new file mode 100644
index 0000000..861c8d1
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.dbdefinition/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.enablement.ibm.db2.zseries.dbdefinition</artifactId>
+ <version>1.2.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.nl/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.nl/pom.xml
new file mode 100644
index 0000000..f886e65
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.nl/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.enablement.ibm.db2.zseries.nl1</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.ui.nl/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.ui.nl/pom.xml
new file mode 100644
index 0000000..12b687a
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.ui.nl/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.enablement.ibm.db2.zseries.ui.nl1</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.ui/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.ui/pom.xml
new file mode 100644
index 0000000..aa7feb3
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries.ui/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.enablement.ibm.db2.zseries.ui</artifactId>
+ <version>1.2.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries/pom.xml
new file mode 100644
index 0000000..784e260
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2.zseries/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.enablement.ibm.db2.zseries</artifactId>
+ <version>1.2.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2/pom.xml
new file mode 100644
index 0000000..5bcc61d
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.db2/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.enablement.ibm.db2</artifactId>
+ <version>1.2.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.dbdefinition.nl/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.dbdefinition.nl/pom.xml
new file mode 100644
index 0000000..02dae6d
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.dbdefinition.nl/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.enablement.ibm.informix.dbdefinition.nl1</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.dbdefinition/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.dbdefinition/pom.xml
new file mode 100644
index 0000000..736ae5e
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.dbdefinition/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.enablement.ibm.informix.dbdefinition</artifactId>
+ <version>1.2.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.nl/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.nl/pom.xml
new file mode 100644
index 0000000..9435053
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.nl/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.enablement.ibm.informix.nl1</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.ui.nl/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.ui.nl/pom.xml
new file mode 100644
index 0000000..81c001c
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.ui.nl/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.enablement.ibm.informix.ui.nl1</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.ui/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.ui/pom.xml
new file mode 100644
index 0000000..9f91fea
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix.ui/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.enablement.ibm.informix.ui</artifactId>
+ <version>1.2.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix/pom.xml
new file mode 100644
index 0000000..46805f4
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.informix/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.enablement.ibm.informix</artifactId>
+ <version>1.2.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ibm.ui.nl/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.ibm.ui.nl/pom.xml
new file mode 100644
index 0000000..694a5f1
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.ui.nl/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.enablement.ibm.ui.nl1</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ibm.ui/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.ibm.ui/pom.xml
new file mode 100644
index 0000000..6bc3bdb
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm.ui/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.enablement.ibm.ui</artifactId>
+ <version>1.2.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ibm/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.ibm/pom.xml
new file mode 100644
index 0000000..70ea460
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.ibm/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.enablement.ibm</artifactId>
+ <version>1.2.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres.dbdefinition.nl/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.ingres.dbdefinition.nl/pom.xml
new file mode 100644
index 0000000..155d88e
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres.dbdefinition.nl/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.enablement.ingres.dbdefinition.nl1</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres.dbdefinition/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.ingres.dbdefinition/pom.xml
new file mode 100644
index 0000000..0067d9d
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres.dbdefinition/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.enablement.ingres.dbdefinition</artifactId>
+ <version>1.2.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres.nl/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.ingres.nl/pom.xml
new file mode 100644
index 0000000..7256231
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres.nl/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.enablement.ingres.nl1</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui.nl/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui.nl/pom.xml
new file mode 100644
index 0000000..75e91a4
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui.nl/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.enablement.ingres.ui.nl1</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/pom.xml
new file mode 100644
index 0000000..cd4e9fc
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres.ui/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.enablement.ingres.ui</artifactId>
+ <version>1.2.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.ingres/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.ingres/pom.xml
new file mode 100644
index 0000000..4ddc7ad
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.ingres/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.enablement.ingres</artifactId>
+ <version>1.2.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.jdt.classpath.nl/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.jdt.classpath.nl/pom.xml
new file mode 100644
index 0000000..1987d8d
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.jdt.classpath.nl/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.enablement.jdt.classpath.nl1</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.jdt.classpath/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.jdt.classpath/pom.xml
new file mode 100644
index 0000000..e563b5f
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.jdt.classpath/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.enablement.jdt.classpath</artifactId>
+ <version>1.2.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.dbdefinition.nl/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.dbdefinition.nl/pom.xml
new file mode 100644
index 0000000..ae3c273
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.dbdefinition.nl/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.enablement.msft.sqlserver.dbdefinition.nl1</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.dbdefinition/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.dbdefinition/pom.xml
new file mode 100644
index 0000000..bb1c318
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.dbdefinition/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.enablement.msft.sqlserver.dbdefinition</artifactId>
+ <version>1.2.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.nl/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.nl/pom.xml
new file mode 100644
index 0000000..d1c75a1
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.nl/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.enablement.msft.sqlserver.nl1</artifactId>
+ <version>1.0.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.ui.nl/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.ui.nl/pom.xml
new file mode 100644
index 0000000..5989fbe
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.ui.nl/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.enablement.msft.sqlserver.ui.nl1</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.ui/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.ui/pom.xml
new file mode 100644
index 0000000..6499040
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver.ui/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.enablement.msft.sqlserver.ui</artifactId>
+ <version>1.2.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver/pom.xml
new file mode 100644
index 0000000..35f4d6e
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.msft.sqlserver/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.enablement.msft.sqlserver</artifactId>
+ <version>1.2.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.mysql.dbdefinition.nl/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.mysql.dbdefinition.nl/pom.xml
new file mode 100644
index 0000000..5cd05ae
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.mysql.dbdefinition.nl/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.enablement.mysql.dbdefinition.nl1</artifactId>
+ <version>1.0.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.mysql.dbdefinition/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.mysql.dbdefinition/pom.xml
new file mode 100644
index 0000000..2f1a410
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.mysql.dbdefinition/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.enablement.mysql.dbdefinition</artifactId>
+ <version>1.2.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.mysql.nl/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.mysql.nl/pom.xml
new file mode 100644
index 0000000..ef02dde
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.mysql.nl/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.enablement.mysql.nl1</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.mysql.ui.nl/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.mysql.ui.nl/pom.xml
new file mode 100644
index 0000000..4d86343
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.mysql.ui.nl/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.enablement.mysql.ui.nl1</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.mysql.ui/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.mysql.ui/pom.xml
new file mode 100644
index 0000000..7d5a5ce
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.mysql.ui/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.enablement.mysql.ui</artifactId>
+ <version>1.2.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.mysql/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.mysql/pom.xml
new file mode 100644
index 0000000..fc36834
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.mysql/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.enablement.mysql</artifactId>
+ <version>1.2.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.oda.ecore.ui/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.oda.ecore.ui/pom.xml
new file mode 100644
index 0000000..bb9c608
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.ecore.ui/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.enablement.oda.ecore.ui</artifactId>
+ <version>1.0.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.oda.ecore/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.oda.ecore/pom.xml
new file mode 100644
index 0000000..eb15f96
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.ecore/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.enablement.oda.ecore</artifactId>
+ <version>1.0.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.nl/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.nl/pom.xml
new file mode 100644
index 0000000..d1d3911
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.nl/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.enablement.oda.ws.nl1</artifactId>
+ <version>1.0.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.ui.nl/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.ui.nl/pom.xml
new file mode 100644
index 0000000..60540b6
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.ui.nl/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.enablement.oda.ws.ui.nl1</artifactId>
+ <version>1.0.2-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.ui/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.ui/pom.xml
new file mode 100644
index 0000000..720c048
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws.ui/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.enablement.oda.ws.ui</artifactId>
+ <version>1.4.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.oda.ws/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws/pom.xml
new file mode 100644
index 0000000..30a81b8
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.ws/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.enablement.oda.ws</artifactId>
+ <version>1.4.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.nl/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.nl/pom.xml
new file mode 100644
index 0000000..b07a280
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.nl/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.enablement.oda.xml.nl1</artifactId>
+ <version>1.0.3-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui.nl/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui.nl/pom.xml
new file mode 100644
index 0000000..cc2ee26
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui.nl/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.enablement.oda.xml.ui.nl1</artifactId>
+ <version>1.0.3-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui/pom.xml
new file mode 100644
index 0000000..089c100
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml.ui/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.enablement.oda.xml.ui</artifactId>
+ <version>1.4.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.oda.xml/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml/pom.xml
new file mode 100644
index 0000000..438cfec
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.oda.xml/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.enablement.oda.xml</artifactId>
+ <version>1.4.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.oracle.dbdefinition.nl/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.oracle.dbdefinition.nl/pom.xml
new file mode 100644
index 0000000..5dd2094
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.oracle.dbdefinition.nl/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.enablement.oracle.dbdefinition.nl1</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.oracle.dbdefinition/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.oracle.dbdefinition/pom.xml
new file mode 100644
index 0000000..f955df1
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.oracle.dbdefinition/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.enablement.oracle.dbdefinition</artifactId>
+ <version>1.2.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.oracle.nl/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.oracle.nl/pom.xml
new file mode 100644
index 0000000..7cce58a
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.oracle.nl/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.enablement.oracle.nl1</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.oracle.ui.nl/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.oracle.ui.nl/pom.xml
new file mode 100644
index 0000000..c39a904
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.oracle.ui.nl/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.enablement.oracle.ui.nl1</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.oracle.ui/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.oracle.ui/pom.xml
new file mode 100644
index 0000000..12b9d9c
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.oracle.ui/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.enablement.oracle.ui</artifactId>
+ <version>1.2.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.oracle/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.oracle/pom.xml
new file mode 100644
index 0000000..4c0e5a0
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.oracle/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.enablement.oracle</artifactId>
+ <version>1.2.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.postgresql.dbdefinition/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.postgresql.dbdefinition/pom.xml
new file mode 100644
index 0000000..3a28874
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.postgresql.dbdefinition/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.enablement.postgresql.dbdefinition</artifactId>
+ <version>1.2.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.postgresql.nl/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.postgresql.nl/pom.xml
new file mode 100644
index 0000000..82a5c8a
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.postgresql.nl/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.enablement.postgresql.nl1</artifactId>
+ <version>1.0.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.postgresql.ui.nl/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.postgresql.ui.nl/pom.xml
new file mode 100644
index 0000000..52f95b9
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.postgresql.ui.nl/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.enablement.postgresql.ui.nl1</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.postgresql.ui/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.postgresql.ui/pom.xml
new file mode 100644
index 0000000..53862da
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.postgresql.ui/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.enablement.postgresql.ui</artifactId>
+ <version>1.2.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.postgresql/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.postgresql/pom.xml
new file mode 100644
index 0000000..46a6318
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.postgresql/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.enablement.postgresql</artifactId>
+ <version>1.3.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sap.maxdb.dbdefinition.nl/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.sap.maxdb.dbdefinition.nl/pom.xml
new file mode 100644
index 0000000..3c4033a
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.sap.maxdb.dbdefinition.nl/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.enablement.sap.maxdb.dbdefinition.nl1</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sap.maxdb.dbdefinition/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.sap.maxdb.dbdefinition/pom.xml
new file mode 100644
index 0000000..37e86d1
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.sap.maxdb.dbdefinition/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.enablement.sap.maxdb.dbdefinition</artifactId>
+ <version>1.2.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sap.maxdb.nl/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.sap.maxdb.nl/pom.xml
new file mode 100644
index 0000000..d0536a5
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.sap.maxdb.nl/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.enablement.sap.maxdb.nl1</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sap.maxdb.ui.nl/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.sap.maxdb.ui.nl/pom.xml
new file mode 100644
index 0000000..eded87a
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.sap.maxdb.ui.nl/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.enablement.sap.maxdb.ui.nl1</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sap.maxdb.ui/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.sap.maxdb.ui/pom.xml
new file mode 100644
index 0000000..2fa4167
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.sap.maxdb.ui/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.enablement.sap.maxdb.ui</artifactId>
+ <version>1.2.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sap.maxdb/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.sap.maxdb/pom.xml
new file mode 100644
index 0000000..07a1969
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.sap.maxdb/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.enablement.sap.maxdb</artifactId>
+ <version>1.2.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sqlite.dbdefinition.nl/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.sqlite.dbdefinition.nl/pom.xml
new file mode 100644
index 0000000..a570870
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.sqlite.dbdefinition.nl/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.enablement.sqlite.dbdefinition.nl1</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sqlite.dbdefinition/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.sqlite.dbdefinition/pom.xml
new file mode 100644
index 0000000..42f658c
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.sqlite.dbdefinition/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.enablement.sqlite.dbdefinition</artifactId>
+ <version>1.2.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sqlite.nl/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.sqlite.nl/pom.xml
new file mode 100644
index 0000000..b13d7e3
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.sqlite.nl/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.enablement.sqlite.nl1</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sqlite.ui.nl/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.sqlite.ui.nl/pom.xml
new file mode 100644
index 0000000..3e713d6
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.sqlite.ui.nl/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.enablement.sqlite.ui.nl1</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sqlite.ui/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.sqlite.ui/pom.xml
new file mode 100644
index 0000000..7d362da
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.sqlite.ui/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.enablement.sqlite.ui</artifactId>
+ <version>1.2.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sqlite/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.sqlite/pom.xml
new file mode 100644
index 0000000..95c2b8b
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.sqlite/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.enablement.sqlite</artifactId>
+ <version>1.2.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.dbdefinition/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.dbdefinition/pom.xml
new file mode 100644
index 0000000..8d7f7ba
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.dbdefinition/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.enablement.sybase.asa.dbdefinition</artifactId>
+ <version>1.2.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.models.nl/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.models.nl/pom.xml
new file mode 100644
index 0000000..d5c3b2e
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.models.nl/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.enablement.sybase.asa.models.nl1</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.models/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.models/pom.xml
new file mode 100644
index 0000000..d3278b2
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.models/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.enablement.sybase.asa.models</artifactId>
+ <version>1.2.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.nl/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.nl/pom.xml
new file mode 100644
index 0000000..ab5d424
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.nl/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.enablement.sybase.asa.nl1</artifactId>
+ <version>1.0.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/pom.xml
new file mode 100644
index 0000000..b555271
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples</artifactId>
+ <version>2.7.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.ui/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.ui/pom.xml
new file mode 100644
index 0000000..184dcbe
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa.ui/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.enablement.sybase.asa.ui</artifactId>
+ <version>1.2.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa/pom.xml
new file mode 100644
index 0000000..7e104be
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.asa/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.enablement.sybase.asa</artifactId>
+ <version>1.2.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.dbdefinition.nl/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.dbdefinition.nl/pom.xml
new file mode 100644
index 0000000..35a8ac5
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.dbdefinition.nl/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.enablement.sybase.ase.dbdefinition.nl1</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.dbdefinition/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.dbdefinition/pom.xml
new file mode 100644
index 0000000..88a0b97
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.dbdefinition/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.enablement.sybase.ase.dbdefinition</artifactId>
+ <version>1.2.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.models/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.models/pom.xml
new file mode 100644
index 0000000..1f57c43
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.models/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.enablement.sybase.ase.models</artifactId>
+ <version>1.2.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.ui/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.ui/pom.xml
new file mode 100644
index 0000000..7a9d2d4
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase.ui/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.enablement.sybase.ase.ui</artifactId>
+ <version>1.2.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/pom.xml
new file mode 100644
index 0000000..ecd4806
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ase/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.enablement.sybase.ase</artifactId>
+ <version>1.2.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.models/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.sybase.models/pom.xml
new file mode 100644
index 0000000..219e639
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.models/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.enablement.sybase.models</artifactId>
+ <version>1.2.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.nl/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.sybase.nl/pom.xml
new file mode 100644
index 0000000..411c979
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.nl/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.enablement.sybase.nl1</artifactId>
+ <version>1.0.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui.nl/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui.nl/pom.xml
new file mode 100644
index 0000000..6ac3bc4
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui.nl/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.enablement.sybase.ui.nl1</artifactId>
+ <version>1.0.0</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui/pom.xml
new file mode 100644
index 0000000..cac091a
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase.ui/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.enablement.sybase.ui</artifactId>
+ <version>1.2.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/enablement/org.eclipse.datatools.enablement.sybase/pom.xml b/plugins/enablement/org.eclipse.datatools.enablement.sybase/pom.xml
new file mode 100644
index 0000000..b9b1ec7
--- /dev/null
+++ b/plugins/enablement/org.eclipse.datatools.enablement.sybase/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.enablement.sybase</artifactId>
+ <version>1.2.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/modelbase/org.eclipse.datatools.modelbase.dbdefinition.nl/pom.xml b/plugins/modelbase/org.eclipse.datatools.modelbase.dbdefinition.nl/pom.xml
new file mode 100644
index 0000000..f95a986
--- /dev/null
+++ b/plugins/modelbase/org.eclipse.datatools.modelbase.dbdefinition.nl/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.modelbase.dbdefinition.nl1</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/modelbase/org.eclipse.datatools.modelbase.dbdefinition/pom.xml b/plugins/modelbase/org.eclipse.datatools.modelbase.dbdefinition/pom.xml
new file mode 100644
index 0000000..6b8b993
--- /dev/null
+++ b/plugins/modelbase/org.eclipse.datatools.modelbase.dbdefinition/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.modelbase.dbdefinition</artifactId>
+ <version>1.2.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/modelbase/org.eclipse.datatools.modelbase.derby.nl/pom.xml b/plugins/modelbase/org.eclipse.datatools.modelbase.derby.nl/pom.xml
new file mode 100644
index 0000000..59d51f8
--- /dev/null
+++ b/plugins/modelbase/org.eclipse.datatools.modelbase.derby.nl/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.modelbase.derby.nl1</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/modelbase/org.eclipse.datatools.modelbase.derby/pom.xml b/plugins/modelbase/org.eclipse.datatools.modelbase.derby/pom.xml
new file mode 100644
index 0000000..581c461
--- /dev/null
+++ b/plugins/modelbase/org.eclipse.datatools.modelbase.derby/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.modelbase.derby</artifactId>
+ <version>1.2.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/modelbase/org.eclipse.datatools.modelbase.sql.edit.nl/pom.xml b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.edit.nl/pom.xml
new file mode 100644
index 0000000..834bd9a
--- /dev/null
+++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.edit.nl/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.modelbase.sql.edit.nl1</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/modelbase/org.eclipse.datatools.modelbase.sql.edit/pom.xml b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.edit/pom.xml
new file mode 100644
index 0000000..5ca7542
--- /dev/null
+++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.edit/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.modelbase.sql.edit</artifactId>
+ <version>1.2.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/modelbase/org.eclipse.datatools.modelbase.sql.nl/pom.xml b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.nl/pom.xml
new file mode 100644
index 0000000..ea26a35
--- /dev/null
+++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.nl/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.modelbase.sql.nl1</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query.edit.nl/pom.xml b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query.edit.nl/pom.xml
new file mode 100644
index 0000000..d57acd8
--- /dev/null
+++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query.edit.nl/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.modelbase.sql.query.edit.nl1</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query.edit/pom.xml b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query.edit/pom.xml
new file mode 100644
index 0000000..0eb83b1
--- /dev/null
+++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query.edit/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.modelbase.sql.query.edit</artifactId>
+ <version>1.2.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query.nl/pom.xml b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query.nl/pom.xml
new file mode 100644
index 0000000..1215917
--- /dev/null
+++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query.nl/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.modelbase.sql.query.nl1</artifactId>
+ <version>1.0.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query/pom.xml b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query/pom.xml
new file mode 100644
index 0000000..a039fa9
--- /dev/null
+++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.query/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.modelbase.sql.query</artifactId>
+ <version>1.3.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/modelbase/org.eclipse.datatools.modelbase.sql.xml.query.nl/pom.xml b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.xml.query.nl/pom.xml
new file mode 100644
index 0000000..ed3f8e3
--- /dev/null
+++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.xml.query.nl/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.modelbase.sql.xml.query.nl1</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/modelbase/org.eclipse.datatools.modelbase.sql.xml.query/pom.xml b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.xml.query/pom.xml
new file mode 100644
index 0000000..539a106
--- /dev/null
+++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql.xml.query/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.modelbase.sql.xml.query</artifactId>
+ <version>1.2.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/modelbase/org.eclipse.datatools.modelbase.sql/pom.xml b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/pom.xml
new file mode 100644
index 0000000..3d1219e
--- /dev/null
+++ b/plugins/modelbase/org.eclipse.datatools.modelbase.sql/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.modelbase.sql</artifactId>
+ <version>1.2.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/org.eclipse.datatools.doc.isv/pom.xml b/plugins/org.eclipse.datatools.doc.isv/pom.xml
new file mode 100644
index 0000000..21c20f0
--- /dev/null
+++ b/plugins/org.eclipse.datatools.doc.isv/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.doc.isv</artifactId>
+ <version>1.14.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/org.eclipse.datatools.help/pom.xml b/plugins/org.eclipse.datatools.help/pom.xml
new file mode 100644
index 0000000..28f00d8
--- /dev/null
+++ b/plugins/org.eclipse.datatools.help/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.help</artifactId>
+ <version>1.7.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/org.eclipse.datatools.oda.cshelp/pom.xml b/plugins/org.eclipse.datatools.oda.cshelp/pom.xml
new file mode 100644
index 0000000..0858411
--- /dev/null
+++ b/plugins/org.eclipse.datatools.oda.cshelp/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.oda.cshelp</artifactId>
+ <version>1.3.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/org.eclipse.datatools.releng.builder/extras/pom.xml b/plugins/org.eclipse.datatools.releng.builder/extras/pom.xml
new file mode 100644
index 0000000..4978d23
--- /dev/null
+++ b/plugins/org.eclipse.datatools.releng.builder/extras/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>extras</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <packaging>eclipse-update-site</packaging>
+</project>
diff --git a/plugins/org.eclipse.datatools.sdk/pom.xml b/plugins/org.eclipse.datatools.sdk/pom.xml
new file mode 100644
index 0000000..8cf13a2
--- /dev/null
+++ b/plugins/org.eclipse.datatools.sdk/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.sdk</artifactId>
+ <version>1.9.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.common.ui.nl/pom.xml b/plugins/sqltools/org.eclipse.datatools.sqltools.common.ui.nl/pom.xml
new file mode 100644
index 0000000..c586892
--- /dev/null
+++ b/plugins/sqltools/org.eclipse.datatools.sqltools.common.ui.nl/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.sqltools.common.ui.nl1</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.common.ui/pom.xml b/plugins/sqltools/org.eclipse.datatools.sqltools.common.ui/pom.xml
new file mode 100644
index 0000000..4f329aa
--- /dev/null
+++ b/plugins/sqltools/org.eclipse.datatools.sqltools.common.ui/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.sqltools.common.ui</artifactId>
+ <version>1.2.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.data.core/pom.xml b/plugins/sqltools/org.eclipse.datatools.sqltools.data.core/pom.xml
new file mode 100644
index 0000000..90f5147
--- /dev/null
+++ b/plugins/sqltools/org.eclipse.datatools.sqltools.data.core/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.sqltools.data.core</artifactId>
+ <version>1.4.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.data.ui/pom.xml b/plugins/sqltools/org.eclipse.datatools.sqltools.data.ui/pom.xml
new file mode 100644
index 0000000..51a0b32
--- /dev/null
+++ b/plugins/sqltools/org.eclipse.datatools.sqltools.data.ui/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.sqltools.data.ui</artifactId>
+ <version>1.4.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.db.derby.nl/pom.xml b/plugins/sqltools/org.eclipse.datatools.sqltools.db.derby.nl/pom.xml
new file mode 100644
index 0000000..df9c8af
--- /dev/null
+++ b/plugins/sqltools/org.eclipse.datatools.sqltools.db.derby.nl/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.sqltools.db.derby.nl1</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.db.derby.ui/pom.xml b/plugins/sqltools/org.eclipse.datatools.sqltools.db.derby.ui/pom.xml
new file mode 100644
index 0000000..b334c6f
--- /dev/null
+++ b/plugins/sqltools/org.eclipse.datatools.sqltools.db.derby.ui/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.sqltools.db.derby.ui</artifactId>
+ <version>1.2.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.db.derby/pom.xml b/plugins/sqltools/org.eclipse.datatools.sqltools.db.derby/pom.xml
new file mode 100644
index 0000000..5d4a0ec
--- /dev/null
+++ b/plugins/sqltools/org.eclipse.datatools.sqltools.db.derby/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.sqltools.db.derby</artifactId>
+ <version>1.2.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.db.generic.nl/pom.xml b/plugins/sqltools/org.eclipse.datatools.sqltools.db.generic.nl/pom.xml
new file mode 100644
index 0000000..4bdfa8e
--- /dev/null
+++ b/plugins/sqltools/org.eclipse.datatools.sqltools.db.generic.nl/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.sqltools.db.generic.nl1</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.db.generic.ui/pom.xml b/plugins/sqltools/org.eclipse.datatools.sqltools.db.generic.ui/pom.xml
new file mode 100644
index 0000000..a806e11
--- /dev/null
+++ b/plugins/sqltools/org.eclipse.datatools.sqltools.db.generic.ui/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.sqltools.db.generic.ui</artifactId>
+ <version>1.2.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.db.generic/pom.xml b/plugins/sqltools/org.eclipse.datatools.sqltools.db.generic/pom.xml
new file mode 100644
index 0000000..fd7405c
--- /dev/null
+++ b/plugins/sqltools/org.eclipse.datatools.sqltools.db.generic/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.sqltools.db.generic</artifactId>
+ <version>1.2.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.ddlgen.ui/pom.xml b/plugins/sqltools/org.eclipse.datatools.sqltools.ddlgen.ui/pom.xml
new file mode 100644
index 0000000..d1b4d7b
--- /dev/null
+++ b/plugins/sqltools/org.eclipse.datatools.sqltools.ddlgen.ui/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.sqltools.ddlgen.ui</artifactId>
+ <version>1.2.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core.ui/pom.xml b/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core.ui/pom.xml
new file mode 100644
index 0000000..aae9607
--- /dev/null
+++ b/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core.ui/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.sqltools.debugger.core.ui</artifactId>
+ <version>1.2.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core/pom.xml b/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core/pom.xml
new file mode 100644
index 0000000..dc1085a
--- /dev/null
+++ b/plugins/sqltools/org.eclipse.datatools.sqltools.debugger.core/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.sqltools.debugger.core</artifactId>
+ <version>1.2.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core.nl/pom.xml b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core.nl/pom.xml
new file mode 100644
index 0000000..1d2720d
--- /dev/null
+++ b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core.nl/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.sqltools.editor.core.nl1</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core.ui/pom.xml b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core.ui/pom.xml
new file mode 100644
index 0000000..9c5de72
--- /dev/null
+++ b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core.ui/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.sqltools.editor.core.ui</artifactId>
+ <version>1.2.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/pom.xml b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/pom.xml
new file mode 100644
index 0000000..1b2bbcd
--- /dev/null
+++ b/plugins/sqltools/org.eclipse.datatools.sqltools.editor.core/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.sqltools.editor.core</artifactId>
+ <version>1.2.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.lexer/pom.xml b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.lexer/pom.xml
new file mode 100644
index 0000000..771b334
--- /dev/null
+++ b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.lexer/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.sqltools.parsers.sql.lexer</artifactId>
+ <version>1.2.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.nl/pom.xml b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.nl/pom.xml
new file mode 100644
index 0000000..4802d4f
--- /dev/null
+++ b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.nl/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.sqltools.parsers.sql.nl1</artifactId>
+ <version>1.0.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query.nl/pom.xml b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query.nl/pom.xml
new file mode 100644
index 0000000..cce77c2
--- /dev/null
+++ b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query.nl/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.sqltools.parsers.sql.query.nl1</artifactId>
+ <version>1.0.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query/pom.xml b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query/pom.xml
new file mode 100644
index 0000000..a20de41
--- /dev/null
+++ b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.query/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.sqltools.parsers.sql.query</artifactId>
+ <version>1.4.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.xml.query/pom.xml b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.xml.query/pom.xml
new file mode 100644
index 0000000..67a8d67
--- /dev/null
+++ b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql.xml.query/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.sqltools.parsers.sql.xml.query</artifactId>
+ <version>1.2.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql/pom.xml b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql/pom.xml
new file mode 100644
index 0000000..23a793d
--- /dev/null
+++ b/plugins/sqltools/org.eclipse.datatools.sqltools.parsers.sql/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.sqltools.parsers.sql</artifactId>
+ <version>1.2.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.plan.nl/pom.xml b/plugins/sqltools/org.eclipse.datatools.sqltools.plan.nl/pom.xml
new file mode 100644
index 0000000..db04a10
--- /dev/null
+++ b/plugins/sqltools/org.eclipse.datatools.sqltools.plan.nl/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.sqltools.plan.nl1</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.plan/pom.xml b/plugins/sqltools/org.eclipse.datatools.sqltools.plan/pom.xml
new file mode 100644
index 0000000..34e84cc
--- /dev/null
+++ b/plugins/sqltools/org.eclipse.datatools.sqltools.plan/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.sqltools.plan</artifactId>
+ <version>1.2.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.result.nl/pom.xml b/plugins/sqltools/org.eclipse.datatools.sqltools.result.nl/pom.xml
new file mode 100644
index 0000000..6ee7cef
--- /dev/null
+++ b/plugins/sqltools/org.eclipse.datatools.sqltools.result.nl/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.sqltools.result.nl1</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/pom.xml b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/pom.xml
new file mode 100644
index 0000000..bbe529f
--- /dev/null
+++ b/plugins/sqltools/org.eclipse.datatools.sqltools.result.ui/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.sqltools.result.ui</artifactId>
+ <version>1.3.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.result/pom.xml b/plugins/sqltools/org.eclipse.datatools.sqltools.result/pom.xml
new file mode 100644
index 0000000..48361ac
--- /dev/null
+++ b/plugins/sqltools/org.eclipse.datatools.sqltools.result/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.sqltools.result</artifactId>
+ <version>1.3.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/pom.xml b/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/pom.xml
new file mode 100644
index 0000000..e0ddd45
--- /dev/null
+++ b/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor.ui/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.sqltools.routineeditor.ui</artifactId>
+ <version>1.2.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor/pom.xml b/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor/pom.xml
new file mode 100644
index 0000000..66ce9cb
--- /dev/null
+++ b/plugins/sqltools/org.eclipse.datatools.sqltools.routineeditor/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.sqltools.routineeditor</artifactId>
+ <version>1.2.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui.pages/pom.xml b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui.pages/pom.xml
new file mode 100644
index 0000000..1c3498a
--- /dev/null
+++ b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui.pages/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.sqltools.schemaobjecteditor.ui.pages</artifactId>
+ <version>1.3.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/pom.xml b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/pom.xml
new file mode 100644
index 0000000..4b031a0
--- /dev/null
+++ b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor.ui/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.sqltools.schemaobjecteditor.ui</artifactId>
+ <version>1.3.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor/pom.xml b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor/pom.xml
new file mode 100644
index 0000000..e2ae28b
--- /dev/null
+++ b/plugins/sqltools/org.eclipse.datatools.sqltools.schemaobjecteditor/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.sqltools.schemaobjecteditor</artifactId>
+ <version>1.3.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sql.nl/pom.xml b/plugins/sqltools/org.eclipse.datatools.sqltools.sql.nl/pom.xml
new file mode 100644
index 0000000..68a5b10
--- /dev/null
+++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sql.nl/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.sqltools.sql.nl1</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sql.ui/pom.xml b/plugins/sqltools/org.eclipse.datatools.sqltools.sql.ui/pom.xml
new file mode 100644
index 0000000..ecaf4e6
--- /dev/null
+++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sql.ui/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.sqltools.sql.ui</artifactId>
+ <version>1.2.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sql/pom.xml b/plugins/sqltools/org.eclipse.datatools.sqltools.sql/pom.xml
new file mode 100644
index 0000000..b47a50f
--- /dev/null
+++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sql/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.sqltools.sql</artifactId>
+ <version>1.2.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder.nl/pom.xml b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder.nl/pom.xml
new file mode 100644
index 0000000..4e3f4c9
--- /dev/null
+++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder.nl/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.sqltools.sqlbuilder.nl1</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/pom.xml b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/pom.xml
new file mode 100644
index 0000000..5c2fbc9
--- /dev/null
+++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlbuilder/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.sqltools.sqlbuilder</artifactId>
+ <version>1.2.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor.nl/pom.xml b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor.nl/pom.xml
new file mode 100644
index 0000000..dc2f70b
--- /dev/null
+++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor.nl/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.sqltools.sqleditor.nl1</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/pom.xml b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/pom.xml
new file mode 100644
index 0000000..f86b155
--- /dev/null
+++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqleditor/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.sqltools.sqleditor</artifactId>
+ <version>1.2.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/pom.xml b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/pom.xml
new file mode 100644
index 0000000..a6bde30
--- /dev/null
+++ b/plugins/sqltools/org.eclipse.datatools.sqltools.sqlscrapbook/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.sqltools.sqlscrapbook</artifactId>
+ <version>1.2.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/plugins/sqltools/org.eclipse.datatools.sqltools.tabledataeditor/pom.xml b/plugins/sqltools/org.eclipse.datatools.sqltools.tabledataeditor/pom.xml
new file mode 100644
index 0000000..a04431b
--- /dev/null
+++ b/plugins/sqltools/org.eclipse.datatools.sqltools.tabledataeditor/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.sqltools.tabledataeditor</artifactId>
+ <version>1.2.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/releng.new/releng/pom.xml b/releng.new/releng/pom.xml
new file mode 100644
index 0000000..565d860
--- /dev/null
+++ b/releng.new/releng/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>releng</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <packaging>eclipse-update-site</packaging>
+</project>
diff --git a/tests/org.eclipse.datatools.connectivity.oda.consumer.testdriver/pom.xml b/tests/org.eclipse.datatools.connectivity.oda.consumer.testdriver/pom.xml
new file mode 100644
index 0000000..f352d8e
--- /dev/null
+++ b/tests/org.eclipse.datatools.connectivity.oda.consumer.testdriver/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.connectivity.oda.consumer.testdriver</artifactId>
+ <version>3.2.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/tests/org.eclipse.datatools.connectivity.oda.consumer.tests/pom.xml b/tests/org.eclipse.datatools.connectivity.oda.consumer.tests/pom.xml
new file mode 100644
index 0000000..0701bd8
--- /dev/null
+++ b/tests/org.eclipse.datatools.connectivity.oda.consumer.tests/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.connectivity.oda.consumer.tests</artifactId>
+ <version>3.2.4-SNAPSHOT</version>
+ <packaging>eclipse-test-plugin</packaging>
+</project>
diff --git a/tests/org.eclipse.datatools.connectivity.oda.design.tests/pom.xml b/tests/org.eclipse.datatools.connectivity.oda.design.tests/pom.xml
new file mode 100644
index 0000000..a8a77dd
--- /dev/null
+++ b/tests/org.eclipse.datatools.connectivity.oda.design.tests/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.connectivity.oda.design.tests</artifactId>
+ <version>3.2.3-SNAPSHOT</version>
+ <packaging>eclipse-test-plugin</packaging>
+</project>
diff --git a/tests/org.eclipse.datatools.connectivity.oda.flatfile.tests/pom.xml b/tests/org.eclipse.datatools.connectivity.oda.flatfile.tests/pom.xml
new file mode 100644
index 0000000..dea73d8
--- /dev/null
+++ b/tests/org.eclipse.datatools.connectivity.oda.flatfile.tests/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.connectivity.oda.flatfile.tests</artifactId>
+ <version>3.0.3.200702201</version>
+ <packaging>eclipse-test-plugin</packaging>
+</project>
diff --git a/tests/org.eclipse.datatools.connectivity.oda.profile.tests/pom.xml b/tests/org.eclipse.datatools.connectivity.oda.profile.tests/pom.xml
new file mode 100644
index 0000000..4961603
--- /dev/null
+++ b/tests/org.eclipse.datatools.connectivity.oda.profile.tests/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.connectivity.oda.profile.tests</artifactId>
+ <version>3.0.6.200801141</version>
+ <packaging>eclipse-test-plugin</packaging>
+</project>
diff --git a/tests/org.eclipse.datatools.connectivity.oda.tests/pom.xml b/tests/org.eclipse.datatools.connectivity.oda.tests/pom.xml
new file mode 100644
index 0000000..8032e97
--- /dev/null
+++ b/tests/org.eclipse.datatools.connectivity.oda.tests/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.connectivity.oda.tests</artifactId>
+ <version>3.2.1-SNAPSHOT</version>
+ <packaging>eclipse-test-plugin</packaging>
+</project>
diff --git a/tests/org.eclipse.datatools.connectivity.test/pom.xml b/tests/org.eclipse.datatools.connectivity.test/pom.xml
new file mode 100644
index 0000000..5de10b8
--- /dev/null
+++ b/tests/org.eclipse.datatools.connectivity.test/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.connectivity.test</artifactId>
+ <version>1.0.1.200802251</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/tests/org.eclipse.datatools.enablement.dbdefinition.junittest/pom.xml b/tests/org.eclipse.datatools.enablement.dbdefinition.junittest/pom.xml
new file mode 100644
index 0000000..30abdc5
--- /dev/null
+++ b/tests/org.eclipse.datatools.enablement.dbdefinition.junittest/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.enablement.dbdefinition.junittest</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/tests/org.eclipse.datatools.enablement.oda.ws.test/pom.xml b/tests/org.eclipse.datatools.enablement.oda.ws.test/pom.xml
new file mode 100644
index 0000000..c6b08c4
--- /dev/null
+++ b/tests/org.eclipse.datatools.enablement.oda.ws.test/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.enablement.oda.ws.test</artifactId>
+ <version>1.1.0.200801141</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/tests/org.eclipse.datatools.enablement.oda.xml.tests/pom.xml b/tests/org.eclipse.datatools.enablement.oda.xml.tests/pom.xml
new file mode 100644
index 0000000..8b944f9
--- /dev/null
+++ b/tests/org.eclipse.datatools.enablement.oda.xml.tests/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.enablement.oda.xml.tests</artifactId>
+ <version>1.0.1.200802181</version>
+ <packaging>eclipse-test-plugin</packaging>
+</project>
diff --git a/tests/org.eclipse.datatools.sqltools.db.generic.test/pom.xml b/tests/org.eclipse.datatools.sqltools.db.generic.test/pom.xml
new file mode 100644
index 0000000..b4a997d
--- /dev/null
+++ b/tests/org.eclipse.datatools.sqltools.db.generic.test/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.sqltools.db.generic.test</artifactId>
+ <version>1.0.0.200706131</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/tests/org.eclipse.datatools.sqltools.parsers.sql.query.test/pom.xml b/tests/org.eclipse.datatools.sqltools.parsers.sql.query.test/pom.xml
new file mode 100644
index 0000000..4ac03fa
--- /dev/null
+++ b/tests/org.eclipse.datatools.sqltools.parsers.sql.query.test/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.sqltools.parsers.sql.query.test</artifactId>
+ <version>1.0.2-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/tests/org.eclipse.datatools.sqltools.parsers.sql.test/pom.xml b/tests/org.eclipse.datatools.sqltools.parsers.sql.test/pom.xml
new file mode 100644
index 0000000..7005bad
--- /dev/null
+++ b/tests/org.eclipse.datatools.sqltools.parsers.sql.test/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.sqltools.parsers.sql.test</artifactId>
+ <version>1.0.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/tests/org.eclipse.datatools.sqltools.parsers.sql.xml.query.test/pom.xml b/tests/org.eclipse.datatools.sqltools.parsers.sql.xml.query.test/pom.xml
new file mode 100644
index 0000000..2a93f4c
--- /dev/null
+++ b/tests/org.eclipse.datatools.sqltools.parsers.sql.xml.query.test/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.sqltools.parsers.sql.xml.query.test</artifactId>
+ <version>1.0.0.200706151</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/tests/org.eclipse.datatools.sqltools.plan.junittest/pom.xml b/tests/org.eclipse.datatools.sqltools.plan.junittest/pom.xml
new file mode 100644
index 0000000..6f884dd
--- /dev/null
+++ b/tests/org.eclipse.datatools.sqltools.plan.junittest/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.sqltools.plan.junittest</artifactId>
+ <version>0.9.0.200605101</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/tests/org.eclipse.datatools.sqltools.result.junittest/pom.xml b/tests/org.eclipse.datatools.sqltools.result.junittest/pom.xml
new file mode 100644
index 0000000..a3a7e42
--- /dev/null
+++ b/tests/org.eclipse.datatools.sqltools.result.junittest/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.sqltools.result.junittest</artifactId>
+ <version>0.9.0.200605101</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/tests/org.eclipse.datatools.sqltools.test/pom.xml b/tests/org.eclipse.datatools.sqltools.test/pom.xml
new file mode 100644
index 0000000..c31386d
--- /dev/null
+++ b/tests/org.eclipse.datatools.sqltools.test/pom.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools</artifactId>
+ <version>1.14.100-SNAPSHOT</version>
+ <relativePath>../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.datatools</groupId>
+ <artifactId>org.eclipse.datatools.sqltools.test</artifactId>
+ <version>0.9.0.200605101</version>
+ <packaging>eclipse-plugin</packaging>
+</project>