Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Fedorenko2012-05-18 19:08:29 +0000
committerPaul Webster2012-05-21 23:32:10 +0000
commitfcdbc7d00b0b0086d554346a01c385f5bbd19f13 (patch)
tree2c016677a1a4c1d905190e21a2ca47b5bf5d889f
parentd7bc9e731af09f134e3b045e3ef6cb4b2baa21df (diff)
downloadorg.eclipse.e4.databinding-I20120522-2100.tar.gz
org.eclipse.e4.databinding-I20120522-2100.tar.xz
org.eclipse.e4.databinding-I20120522-2100.zip
-rw-r--r--bundles/org.eclipse.core.databinding.beans/pom.xml26
-rw-r--r--bundles/org.eclipse.core.databinding.observable/pom.xml26
-rw-r--r--bundles/org.eclipse.core.databinding.property/pom.xml26
-rw-r--r--bundles/org.eclipse.core.databinding/pom.xml26
-rw-r--r--bundles/org.eclipse.jface.databinding/pom.xml26
-rw-r--r--examples/org.eclipse.jface.examples.databinding/pom.xml26
-rw-r--r--pom.xml85
-rw-r--r--tests/org.eclipse.jface.tests.databinding.conformance/pom.xml26
-rw-r--r--tests/org.eclipse.jface.tests.databinding/pom.xml26
9 files changed, 293 insertions, 0 deletions
diff --git a/bundles/org.eclipse.core.databinding.beans/pom.xml b/bundles/org.eclipse.core.databinding.beans/pom.xml
new file mode 100644
index 00000000..eb15702b
--- /dev/null
+++ b/bundles/org.eclipse.core.databinding.beans/pom.xml
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright (c) 2012 Eclipse Foundation.
+ All rights reserved. This program and the accompanying materials
+ are made available under the terms of the Eclipse Distribution License v1.0
+ which accompanies this distribution, and is available at
+ http://www.eclipse.org/org/documents/edl-v10.php
+
+ Contributors:
+ Igor Fedorenko - initial implementation
+-->
+
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>eclipse.platform.ui</artifactId>
+ <groupId>eclipse.platform.ui</groupId>
+ <version>3.8.0-SNAPSHOT</version>
+ <relativePath>../../</relativePath>
+ </parent>
+ <groupId>eclipse.platform.ui</groupId>
+ <artifactId>org.eclipse.core.databinding.beans</artifactId>
+ <version>1.2.100-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/bundles/org.eclipse.core.databinding.observable/pom.xml b/bundles/org.eclipse.core.databinding.observable/pom.xml
new file mode 100644
index 00000000..edebbb0f
--- /dev/null
+++ b/bundles/org.eclipse.core.databinding.observable/pom.xml
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright (c) 2012 Eclipse Foundation.
+ All rights reserved. This program and the accompanying materials
+ are made available under the terms of the Eclipse Distribution License v1.0
+ which accompanies this distribution, and is available at
+ http://www.eclipse.org/org/documents/edl-v10.php
+
+ Contributors:
+ Igor Fedorenko - initial implementation
+-->
+
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>eclipse.platform.ui</artifactId>
+ <groupId>eclipse.platform.ui</groupId>
+ <version>3.8.0-SNAPSHOT</version>
+ <relativePath>../../</relativePath>
+ </parent>
+ <groupId>eclipse.platform.ui</groupId>
+ <artifactId>org.eclipse.core.databinding.observable</artifactId>
+ <version>1.4.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/bundles/org.eclipse.core.databinding.property/pom.xml b/bundles/org.eclipse.core.databinding.property/pom.xml
new file mode 100644
index 00000000..a8638591
--- /dev/null
+++ b/bundles/org.eclipse.core.databinding.property/pom.xml
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright (c) 2012 Eclipse Foundation.
+ All rights reserved. This program and the accompanying materials
+ are made available under the terms of the Eclipse Distribution License v1.0
+ which accompanies this distribution, and is available at
+ http://www.eclipse.org/org/documents/edl-v10.php
+
+ Contributors:
+ Igor Fedorenko - initial implementation
+-->
+
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>eclipse.platform.ui</artifactId>
+ <groupId>eclipse.platform.ui</groupId>
+ <version>3.8.0-SNAPSHOT</version>
+ <relativePath>../../</relativePath>
+ </parent>
+ <groupId>eclipse.platform.ui</groupId>
+ <artifactId>org.eclipse.core.databinding.property</artifactId>
+ <version>1.4.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/bundles/org.eclipse.core.databinding/pom.xml b/bundles/org.eclipse.core.databinding/pom.xml
new file mode 100644
index 00000000..b184fdc5
--- /dev/null
+++ b/bundles/org.eclipse.core.databinding/pom.xml
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright (c) 2012 Eclipse Foundation.
+ All rights reserved. This program and the accompanying materials
+ are made available under the terms of the Eclipse Distribution License v1.0
+ which accompanies this distribution, and is available at
+ http://www.eclipse.org/org/documents/edl-v10.php
+
+ Contributors:
+ Igor Fedorenko - initial implementation
+-->
+
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>eclipse.platform.ui</artifactId>
+ <groupId>eclipse.platform.ui</groupId>
+ <version>3.8.0-SNAPSHOT</version>
+ <relativePath>../../</relativePath>
+ </parent>
+ <groupId>eclipse.platform.ui</groupId>
+ <artifactId>org.eclipse.core.databinding</artifactId>
+ <version>1.4.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/bundles/org.eclipse.jface.databinding/pom.xml b/bundles/org.eclipse.jface.databinding/pom.xml
new file mode 100644
index 00000000..00428808
--- /dev/null
+++ b/bundles/org.eclipse.jface.databinding/pom.xml
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright (c) 2012 Eclipse Foundation.
+ All rights reserved. This program and the accompanying materials
+ are made available under the terms of the Eclipse Distribution License v1.0
+ which accompanies this distribution, and is available at
+ http://www.eclipse.org/org/documents/edl-v10.php
+
+ Contributors:
+ Igor Fedorenko - initial implementation
+-->
+
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>eclipse.platform.ui</artifactId>
+ <groupId>eclipse.platform.ui</groupId>
+ <version>3.8.0-SNAPSHOT</version>
+ <relativePath>../../</relativePath>
+ </parent>
+ <groupId>eclipse.platform.ui</groupId>
+ <artifactId>org.eclipse.jface.databinding</artifactId>
+ <version>1.6.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/examples/org.eclipse.jface.examples.databinding/pom.xml b/examples/org.eclipse.jface.examples.databinding/pom.xml
new file mode 100644
index 00000000..9d7ffd6c
--- /dev/null
+++ b/examples/org.eclipse.jface.examples.databinding/pom.xml
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright (c) 2012 Eclipse Foundation.
+ All rights reserved. This program and the accompanying materials
+ are made available under the terms of the Eclipse Distribution License v1.0
+ which accompanies this distribution, and is available at
+ http://www.eclipse.org/org/documents/edl-v10.php
+
+ Contributors:
+ Igor Fedorenko - initial implementation
+-->
+
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>eclipse.platform.ui</artifactId>
+ <groupId>eclipse.platform.ui</groupId>
+ <version>3.8.0-SNAPSHOT</version>
+ <relativePath>../../</relativePath>
+ </parent>
+ <groupId>eclipse.platform.ui</groupId>
+ <artifactId>org.eclipse.jface.examples.databinding</artifactId>
+ <version>1.0.200-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/pom.xml b/pom.xml
new file mode 100644
index 00000000..21ed8d6b
--- /dev/null
+++ b/pom.xml
@@ -0,0 +1,85 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright (c) 2012 Eclipse Foundation.
+ All rights reserved. This program and the accompanying materials
+ are made available under the terms of the Eclipse Distribution License v1.0
+ which accompanies this distribution, and is available at
+ http://www.eclipse.org/org/documents/edl-v10.php
+
+ Contributors:
+ Igor Fedorenko - initial implementation
+-->
+
+<project
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
+ xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.eclipse</groupId>
+ <artifactId>eclipse-parent</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ </parent>
+
+ <groupId>eclipse.platform.ui</groupId>
+ <artifactId>eclipse.platform.ui</artifactId>
+ <version>3.8.0-SNAPSHOT</version>
+ <packaging>pom</packaging>
+
+ <modules>
+ <module>bundles/org.eclipse.core.commands</module>
+ <module>bundles/org.eclipse.core.databinding</module>
+ <module>bundles/org.eclipse.core.databinding.beans</module>
+ <module>bundles/org.eclipse.core.databinding.observable</module>
+ <module>bundles/org.eclipse.core.databinding.property</module>
+ <module>bundles/org.eclipse.jface</module>
+ <module>bundles/org.eclipse.jface.databinding</module>
+ <module>bundles/org.eclipse.ui</module>
+ <module>bundles/org.eclipse.ui.browser</module>
+ <module>bundles/org.eclipse.ui.cocoa</module>
+ <module>bundles/org.eclipse.ui.forms</module>
+ <module>bundles/org.eclipse.ui.ide</module>
+ <module>bundles/org.eclipse.ui.ide.application</module>
+ <module>bundles/org.eclipse.ui.navigator</module>
+ <module>bundles/org.eclipse.ui.navigator.resources</module>
+ <module>bundles/org.eclipse.ui.presentations.r21</module>
+ <module>bundles/org.eclipse.ui.tutorials.rcp.part1</module>
+ <module>bundles/org.eclipse.ui.tutorials.rcp.part2</module>
+ <module>bundles/org.eclipse.ui.tutorials.rcp.part3</module>
+ <module>bundles/org.eclipse.ui.views</module>
+ <module>bundles/org.eclipse.ui.views.properties.tabbed</module>
+ <module>bundles/org.eclipse.ui.win32</module>
+ <module>bundles/org.eclipse.ui.workbench</module>
+ <module>bundles/org.eclipse.ui.workbench.compatibility</module>
+
+ <module>examples/org.eclipse.jface.examples.databinding</module>
+
+ <!--
+ <module>examples/org.eclipse.jface.snippets</module>
+ <module>examples/org.eclipse.ui.examples.contributions</module>
+ <module>examples/org.eclipse.ui.examples.fieldassist</module>
+ <module>examples/org.eclipse.ui.examples.job</module>
+ <module>examples/org.eclipse.ui.examples.multipageeditor</module>
+ <module>examples/org.eclipse.ui.examples.navigator</module>
+ <module>examples/org.eclipse.ui.examples.propertysheet</module>
+ <module>examples/org.eclipse.ui.examples.rcp.browser</module>
+ <module>examples/org.eclipse.ui.examples.readmetool</module>
+ <module>examples/org.eclipse.ui.examples.undo</module>
+ <module>examples/org.eclipse.ui.examples.views.properties.tabbed.article</module>
+ <module>examples/org.eclipse.ui.examples.views.properties.tabbed.hockeyleague</module>
+ <module>examples/org.eclipse.ui.examples.views.properties.tabbed.logic</module>
+ <module>examples/org.eclipse.ui.forms.examples</module>
+ -->
+
+ <module>tests/org.eclipse.jface.tests.databinding</module>
+ <module>tests/org.eclipse.jface.tests.databinding.conformance</module>
+ <module>tests/org.eclipse.ui.tests</module>
+ <module>tests/org.eclipse.ui.tests.browser</module>
+ <module>tests/org.eclipse.ui.tests.forms</module>
+ <module>tests/org.eclipse.ui.tests.harness</module>
+ <module>tests/org.eclipse.ui.tests.navigator</module>
+ <module>tests/org.eclipse.ui.tests.performance</module>
+ <module>tests/org.eclipse.ui.tests.rcp</module>
+ <module>tests/org.eclipse.ui.tests.views.properties.tabbed</module>
+ </modules>
+</project>
diff --git a/tests/org.eclipse.jface.tests.databinding.conformance/pom.xml b/tests/org.eclipse.jface.tests.databinding.conformance/pom.xml
new file mode 100644
index 00000000..6c951d8a
--- /dev/null
+++ b/tests/org.eclipse.jface.tests.databinding.conformance/pom.xml
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright (c) 2012 Eclipse Foundation.
+ All rights reserved. This program and the accompanying materials
+ are made available under the terms of the Eclipse Distribution License v1.0
+ which accompanies this distribution, and is available at
+ http://www.eclipse.org/org/documents/edl-v10.php
+
+ Contributors:
+ Igor Fedorenko - initial implementation
+-->
+
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>eclipse.platform.ui</artifactId>
+ <groupId>eclipse.platform.ui</groupId>
+ <version>3.8.0-SNAPSHOT</version>
+ <relativePath>../../</relativePath>
+ </parent>
+ <groupId>eclipse.platform.ui</groupId>
+ <artifactId>org.eclipse.jface.tests.databinding.conformance</artifactId>
+ <version>1.1.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/tests/org.eclipse.jface.tests.databinding/pom.xml b/tests/org.eclipse.jface.tests.databinding/pom.xml
new file mode 100644
index 00000000..982eff63
--- /dev/null
+++ b/tests/org.eclipse.jface.tests.databinding/pom.xml
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright (c) 2012 Eclipse Foundation.
+ All rights reserved. This program and the accompanying materials
+ are made available under the terms of the Eclipse Distribution License v1.0
+ which accompanies this distribution, and is available at
+ http://www.eclipse.org/org/documents/edl-v10.php
+
+ Contributors:
+ Igor Fedorenko - initial implementation
+-->
+
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>eclipse.platform.ui</artifactId>
+ <groupId>eclipse.platform.ui</groupId>
+ <version>3.8.0-SNAPSHOT</version>
+ <relativePath>../../</relativePath>
+ </parent>
+ <groupId>eclipse.platform.ui</groupId>
+ <artifactId>org.eclipse.jface.tests.databinding</artifactId>
+ <version>1.0.100-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>

Back to the top