blob: 1e29e084524e626595bac6ae8e2f15ca742793d5 [file] [log] [blame]
Olaf Ottof4c02132010-10-10 20:39:11 +00001<?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>
5 <groupId>org.eclipse</groupId>
6 <artifactId>objectteams-runtime</artifactId>
7 <version>0.8.0-SNAPSHOT</version>
8 <description>The OT/J Runtime Library</description>
Stephan Herrmannc76cb572010-10-18 14:02:37 +00009
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
16 Copyright 2010 GK Software AG and others.
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 Ottof4c02132010-10-10 20:39:11 +000031 <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>