|
From: <de...@us...> - 2009-10-07 21:36:27
|
Revision: 5218
http://fudaa.svn.sourceforge.net/fudaa/?rev=5218&view=rev
Author: deniger
Date: 2009-10-07 21:36:10 +0000 (Wed, 07 Oct 2009)
Log Message:
-----------
Added Paths:
-----------
trunk/pom/soft-pom/
trunk/pom/soft-pom/pom.xml
trunk/pom/super-pom/
trunk/pom/super-pom/pom.xml
Removed Paths:
-------------
trunk/pom/soft-pom.xml
trunk/pom/super-pom.xml
Copied: trunk/pom/soft-pom/pom.xml (from rev 5217, trunk/pom/soft-pom.xml)
===================================================================
--- trunk/pom/soft-pom/pom.xml (rev 0)
+++ trunk/pom/soft-pom/pom.xml 2009-10-07 21:36:10 UTC (rev 5218)
@@ -0,0 +1,25 @@
+<?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>
+ <!--
+ le super déclare tous les plugins et les configurations communes
+ -->
+ <groupId>org.fudaa.pom</groupId>
+ <artifactId>super-pom</artifactId>
+ <version>0.1</version>
+ </parent>
+ <properties>
+ <softGroupId>org.fudaa.soft</softGroupId>
+ </properties>
+ <artifactId>soft-pom</artifactId>
+ <packaging>pom</packaging>
+ <version>0.1</version>
+ <name>soft-pom</name>
+ <scm>
+ <connection>scm:svn:http://fudaa.svn.sourceforge.net/svnroot/fudaa/trunk/fudaa-soft/</connection>
+ <developerConnection>scm:svn:https://fudaa.svn.sourceforge.net/svnroot/fudaa/trunk/fudaa-soft/</developerConnection>
+ <url>http://fudaa.svn.sourceforge.net/viewvc/fudaa/svnroot/fudaa/trunk/fudaa-soft/</url>
+ </scm>
+</project>
\ No newline at end of file
Deleted: trunk/pom/soft-pom.xml
===================================================================
--- trunk/pom/soft-pom.xml 2009-10-07 21:32:43 UTC (rev 5217)
+++ trunk/pom/soft-pom.xml 2009-10-07 21:36:10 UTC (rev 5218)
@@ -1,25 +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>
- <!--
- le super déclare tous les plugins et les configurations communes
- -->
- <groupId>org.fudaa.pom</groupId>
- <artifactId>super-pom</artifactId>
- <version>0.1</version>
- </parent>
- <properties>
- <softGroupId>org.fudaa.soft</softGroupId>
- </properties>
- <artifactId>soft-pom</artifactId>
- <packaging>pom</packaging>
- <version>0.1</version>
- <name>soft-pom</name>
- <scm>
- <connection>scm:svn:http://fudaa.svn.sourceforge.net/svnroot/fudaa/trunk/fudaa-soft/</connection>
- <developerConnection>scm:svn:https://fudaa.svn.sourceforge.net/svnroot/fudaa/trunk/fudaa-soft/</developerConnection>
- <url>http://fudaa.svn.sourceforge.net/viewvc/fudaa/svnroot/fudaa/trunk/fudaa-soft/</url>
- </scm>
-</project>
\ No newline at end of file
Copied: trunk/pom/super-pom/pom.xml (from rev 5217, trunk/pom/super-pom.xml)
===================================================================
--- trunk/pom/super-pom/pom.xml (rev 0)
+++ trunk/pom/super-pom/pom.xml 2009-10-07 21:36:10 UTC (rev 5218)
@@ -0,0 +1,278 @@
+<?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.fudaa.pom</groupId>
+ <artifactId>super-pom</artifactId>
+ <packaging>pom</packaging>
+ <version>0.1</version>
+ <name>Super Pom</name>
+ <url>http://fudaa.fr</url>
+ <properties>
+ <!--
+ l'encoding pour les projets: a therme il faudrait changer cela en
+ UTF-8
+ -->
+ <!-- Certains projets applicatifs peuvent le faire -->
+ <projetEncoding>ISO-8859-15</projetEncoding>
+ <ctuluGroupId>org.fudaa.framework.ctulu</ctuluGroupId>
+ <dodicoGroupId>org.fudaa.framework.dodico</dodicoGroupId>
+ <ebliGroupId>org.fudaa.framework.ebli</ebliGroupId>
+ <fudaaGroupId>org.fudaa.framework.fudaa</fudaaGroupId>
+ </properties>
+ <mailingLists>
+ <mailingList>
+ <name>Fudaa Developer List</name>
+ <subscribe>dev...@fu...</subscribe>
+ <unsubscribe>dev...@fu...</unsubscribe>
+ <post>de...@fu...</post>
+ </mailingList>
+ </mailingLists>
+ <!--
+ <scm>
+ <connection>scm:svn:http://fudaa.svn.sourceforge.net/svnroot/fudaa/trunk</connection>
+ <developerConnection>scm:svn:https://fudaa.svn.sourceforge.net/svnroot/fudaa/trunk</developerConnection>
+ <url>http://fudaa.svn.sourceforge.net/viewvc/fudaa/trunk/</url> </scm>
+ -->
+ <distributionManagement>
+ <repository>
+ <id>artifactory-fudaa</id>
+ <name>fudaa-releases</name>
+ <!-- on utilise webdav pour éviter les erreurs 401 -->
+ <url>dav:http://www.fudaa.fr:80/artifactory/libs-releases-local</url>
+ </repository>
+ <snapshotRepository>
+ <id>artifactory-fudaa</id>
+ <name>fudaa-snapshots</name>
+ <!-- on utilise webdav pour éviter les erreurs 401 -->
+ <url>dav:http://www.fudaa.fr:80/artifactory/libs-snapshots-local</url>
+ </snapshotRepository>
+ <site>
+ <id>site-fudaa</id>
+ <url>scp://fudaa.fr/cygdrive/c/Inetpub/fudaa/site</url>
+ </site>
+
+ </distributionManagement>
+ <repositories>
+ <repository>
+ <id>NotUsed</id>
+ <url>dav:http://www.fudaa.fr:80/artifactory/repo</url>
+ </repository>
+ </repositories>
+ <pluginRepositories>
+ <pluginRepository>
+ <id>artifactory-fudaa</id>
+ <url>http://www.fudaa.fr:80/artifactory/plugins-releases</url>
+ <snapshots>
+ <enabled>false</enabled>
+ </snapshots>
+ </pluginRepository>
+ <pluginRepository>
+ <id>artifactory-fudaa</id>
+ <url>http://www.fudaa.fr:80/artifactory/plugins-snapshots</url>
+ <releases>
+ <enabled>false</enabled>
+ </releases>
+ </pluginRepository>
+ </pluginRepositories>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-source-plugin</artifactId>
+ <configuration>
+ </configuration>
+ <executions>
+ <execution>
+ <id>attach-sources</id>
+ <phase>verify</phase>
+ <goals>
+ <goal>jar-no-fork</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+
+ <pluginManagement>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-release-plugin</artifactId>
+ <version>2.0-beta-9</version>
+ <!--
+ ce serait la solution pour éviter de télécharger svn mais ne
+ fonctionne pas: il semble que l'outiil svnkit ne fonctionne pas
+ avec les dernieres versions de SVN
+ -->
+ <!--
+ <dependencies> <dependency> <groupId>${svnjava-groupId}</groupId>
+ <artifactId>${svnjava-artifactId}</artifactId>
+ <version>${svnjava-version}</version> </dependency>
+ </dependencies> <configuration> <providerImplementations>
+ <svn>javasvn</svn> </providerImplementations>
+
+ <useReleaseProfile>true</useReleaseProfile> <goals>deploy</goals>
+ <arguments>-Psign</arguments> </configuration>
+ -->
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <version>2.0.2</version>
+ <configuration>
+ <source>1.5</source>
+ <target>1.5</target>
+ <encoding>${projetEncoding}</encoding>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-resources-plugin</artifactId>
+ <version>2.3</version>
+ <configuration>
+ <encoding>${projetEncoding}</encoding>
+ </configuration>
+ </plugin>
+
+ <!-- pour que les sources soient livrées avec les jars -->
+ <!-- http://maven.apache.org/plugins/maven-source-plugin/usage.html -->
+ <plugin>
+ <artifactId>maven-source-plugin</artifactId>
+ <version>2.1</version>
+ <configuration>
+ </configuration>
+ <executions>
+ <execution>
+ <id>attach-sources</id>
+ <phase>verify</phase>
+ <goals>
+ <goal>jar-no-fork</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <artifactId>maven-changelog-plugin</artifactId>
+ <version>2.1</version>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-jar-plugin</artifactId>
+ <version>2.2</version>
+ <configuration>
+ <archive>
+ <manifest>
+ <addClasspath>true</addClasspath>
+ </manifest>
+ </archive>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-eclipse-plugin</artifactId>
+ <version>2.3</version>
+ <configuration>
+ <downloadSources>true</downloadSources>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-site-plugin</artifactId>
+ </plugin>
+
+
+ </plugins>
+ </pluginManagement>
+
+
+ <extensions>
+ <extension>
+ <groupId>org.apache.maven.wagon</groupId>
+ <artifactId>wagon-webdav</artifactId>
+ <version>1.0-beta-2</version>
+ </extension>
+ <extension>
+ <groupId>org.apache.maven.wagon</groupId>
+ <artifactId>wagon-ftp</artifactId>
+ <version>1.0-beta-6</version>
+ </extension>
+ </extensions>
+ </build>
+
+ <reporting>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-report-plugin</artifactId>
+ <version>2.4.2</version>
+ </plugin>
+
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>taglist-maven-plugin</artifactId>
+ <version>2.3</version>
+ <configuration>
+ <encoding>${projetEncoding}</encoding>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-project-info-reports-plugin</artifactId>
+ <version>2.1.1</version>
+ </plugin>
+ <!-- <plugin>-->
+ <!-- <groupId>org.apache.maven.plugins</groupId>-->
+ <!-- <artifactId>maven-javadoc-plugin</artifactId>-->
+ <!-- <version>2.5</version>-->
+ <!-- <configuration>-->
+ <!-- <breakiterator>true</breakiterator>-->
+ <!-- <aggregate>true</aggregate>-->
+ <!-- <links>-->
+ <!--
+ <link>http://java.sun.com/j2se/1.5.0/docs/api</link>
+ -->
+ <!-- </links>-->
+ <!-- </configuration>-->
+ <!-- <reportSets>-->
+ <!-- <reportSet>-->
+ <!-- <reports>-->
+ <!-- <report>javadoc</report>-->
+ <!-- </reports>-->
+ <!-- </reportSet>-->
+ <!-- </reportSets>-->
+ <!-- </plugin>-->
+ <!-- <plugin>-->
+ <!-- <groupId>org.apache.maven.plugins</groupId>-->
+ <!-- <artifactId>maven-jxr-plugin</artifactId>-->
+ <!-- <version>2.1</version>-->
+ <!-- <configuration>-->
+ <!-- <aggregate>true</aggregate>-->
+ <!-- <inputEncoding>${projetEncoding}</inputEncoding>-->
+ <!-- <outputEncoding>${projetEncoding}</outputEncoding>-->
+ <!-- </configuration>-->
+ <!-- </plugin>-->
+ <!-- <plugin>-->
+ <!-- <groupId>org.codehaus.mojo</groupId>-->
+ <!-- <artifactId>cobertura-maven-plugin</artifactId>-->
+ <!-- <version>2.2</version>-->
+ <!-- </plugin>-->
+ <!-- <plugin>-->
+ <!-- <groupId>org.apache.maven.plugins</groupId>-->
+ <!-- <artifactId>maven-pmd-plugin</artifactId>-->
+ <!-- <version>2.3</version>-->
+ <!-- <configuration>-->
+ <!-- <rulesets>pmd.xml</rulesets>-->
+ <!-- <linkXref>true</linkXref>-->
+ <!-- <sourceEncoding>${projetEncoding}</sourceEncoding>-->
+ <!-- <minimumTokens>100</minimumTokens>-->
+ <!-- <targetJdk>1.5</targetJdk>-->
+ <!-- </configuration>-->
+<!---->
+ <!-- </plugin>-->
+
+ </plugins>
+ </reporting>
+
+</project>
\ No newline at end of file
Deleted: trunk/pom/super-pom.xml
===================================================================
--- trunk/pom/super-pom.xml 2009-10-07 21:32:43 UTC (rev 5217)
+++ trunk/pom/super-pom.xml 2009-10-07 21:36:10 UTC (rev 5218)
@@ -1,278 +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.fudaa.pom</groupId>
- <artifactId>super-pom</artifactId>
- <packaging>pom</packaging>
- <version>0.1</version>
- <name>Super Pom</name>
- <url>http://fudaa.fr</url>
- <properties>
- <!--
- l'encoding pour les projets: a therme il faudrait changer cela en
- UTF-8
- -->
- <!-- Certains projets applicatifs peuvent le faire -->
- <projetEncoding>ISO-8859-15</projetEncoding>
- <ctuluGroupId>org.fudaa.framework.ctulu</ctuluGroupId>
- <dodicoGroupId>org.fudaa.framework.dodico</dodicoGroupId>
- <ebliGroupId>org.fudaa.framework.ebli</ebliGroupId>
- <fudaaGroupId>org.fudaa.framework.fudaa</fudaaGroupId>
- </properties>
- <mailingLists>
- <mailingList>
- <name>Fudaa Developer List</name>
- <subscribe>dev...@fu...</subscribe>
- <unsubscribe>dev...@fu...</unsubscribe>
- <post>de...@fu...</post>
- </mailingList>
- </mailingLists>
- <!--
- <scm>
- <connection>scm:svn:http://fudaa.svn.sourceforge.net/svnroot/fudaa/trunk</connection>
- <developerConnection>scm:svn:https://fudaa.svn.sourceforge.net/svnroot/fudaa/trunk</developerConnection>
- <url>http://fudaa.svn.sourceforge.net/viewvc/fudaa/trunk/</url> </scm>
- -->
- <distributionManagement>
- <repository>
- <id>artifactory-fudaa</id>
- <name>fudaa-releases</name>
- <!-- on utilise webdav pour éviter les erreurs 401 -->
- <url>dav:http://www.fudaa.fr:80/artifactory/libs-releases-local</url>
- </repository>
- <snapshotRepository>
- <id>artifactory-fudaa</id>
- <name>fudaa-snapshots</name>
- <!-- on utilise webdav pour éviter les erreurs 401 -->
- <url>dav:http://www.fudaa.fr:80/artifactory/libs-snapshots-local</url>
- </snapshotRepository>
- <site>
- <id>site-fudaa</id>
- <url>scp://fudaa.fr/cygdrive/c/Inetpub/fudaa/site</url>
- </site>
-
- </distributionManagement>
- <repositories>
- <repository>
- <id>NotUsed</id>
- <url>dav:http://www.fudaa.fr:80/artifactory/repo</url>
- </repository>
- </repositories>
- <pluginRepositories>
- <pluginRepository>
- <id>artifactory-fudaa</id>
- <url>http://www.fudaa.fr:80/artifactory/plugins-releases</url>
- <snapshots>
- <enabled>false</enabled>
- </snapshots>
- </pluginRepository>
- <pluginRepository>
- <id>artifactory-fudaa</id>
- <url>http://www.fudaa.fr:80/artifactory/plugins-snapshots</url>
- <releases>
- <enabled>false</enabled>
- </releases>
- </pluginRepository>
- </pluginRepositories>
-
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-source-plugin</artifactId>
- <configuration>
- </configuration>
- <executions>
- <execution>
- <id>attach-sources</id>
- <phase>verify</phase>
- <goals>
- <goal>jar-no-fork</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- </plugins>
-
- <pluginManagement>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-release-plugin</artifactId>
- <version>2.0-beta-9</version>
- <!--
- ce serait la solution pour éviter de télécharger svn mais ne
- fonctionne pas: il semble que l'outiil svnkit ne fonctionne pas
- avec les dernieres versions de SVN
- -->
- <!--
- <dependencies> <dependency> <groupId>${svnjava-groupId}</groupId>
- <artifactId>${svnjava-artifactId}</artifactId>
- <version>${svnjava-version}</version> </dependency>
- </dependencies> <configuration> <providerImplementations>
- <svn>javasvn</svn> </providerImplementations>
-
- <useReleaseProfile>true</useReleaseProfile> <goals>deploy</goals>
- <arguments>-Psign</arguments> </configuration>
- -->
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <version>2.0.2</version>
- <configuration>
- <source>1.5</source>
- <target>1.5</target>
- <encoding>${projetEncoding}</encoding>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-resources-plugin</artifactId>
- <version>2.3</version>
- <configuration>
- <encoding>${projetEncoding}</encoding>
- </configuration>
- </plugin>
-
- <!-- pour que les sources soient livrées avec les jars -->
- <!-- http://maven.apache.org/plugins/maven-source-plugin/usage.html -->
- <plugin>
- <artifactId>maven-source-plugin</artifactId>
- <version>2.1</version>
- <configuration>
- </configuration>
- <executions>
- <execution>
- <id>attach-sources</id>
- <phase>verify</phase>
- <goals>
- <goal>jar-no-fork</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- <plugin>
- <artifactId>maven-changelog-plugin</artifactId>
- <version>2.1</version>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-jar-plugin</artifactId>
- <version>2.2</version>
- <configuration>
- <archive>
- <manifest>
- <addClasspath>true</addClasspath>
- </manifest>
- </archive>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-eclipse-plugin</artifactId>
- <version>2.3</version>
- <configuration>
- <downloadSources>true</downloadSources>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-site-plugin</artifactId>
- </plugin>
-
-
- </plugins>
- </pluginManagement>
-
-
- <extensions>
- <extension>
- <groupId>org.apache.maven.wagon</groupId>
- <artifactId>wagon-webdav</artifactId>
- <version>1.0-beta-2</version>
- </extension>
- <extension>
- <groupId>org.apache.maven.wagon</groupId>
- <artifactId>wagon-ftp</artifactId>
- <version>1.0-beta-6</version>
- </extension>
- </extensions>
- </build>
-
- <reporting>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-surefire-report-plugin</artifactId>
- <version>2.4.2</version>
- </plugin>
-
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>taglist-maven-plugin</artifactId>
- <version>2.3</version>
- <configuration>
- <encoding>${projetEncoding}</encoding>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-project-info-reports-plugin</artifactId>
- <version>2.1.1</version>
- </plugin>
- <!-- <plugin>-->
- <!-- <groupId>org.apache.maven.plugins</groupId>-->
- <!-- <artifactId>maven-javadoc-plugin</artifactId>-->
- <!-- <version>2.5</version>-->
- <!-- <configuration>-->
- <!-- <breakiterator>true</breakiterator>-->
- <!-- <aggregate>true</aggregate>-->
- <!-- <links>-->
- <!--
- <link>http://java.sun.com/j2se/1.5.0/docs/api</link>
- -->
- <!-- </links>-->
- <!-- </configuration>-->
- <!-- <reportSets>-->
- <!-- <reportSet>-->
- <!-- <reports>-->
- <!-- <report>javadoc</report>-->
- <!-- </reports>-->
- <!-- </reportSet>-->
- <!-- </reportSets>-->
- <!-- </plugin>-->
- <!-- <plugin>-->
- <!-- <groupId>org.apache.maven.plugins</groupId>-->
- <!-- <artifactId>maven-jxr-plugin</artifactId>-->
- <!-- <version>2.1</version>-->
- <!-- <configuration>-->
- <!-- <aggregate>true</aggregate>-->
- <!-- <inputEncoding>${projetEncoding}</inputEncoding>-->
- <!-- <outputEncoding>${projetEncoding}</outputEncoding>-->
- <!-- </configuration>-->
- <!-- </plugin>-->
- <!-- <plugin>-->
- <!-- <groupId>org.codehaus.mojo</groupId>-->
- <!-- <artifactId>cobertura-maven-plugin</artifactId>-->
- <!-- <version>2.2</version>-->
- <!-- </plugin>-->
- <!-- <plugin>-->
- <!-- <groupId>org.apache.maven.plugins</groupId>-->
- <!-- <artifactId>maven-pmd-plugin</artifactId>-->
- <!-- <version>2.3</version>-->
- <!-- <configuration>-->
- <!-- <rulesets>pmd.xml</rulesets>-->
- <!-- <linkXref>true</linkXref>-->
- <!-- <sourceEncoding>${projetEncoding}</sourceEncoding>-->
- <!-- <minimumTokens>100</minimumTokens>-->
- <!-- <targetJdk>1.5</targetJdk>-->
- <!-- </configuration>-->
-<!---->
- <!-- </plugin>-->
-
- </plugins>
- </reporting>
-
-</project>
\ No newline at end of file
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|