[seam-commits] Seam SVN: r7163 - trunk/examples/dvdstore.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Mon Jan 21 06:00:14 EST 2008
Author: pete.muir at jboss.org
Date: 2008-01-21 06:00:08 -0500 (Mon, 21 Jan 2008)
New Revision: 7163
Added:
trunk/examples/dvdstore/pom.xml
Log:
Needed, oops
Added: trunk/examples/dvdstore/pom.xml
===================================================================
--- trunk/examples/dvdstore/pom.xml (rev 0)
+++ trunk/examples/dvdstore/pom.xml 2008-01-21 11:00:08 UTC (rev 7163)
@@ -0,0 +1,15 @@
+<?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.jboss.seam.examples</groupId>
+ <artifactId>jboss-seam-dvd</artifactId>
+ <parent>
+ <groupId>org.jboss.seam</groupId>
+ <artifactId>parent</artifactId>
+ <version>@seam.version@</version>
+ </parent>
+ <packaging>ear</packaging>
+
+</project>
\ No newline at end of file
Property changes on: trunk/examples/dvdstore/pom.xml
___________________________________________________________________
Name: svn:mime-type
+ text/plain
More information about the seam-commits
mailing list