[Arakhnę-Dev] [351] * Java 1.6 -> Java 1.7 |
[ Thread Index |
Date Index
| More arakhne.org/dev Archives
]
Revision: 351
Author: galland
Date: 2012-07-09 22:22:18 +0200 (Mon, 09 Jul 2012)
Log Message:
-----------
* Java 1.6 -> Java 1.7
Added Paths:
-----------
trunk/arakhneVmutils/arakhneVmutils-native/pom.xml
Added: trunk/arakhneVmutils/arakhneVmutils-native/pom.xml
===================================================================
--- trunk/arakhneVmutils/arakhneVmutils-native/pom.xml (rev 0)
+++ trunk/arakhneVmutils/arakhneVmutils-native/pom.xml 2012-07-09 20:22:18 UTC (rev 351)
@@ -0,0 +1,51 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <!-- === CAUTION === CAUTION === CAUTION ===
+ The parent module is not arakhneVmutils to avoid cyclic compilation
+ problems
+ -->
+ <parent>
+ <artifactId>afc</artifactId>
+ <groupId>org.arakhne.afc</groupId>
+ <version>4.3-SNAPSHOT</version>
+ <relativePath>../../pom.xml</relativePath>
+ </parent>
+
+ <artifactId>arakhneVmutils-native</artifactId>
+ <packaging>pom</packaging>
+ <version>7.0-SNAPSHOT</version>
+ <name>Native VM Utilities</name>
+ <url>http://www.arakhne.org/arakhneVmutils/</url>
+
+ <!-- ======================================= -->
+ <!-- ==== Project Information === -->
+ <!-- ======================================= -->
+
+ <modules>
+ <module>josuuid</module>
+ </modules>
+
+ <build>
+ <plugins>
+ <plugin>
+ <!-- disable reports -->
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-site-plugin</artifactId>
+ <configuration>
+ <generateReports>false</generateReports>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-deploy-plugin</artifactId>
+ <configuration>
+ <skip>true</skip>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+
+</project>
Property changes on: trunk/arakhneVmutils/arakhneVmutils-native/pom.xml
___________________________________________________________________
Added: svn:mime-type
+ text/plain