diff options
| author | Lars Vogel | 2014-02-04 19:57:50 +0000 |
|---|---|---|
| committer | Lars Vogel | 2014-02-05 10:36:57 +0000 |
| commit | 5a46e83674bff7c4372116fd9295fd4f772eafdd (patch) | |
| tree | 52629a425f47273fbc87b5510e2dfd0d6378345e | |
| parent | 0ef4595a3bf7d2b349b87b886e382cadf10cddad (diff) | |
| download | eclipse.platform.ui-5a46e83674bff7c4372116fd9295fd4f772eafdd.tar.gz eclipse.platform.ui-5a46e83674bff7c4372116fd9295fd4f772eafdd.tar.xz eclipse.platform.ui-5a46e83674bff7c4372116fd9295fd4f772eafdd.zip | |
Bug 427127 - Integrate "org.eclipse.ui.themes" plug-in into platform.ui
build
Change-Id: I7bdcc0d547b6a32c0225973976c3edd9237eeab4
Signed-off-by: Lars Vogel <Lars.Vogel@gmail.com>
| -rw-r--r-- | bundles/org.eclipse.ui.themes/pom.xml | 24 | ||||
| -rw-r--r-- | pom.xml | 3 |
2 files changed, 26 insertions, 1 deletions
diff --git a/bundles/org.eclipse.ui.themes/pom.xml b/bundles/org.eclipse.ui.themes/pom.xml new file mode 100644 index 00000000000..11ea57183a2 --- /dev/null +++ b/bundles/org.eclipse.ui.themes/pom.xml @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Copyright (c) 2014 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@gmail.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> + <artifactId>eclipse.platform.ui</artifactId> + <groupId>eclipse.platform.ui</groupId> + <version>4.4.0-SNAPSHOT</version> + <relativePath>../../</relativePath> + </parent> + <groupId>org.eclipse.ui</groupId> + <artifactId>org.eclipse.ui.themes</artifactId> + <version>1.0.0-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> +</project> @@ -8,7 +8,7 @@ Contributors: Igor Fedorenko - initial implementation - Lars Vogel <Lars.Vogel@gmail.com> - Bug 421291 + Lars Vogel <Lars.Vogel@gmail.com> - Bug 421291, 427127 --> <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> @@ -103,6 +103,7 @@ <module>bundles/org.eclipse.ui.views.properties.tabbed</module> <module>bundles/org.eclipse.ui.workbench</module> <module>bundles/org.eclipse.ui.navigator</module> + <module>bundles/org.eclipse.ui.themes</module> <module>examples/org.eclipse.ui.tutorials.rcp.part1</module> <module>examples/org.eclipse.ui.tutorials.rcp.part2</module> <module>examples/org.eclipse.ui.tutorials.rcp.part3</module> |
