[Arakhnę-Dev] [348] * Java 1.6 -> Java 1.7 |
[ Thread Index |
Date Index
| More arakhne.org/dev Archives
]
Revision: 348
Author: galland
Date: 2012-07-09 22:20:19 +0200 (Mon, 09 Jul 2012)
Log Message:
-----------
* Java 1.6 -> Java 1.7
Added Paths:
-----------
trunk/arakhneVmutils/arakhneVmutils-native/josuuid/pom.xml
Added: trunk/arakhneVmutils/arakhneVmutils-native/josuuid/pom.xml
===================================================================
--- trunk/arakhneVmutils/arakhneVmutils-native/josuuid/pom.xml (rev 0)
+++ trunk/arakhneVmutils/arakhneVmutils-native/josuuid/pom.xml 2012-07-09 20:20:19 UTC (rev 348)
@@ -0,0 +1,58 @@
+<?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>
+
+ <parent>
+ <artifactId>arakhneVmutils-native</artifactId>
+ <groupId>org.arakhne.afc</groupId>
+ <version>7.0-SNAPSHOT</version>
+ </parent>
+
+ <artifactId>josuuid</artifactId>
+ <packaging>pom</packaging>
+ <name>OS UUID Library</name>
+
+ <!-- ======================================= -->
+ <!-- ==== Project Information === -->
+ <!-- ======================================= -->
+
+ <dependencies>
+ <dependency>
+ <groupId>org.arakhne.afc</groupId>
+ <artifactId>arakhneVmutils-java</artifactId>
+ </dependency>
+ </dependencies>
+
+
+ <profiles>
+
+ <profile>
+ <id>linux-hosted</id>
+ <activation>
+ <os>
+ <name>linux</name>
+ <family>unix</family>
+ </os>
+ </activation>
+ <modules>
+ <module>mingw32</module>
+ <module>mingw64</module>
+ </modules>
+ </profile>
+
+ </profiles>
+
+ <build>
+ <plugins>
+ <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/josuuid/pom.xml
___________________________________________________________________
Added: svn:mime-type
+ text/plain