Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--build/parent/pom.xml6
-rw-r--r--bundles/org.eclipse.e4.tools.css.editor.ui/pom.xml16
-rw-r--r--bundles/org.eclipse.e4.tools.css.editor/pom.xml16
-rw-r--r--bundles/org.eclipse.e4.tools.css.spy/pom.xml16
-rw-r--r--bundles/org.eclipse.e4.tools.jdt.templates/META-INF/MANIFEST.MF2
-rw-r--r--bundles/org.eclipse.e4.tools.jdt.templates/pom.xml16
-rw-r--r--features/org.eclipse.e4.tools.css.editor.feature/pom.xml17
-rw-r--r--features/org.eclipse.e4.tools.css.spy.feature/pom.xml17
-rw-r--r--features/org.eclipse.e4.tools.e3x.bridge.feature/pom.xml17
-rw-r--r--pom.xml11
10 files changed, 131 insertions, 3 deletions
diff --git a/build/parent/pom.xml b/build/parent/pom.xml
index 17f154f6..0cfa4946 100644
--- a/build/parent/pom.xml
+++ b/build/parent/pom.xml
@@ -27,6 +27,7 @@
<juno-repo.url>http://download.eclipse.org/releases/juno</juno-repo.url>
<tycho-repo.url>https://oss.sonatype.org/content/groups/public/</tycho-repo.url>
+ <orbit-repo.url>http://download.eclipse.org/tools/orbit/downloads/drops/R20120526062928/repository/</orbit-repo.url>
</properties>
<repositories>
@@ -35,6 +36,11 @@
<url>${juno-repo.url}</url>
<layout>p2</layout>
</repository>
+ <repository>
+ <id>orbit</id>
+ <url>${orbit-repo.url}</url>
+ <layout>p2</layout>
+ </repository>
</repositories>
diff --git a/bundles/org.eclipse.e4.tools.css.editor.ui/pom.xml b/bundles/org.eclipse.e4.tools.css.editor.ui/pom.xml
new file mode 100644
index 00000000..7ac41be2
--- /dev/null
+++ b/bundles/org.eclipse.e4.tools.css.editor.ui/pom.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <relativePath>../../build/parent/pom.xml</relativePath>
+ <groupId>org.eclipse.e4.tools</groupId>
+ <artifactId>parent</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ </parent>
+
+ <artifactId>org.eclipse.e4.tools.css.editor.ui</artifactId>
+ <version>0.12.0.qualifier</version>
+ <packaging>eclipse-plugin</packaging>
+
+ <name>org.eclipse.e4.tools.css.editor.ui Build</name>
+</project>
diff --git a/bundles/org.eclipse.e4.tools.css.editor/pom.xml b/bundles/org.eclipse.e4.tools.css.editor/pom.xml
new file mode 100644
index 00000000..4badfbac
--- /dev/null
+++ b/bundles/org.eclipse.e4.tools.css.editor/pom.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <relativePath>../../build/parent/pom.xml</relativePath>
+ <groupId>org.eclipse.e4.tools</groupId>
+ <artifactId>parent</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ </parent>
+
+ <artifactId>org.eclipse.e4.tools.css.editor</artifactId>
+ <version>0.12.0.qualifier</version>
+ <packaging>eclipse-plugin</packaging>
+
+ <name>org.eclipse.e4.tools.css.editor Build</name>
+</project>
diff --git a/bundles/org.eclipse.e4.tools.css.spy/pom.xml b/bundles/org.eclipse.e4.tools.css.spy/pom.xml
new file mode 100644
index 00000000..31926d53
--- /dev/null
+++ b/bundles/org.eclipse.e4.tools.css.spy/pom.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <relativePath>../../build/parent/pom.xml</relativePath>
+ <groupId>org.eclipse.e4.tools</groupId>
+ <artifactId>parent</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ </parent>
+
+ <artifactId>org.eclipse.e4.tools.css.spy</artifactId>
+ <version>0.12.0.qualifier</version>
+ <packaging>eclipse-plugin</packaging>
+
+ <name>org.eclipse.e4.tools.css.spy Build</name>
+</project>
diff --git a/bundles/org.eclipse.e4.tools.jdt.templates/META-INF/MANIFEST.MF b/bundles/org.eclipse.e4.tools.jdt.templates/META-INF/MANIFEST.MF
index a38d2608..4da685d6 100644
--- a/bundles/org.eclipse.e4.tools.jdt.templates/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.e4.tools.jdt.templates/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: e4 Templates
Bundle-SymbolicName: org.eclipse.e4.tools.jdt.templates;singleton:=true
-Bundle-Version: 0.10.0.qualifier
+Bundle-Version: 0.12.0.qualifier
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Require-Bundle: org.eclipse.jdt.ui;bundle-version="3.6.0",
org.eclipse.ui.editors;bundle-version="3.6.0",
diff --git a/bundles/org.eclipse.e4.tools.jdt.templates/pom.xml b/bundles/org.eclipse.e4.tools.jdt.templates/pom.xml
new file mode 100644
index 00000000..e4d546ea
--- /dev/null
+++ b/bundles/org.eclipse.e4.tools.jdt.templates/pom.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <relativePath>../../build/parent/pom.xml</relativePath>
+ <groupId>org.eclipse.e4.tools</groupId>
+ <artifactId>parent</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ </parent>
+
+ <artifactId>org.eclipse.e4.tools.jdt.templates</artifactId>
+ <version>0.12.0.qualifier</version>
+ <packaging>eclipse-plugin</packaging>
+
+ <name>org.eclipse.e4.tools.jdt.templates Build</name>
+</project>
diff --git a/features/org.eclipse.e4.tools.css.editor.feature/pom.xml b/features/org.eclipse.e4.tools.css.editor.feature/pom.xml
new file mode 100644
index 00000000..eef413ef
--- /dev/null
+++ b/features/org.eclipse.e4.tools.css.editor.feature/pom.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <relativePath>../../build/parent/pom.xml</relativePath>
+ <groupId>org.eclipse.e4.tools</groupId>
+ <artifactId>parent</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ </parent>
+
+ <artifactId>org.eclipse.e4.tools.css.editor.feature</artifactId>
+ <version>0.12.0.qualifier</version>
+ <packaging>eclipse-feature</packaging>
+
+ <name>org.eclipse.e4.tools.css.editor.feature Build</name>
+</project>
diff --git a/features/org.eclipse.e4.tools.css.spy.feature/pom.xml b/features/org.eclipse.e4.tools.css.spy.feature/pom.xml
new file mode 100644
index 00000000..c6ab8c27
--- /dev/null
+++ b/features/org.eclipse.e4.tools.css.spy.feature/pom.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <relativePath>../../build/parent/pom.xml</relativePath>
+ <groupId>org.eclipse.e4.tools</groupId>
+ <artifactId>parent</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ </parent>
+
+ <artifactId>org.eclipse.e4.tools.css.spy.feature</artifactId>
+ <version>0.12.0.qualifier</version>
+ <packaging>eclipse-feature</packaging>
+
+ <name>org.eclipse.e4.tools.css.spy.feature Build</name>
+</project>
diff --git a/features/org.eclipse.e4.tools.e3x.bridge.feature/pom.xml b/features/org.eclipse.e4.tools.e3x.bridge.feature/pom.xml
new file mode 100644
index 00000000..335922cc
--- /dev/null
+++ b/features/org.eclipse.e4.tools.e3x.bridge.feature/pom.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <relativePath>../../build/parent/pom.xml</relativePath>
+ <groupId>org.eclipse.e4.tools</groupId>
+ <artifactId>parent</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ </parent>
+
+ <artifactId>org.eclipse.e4.tools.e3x.bridge.feature</artifactId>
+ <version>0.12.0.qualifier</version>
+ <packaging>eclipse-feature</packaging>
+
+ <name>org.eclipse.e4.tools.e3x.bridge.feature Build</name>
+</project>
diff --git a/pom.xml b/pom.xml
index 8e02178a..8fde6680 100644
--- a/pom.xml
+++ b/pom.xml
@@ -17,7 +17,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.eclipse.e4.tools</groupId>
- <artifactId>platform-aggregator</artifactId>
+ <artifactId>e4-tools-aggregator</artifactId>
<version>1.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
@@ -30,8 +30,15 @@
<module>./bundles/org.eclipse.e4.tools.emf.liveeditor</module>
<module>./bundles/org.eclipse.e4.tools.emf.editor3x</module>
<module>./bundles/org.eclipse.e4.tools.emf.ui</module>
- <module>./bundles/org.eclipse.e4.tools.emf.ui.script.js</module>
+ <module>./bundles/org.eclipse.e4.tools.emf.ui.script.js</module>
+ <module>./bundles/org.eclipse.e4.tools.jdt.templates</module>
+ <module>./bundles/org.eclipse.e4.tools.css.editor.ui</module>
+ <module>./bundles/org.eclipse.e4.tools.css.editor</module>
+ <module>./bundles/org.eclipse.e4.tools.css.spy</module>
<module>./features/org.eclipse.e4.core.tools.feature</module>
+ <module>./features/org.eclipse.e4.tools.css.editor.feature</module>
+ <module>./features/org.eclipse.e4.tools.css.spy.feature</module>
+ <module>./features/org.eclipse.e4.tools.e3x.bridge.feature</module>
<module>./build/org.eclipse.e4.core.tools.update/</module>
</modules>
</project>

Back to the top