java/cewolf-1.0/repository/pom.xml
changeset 1 639991d0808a
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/java/cewolf-1.0/repository/pom.xml	Sat Feb 28 21:31:02 2009 +0100
     1.3 @@ -0,0 +1,11 @@
     1.4 +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     1.5 +  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     1.6 +  <modelVersion>4.0.0</modelVersion>
     1.7 +  <groupId>cewolf.repository</groupId>
     1.8 +  <artifactId>parent</artifactId>
     1.9 +  <version>1.0</version>
    1.10 +  <packaging>pom</packaging>
    1.11 +  <modules>
    1.12 +   <module>gnujaxp</module>
    1.13 +   </modules> 
    1.14 +</project>
    1.15 \ No newline at end of file