| author | pschonbac | 2009-07-16 13:22:24 (EDT) |
|---|---|---|
| committer | sefftinge | 2009-07-16 13:22:24 (EDT) |
| commit | 4160c675596f4e1323f4c45730cd5aaaa69b8e58 (patch) (side-by-side diff) | |
| tree | b5b9b7dc9e16096a8f0e41b0892e6d008e45816b | |
| parent | dc985adeb618a5db30d496c065ec3ad7fc242a94 (diff) | |
| download | org.eclipse.xtext-4160c675596f4e1323f4c45730cd5aaaa69b8e58.zip org.eclipse.xtext-4160c675596f4e1323f4c45730cd5aaaa69b8e58.tar.gz org.eclipse.xtext-4160c675596f4e1323f4c45730cd5aaaa69b8e58.tar.bz2 | |
bug 283733: Maven POMs for Xtext 0.7.1
https://bugs.eclipse.org/bugs/show_bug.cgi?id=283733
POMs added
| -rw-r--r-- | plugins/org.eclipse.xtext.ui.common/pom.xml | 77 | ||||
| -rw-r--r-- | plugins/org.eclipse.xtext.ui.core/pom.xml | 92 | ||||
| -rw-r--r-- | plugins/org.eclipse.xtext.xtend/pom.xml | 75 |
3 files changed, 244 insertions, 0 deletions
diff --git a/plugins/org.eclipse.xtext.ui.common/pom.xml b/plugins/org.eclipse.xtext.ui.common/pom.xml new file mode 100644 index 0000000..558e4be --- a/dev/null +++ b/plugins/org.eclipse.xtext.ui.common/pom.xml @@ -0,0 +1,77 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project> + <modelVersion>4.0.0</modelVersion> + <groupId>org.eclipse.xtext</groupId> + <artifactId>xtext-ui-common</artifactId> + <version>0.7.1</version> + <name>Xtext UI Common</name> + <description>Manually created POM</description> + + <dependencies> + <!-- own stuff --> + <dependency> + <groupId>org.eclipse.xtext</groupId> + <artifactId>log4j</artifactId> + <version>1.2.15</version> + </dependency> + <dependency> + <groupId>org.eclipse.xtext</groupId> + <artifactId>xtext-ui-core</artifactId> + <version>0.7.1</version> + </dependency> + + <!-- Eclipse stuff --> + <dependency> + <groupId>org.eclipse.core</groupId> + <artifactId>commands</artifactId> + <version>3.5.0</version> + </dependency> + <dependency> + <groupId>org.eclipse.core</groupId> + <artifactId>jobs</artifactId> + <version>3.5.0</version> + </dependency> + <dependency> + <groupId>org.eclipse.core</groupId> + <artifactId>runtime</artifactId> + <version>3.5.0</version> + </dependency> + <dependency> + <groupId>org.eclipse.equinox</groupId> + <artifactId>common</artifactId> + <version>3.5.0</version> + </dependency> + <dependency> + <groupId>org.eclipse.equinox</groupId> + <artifactId>registry</artifactId> + <version>3.4.100</version> + </dependency> + <dependency> + <groupId>org.eclipse</groupId> + <artifactId>osgi</artifactId> + <version>3.5.0</version> + </dependency> + <dependency> + <groupId>org.eclipse.ui</groupId> + <artifactId>views</artifactId> + <version>3.4.0</version> + </dependency> + <dependency> + <groupId>org.eclipse.ui</groupId> + <artifactId>workbench</artifactId> + <version>3.5.0</version> + </dependency> + </dependencies> + + <licenses> + <license> + <name>Eclipse Public License</name> + <url>http://www.eclipse.org/legal/epl-v10.html</url> + <distribution>repo</distribution> + </license> + </licenses> + <organization> + <name>Eclipse</name> + <url>http://www.eclipse.org</url> + </organization> +</project> diff --git a/plugins/org.eclipse.xtext.ui.core/pom.xml b/plugins/org.eclipse.xtext.ui.core/pom.xml new file mode 100644 index 0000000..56ba831 --- a/dev/null +++ b/plugins/org.eclipse.xtext.ui.core/pom.xml @@ -0,0 +1,92 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project> + <modelVersion>4.0.0</modelVersion> + <groupId>org.eclipse.xtext</groupId> + <artifactId>xtext-ui-core</artifactId> + <version>0.7.1</version> + <name>Xtext UI Core</name> + <description>Manually created POM</description> + + <dependencies> + <!-- own stuff --> + <dependency> + <groupId>org.eclipse.xtext</groupId> + <artifactId>log4j</artifactId> + <version>1.2.15</version> + </dependency> + + <!-- Eclipse stuff --> + <dependency> + <groupId>org.eclipse.core</groupId> + <artifactId>commands</artifactId> + <version>3.5.0</version> + </dependency> + <dependency> + <groupId>org.eclipse.core</groupId> + <artifactId>jobs</artifactId> + <version>3.5.0</version> + </dependency> + <dependency> + <groupId>org.eclipse.core</groupId> + <artifactId>runtime</artifactId> + <version>3.5.0</version> + </dependency> + <dependency> + <groupId>org.eclipse.equinox</groupId> + <artifactId>common</artifactId> + <version>3.5.0</version> + </dependency> + <dependency> + <groupId>org.eclipse.equinox</groupId> + <artifactId>registry</artifactId> + <version>3.4.100</version> + </dependency> + <dependency> + <groupId>org.eclipse.emf</groupId> + <artifactId>edit</artifactId> + <version>2.5.0</version> + </dependency> + <dependency> + <groupId>org.eclipse.emf</groupId> + <artifactId>edit-ui</artifactId> + <version>2.5.0</version> + </dependency> + <dependency> + <groupId>org.eclipse.jface</groupId> + <artifactId>jface</artifactId> + <version>3.5.0</version> + </dependency> + <dependency> + <groupId>org.eclipse.jface</groupId> + <artifactId>text</artifactId> + <version>3.5.0</version> + </dependency> + <dependency> + <groupId>org.eclipse</groupId> + <artifactId>osgi</artifactId> + <version>3.5.0</version> + </dependency> + <dependency> + <groupId>org.eclipse.ui</groupId> + <artifactId>views</artifactId> + <version>3.4.0</version> + </dependency> + <dependency> + <groupId>org.eclipse.ui</groupId> + <artifactId>workbench</artifactId> + <version>3.5.0</version> + </dependency> + </dependencies> + + <licenses> + <license> + <name>Eclipse Public License</name> + <url>http://www.eclipse.org/legal/epl-v10.html</url> + <distribution>repo</distribution> + </license> + </licenses> + <organization> + <name>Eclipse</name> + <url>http://www.eclipse.org</url> + </organization> +</project> diff --git a/plugins/org.eclipse.xtext.xtend/pom.xml b/plugins/org.eclipse.xtext.xtend/pom.xml new file mode 100644 index 0000000..64b875b --- a/dev/null +++ b/plugins/org.eclipse.xtext.xtend/pom.xml @@ -0,0 +1,75 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project> + <modelVersion>4.0.0</modelVersion> + <groupId>org.eclipse.xtext</groupId> + <artifactId>xtext-xtend</artifactId> + <version>0.7.1</version> + <name>Xtext Xtend</name> + <description>Manually created POM</description> + + <dependencies> + <!-- own stuff --> + <dependency> + <groupId>org.eclipse.m2t.xpand</groupId> + <artifactId>m2t-xpand-xpand</artifactId> + <version>0.7.1</version> + </dependency> + <dependency> + <groupId>org.eclipse.m2t.xpand</groupId> + <artifactId>m2t-xpand-xtend-typesystem-emf</artifactId> + <version>0.7.1</version> + </dependency> + <dependency> + <groupId>org.eclipse.m2t.xpand</groupId> + <artifactId>m2t-xpand-xtend-util-stdlib</artifactId> + <version>0.7.1</version> + </dependency> + <dependency> + <groupId>org.eclipse.m2t.xpand</groupId> + <artifactId>m2t-xpand-xtend</artifactId> + <version>0.7.1</version> + </dependency> + <dependency> + <groupId>org.eclipse.xtext</groupId> + <artifactId>log4j</artifactId> + <version>1.2.15</version> + </dependency> + <dependency> + <groupId>org.eclipse.xtext</groupId> + <artifactId>xtext-ui-common</artifactId> + <version>0.7.1</version> + </dependency> + <dependency> + <groupId>org.eclipse.xtext</groupId> + <artifactId>xtext-ui-core</artifactId> + <version>0.7.1</version> + </dependency> + + <!-- Eclipse stuff --> + <dependency> + <groupId>org.eclipse.jface</groupId> + <artifactId>text</artifactId> + <version>3.5.0</version> + </dependency> + + <!-- other stuff --> + <dependency> + <groupId>com.google</groupId> + <artifactId>collect</artifactId> + <version>0.8.0</version> + </dependency> + + </dependencies> + + <licenses> + <license> + <name>Eclipse Public License</name> + <url>http://www.eclipse.org/legal/epl-v10.html</url> + <distribution>repo</distribution> + </license> + </licenses> + <organization> + <name>Eclipse</name> + <url>http://www.eclipse.org</url> + </organization> +</project> |

