Author: tchemit Date: 2008-08-05 09:42:24 +0000 (Tue, 05 Aug 2008) New Revision: 112 Removed: trunk/lutin-site-skin/profiles.xml Modified: trunk/lutin-site-skin/pom.xml Log: suppression profiles.xml + reformat pom Modified: trunk/lutin-site-skin/pom.xml =================================================================== --- trunk/lutin-site-skin/pom.xml 2008-08-05 09:41:22 UTC (rev 111) +++ trunk/lutin-site-skin/pom.xml 2008-08-05 09:42:24 UTC (rev 112) @@ -1,40 +1,53 @@ <?xml version="1.0" encoding="ISO-8859-1"?> <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"> + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> - <!--The version of maven's project object model--> - <modelVersion>4.0.0</modelVersion> - - <!--lutinproject.xml--> - <parent> - <groupId>lutinlib</groupId> - <artifactId>lutinproject</artifactId> - <version>2.2</version> - </parent> - - <!--A unique name for this project--> - <artifactId>lutin-site-skin</artifactId> - <name>Lutin site theme</name> - - <!--ejb, jar, war...--> - <packaging>jar</packaging> - - <!--Version--> - <version>0.1</version> - - <!--Description--> - <description> - Theme Code Lutin pour les sites. - </description> - <inceptionYear>2006</inceptionYear> - - <!--Tracking--> - <issueManagement> - <url>http://labs.libre-entreprise.org/tracker/?group_id=12</url> - </issueManagement> - - <!--Librairies--> - <dependencies> - </dependencies> - + <!--The version of maven's project object model--> + <modelVersion>4.0.0</modelVersion> + + <!--lutinproject.xml--> + <parent> + <groupId>lutinlib</groupId> + <artifactId>lutinproject</artifactId> + <version>2.2</version> + </parent> + + <!--A unique name for this project--> + <artifactId>lutin-site-skin</artifactId> + <name>Lutin site theme</name> + + <!--ejb, jar, war...--> + <packaging>jar</packaging> + + <!--Version--> + <version>0.1</version> + + <!--Description--> + <description> + Theme Code Lutin pour les sites. + </description> + <inceptionYear>2006</inceptionYear> + + <!--Tracking--> + <issueManagement> + <url>http://labs.libre-entreprise.org/tracker/?group_id=12</url> + </issueManagement> + + <!--Librairies--> + <dependencies> + </dependencies> + <properties> + <!--Source base dir--> + <maven.src.dir>${basedir}/src</maven.src.dir> + + <!--Test--> + <maven.test.skip>true</maven.test.skip> + + <!--Compile with ?--> + <maven.compile.source>1.5</maven.compile.source> + <maven.compile.target>1.5</maven.compile.target> + + </properties> + + </project> Deleted: trunk/lutin-site-skin/profiles.xml =================================================================== --- trunk/lutin-site-skin/profiles.xml 2008-08-05 09:41:22 UTC (rev 111) +++ trunk/lutin-site-skin/profiles.xml 2008-08-05 09:42:24 UTC (rev 112) @@ -1,27 +0,0 @@ -<?xml version="1.0" encoding="ISO-8859-1"?> -<settings> - <profiles> - <profile> - <id>project</id> - - <activation> - <activeByDefault>true</activeByDefault> - </activation> - - <properties> - <!--Source base dir--> - <maven.src.dir>${basedir}/src</maven.src.dir> - - <!--Test--> - <maven.test.skip>true</maven.test.skip> - - <!--Compile with ?--> - <maven.compile.source>1.5</maven.compile.source> - <maven.compile.target>1.5</maven.compile.target> - - <!--Main class in JAR --> - <maven.jar.main.class>org.codelutin.util.Resource</maven.jar.main.class> - </properties> - </profile> - </profiles> -</settings>