From be9c0da948b65a5abe4a73ed614df29482671b4f Mon Sep 17 00:00:00 2001 From: Steve Ebersole Date: Tue, 17 Jul 2007 03:15:53 +0000 Subject: [PATCH] splitting code back out into individual modules (found better way to isolate documentation) git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@12772 1b8cb986-b30d-0410-93ca-fae66ebed9b2 --- code/pom.xml | 122 --------------------------------------------------- 1 file changed, 122 deletions(-) delete mode 100644 code/pom.xml diff --git a/code/pom.xml b/code/pom.xml deleted file mode 100644 index a9d8bbc3d4..0000000000 --- a/code/pom.xml +++ /dev/null @@ -1,122 +0,0 @@ - - - 4.0.0 - - - org.hibernate - hibernate-parent - 3.3.0.beta1 - ../pom.xml - - - org.hibernate - hibernate-code - pom - - Hibernate Core - Code - Grouping of Hibernate Core Project code modules - - - core - cache-ehcache - cache-jbosscache - cache-oscache - cache-swarmcache - connection-c3p0 - connection-proxool - jmx - testing - testsuite - eg - - - - - - junit - junit - 3.8.1 - test - - - - - - jbosscache2-module - - cache-jbosscache2 - - - 1.5 - - - - - - - - org.apache.maven.plugins - maven-compiler-plugin - - 1.4 - 1.4 - - - - - - - - - - org.apache.maven.plugins - maven-javadoc-plugin - - - http://java.sun.com/j2se/1.4.2/docs/api/ - http://java.sun.com/j2ee/1.4/docs/api/ - - - - - org.apache.maven.plugins - maven-jxr-plugin - - - org.codehaus.mojo - javancss-maven-plugin - - - org.codehaus.mojo - taglist-maven-plugin - - - @FIXME - @fixme - FIXME - fixme - @TODO - @todo - TODO - todo - - - - - org.apache.maven.plugins - maven-pmd-plugin - - true - 100 - 1.4 - - - - - -