[hibernate-commits] Hibernate SVN: r17669 - sandbox/trunk.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Thu Oct 8 22:58:53 EDT 2009


Author: cbredesen
Date: 2009-10-08 22:58:52 -0400 (Thu, 08 Oct 2009)
New Revision: 17669

Removed:
   sandbox/trunk/pom.xml
Log:
Erroneously added

Deleted: sandbox/trunk/pom.xml
===================================================================
--- sandbox/trunk/pom.xml	2009-10-09 02:58:44 UTC (rev 17668)
+++ sandbox/trunk/pom.xml	2009-10-09 02:58:52 UTC (rev 17669)
@@ -1,26 +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>gss</groupId>
-	<artifactId>lobtest-ee5</artifactId>
-	<packaging>pom</packaging>
-	<version>1.0-SNAPSHOT</version>
-	<name>LOB Test EE5 Parent</name>
-	<modules>
-		<module>lobtest-ejb</module>
-		<module>lobtest-web</module>
-		<module>lobtest-ear</module>
-	</modules>
-	<build>
-		<plugins>
-			<plugin>
-				<artifactId>maven-compiler-plugin</artifactId>
-				<configuration>
-					<source>1.5</source>
-					<target>1.5</target>
-				</configuration>
-			</plugin>
-		</plugins>
-	</build>
-</project>
\ No newline at end of file



More information about the hibernate-commits mailing list