Olaf Otto | f4c0213 | 2010-10-10 20:39:11 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <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" |
| 3 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
| 4 | <modelVersion>4.0.0</modelVersion> |
Stephan Herrmann | 6a489e1 | 2013-08-06 12:15:58 +0200 | [diff] [blame] | 5 | <groupId>org.eclipse.objectteams</groupId> |
Olaf Otto | f4c0213 | 2010-10-10 20:39:11 +0000 | [diff] [blame] | 6 | <artifactId>objectteams-runtime</artifactId> |
Stephan Herrmann | 94732cf | 2013-06-23 17:40:20 +0200 | [diff] [blame] | 7 | <version>2.1.2</version> |
Olaf Otto | f4c0213 | 2010-10-10 20:39:11 +0000 | [diff] [blame] | 8 | <description>The OT/J Runtime Library</description> |
Stephan Herrmann | c76cb57 | 2010-10-18 14:02:37 +0000 | [diff] [blame] | 9 | |
| 10 | <licenses> |
| 11 | <license> |
| 12 | <name>Eclipse Public License Version 1.0</name> |
| 13 | <comments> |
| 14 | This file is part of "Object Teams Development Tooling"-Software |
| 15 | |
Stephan Herrmann | 94732cf | 2013-06-23 17:40:20 +0200 | [diff] [blame] | 16 | Copyright 2010, 2013 GK Software AG and others. |
Stephan Herrmann | c76cb57 | 2010-10-18 14:02:37 +0000 | [diff] [blame] | 17 | All rights reserved. This program and the accompanying materials |
| 18 | are made available under the terms of the Eclipse Public License v1.0 |
| 19 | which accompanies this distribution, and is available at |
| 20 | http://www.eclipse.org/legal/epl-v10.html |
| 21 | |
| 22 | Please visit http://www.eclipse.org/objectteams for updates and contact. |
| 23 | |
| 24 | Contributors: |
| 25 | Olaf Otto - Initial concept |
| 26 | Stephan Herrmann - Initial API and implementation |
| 27 | </comments> |
| 28 | </license> |
| 29 | </licenses> |
| 30 | |
Olaf Otto | f4c0213 | 2010-10-10 20:39:11 +0000 | [diff] [blame] | 31 | <dependencies> |
| 32 | <dependency> |
| 33 | <groupId>org.apache.bcel</groupId> |
| 34 | <artifactId>bcel</artifactId> |
| 35 | <version>5.2</version> |
| 36 | <scope>provided</scope> |
| 37 | </dependency> |
| 38 | </dependencies> |
| 39 | </project> |