Skip to main content
summaryrefslogblamecommitdiffstats
blob: c826de614a4196876a9dd02f08d109051c1af0f1 (plain) (tree)
1
2
3
4
5
6
7
8





                                                                                                                                                     
                                   
                                                     






                                                                                        
                                                                       













                                                                                                








                                                  
<?xml version="1.0" encoding="UTF-8"?>
<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"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.eclipse</groupId>
  <artifactId>objectteams-runtime</artifactId>
  <version>2.0.0-SNAPSHOT</version>
  <description>The OT/J Runtime Library</description>

  <licenses>
	<license>
		<name>Eclipse Public License Version 1.0</name>
		<comments>
			This file is part of "Object Teams Development Tooling"-Software

			Copyright 2010, 2011 GK Software AG and others.
			All rights reserved. This program and the accompanying materials
			are made available under the terms of the Eclipse Public License v1.0
			which accompanies this distribution, and is available at
			http://www.eclipse.org/legal/epl-v10.html

			Please visit http://www.eclipse.org/objectteams for updates and contact.

			Contributors:
				Olaf Otto - Initial concept
				Stephan Herrmann - Initial API and implementation
		</comments>
	</license>
  </licenses>

  <dependencies>
	<dependency>
		<groupId>org.apache.bcel</groupId>
		<artifactId>bcel</artifactId>
		<version>5.2</version>
		<scope>provided</scope>
	</dependency>
  </dependencies>
</project>

Back to the top