| <?xml version="1.0" encoding="UTF-8"?> | 
 | <!-- | 
 |   Copyright (c) 2017 vogella GmbH and others. | 
 |   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: | 
 |      Lars Vogel <Lars.Vogel@vogella.com>  - initial implementation | 
 | --> | 
 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | 
 |   <modelVersion>4.0.0</modelVersion> | 
 |   <parent> | 
 |     <groupId>eclipse.platform.ui</groupId> | 
 |     <artifactId>eclipse.platform.ui</artifactId> | 
 |     <version>4.21.0-SNAPSHOT</version> | 
 |   </parent> | 
 |   <artifactId>eclipse.platform.ui.examples</artifactId> | 
 |   <packaging>pom</packaging> | 
 |  | 
 |   <modules> | 
 |     <module>org.eclipse.jface.examples.databinding</module> | 
 |     <module>org.eclipse.ui.examples.contributions</module> | 
 |     <module>org.eclipse.ui.examples.fieldassist</module> | 
 |     <module>org.eclipse.ui.examples.multipageeditor</module> | 
 |     <module>org.eclipse.ui.examples.propertysheet</module> | 
 |     <module>org.eclipse.ui.examples.readmetool</module> | 
 |     <module>org.eclipse.ui.examples.undo</module> | 
 |     <module>org.eclipse.ui.examples.views.properties.tabbed.article</module> | 
 |     <module>org.eclipse.e4.demo.cssbridge</module> | 
 |     <module>org.eclipse.e4.ui.examples.job</module> | 
 |     <module>org.eclipse.jface.snippets</module> | 
 |     <module>org.eclipse.ui.examples.job</module> | 
 |     <module>org.eclipse.ui.examples.navigator</module> | 
 |     <module>org.eclipse.ui.examples.uriSchemeHandler</module> | 
 |     <module>org.eclipse.ui.forms.examples</module> | 
 |   </modules> | 
 | </project> |