Home | History | Annotate | Download | only in gl1.1-android-2.1_r1
      1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
      2 	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
      3 	<modelVersion>4.0.0</modelVersion>
      4 	<groupId>org.khronos</groupId>
      5 	<artifactId>opengl-api</artifactId>
      6 	<version>gl1.1-android-2.1_r1</version>
      7 	<packaging>jar</packaging>
      8 	<name>Google Android Java ME Library (Khronos)</name>
      9 	<description>The Android implementation of Khronos OpenGL Spec for the Google Android SDK.</description>
     10 	<url>http://source.android.com/</url>
     11 	<inceptionYear>2008</inceptionYear>	
     12 	<licenses>
     13 		<license>
     14 			<name>Apache 2.0</name>
     15 			<url>http://www.apache.org/licenses/LICENSE-2.0</url>
     16 			<comments>
     17 				While the EULA for the Android SDK restricts distribution of those binaries, the source code 
     18 				is licensed under Apache 2.0 which allows compiling binaries from source and then distributing
     19 				those versions. 
     20 			</comments>
     21 			<distribution>repo</distribution>
     22 		</license>
     23 	</licenses>
     24 	<scm>
     25 		<url>https://android.git.kernel.org/</url>
     26 		<connection>git://android.git.kernel.org/platform/manifest.git</connection>
     27 	</scm>
     28 	<developers>
     29 		<developer>
     30 			<name>The Android Open Source Projects</name>
     31 		</developer>
     32 	</developers>
     33 
     34 	<build>
     35 		<plugins>
     36 			<plugin>
     37 				<groupId>org.apache.maven.plugins</groupId>
     38 				<artifactId>maven-compiler-plugin</artifactId>
     39 				<version>2.3</version>
     40 				<configuration>
     41 					<compilerVersion>1.5</compilerVersion>
     42 				</configuration>
     43 			</plugin>
     44 		</plugins>
     45 
     46 	</build>
     47 
     48 </project>
     49