[Arakhnę-Dev] [215] [maven-release-plugin] copy for tag afc-3.0 |
[ Thread Index |
Date Index
| More arakhne.org/dev Archives
]
Revision: 215
Author: galland
Date: 2011-02-28 13:28:25 +0100 (Mon, 28 Feb 2011)
Log Message:
-----------
[maven-release-plugin] copy for tag afc-3.0
Added Paths:
-----------
tags/afc-3.0/
tags/afc-3.0/arakhneLog4J/pom.xml
tags/afc-3.0/arakhneLogger/pom.xml
tags/afc-3.0/arakhneRefs/pom.xml
tags/afc-3.0/arakhneVmutils/java/pom.xml
tags/afc-3.0/arakhneVmutils/native/josuuid/linux32/pom.xml
tags/afc-3.0/arakhneVmutils/native/josuuid/linux64/pom.xml
tags/afc-3.0/arakhneVmutils/native/josuuid/mingw32/pom.xml
tags/afc-3.0/arakhneVmutils/native/josuuid/mingw64/pom.xml
tags/afc-3.0/arakhneVmutils/native/josuuid/pom.xml
tags/afc-3.0/arakhneVmutils/native/pom.xml
tags/afc-3.0/arakhneVmutils/pom.xml
tags/afc-3.0/maven-javadoc-tag-replacer/pom.xml
tags/afc-3.0/maven-license-install-plugin/pom.xml
tags/afc-3.0/pom.xml
Removed Paths:
-------------
tags/afc-3.0/arakhneLog4J/pom.xml
tags/afc-3.0/arakhneLogger/pom.xml
tags/afc-3.0/arakhneRefs/pom.xml
tags/afc-3.0/arakhneVmutils/java/pom.xml
tags/afc-3.0/arakhneVmutils/native/josuuid/linux32/pom.xml
tags/afc-3.0/arakhneVmutils/native/josuuid/linux64/pom.xml
tags/afc-3.0/arakhneVmutils/native/josuuid/mingw32/pom.xml
tags/afc-3.0/arakhneVmutils/native/josuuid/mingw64/pom.xml
tags/afc-3.0/arakhneVmutils/native/josuuid/pom.xml
tags/afc-3.0/arakhneVmutils/native/pom.xml
tags/afc-3.0/arakhneVmutils/pom.xml
tags/afc-3.0/maven-javadoc-tag-replacer/pom.xml
tags/afc-3.0/maven-license-install-plugin/pom.xml
tags/afc-3.0/pom.xml
Deleted: tags/afc-3.0/arakhneLog4J/pom.xml
===================================================================
--- trunk/arakhneLog4J/pom.xml 2011-02-28 12:26:21 UTC (rev 213)
+++ tags/afc-3.0/arakhneLog4J/pom.xml 2011-02-28 12:28:25 UTC (rev 215)
@@ -1,93 +0,0 @@
-<?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>afc</artifactId>
- <groupId>org.arakhne.afc</groupId>
- <version>2.2-SNAPSHOT</version>
- </parent>
-
- <groupId>org.arakhne.afc</groupId>
- <artifactId>arakhneLog4J</artifactId>
- <packaging>jar</packaging>
- <version>1.2-SNAPSHOT</version>
- <name>${pom.artifactId}</name>
- <url>http://www.arakhne.org/arakhneLogger/</url>
-
- <properties>
- <manifest.file>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifest.file>
- </properties>
-
- <!-- ======================================= -->
- <!-- ==== Project Information === -->
- <!-- ======================================= -->
-
- <dependencies>
- <dependency>
- <groupId>org.arakhne.afc</groupId>
- <artifactId>arakhneLogger</artifactId>
- <version>1.3</version>
- </dependency>
- <dependency>
- <groupId>log4j</groupId>
- <artifactId>log4j</artifactId>
- <version>1.2.14</version>
- </dependency>
- </dependencies>
-
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-jar-plugin</artifactId>
- <configuration>
- <archive>
- <index>false</index>
- <manifestFile>${manifest.file}</manifestFile>
- </archive>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.felix</groupId>
- <artifactId>maven-bundle-plugin</artifactId>
- <executions>
- <execution>
- <id>bundle-manifest</id>
- <phase>process-classes</phase>
- <goals>
- <goal>manifest</goal>
- </goals>
- </execution>
- </executions>
- <configuration>
- <archive>
- <manifestFile>${manifest.file}</manifestFile>
- <manifest>
- <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
- <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
- </manifest>
- </archive>
-
- <instructions>
- <Export-Package>org.arakhne.logging.*</Export-Package>
- </instructions>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.arakhne.afc</groupId>
- <artifactId>maven-javadoc-tag-replacer</artifactId>
- <version>1.0-SNAPSHOT</version>
- <executions>
- <execution>
- <phase>site</phase>
- <goals>
- <goal>replace</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
-
-</project>
Copied: tags/afc-3.0/arakhneLog4J/pom.xml (from rev 214, trunk/arakhneLog4J/pom.xml)
===================================================================
--- tags/afc-3.0/arakhneLog4J/pom.xml (rev 0)
+++ tags/afc-3.0/arakhneLog4J/pom.xml 2011-02-28 12:28:25 UTC (rev 215)
@@ -0,0 +1,93 @@
+<?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>afc</artifactId>
+ <groupId>org.arakhne.afc</groupId>
+ <version>3.0</version>
+ </parent>
+
+ <groupId>org.arakhne.afc</groupId>
+ <artifactId>arakhneLog4J</artifactId>
+ <packaging>jar</packaging>
+ <version>1.2</version>
+ <name>${pom.artifactId}</name>
+ <url>http://www.arakhne.org/arakhneLogger/</url>
+
+ <properties>
+ <manifest.file>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifest.file>
+ </properties>
+
+ <!-- ======================================= -->
+ <!-- ==== Project Information === -->
+ <!-- ======================================= -->
+
+ <dependencies>
+ <dependency>
+ <groupId>org.arakhne.afc</groupId>
+ <artifactId>arakhneLogger</artifactId>
+ <version>1.3</version>
+ </dependency>
+ <dependency>
+ <groupId>log4j</groupId>
+ <artifactId>log4j</artifactId>
+ <version>1.2.14</version>
+ </dependency>
+ </dependencies>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-jar-plugin</artifactId>
+ <configuration>
+ <archive>
+ <index>false</index>
+ <manifestFile>${manifest.file}</manifestFile>
+ </archive>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.felix</groupId>
+ <artifactId>maven-bundle-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>bundle-manifest</id>
+ <phase>process-classes</phase>
+ <goals>
+ <goal>manifest</goal>
+ </goals>
+ </execution>
+ </executions>
+ <configuration>
+ <archive>
+ <manifestFile>${manifest.file}</manifestFile>
+ <manifest>
+ <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
+ <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
+ </manifest>
+ </archive>
+
+ <instructions>
+ <Export-Package>org.arakhne.logging.*</Export-Package>
+ </instructions>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.arakhne.afc</groupId>
+ <artifactId>maven-javadoc-tag-replacer</artifactId>
+ <version>1.0</version>
+ <executions>
+ <execution>
+ <phase>site</phase>
+ <goals>
+ <goal>replace</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+
+</project>
Deleted: tags/afc-3.0/arakhneLogger/pom.xml
===================================================================
--- trunk/arakhneLogger/pom.xml 2011-02-28 12:26:21 UTC (rev 213)
+++ tags/afc-3.0/arakhneLogger/pom.xml 2011-02-28 12:28:25 UTC (rev 215)
@@ -1,80 +0,0 @@
-<?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>afc</artifactId>
- <groupId>org.arakhne.afc</groupId>
- <version>2.2-SNAPSHOT</version>
- </parent>
-
- <groupId>org.arakhne.afc</groupId>
- <artifactId>arakhneLogger</artifactId>
- <packaging>jar</packaging>
- <version>1.4-SNAPSHOT</version>
- <name>${pom.artifactId}</name>
- <url>http://www.arakhne.org/arakhneLogger/</url>
-
- <properties>
- <manifest.file>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifest.file>
- </properties>
-
- <!-- ======================================= -->
- <!-- ==== Project Information === -->
- <!-- ======================================= -->
-
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-jar-plugin</artifactId>
- <configuration>
- <archive>
- <index>false</index>
- <manifestFile>${manifest.file}</manifestFile>
- </archive>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.felix</groupId>
- <artifactId>maven-bundle-plugin</artifactId>
- <executions>
- <execution>
- <id>bundle-manifest</id>
- <phase>process-classes</phase>
- <goals>
- <goal>manifest</goal>
- </goals>
- </execution>
- </executions>
- <configuration>
- <archive>
- <manifestFile>${manifest.file}</manifestFile>
- <manifest>
- <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
- <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
- </manifest>
- </archive>
-
- <instructions>
- <Export-Package>org.arakhne.logging.*</Export-Package>
- </instructions>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.arakhne.afc</groupId>
- <artifactId>maven-javadoc-tag-replacer</artifactId>
- <version>1.0-SNAPSHOT</version>
- <executions>
- <execution>
- <phase>site</phase>
- <goals>
- <goal>replace</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
-
-</project>
Copied: tags/afc-3.0/arakhneLogger/pom.xml (from rev 214, trunk/arakhneLogger/pom.xml)
===================================================================
--- tags/afc-3.0/arakhneLogger/pom.xml (rev 0)
+++ tags/afc-3.0/arakhneLogger/pom.xml 2011-02-28 12:28:25 UTC (rev 215)
@@ -0,0 +1,80 @@
+<?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>afc</artifactId>
+ <groupId>org.arakhne.afc</groupId>
+ <version>3.0</version>
+ </parent>
+
+ <groupId>org.arakhne.afc</groupId>
+ <artifactId>arakhneLogger</artifactId>
+ <packaging>jar</packaging>
+ <version>1.4</version>
+ <name>${pom.artifactId}</name>
+ <url>http://www.arakhne.org/arakhneLogger/</url>
+
+ <properties>
+ <manifest.file>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifest.file>
+ </properties>
+
+ <!-- ======================================= -->
+ <!-- ==== Project Information === -->
+ <!-- ======================================= -->
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-jar-plugin</artifactId>
+ <configuration>
+ <archive>
+ <index>false</index>
+ <manifestFile>${manifest.file}</manifestFile>
+ </archive>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.felix</groupId>
+ <artifactId>maven-bundle-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>bundle-manifest</id>
+ <phase>process-classes</phase>
+ <goals>
+ <goal>manifest</goal>
+ </goals>
+ </execution>
+ </executions>
+ <configuration>
+ <archive>
+ <manifestFile>${manifest.file}</manifestFile>
+ <manifest>
+ <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
+ <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
+ </manifest>
+ </archive>
+
+ <instructions>
+ <Export-Package>org.arakhne.logging.*</Export-Package>
+ </instructions>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.arakhne.afc</groupId>
+ <artifactId>maven-javadoc-tag-replacer</artifactId>
+ <version>1.0</version>
+ <executions>
+ <execution>
+ <phase>site</phase>
+ <goals>
+ <goal>replace</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+
+</project>
Deleted: tags/afc-3.0/arakhneRefs/pom.xml
===================================================================
--- trunk/arakhneRefs/pom.xml 2011-02-28 12:26:21 UTC (rev 213)
+++ tags/afc-3.0/arakhneRefs/pom.xml 2011-02-28 12:28:25 UTC (rev 215)
@@ -1,88 +0,0 @@
-<?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>afc</artifactId>
- <groupId>org.arakhne.afc</groupId>
- <version>2.2-SNAPSHOT</version>
- </parent>
-
- <groupId>org.arakhne.afc</groupId>
- <artifactId>arakhneRefs</artifactId>
- <packaging>jar</packaging>
- <version>5.4-SNAPSHOT</version>
- <name>${pom.artifactId}</name>
- <url>http://www.arakhne.org/arakhneRefs/</url>
-
- <properties>
- <manifest.file>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifest.file>
- </properties>
-
- <!-- ======================================= -->
- <!-- ==== Project Information === -->
- <!-- ======================================= -->
-
- <dependencies>
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <scope>test</scope>
- </dependency>
- </dependencies>
-
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-jar-plugin</artifactId>
- <configuration>
- <archive>
- <index>false</index>
- <manifestFile>${manifest.file}</manifestFile>
- </archive>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.felix</groupId>
- <artifactId>maven-bundle-plugin</artifactId>
- <executions>
- <execution>
- <id>bundle-manifest</id>
- <phase>process-classes</phase>
- <goals>
- <goal>manifest</goal>
- </goals>
- </execution>
- </executions>
- <configuration>
- <archive>
- <manifestFile>${manifest.file}</manifestFile>
- <manifest>
- <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
- <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
- </manifest>
- </archive>
-
- <instructions>
- <Export-Package>org.arakhne.util.ref.*</Export-Package>
- </instructions>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.arakhne.afc</groupId>
- <artifactId>maven-javadoc-tag-replacer</artifactId>
- <version>1.0-SNAPSHOT</version>
- <executions>
- <execution>
- <phase>site</phase>
- <goals>
- <goal>replace</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
-
-</project>
Copied: tags/afc-3.0/arakhneRefs/pom.xml (from rev 214, trunk/arakhneRefs/pom.xml)
===================================================================
--- tags/afc-3.0/arakhneRefs/pom.xml (rev 0)
+++ tags/afc-3.0/arakhneRefs/pom.xml 2011-02-28 12:28:25 UTC (rev 215)
@@ -0,0 +1,88 @@
+<?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>afc</artifactId>
+ <groupId>org.arakhne.afc</groupId>
+ <version>3.0</version>
+ </parent>
+
+ <groupId>org.arakhne.afc</groupId>
+ <artifactId>arakhneRefs</artifactId>
+ <packaging>jar</packaging>
+ <version>5.4</version>
+ <name>${pom.artifactId}</name>
+ <url>http://www.arakhne.org/arakhneRefs/</url>
+
+ <properties>
+ <manifest.file>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifest.file>
+ </properties>
+
+ <!-- ======================================= -->
+ <!-- ==== Project Information === -->
+ <!-- ======================================= -->
+
+ <dependencies>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-jar-plugin</artifactId>
+ <configuration>
+ <archive>
+ <index>false</index>
+ <manifestFile>${manifest.file}</manifestFile>
+ </archive>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.felix</groupId>
+ <artifactId>maven-bundle-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>bundle-manifest</id>
+ <phase>process-classes</phase>
+ <goals>
+ <goal>manifest</goal>
+ </goals>
+ </execution>
+ </executions>
+ <configuration>
+ <archive>
+ <manifestFile>${manifest.file}</manifestFile>
+ <manifest>
+ <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
+ <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
+ </manifest>
+ </archive>
+
+ <instructions>
+ <Export-Package>org.arakhne.util.ref.*</Export-Package>
+ </instructions>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.arakhne.afc</groupId>
+ <artifactId>maven-javadoc-tag-replacer</artifactId>
+ <version>1.0</version>
+ <executions>
+ <execution>
+ <phase>site</phase>
+ <goals>
+ <goal>replace</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+
+</project>
Deleted: tags/afc-3.0/arakhneVmutils/java/pom.xml
===================================================================
--- trunk/arakhneVmutils/java/pom.xml 2011-02-28 12:26:21 UTC (rev 213)
+++ tags/afc-3.0/arakhneVmutils/java/pom.xml 2011-02-28 12:28:25 UTC (rev 215)
@@ -1,116 +0,0 @@
-<?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>2.2-SNAPSHOT</version>
- </parent>
-
- <artifactId>arakhneVmutils-java</artifactId>
- <packaging>jar</packaging>
- <groupId>org.arakhne.afc</groupId>
- <version>6.0-SNAPSHOT</version>
- <name>${pom.artifactId}</name>
-
- <properties>
- <manifest.file>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifest.file>
- <felix.main.version>3.0.0</felix.main.version>
- </properties>
-
- <!-- ======================================= -->
- <!-- ==== Project Information === -->
- <!-- ======================================= -->
-
- <build>
- <plugins>
- <plugin>
- <artifactId>maven-jar-plugin</artifactId>
- <configuration>
- <archive>
- <manifestFile>${manifest.file}</manifestFile>
- <manifest>
- <mainClass>org.arakhne.vmutil.OperatingSystemInfo</mainClass>
- </manifest>
- </archive>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.felix</groupId>
- <artifactId>maven-bundle-plugin</artifactId>
- <version>2.1.0</version>
- <extensions>true</extensions>
- <executions>
- <execution>
- <id>bundle-manifest</id>
- <phase>process-classes</phase>
- <goals>
- <goal>manifest</goal>
- </goals>
- </execution>
- </executions>
- <configuration>
-
- <supportedProjectTypes>
- <supportedProjectType>jar</supportedProjectType>
- <supportedProjectType>bundle</supportedProjectType>
- <supportedProjectType>war</supportedProjectType>
- </supportedProjectTypes>
-
- <archive>
- <manifestFile>${manifest.file}</manifestFile>
- </archive>
-
- <instructions>
- <Export-Package>org.arakhne.vmutil.*;version=${pom.version}</Export-Package>
- <Bundle-Name>arakhneVmutils</Bundle-Name>
- <Bundle-SymbolicName>org.arakhne.afc.arakhneVmutils</Bundle-SymbolicName>
- <Bundle-ClassPath>.,{maven-dependencies}</Bundle-ClassPath>
- <Import-Package>
- !sun.reflect,!sun.misc,!sun,*;resolution:=optional
- </Import-Package>
- <Embed-Dependency>*;scope=compile|runtime;inline=false</Embed-Dependency>
- </instructions>
- </configuration>
- </plugin>
- </plugins>
- </build>
-
-
- <!-- ======================================== -->
- <!-- ==== Project Dependencies === -->
- <!-- ======================================== -->
-
-
- <dependencies>
-
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <scope>test</scope>
- </dependency>
-
- <dependency>
- <groupId>org.apache.felix</groupId>
- <artifactId>org.osgi.core</artifactId>
- <version>1.4.0</version>
- <scope>provided</scope>
- </dependency>
-
- <dependency>
- <groupId>org.apache.felix</groupId>
- <artifactId>org.apache.felix.main</artifactId>
- <version>${felix.main.version}</version>
- <scope>provided</scope>
- </dependency>
-
- </dependencies>
-
-</project>
Copied: tags/afc-3.0/arakhneVmutils/java/pom.xml (from rev 214, trunk/arakhneVmutils/java/pom.xml)
===================================================================
--- tags/afc-3.0/arakhneVmutils/java/pom.xml (rev 0)
+++ tags/afc-3.0/arakhneVmutils/java/pom.xml 2011-02-28 12:28:25 UTC (rev 215)
@@ -0,0 +1,115 @@
+<?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>3.0</version>
+ </parent>
+
+ <artifactId>arakhneVmutils-java</artifactId>
+ <packaging>jar</packaging>
+ <groupId>org.arakhne.afc</groupId>
+ <version>6.0</version>
+ <name>${pom.artifactId}</name>
+
+ <properties>
+ <manifest.file>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifest.file>
+ <felix.main.version>3.0.0</felix.main.version>
+ </properties>
+
+ <!-- ======================================= -->
+ <!-- ==== Project Information === -->
+ <!-- ======================================= -->
+
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-jar-plugin</artifactId>
+ <configuration>
+ <archive>
+ <manifestFile>${manifest.file}</manifestFile>
+ <manifest>
+ <mainClass>org.arakhne.vmutil.OperatingSystemInfo</mainClass>
+ </manifest>
+ </archive>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.felix</groupId>
+ <artifactId>maven-bundle-plugin</artifactId>
+ <version>2.1.0</version>
+ <extensions>true</extensions>
+ <executions>
+ <execution>
+ <id>bundle-manifest</id>
+ <phase>process-classes</phase>
+ <goals>
+ <goal>manifest</goal>
+ </goals>
+ </execution>
+ </executions>
+ <configuration>
+
+ <supportedProjectTypes>
+ <supportedProjectType>jar</supportedProjectType>
+ <supportedProjectType>bundle</supportedProjectType>
+ <supportedProjectType>war</supportedProjectType>
+ </supportedProjectTypes>
+
+ <archive>
+ <manifestFile>${manifest.file}</manifestFile>
+ </archive>
+
+ <instructions>
+ <Export-Package>org.arakhne.vmutil.*;version=${pom.version}</Export-Package>
+ <Bundle-Name>arakhneVmutils</Bundle-Name>
+ <Bundle-SymbolicName>org.arakhne.afc.arakhneVmutils</Bundle-SymbolicName>
+ <Bundle-ClassPath>.,{maven-dependencies}</Bundle-ClassPath>
+ <Import-Package>
+ !sun.reflect,!sun.misc,!sun,*;resolution:=optional
+ </Import-Package>
+ <Embed-Dependency>*;scope=compile|runtime;inline=false</Embed-Dependency>
+ </instructions>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+
+
+ <!-- ======================================== -->
+ <!-- ==== Project Dependencies === -->
+ <!-- ======================================== -->
+
+
+ <dependencies>
+
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.felix</groupId>
+ <artifactId>org.osgi.core</artifactId>
+ <version>1.4.0</version>
+ <scope>provided</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.felix</groupId>
+ <artifactId>org.apache.felix.main</artifactId>
+ <version>${felix.main.version}</version>
+ <scope>provided</scope>
+ </dependency>
+
+ </dependencies>
+
+</project>
Deleted: tags/afc-3.0/arakhneVmutils/native/josuuid/linux32/pom.xml
===================================================================
--- trunk/arakhneVmutils/native/josuuid/linux32/pom.xml 2011-02-28 12:26:21 UTC (rev 213)
+++ tags/afc-3.0/arakhneVmutils/native/josuuid/linux32/pom.xml 2011-02-28 12:28:25 UTC (rev 215)
@@ -1,94 +0,0 @@
-<?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>josuuid</artifactId>
- <groupId>org.arakhne.afc</groupId>
- <version>6.0-SNAPSHOT</version>
- </parent>
-
- <groupId>org.arakhne.afc</groupId>
- <artifactId>josuuid-linux32</artifactId>
- <packaging>so</packaging>
- <version>6.0-SNAPSHOT</version>
- <name>${pom.artifactId}</name>
-
- <!-- ======================================= -->
- <!-- ==== Project Information === -->
- <!-- ======================================= -->
-
- <dependencies>
- <dependency>
- <groupId>org.arakhne.afc</groupId>
- <artifactId>arakhneVmutils-java</artifactId>
- <version>${pom.version}</version>
- </dependency>
- </dependencies>
-
- <build>
- <finalName>${artifactId}</finalName>
-
- <plugins>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>native-maven-plugin</artifactId>
- <extensions>true</extensions>
- <configuration>
- <compilerProvider>generic</compilerProvider>
- <compilerStartOptions>
- <compilerStartOption>-m32 -O3 -Wall -Werror -fmessage-length=0</compilerStartOption>
- </compilerStartOptions>
-
- <javahOS>linux</javahOS>
-
- <sources>
- <source>
- <directory>../src/main/native</directory>
- <fileNames>
- <fileName>josuuid.c</fileName>
- <fileName>OperatingSystemNativeWrapperJNI.c</fileName>
- </fileNames>
- </source>
-
- </sources>
-
- <linkerStartOptions>
- <linkerStartOption>-m32 -shared</linkerStartOption>
- </linkerStartOptions>
-
- </configuration>
-
- <executions>
- <execution>
- <id>javah</id>
- <phase>generate-sources</phase>
- <configuration>
- <javahClassNames>
- <className>org.arakhne.vmutil.OperatingSystemNativeWrapper</className>
- </javahClassNames>
- </configuration>
- <goals>
- <goal>javah</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
-
- <plugin>
- <artifactId>maven-surefire-plugin</artifactId>
- <configuration>
- <forkMode>once</forkMode>
- <environmentVariables>
- <LD_LIBRARY_PATH>${project.build.directory}</LD_LIBRARY_PATH>
- </environmentVariables>
- </configuration>
- </plugin>
-
- </plugins>
-
- </build>
-
-
-</project>
Copied: tags/afc-3.0/arakhneVmutils/native/josuuid/linux32/pom.xml (from rev 214, trunk/arakhneVmutils/native/josuuid/linux32/pom.xml)
===================================================================
--- tags/afc-3.0/arakhneVmutils/native/josuuid/linux32/pom.xml (rev 0)
+++ tags/afc-3.0/arakhneVmutils/native/josuuid/linux32/pom.xml 2011-02-28 12:28:25 UTC (rev 215)
@@ -0,0 +1,94 @@
+<?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>josuuid</artifactId>
+ <groupId>org.arakhne.afc</groupId>
+ <version>6.0</version>
+ </parent>
+
+ <groupId>org.arakhne.afc</groupId>
+ <artifactId>josuuid-linux32</artifactId>
+ <packaging>so</packaging>
+ <version>6.0</version>
+ <name>${pom.artifactId}</name>
+
+ <!-- ======================================= -->
+ <!-- ==== Project Information === -->
+ <!-- ======================================= -->
+
+ <dependencies>
+ <dependency>
+ <groupId>org.arakhne.afc</groupId>
+ <artifactId>arakhneVmutils-java</artifactId>
+ <version>${pom.version}</version>
+ </dependency>
+ </dependencies>
+
+ <build>
+ <finalName>${artifactId}</finalName>
+
+ <plugins>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>native-maven-plugin</artifactId>
+ <extensions>true</extensions>
+ <configuration>
+ <compilerProvider>generic</compilerProvider>
+ <compilerStartOptions>
+ <compilerStartOption>-m32 -O3 -Wall -Werror -fmessage-length=0</compilerStartOption>
+ </compilerStartOptions>
+
+ <javahOS>linux</javahOS>
+
+ <sources>
+ <source>
+ <directory>../src/main/native</directory>
+ <fileNames>
+ <fileName>josuuid.c</fileName>
+ <fileName>OperatingSystemNativeWrapperJNI.c</fileName>
+ </fileNames>
+ </source>
+
+ </sources>
+
+ <linkerStartOptions>
+ <linkerStartOption>-m32 -shared</linkerStartOption>
+ </linkerStartOptions>
+
+ </configuration>
+
+ <executions>
+ <execution>
+ <id>javah</id>
+ <phase>generate-sources</phase>
+ <configuration>
+ <javahClassNames>
+ <className>org.arakhne.vmutil.OperatingSystemNativeWrapper</className>
+ </javahClassNames>
+ </configuration>
+ <goals>
+ <goal>javah</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+
+ <plugin>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <forkMode>once</forkMode>
+ <environmentVariables>
+ <LD_LIBRARY_PATH>${project.build.directory}</LD_LIBRARY_PATH>
+ </environmentVariables>
+ </configuration>
+ </plugin>
+
+ </plugins>
+
+ </build>
+
+
+</project>
Deleted: tags/afc-3.0/arakhneVmutils/native/josuuid/linux64/pom.xml
===================================================================
--- trunk/arakhneVmutils/native/josuuid/linux64/pom.xml 2011-02-28 12:26:21 UTC (rev 213)
+++ tags/afc-3.0/arakhneVmutils/native/josuuid/linux64/pom.xml 2011-02-28 12:28:25 UTC (rev 215)
@@ -1,94 +0,0 @@
-<?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>josuuid</artifactId>
- <groupId>org.arakhne.afc</groupId>
- <version>6.0-SNAPSHOT</version>
- </parent>
-
- <groupId>org.arakhne.afc</groupId>
- <artifactId>josuuid-linux64</artifactId>
- <packaging>so</packaging>
- <version>6.0-SNAPSHOT</version>
- <name>${pom.artifactId}</name>
-
- <!-- ======================================= -->
- <!-- ==== Project Information === -->
- <!-- ======================================= -->
-
- <dependencies>
- <dependency>
- <groupId>org.arakhne.afc</groupId>
- <artifactId>arakhneVmutils-java</artifactId>
- <version>${pom.version}</version>
- </dependency>
- </dependencies>
-
- <build>
- <finalName>${artifactId}</finalName>
-
- <plugins>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>native-maven-plugin</artifactId>
- <extensions>true</extensions>
- <configuration>
- <compilerProvider>generic</compilerProvider>
- <compilerStartOptions>
- <compilerStartOption>-m64 -fPIC -O3 -Wall -Werror -fmessage-length=0</compilerStartOption>
- </compilerStartOptions>
-
- <javahOS>linux</javahOS>
-
- <sources>
- <source>
- <directory>../src/main/native</directory>
- <fileNames>
- <fileName>josuuid.c</fileName>
- <fileName>OperatingSystemNativeWrapperJNI.c</fileName>
- </fileNames>
- </source>
-
- </sources>
-
- <linkerStartOptions>
- <linkerStartOption>-m64 -shared</linkerStartOption>
- </linkerStartOptions>
-
- </configuration>
-
- <executions>
- <execution>
- <id>javah</id>
- <phase>generate-sources</phase>
- <configuration>
- <javahClassNames>
- <className>org.arakhne.vmutil.OperatingSystemNativeWrapper</className>
- </javahClassNames>
- </configuration>
- <goals>
- <goal>javah</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
-
- <plugin>
- <artifactId>maven-surefire-plugin</artifactId>
- <configuration>
- <forkMode>once</forkMode>
- <environmentVariables>
- <LD_LIBRARY_PATH>${project.build.directory}</LD_LIBRARY_PATH>
- </environmentVariables>
- </configuration>
- </plugin>
-
- </plugins>
-
- </build>
-
-
-</project>
Copied: tags/afc-3.0/arakhneVmutils/native/josuuid/linux64/pom.xml (from rev 214, trunk/arakhneVmutils/native/josuuid/linux64/pom.xml)
===================================================================
--- tags/afc-3.0/arakhneVmutils/native/josuuid/linux64/pom.xml (rev 0)
+++ tags/afc-3.0/arakhneVmutils/native/josuuid/linux64/pom.xml 2011-02-28 12:28:25 UTC (rev 215)
@@ -0,0 +1,94 @@
+<?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>josuuid</artifactId>
+ <groupId>org.arakhne.afc</groupId>
+ <version>6.0</version>
+ </parent>
+
+ <groupId>org.arakhne.afc</groupId>
+ <artifactId>josuuid-linux64</artifactId>
+ <packaging>so</packaging>
+ <version>6.0</version>
+ <name>${pom.artifactId}</name>
+
+ <!-- ======================================= -->
+ <!-- ==== Project Information === -->
+ <!-- ======================================= -->
+
+ <dependencies>
+ <dependency>
+ <groupId>org.arakhne.afc</groupId>
+ <artifactId>arakhneVmutils-java</artifactId>
+ <version>${pom.version}</version>
+ </dependency>
+ </dependencies>
+
+ <build>
+ <finalName>${artifactId}</finalName>
+
+ <plugins>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>native-maven-plugin</artifactId>
+ <extensions>true</extensions>
+ <configuration>
+ <compilerProvider>generic</compilerProvider>
+ <compilerStartOptions>
+ <compilerStartOption>-m64 -fPIC -O3 -Wall -Werror -fmessage-length=0</compilerStartOption>
+ </compilerStartOptions>
+
+ <javahOS>linux</javahOS>
+
+ <sources>
+ <source>
+ <directory>../src/main/native</directory>
+ <fileNames>
+ <fileName>josuuid.c</fileName>
+ <fileName>OperatingSystemNativeWrapperJNI.c</fileName>
+ </fileNames>
+ </source>
+
+ </sources>
+
+ <linkerStartOptions>
+ <linkerStartOption>-m64 -shared</linkerStartOption>
+ </linkerStartOptions>
+
+ </configuration>
+
+ <executions>
+ <execution>
+ <id>javah</id>
+ <phase>generate-sources</phase>
+ <configuration>
+ <javahClassNames>
+ <className>org.arakhne.vmutil.OperatingSystemNativeWrapper</className>
+ </javahClassNames>
+ </configuration>
+ <goals>
+ <goal>javah</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+
+ <plugin>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <forkMode>once</forkMode>
+ <environmentVariables>
+ <LD_LIBRARY_PATH>${project.build.directory}</LD_LIBRARY_PATH>
+ </environmentVariables>
+ </configuration>
+ </plugin>
+
+ </plugins>
+
+ </build>
+
+
+</project>
Deleted: tags/afc-3.0/arakhneVmutils/native/josuuid/mingw32/pom.xml
===================================================================
--- trunk/arakhneVmutils/native/josuuid/mingw32/pom.xml 2011-02-28 12:26:21 UTC (rev 213)
+++ tags/afc-3.0/arakhneVmutils/native/josuuid/mingw32/pom.xml 2011-02-28 12:28:25 UTC (rev 215)
@@ -1,130 +0,0 @@
-<?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>josuuid</artifactId>
- <groupId>org.arakhne.afc</groupId>
- <version>6.0-SNAPSHOT</version>
- </parent>
-
- <groupId>org.arakhne.afc</groupId>
- <artifactId>josuuid-mingw32</artifactId>
- <packaging>dll</packaging>
- <version>6.0-SNAPSHOT</version>
- <name>${pom.artifactId}</name>
-
- <!-- ======================================= -->
- <!-- ==== Project Information === -->
- <!-- ======================================= -->
-
- <dependencies>
- <dependency>
- <groupId>org.arakhne.afc</groupId>
- <artifactId>arakhneVmutils-java</artifactId>
- <version>${pom.version}</version>
- </dependency>
- </dependencies>
-
- <build>
- <finalName>${artifactId}</finalName>
-
- <plugins>
-
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-enforcer-plugin</artifactId>
- <executions>
- <execution>
- <id>enforce-beanshell</id>
- <goals>
- <goal>enforce</goal>
- </goals>
- <configuration>
- <rules>
- <evaluateBeanshell>
- <condition>
- String path = System.getenv("PATH");
- String[] parts = path.split(File.pathSeparator);
- boolean ok = false;
- for(int i=0; !ok && i<parts.length; i++) {
- ok = new File(parts[i],"i586-mingw32msvc-gcc").canExecute();
- }
- ok
- </condition>
- </evaluateBeanshell>
- <requireOS>
- <name>linux</name>
- <family>unix</family>
- </requireOS>
- </rules>
- <fail>true</fail>
- </configuration>
- </execution>
- </executions>
- </plugin>
-
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>native-maven-plugin</artifactId>
- <extensions>true</extensions>
- <configuration>
- <compilerProvider>generic</compilerProvider>
- <compilerExecutable>i586-mingw32msvc-gcc</compilerExecutable>
- <compilerStartOptions>
- <compilerStartOption>-O0 -Wall -Werror -fmessage-length=0</compilerStartOption>
- </compilerStartOptions>
-
- <javahOS>linux</javahOS> <!-- not 'windows' to retreive the jni_md.h file -->
-
- <sources>
- <source>
- <directory>../src/main/native</directory>
- <fileNames>
- <fileName>josuuid.c</fileName>
- <fileName>winos.c</fileName>
- <fileName>OperatingSystemNativeWrapperJNI.c</fileName>
- </fileNames>
- </source>
- </sources>
-
- <linkerExecutable>i586-mingw32msvc-gcc</linkerExecutable>
- <linkerStartOptions>
- <linkerStartOption>-shared</linkerStartOption>
- </linkerStartOptions>
-
- </configuration>
-
- <executions>
- <execution>
- <id>javah</id>
- <phase>generate-sources</phase>
- <configuration>
- <javahClassNames>
- <className>org.arakhne.vmutil.OperatingSystemNativeWrapper</className>
- </javahClassNames>
- </configuration>
- <goals>
- <goal>javah</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
-
- <plugin>
- <artifactId>maven-surefire-plugin</artifactId>
- <configuration>
- <forkMode>once</forkMode>
- <environmentVariables>
- <LD_LIBRARY_PATH>${project.build.directory}</LD_LIBRARY_PATH>
- </environmentVariables>
- </configuration>
- </plugin>
-
- </plugins>
-
- </build>
-
-
-</project>
Copied: tags/afc-3.0/arakhneVmutils/native/josuuid/mingw32/pom.xml (from rev 214, trunk/arakhneVmutils/native/josuuid/mingw32/pom.xml)
===================================================================
--- tags/afc-3.0/arakhneVmutils/native/josuuid/mingw32/pom.xml (rev 0)
+++ tags/afc-3.0/arakhneVmutils/native/josuuid/mingw32/pom.xml 2011-02-28 12:28:25 UTC (rev 215)
@@ -0,0 +1,130 @@
+<?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>josuuid</artifactId>
+ <groupId>org.arakhne.afc</groupId>
+ <version>6.0</version>
+ </parent>
+
+ <groupId>org.arakhne.afc</groupId>
+ <artifactId>josuuid-mingw32</artifactId>
+ <packaging>dll</packaging>
+ <version>6.0</version>
+ <name>${pom.artifactId}</name>
+
+ <!-- ======================================= -->
+ <!-- ==== Project Information === -->
+ <!-- ======================================= -->
+
+ <dependencies>
+ <dependency>
+ <groupId>org.arakhne.afc</groupId>
+ <artifactId>arakhneVmutils-java</artifactId>
+ <version>${pom.version}</version>
+ </dependency>
+ </dependencies>
+
+ <build>
+ <finalName>${artifactId}</finalName>
+
+ <plugins>
+
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-enforcer-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>enforce-beanshell</id>
+ <goals>
+ <goal>enforce</goal>
+ </goals>
+ <configuration>
+ <rules>
+ <evaluateBeanshell>
+ <condition>
+ String path = System.getenv("PATH");
+ String[] parts = path.split(File.pathSeparator);
+ boolean ok = false;
+ for(int i=0; !ok && i<parts.length; i++) {
+ ok = new File(parts[i],"i586-mingw32msvc-gcc").canExecute();
+ }
+ ok
+ </condition>
+ </evaluateBeanshell>
+ <requireOS>
+ <name>linux</name>
+ <family>unix</family>
+ </requireOS>
+ </rules>
+ <fail>true</fail>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>native-maven-plugin</artifactId>
+ <extensions>true</extensions>
+ <configuration>
+ <compilerProvider>generic</compilerProvider>
+ <compilerExecutable>i586-mingw32msvc-gcc</compilerExecutable>
+ <compilerStartOptions>
+ <compilerStartOption>-O0 -Wall -Werror -fmessage-length=0</compilerStartOption>
+ </compilerStartOptions>
+
+ <javahOS>linux</javahOS> <!-- not 'windows' to retreive the jni_md.h file -->
+
+ <sources>
+ <source>
+ <directory>../src/main/native</directory>
+ <fileNames>
+ <fileName>josuuid.c</fileName>
+ <fileName>winos.c</fileName>
+ <fileName>OperatingSystemNativeWrapperJNI.c</fileName>
+ </fileNames>
+ </source>
+ </sources>
+
+ <linkerExecutable>i586-mingw32msvc-gcc</linkerExecutable>
+ <linkerStartOptions>
+ <linkerStartOption>-shared</linkerStartOption>
+ </linkerStartOptions>
+
+ </configuration>
+
+ <executions>
+ <execution>
+ <id>javah</id>
+ <phase>generate-sources</phase>
+ <configuration>
+ <javahClassNames>
+ <className>org.arakhne.vmutil.OperatingSystemNativeWrapper</className>
+ </javahClassNames>
+ </configuration>
+ <goals>
+ <goal>javah</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+
+ <plugin>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <forkMode>once</forkMode>
+ <environmentVariables>
+ <LD_LIBRARY_PATH>${project.build.directory}</LD_LIBRARY_PATH>
+ </environmentVariables>
+ </configuration>
+ </plugin>
+
+ </plugins>
+
+ </build>
+
+
+</project>
Deleted: tags/afc-3.0/arakhneVmutils/native/josuuid/mingw64/pom.xml
===================================================================
--- trunk/arakhneVmutils/native/josuuid/mingw64/pom.xml 2011-02-28 12:26:21 UTC (rev 213)
+++ tags/afc-3.0/arakhneVmutils/native/josuuid/mingw64/pom.xml 2011-02-28 12:28:25 UTC (rev 215)
@@ -1,130 +0,0 @@
-<?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>josuuid</artifactId>
- <groupId>org.arakhne.afc</groupId>
- <version>6.0-SNAPSHOT</version>
- </parent>
-
- <groupId>org.arakhne.afc</groupId>
- <artifactId>josuuid-mingw64</artifactId>
- <packaging>dll</packaging>
- <version>6.0-SNAPSHOT</version>
- <name>${pom.artifactId}</name>
-
- <!-- ======================================= -->
- <!-- ==== Project Information === -->
- <!-- ======================================= -->
-
- <dependencies>
- <dependency>
- <groupId>org.arakhne.afc</groupId>
- <artifactId>arakhneVmutils-java</artifactId>
- <version>${pom.version}</version>
- </dependency>
- </dependencies>
-
- <build>
- <finalName>${artifactId}</finalName>
-
- <plugins>
-
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-enforcer-plugin</artifactId>
- <executions>
- <execution>
- <id>enforce-beanshell</id>
- <goals>
- <goal>enforce</goal>
- </goals>
- <configuration>
- <rules>
- <evaluateBeanshell>
- <condition>
- String path = System.getenv("PATH");
- String[] parts = path.split(File.pathSeparator);
- boolean ok = false;
- for(int i=0; !ok && i<parts.length; i++) {
- ok = new File(parts[i],"amd64-mingw32msvc-gcc").canExecute();
- }
- ok
- </condition>
- </evaluateBeanshell>
- <requireOS>
- <name>linux</name>
- <family>unix</family>
- </requireOS>
- </rules>
- <fail>true</fail>
- </configuration>
- </execution>
- </executions>
- </plugin>
-
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>native-maven-plugin</artifactId>
- <extensions>true</extensions>
- <configuration>
- <compilerProvider>generic</compilerProvider>
- <compilerExecutable>amd64-mingw32msvc-gcc</compilerExecutable>
- <compilerStartOptions>
- <compilerStartOption>-O0 -Wall -Werror -fmessage-length=0</compilerStartOption>
- </compilerStartOptions>
-
- <javahOS>linux</javahOS> <!-- not 'windows' to retreive the jni_md.h file -->
-
- <sources>
- <source>
- <directory>../src/main/native</directory>
- <fileNames>
- <fileName>josuuid.c</fileName>
- <fileName>winos.c</fileName>
- <fileName>OperatingSystemNativeWrapperJNI.c</fileName>
- </fileNames>
- </source>
- </sources>
-
- <linkerExecutable>amd64-mingw32msvc-gcc</linkerExecutable>
- <linkerStartOptions>
- <linkerStartOption>-L/usr/lib/gcc/i586-mingw32msvc/4.4.2/ -shared</linkerStartOption>
- </linkerStartOptions>
-
- </configuration>
-
- <executions>
- <execution>
- <id>javah</id>
- <phase>generate-sources</phase>
- <configuration>
- <javahClassNames>
- <className>org.arakhne.vmutil.OperatingSystemNativeWrapper</className>
- </javahClassNames>
- </configuration>
- <goals>
- <goal>javah</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
-
- <plugin>
- <artifactId>maven-surefire-plugin</artifactId>
- <configuration>
- <forkMode>once</forkMode>
- <environmentVariables>
- <LD_LIBRARY_PATH>${project.build.directory}</LD_LIBRARY_PATH>
- </environmentVariables>
- </configuration>
- </plugin>
-
- </plugins>
-
- </build>
-
-
-</project>
Copied: tags/afc-3.0/arakhneVmutils/native/josuuid/mingw64/pom.xml (from rev 214, trunk/arakhneVmutils/native/josuuid/mingw64/pom.xml)
===================================================================
--- tags/afc-3.0/arakhneVmutils/native/josuuid/mingw64/pom.xml (rev 0)
+++ tags/afc-3.0/arakhneVmutils/native/josuuid/mingw64/pom.xml 2011-02-28 12:28:25 UTC (rev 215)
@@ -0,0 +1,130 @@
+<?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>josuuid</artifactId>
+ <groupId>org.arakhne.afc</groupId>
+ <version>6.0</version>
+ </parent>
+
+ <groupId>org.arakhne.afc</groupId>
+ <artifactId>josuuid-mingw64</artifactId>
+ <packaging>dll</packaging>
+ <version>6.0</version>
+ <name>${pom.artifactId}</name>
+
+ <!-- ======================================= -->
+ <!-- ==== Project Information === -->
+ <!-- ======================================= -->
+
+ <dependencies>
+ <dependency>
+ <groupId>org.arakhne.afc</groupId>
+ <artifactId>arakhneVmutils-java</artifactId>
+ <version>${pom.version}</version>
+ </dependency>
+ </dependencies>
+
+ <build>
+ <finalName>${artifactId}</finalName>
+
+ <plugins>
+
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-enforcer-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>enforce-beanshell</id>
+ <goals>
+ <goal>enforce</goal>
+ </goals>
+ <configuration>
+ <rules>
+ <evaluateBeanshell>
+ <condition>
+ String path = System.getenv("PATH");
+ String[] parts = path.split(File.pathSeparator);
+ boolean ok = false;
+ for(int i=0; !ok && i<parts.length; i++) {
+ ok = new File(parts[i],"amd64-mingw32msvc-gcc").canExecute();
+ }
+ ok
+ </condition>
+ </evaluateBeanshell>
+ <requireOS>
+ <name>linux</name>
+ <family>unix</family>
+ </requireOS>
+ </rules>
+ <fail>true</fail>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>native-maven-plugin</artifactId>
+ <extensions>true</extensions>
+ <configuration>
+ <compilerProvider>generic</compilerProvider>
+ <compilerExecutable>amd64-mingw32msvc-gcc</compilerExecutable>
+ <compilerStartOptions>
+ <compilerStartOption>-O0 -Wall -Werror -fmessage-length=0</compilerStartOption>
+ </compilerStartOptions>
+
+ <javahOS>linux</javahOS> <!-- not 'windows' to retreive the jni_md.h file -->
+
+ <sources>
+ <source>
+ <directory>../src/main/native</directory>
+ <fileNames>
+ <fileName>josuuid.c</fileName>
+ <fileName>winos.c</fileName>
+ <fileName>OperatingSystemNativeWrapperJNI.c</fileName>
+ </fileNames>
+ </source>
+ </sources>
+
+ <linkerExecutable>amd64-mingw32msvc-gcc</linkerExecutable>
+ <linkerStartOptions>
+ <linkerStartOption>-L/usr/lib/gcc/i586-mingw32msvc/4.4.2/ -shared</linkerStartOption>
+ </linkerStartOptions>
+
+ </configuration>
+
+ <executions>
+ <execution>
+ <id>javah</id>
+ <phase>generate-sources</phase>
+ <configuration>
+ <javahClassNames>
+ <className>org.arakhne.vmutil.OperatingSystemNativeWrapper</className>
+ </javahClassNames>
+ </configuration>
+ <goals>
+ <goal>javah</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+
+ <plugin>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <forkMode>once</forkMode>
+ <environmentVariables>
+ <LD_LIBRARY_PATH>${project.build.directory}</LD_LIBRARY_PATH>
+ </environmentVariables>
+ </configuration>
+ </plugin>
+
+ </plugins>
+
+ </build>
+
+
+</project>
Deleted: tags/afc-3.0/arakhneVmutils/native/josuuid/pom.xml
===================================================================
--- trunk/arakhneVmutils/native/josuuid/pom.xml 2011-02-28 12:26:21 UTC (rev 213)
+++ tags/afc-3.0/arakhneVmutils/native/josuuid/pom.xml 2011-02-28 12:28:25 UTC (rev 215)
@@ -1,41 +0,0 @@
-<?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>6.0-SNAPSHOT</version>
- </parent>
-
- <groupId>org.arakhne.afc</groupId>
- <artifactId>josuuid</artifactId>
- <packaging>pom</packaging>
- <version>6.0-SNAPSHOT</version>
- <name>${pom.artifactId}</name>
-
- <!-- ======================================= -->
- <!-- ==== Project Information === -->
- <!-- ======================================= -->
-
- <profiles>
-
- <profile>
- <id>linux-hosted</id>
- <activation>
- <os>
- <name>linux</name>
- <family>unix</family>
- </os>
- </activation>
- <modules>
- <module>linux32</module>
- <module>linux64</module>
- <module>mingw32</module>
- <module>mingw64</module>
- </modules>
- </profile>
-
- </profiles>
-
-</project>
Copied: tags/afc-3.0/arakhneVmutils/native/josuuid/pom.xml (from rev 214, trunk/arakhneVmutils/native/josuuid/pom.xml)
===================================================================
--- tags/afc-3.0/arakhneVmutils/native/josuuid/pom.xml (rev 0)
+++ tags/afc-3.0/arakhneVmutils/native/josuuid/pom.xml 2011-02-28 12:28:25 UTC (rev 215)
@@ -0,0 +1,41 @@
+<?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>6.0</version>
+ </parent>
+
+ <groupId>org.arakhne.afc</groupId>
+ <artifactId>josuuid</artifactId>
+ <packaging>pom</packaging>
+ <version>6.0</version>
+ <name>${pom.artifactId}</name>
+
+ <!-- ======================================= -->
+ <!-- ==== Project Information === -->
+ <!-- ======================================= -->
+
+ <profiles>
+
+ <profile>
+ <id>linux-hosted</id>
+ <activation>
+ <os>
+ <name>linux</name>
+ <family>unix</family>
+ </os>
+ </activation>
+ <modules>
+ <module>linux32</module>
+ <module>linux64</module>
+ <module>mingw32</module>
+ <module>mingw64</module>
+ </modules>
+ </profile>
+
+ </profiles>
+
+</project>
Deleted: tags/afc-3.0/arakhneVmutils/native/pom.xml
===================================================================
--- trunk/arakhneVmutils/native/pom.xml 2011-02-28 12:26:21 UTC (rev 213)
+++ tags/afc-3.0/arakhneVmutils/native/pom.xml 2011-02-28 12:28:25 UTC (rev 215)
@@ -1,30 +0,0 @@
-<?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>2.2-SNAPSHOT</version>
- </parent>
-
- <artifactId>arakhneVmutils-native</artifactId>
- <groupId>org.arakhne.afc</groupId>
- <packaging>pom</packaging>
- <version>6.0-SNAPSHOT</version>
- <name>${pom.artifactId}</name>
-
- <!-- ======================================= -->
- <!-- ==== Project Information === -->
- <!-- ======================================= -->
-
- <modules>
- <module>josuuid</module>
- </modules>
-
-</project>
Copied: tags/afc-3.0/arakhneVmutils/native/pom.xml (from rev 214, trunk/arakhneVmutils/native/pom.xml)
===================================================================
--- tags/afc-3.0/arakhneVmutils/native/pom.xml (rev 0)
+++ tags/afc-3.0/arakhneVmutils/native/pom.xml 2011-02-28 12:28:25 UTC (rev 215)
@@ -0,0 +1,30 @@
+<?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>3.0</version>
+ </parent>
+
+ <artifactId>arakhneVmutils-native</artifactId>
+ <groupId>org.arakhne.afc</groupId>
+ <packaging>pom</packaging>
+ <version>6.0</version>
+ <name>${pom.artifactId}</name>
+
+ <!-- ======================================= -->
+ <!-- ==== Project Information === -->
+ <!-- ======================================= -->
+
+ <modules>
+ <module>josuuid</module>
+ </modules>
+
+</project>
Deleted: tags/afc-3.0/arakhneVmutils/pom.xml
===================================================================
--- trunk/arakhneVmutils/pom.xml 2011-02-28 12:26:21 UTC (rev 213)
+++ tags/afc-3.0/arakhneVmutils/pom.xml 2011-02-28 12:28:25 UTC (rev 215)
@@ -1,72 +0,0 @@
-<?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>afc</artifactId>
- <groupId>org.arakhne.afc</groupId>
- <version>2.2-SNAPSHOT</version>
- </parent>
-
- <groupId>org.arakhne.afc</groupId>
- <artifactId>arakhneVmutils</artifactId>
- <packaging>pom</packaging>
- <version>6.0-SNAPSHOT</version>
- <name>${pom.artifactId}</name>
- <description>Additional tools dedicated to low-level and virtual machine features</description>
- <url>http://www.arakhne.org/arakhneVmutils/</url>
-
- <!-- ======================================= -->
- <!-- ==== Project Information === -->
- <!-- ======================================= -->
-
- <!-- === CAUTION === CAUTION === CAUTION ===
- The child modules have not this pom as parent to avoid cyclic compilation
- problems
- -->
- <modules>
- <module>java</module>
- <module>native</module>
- </modules>
-
- <build>
- <plugins>
- <plugin>
- <artifactId>maven-assembly-plugin</artifactId>
- <configuration>
- <descriptors>
- <descriptor>bin.xml</descriptor>
- </descriptors>
- <archive>
- <index>false</index>
- <manifestFile>${project.build.directory}/${pom.artifactId}-${pom.version}/META-INF/MANIFEST.MF</manifestFile>
- </archive>
- </configuration>
- <executions>
- <execution>
- <id>make-assembly</id>
- <phase>package</phase>
- <goals>
- <goal>attached</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- <plugin>
- <groupId>org.arakhne.afc</groupId>
- <artifactId>maven-javadoc-tag-replacer</artifactId>
- <version>1.0-SNAPSHOT</version>
- <executions>
- <execution>
- <phase>site</phase>
- <goals>
- <goal>replace</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
-
-</project>
Copied: tags/afc-3.0/arakhneVmutils/pom.xml (from rev 214, trunk/arakhneVmutils/pom.xml)
===================================================================
--- tags/afc-3.0/arakhneVmutils/pom.xml (rev 0)
+++ tags/afc-3.0/arakhneVmutils/pom.xml 2011-02-28 12:28:25 UTC (rev 215)
@@ -0,0 +1,71 @@
+<?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>afc</artifactId>
+ <groupId>org.arakhne.afc</groupId>
+ <version>3.0</version>
+ </parent>
+
+ <groupId>org.arakhne.afc</groupId>
+ <artifactId>arakhneVmutils</artifactId>
+ <packaging>pom</packaging>
+ <version>6.0</version>
+ <name>${pom.artifactId}</name>
+ <description>Additional tools dedicated to low-level and virtual machine features</description>
+ <url>http://www.arakhne.org/arakhneVmutils/</url>
+
+ <!-- ======================================= -->
+ <!-- ==== Project Information === -->
+ <!-- ======================================= -->
+
+ <!-- === CAUTION === CAUTION === CAUTION ===
+ The child modules have not this pom as parent to avoid cyclic compilation
+ problems
+ -->
+ <modules>
+ <module>java</module>
+ <module>native</module>
+ </modules>
+
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-assembly-plugin</artifactId>
+ <configuration>
+ <descriptors>
+ <descriptor>bin.xml</descriptor>
+ </descriptors>
+ <archive>
+ <index>false</index>
+ <manifestFile>${project.build.directory}/${pom.artifactId}-${pom.version}/META-INF/MANIFEST.MF</manifestFile>
+ </archive>
+ </configuration>
+ <executions>
+ <execution>
+ <id>make-assembly</id>
+ <phase>package</phase>
+ <goals>
+ <goal>attached</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <groupId>org.arakhne.afc</groupId>
+ <artifactId>maven-javadoc-tag-replacer</artifactId>
+ <version>1.0</version>
+ <executions>
+ <execution>
+ <phase>site</phase>
+ <goals>
+ <goal>replace</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+
+</project>
Deleted: tags/afc-3.0/maven-javadoc-tag-replacer/pom.xml
===================================================================
--- trunk/maven-javadoc-tag-replacer/pom.xml 2011-02-28 12:26:21 UTC (rev 213)
+++ tags/afc-3.0/maven-javadoc-tag-replacer/pom.xml 2011-02-28 12:28:25 UTC (rev 215)
@@ -1,55 +0,0 @@
-<?xml version="1.0"?>
-<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>
- <parent>
- <artifactId>afc</artifactId>
- <groupId>org.arakhne.afc</groupId>
- <version>2.2-SNAPSHOT</version>
- </parent>
- <groupId>org.arakhne.afc</groupId>
- <artifactId>maven-javadoc-tag-replacer</artifactId>
- <version>1.0-SNAPSHOT</version>
- <packaging>maven-plugin</packaging>
- <name>maven-javadoc-tag-replacer Maven Plugin</name>
- <url>http://maven.apache.org</url>
- <properties>
- <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- </properties>
- <dependencies>
- <dependency>
- <groupId>org.apache.maven</groupId>
- <artifactId>maven-plugin-api</artifactId>
- <version>2.0</version>
- </dependency>
- <dependency>
- <groupId>org.apache.maven</groupId>
- <artifactId>maven-artifact</artifactId>
- <version>2.0</version>
- </dependency>
- <dependency>
- <groupId>org.apache.maven</groupId>
- <artifactId>maven-project</artifactId>
- <version>2.0</version>
- </dependency>
- </dependencies>
- <build>
- <plugins>
- <plugin>
- <artifactId>maven-plugin-plugin</artifactId>
- <version>2.5.1</version>
- <executions>
- <execution>
- <id>generated-helpmojo</id>
- <goals>
- <goal>helpmojo</goal>
- </goals>
- </execution>
- </executions>
- <configuration>
- <goalPrefix>maven-javadoc-tag-replacer</goalPrefix>
- </configuration>
- </plugin>
- </plugins>
- </build>
-</project>
Copied: tags/afc-3.0/maven-javadoc-tag-replacer/pom.xml (from rev 214, trunk/maven-javadoc-tag-replacer/pom.xml)
===================================================================
--- tags/afc-3.0/maven-javadoc-tag-replacer/pom.xml (rev 0)
+++ tags/afc-3.0/maven-javadoc-tag-replacer/pom.xml 2011-02-28 12:28:25 UTC (rev 215)
@@ -0,0 +1,54 @@
+<?xml version="1.0"?>
+<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/xsd/maven-4.0.0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>afc</artifactId>
+ <groupId>org.arakhne.afc</groupId>
+ <version>3.0</version>
+ </parent>
+ <groupId>org.arakhne.afc</groupId>
+ <artifactId>maven-javadoc-tag-replacer</artifactId>
+ <version>1.0</version>
+ <packaging>maven-plugin</packaging>
+ <name>maven-javadoc-tag-replacer Maven Plugin</name>
+ <url>http://maven.apache.org</url>
+ <properties>
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+ </properties>
+ <dependencies>
+ <dependency>
+ <groupId>org.apache.maven</groupId>
+ <artifactId>maven-plugin-api</artifactId>
+ <version>2.0</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.maven</groupId>
+ <artifactId>maven-artifact</artifactId>
+ <version>2.0</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.maven</groupId>
+ <artifactId>maven-project</artifactId>
+ <version>2.0</version>
+ </dependency>
+ </dependencies>
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-plugin-plugin</artifactId>
+ <version>2.5.1</version>
+ <executions>
+ <execution>
+ <id>generated-helpmojo</id>
+ <goals>
+ <goal>helpmojo</goal>
+ </goals>
+ </execution>
+ </executions>
+ <configuration>
+ <goalPrefix>maven-javadoc-tag-replacer</goalPrefix>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+</project>
Deleted: tags/afc-3.0/maven-license-install-plugin/pom.xml
===================================================================
--- trunk/maven-license-install-plugin/pom.xml 2011-02-28 12:26:21 UTC (rev 213)
+++ tags/afc-3.0/maven-license-install-plugin/pom.xml 2011-02-28 12:28:25 UTC (rev 215)
@@ -1,55 +0,0 @@
-<?xml version="1.0"?>
-<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>
- <parent>
- <artifactId>afc</artifactId>
- <groupId>org.arakhne.afc</groupId>
- <version>2.2-SNAPSHOT</version>
- </parent>
- <groupId>org.arakhne.afc</groupId>
- <artifactId>maven-license-install-plugin</artifactId>
- <version>1.0-SNAPSHOT</version>
- <packaging>maven-plugin</packaging>
- <name>maven-license-install-plugin Maven Plugin</name>
- <url>http://maven.apache.org</url>
- <properties>
- <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- </properties>
- <dependencies>
- <dependency>
- <groupId>org.apache.maven</groupId>
- <artifactId>maven-plugin-api</artifactId>
- <version>2.0</version>
- </dependency>
- <dependency>
- <groupId>org.apache.maven</groupId>
- <artifactId>maven-artifact</artifactId>
- <version>2.0</version>
- </dependency>
- <dependency>
- <groupId>org.apache.maven</groupId>
- <artifactId>maven-project</artifactId>
- <version>2.0</version>
- </dependency>
- </dependencies>
- <build>
- <plugins>
- <plugin>
- <artifactId>maven-plugin-plugin</artifactId>
- <version>2.5.1</version>
- <executions>
- <execution>
- <id>generated-helpmojo</id>
- <goals>
- <goal>helpmojo</goal>
- </goals>
- </execution>
- </executions>
- <configuration>
- <goalPrefix>license-install</goalPrefix>
- </configuration>
- </plugin>
- </plugins>
- </build>
-</project>
Copied: tags/afc-3.0/maven-license-install-plugin/pom.xml (from rev 214, trunk/maven-license-install-plugin/pom.xml)
===================================================================
--- tags/afc-3.0/maven-license-install-plugin/pom.xml (rev 0)
+++ tags/afc-3.0/maven-license-install-plugin/pom.xml 2011-02-28 12:28:25 UTC (rev 215)
@@ -0,0 +1,54 @@
+<?xml version="1.0"?>
+<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/xsd/maven-4.0.0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>afc</artifactId>
+ <groupId>org.arakhne.afc</groupId>
+ <version>3.0</version>
+ </parent>
+ <groupId>org.arakhne.afc</groupId>
+ <artifactId>maven-license-install-plugin</artifactId>
+ <version>1.0</version>
+ <packaging>maven-plugin</packaging>
+ <name>maven-license-install-plugin Maven Plugin</name>
+ <url>http://maven.apache.org</url>
+ <properties>
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+ </properties>
+ <dependencies>
+ <dependency>
+ <groupId>org.apache.maven</groupId>
+ <artifactId>maven-plugin-api</artifactId>
+ <version>2.0</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.maven</groupId>
+ <artifactId>maven-artifact</artifactId>
+ <version>2.0</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.maven</groupId>
+ <artifactId>maven-project</artifactId>
+ <version>2.0</version>
+ </dependency>
+ </dependencies>
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-plugin-plugin</artifactId>
+ <version>2.5.1</version>
+ <executions>
+ <execution>
+ <id>generated-helpmojo</id>
+ <goals>
+ <goal>helpmojo</goal>
+ </goals>
+ </execution>
+ </executions>
+ <configuration>
+ <goalPrefix>license-install</goalPrefix>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+</project>
Deleted: tags/afc-3.0/pom.xml
===================================================================
--- trunk/pom.xml 2011-02-28 12:26:21 UTC (rev 213)
+++ tags/afc-3.0/pom.xml 2011-02-28 12:28:25 UTC (rev 215)
@@ -1,221 +0,0 @@
-<?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>
- <groupId>org.arakhne.afc</groupId>
- <artifactId>afc</artifactId>
- <packaging>pom</packaging>
- <version>2.2-SNAPSHOT</version>
- <name>Arakhnê Foundation Classes</name>
- <inceptionYear>2006</inceptionYear>
- <url>http://www.arakhne.org/</url>
- <description>Java library that provides additional tools.</description>
-
- <properties>
- <year>2010</year>
- </properties>
-
- <!-- ======================================= -->
- <!-- ==== Dependencies === -->
- <!-- ======================================= -->
-
- <dependencyManagement>
- <dependencies>
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>3.8.2</version>
- <scope>test</scope>
- </dependency>
- </dependencies>
- </dependencyManagement>
-
- <!-- ======================================= -->
- <!-- ==== Project Information === -->
- <!-- ======================================= -->
-
- <modules>
- <module>arakhneLogger</module>
- <module>arakhneRefs</module>
- <module>arakhneVmutils</module>
- <module>arakhneLog4J</module>
- <module>maven-javadoc-tag-replacer</module>
- <module>maven-license-install-plugin</module>
- </modules>
-
- <licenses>
- <license>
- <name>GNU Lesser General Public License v2.0</name>
- <url>http://www.gnu.org/licenses/lgpl.html</url>
- <distribution>repo</distribution>
- </license>
- </licenses>
-
- <mailingLists>
- <mailingList>
- <name>dev@xxxxxxxxxxx</name>
- <subscribe>mailto:dev-request@xxxxxxxxxxx</subscribe>
- <unsubscribe>mailto:dev-request@xxxxxxxxxxx</unsubscribe>
- <post>mailto:dev@xxxxxxxxxxx</post>
- </mailingList>
- </mailingLists>
-
- <!-- ======================================= -->
- <!-- ==== Organization Information === -->
- <!-- ======================================= -->
-
- <organization>
- <name>Arakhnê.org Project</name>
- <url>http://www.arakhne.org</url>
- </organization>
-
- <developers>
- <developer>
- <id>galland</id>
- <name>Stephane Galland</name>
- <email>galland@xxxxxxxxxxx</email>
- <url>http://www.arakhne.org/homes/galland.html</url>
- <organization/>
- <organizationUrl/>
- <roles>
- <role>Founder</role>
- <role>Architect</role>
- <role>Developer</role>
- </roles>
- <timezone/>
- <properties/>
- </developer>
- <developer>
- <id>gaud</id>
- <name>Nicolas Gaud</name>
- <email>gaud@xxxxxxxxxxx</email>
- <url>http://www.arakhne.org/homes/gaud.html</url>
- <organization/>
- <organizationUrl/>
- <roles>
- <role>Developer</role>
- </roles>
- <timezone/>
- <properties/>
- </developer>
- <developer>
- <id>willaume</id>
- <name>Alexandre WILLAUME</name>
- <email>willaume@xxxxxxxxxxx</email>
- <url>http://www.arakhne.org/homes/willaume.html</url>
- <organization/>
- <organizationUrl/>
- <roles>
- <role>Developer</role>
- </roles>
- <timezone/>
- <properties/>
- </developer>
- </developers>
-
- <!-- ======================================= -->
- <!-- ==== Devel Configuration === -->
- <!-- ======================================= -->
-
- <distributionManagement>
- <repository>
- <id>repository.arakhne.org</id>
- <name>Arakhn&ecirc; Snapshots Repository</name>
- <url>file:///srv/arakhne.org/repository/maven/</url>
- </repository>
- <site>
- <id>afc.site.arakhne.org</id>
- <name>AFC Project Websites Repository</name>
- <url>file:///srv/arakhne.org/web/maven-sites/</url>
- </site>
- </distributionManagement>
-
- <scm>
- <connection>scm:svn:svn://svn.tuxfamily.org/svnroot/arakhne/afc/trunk</connection>
- <developerConnection>scm:svn:svn+ssh://svn.tuxfamily.org/svnroot/arakhne/afc/trunk</developerConnection>
- </scm>
-
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <version>2.3.1</version>
- <configuration>
- <source>1.6</source>
- <target>1.6</target>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-site-plugin</artifactId>
- <version>2.1.1</version>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-scm-plugin</artifactId>
- <version>1.1</version>
- <configuration>
- <goals>install</goals>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-deploy-plugin</artifactId>
- </plugin>
- </plugins>
- </build>
-
- <!-- ======================================= -->
- <!-- ==== Repositories === -->
- <!-- ======================================= -->
-
- <repositories>
- <repository>
- <id>org.codehaus-arakhne</id>
- <name>Codehaus Snapshots</name>
- <url>http://snapshots.repository.codehaus.org/</url>
- </repository>
- <repository>
- <id>org.arakhne-maven</id>
- <name>Arakhn&ecirc; Maven Repository</name>
- <url>http://download.tuxfamily.org/arakhne/maven/</url>
- </repository>
- </repositories>
-
- <!-- ======================================= -->
- <!-- ==== Reports === -->
- <!-- ======================================= -->
- <reporting>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-javadoc-plugin</artifactId>
- <configuration>
- <aggregate>true</aggregate>
- <show>package</show>
- <detectLinks>true</detectLinks>
- <detectJavaApiLink>true</detectJavaApiLink>
- <links>
- <link>http://download.java.net/media/java3d/javadoc/1.5.2/</link>
- </links>
- <stylesheet>maven</stylesheet>
- <docfilessubdirs>true</docfilessubdirs>
- <bottom><small>Copyright &copy; ${pom.inceptionYear}-${year} Arakhn&ecirc;.org. All rights reserved under LGPL license terms.</small></bottom>
- <tags>
- <tag>
- <name>mavengroupid</name>
- <placement>pt</placement>
- <head>Maven Group Id:</head>
- </tag>
- <tag>
- <name>mavenartifactid</name>
- <placement>pt</placement>
- <head>Maven Artifact Id:</head>
- </tag>
- </tags>
- </configuration>
- </plugin>
- </plugins>
- </reporting>
-
-</project>
\ No newline at end of file
Copied: tags/afc-3.0/pom.xml (from rev 214, trunk/pom.xml)
===================================================================
--- tags/afc-3.0/pom.xml (rev 0)
+++ tags/afc-3.0/pom.xml 2011-02-28 12:28:25 UTC (rev 215)
@@ -0,0 +1,221 @@
+<?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>
+ <groupId>org.arakhne.afc</groupId>
+ <artifactId>afc</artifactId>
+ <packaging>pom</packaging>
+ <version>3.0</version>
+ <name>Arakhnê Foundation Classes</name>
+ <inceptionYear>2006</inceptionYear>
+ <url>http://www.arakhne.org/</url>
+ <description>Java library that provides additional tools.</description>
+
+ <properties>
+ <year>2010</year>
+ </properties>
+
+ <!-- ======================================= -->
+ <!-- ==== Dependencies === -->
+ <!-- ======================================= -->
+
+ <dependencyManagement>
+ <dependencies>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>3.8.2</version>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
+ </dependencyManagement>
+
+ <!-- ======================================= -->
+ <!-- ==== Project Information === -->
+ <!-- ======================================= -->
+
+ <modules>
+ <module>arakhneLogger</module>
+ <module>arakhneRefs</module>
+ <module>arakhneVmutils</module>
+ <module>arakhneLog4J</module>
+ <module>maven-javadoc-tag-replacer</module>
+ <module>maven-license-install-plugin</module>
+ </modules>
+
+ <licenses>
+ <license>
+ <name>GNU Lesser General Public License v2.0</name>
+ <url>http://www.gnu.org/licenses/lgpl.html</url>
+ <distribution>repo</distribution>
+ </license>
+ </licenses>
+
+ <mailingLists>
+ <mailingList>
+ <name>dev@xxxxxxxxxxx</name>
+ <subscribe>mailto:dev-request@xxxxxxxxxxx</subscribe>
+ <unsubscribe>mailto:dev-request@xxxxxxxxxxx</unsubscribe>
+ <post>mailto:dev@xxxxxxxxxxx</post>
+ </mailingList>
+ </mailingLists>
+
+ <!-- ======================================= -->
+ <!-- ==== Organization Information === -->
+ <!-- ======================================= -->
+
+ <organization>
+ <name>Arakhnê.org Project</name>
+ <url>http://www.arakhne.org</url>
+ </organization>
+
+ <developers>
+ <developer>
+ <id>galland</id>
+ <name>Stephane Galland</name>
+ <email>galland@xxxxxxxxxxx</email>
+ <url>http://www.arakhne.org/homes/galland.html</url>
+ <organization />
+ <organizationUrl />
+ <roles>
+ <role>Founder</role>
+ <role>Architect</role>
+ <role>Developer</role>
+ </roles>
+ <timezone />
+ <properties />
+ </developer>
+ <developer>
+ <id>gaud</id>
+ <name>Nicolas Gaud</name>
+ <email>gaud@xxxxxxxxxxx</email>
+ <url>http://www.arakhne.org/homes/gaud.html</url>
+ <organization />
+ <organizationUrl />
+ <roles>
+ <role>Developer</role>
+ </roles>
+ <timezone />
+ <properties />
+ </developer>
+ <developer>
+ <id>willaume</id>
+ <name>Alexandre WILLAUME</name>
+ <email>willaume@xxxxxxxxxxx</email>
+ <url>http://www.arakhne.org/homes/willaume.html</url>
+ <organization />
+ <organizationUrl />
+ <roles>
+ <role>Developer</role>
+ </roles>
+ <timezone />
+ <properties />
+ </developer>
+ </developers>
+
+ <!-- ======================================= -->
+ <!-- ==== Devel Configuration === -->
+ <!-- ======================================= -->
+
+ <distributionManagement>
+ <repository>
+ <id>repository.arakhne.org</id>
+ <name>Arakhn&ecirc; Snapshots Repository</name>
+ <url>file:///srv/arakhne.org/repository/maven/</url>
+ </repository>
+ <site>
+ <id>afc.site.arakhne.org</id>
+ <name>AFC Project Websites Repository</name>
+ <url>file:///srv/arakhne.org/web/maven-sites/</url>
+ </site>
+ </distributionManagement>
+
+ <scm>
+ <connection>scm:svn:svn://svn.tuxfamily.org/svnroot/arakhne/afc/tags/afc-3.0</connection>
+ <developerConnection>scm:svn:svn+ssh://svn.tuxfamily.org/svnroot/arakhne/afc/tags/afc-3.0</developerConnection>
+ </scm>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <version>2.3.1</version>
+ <configuration>
+ <source>1.6</source>
+ <target>1.6</target>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-site-plugin</artifactId>
+ <version>2.1.1</version>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-scm-plugin</artifactId>
+ <version>1.1</version>
+ <configuration>
+ <goals>install</goals>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-deploy-plugin</artifactId>
+ </plugin>
+ </plugins>
+ </build>
+
+ <!-- ======================================= -->
+ <!-- ==== Repositories === -->
+ <!-- ======================================= -->
+
+ <repositories>
+ <repository>
+ <id>org.codehaus-arakhne</id>
+ <name>Codehaus Snapshots</name>
+ <url>http://snapshots.repository.codehaus.org/</url>
+ </repository>
+ <repository>
+ <id>org.arakhne-maven</id>
+ <name>Arakhn&ecirc; Maven Repository</name>
+ <url>http://download.tuxfamily.org/arakhne/maven/</url>
+ </repository>
+ </repositories>
+
+ <!-- ======================================= -->
+ <!-- ==== Reports === -->
+ <!-- ======================================= -->
+ <reporting>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <configuration>
+ <aggregate>true</aggregate>
+ <show>package</show>
+ <detectLinks>true</detectLinks>
+ <detectJavaApiLink>true</detectJavaApiLink>
+ <links>
+ <link>http://download.java.net/media/java3d/javadoc/1.5.2/</link>
+ </links>
+ <stylesheet>maven</stylesheet>
+ <docfilessubdirs>true</docfilessubdirs>
+ <bottom><small>Copyright &copy; ${pom.inceptionYear}-${year} Arakhn&ecirc;.org. All rights reserved under LGPL license terms.</small></bottom>
+ <tags>
+ <tag>
+ <name>mavengroupid</name>
+ <placement>pt</placement>
+ <head>Maven Group Id:</head>
+ </tag>
+ <tag>
+ <name>mavenartifactid</name>
+ <placement>pt</placement>
+ <head>Maven Artifact Id:</head>
+ </tag>
+ </tags>
+ </configuration>
+ </plugin>
+ </plugins>
+ </reporting>
+
+</project>
\ No newline at end of file