Author: glandais Date: 2007-12-20 16:52:52 +0000 (Thu, 20 Dec 2007) New Revision: 76 Removed: trunk/simexplorer-si-storage/pom.xml Log: Deleted: trunk/simexplorer-si-storage/pom.xml =================================================================== --- trunk/simexplorer-si-storage/pom.xml 2007-12-20 16:50:08 UTC (rev 75) +++ trunk/simexplorer-si-storage/pom.xml 2007-12-20 16:52:52 UTC (rev 76) @@ -1,51 +0,0 @@ -<?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"> - - <!--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>simexplorersi</artifactId> - <name>simexplorersi-stockage</name> - - <!--ejb, jar, war...--> - <packaging>jar</packaging> - - <!--Version--> - <version>1.0.0</version> - - <!--Description--> - <description>simexplorersi stockage</description> - <inceptionYear>2007</inceptionYear> - - <build> - <resources> - <resource> - <directory>${maven.src.dir}/resources</directory> - <includes> - <include>**/*</include> - </includes> - </resource> - </resources> - </build> - - <!--Librairies--> - <dependencies> - <dependency> - <groupId>org.apache.lucene</groupId> - <artifactId>lucene-core</artifactId> - <version>2.2.0</version> - <scope>compile</scope> - </dependency> - </dependencies> - -</project> \ No newline at end of file