[hibernate-commits] Hibernate SVN: r19811 - core/branches/gradle2/hibernate-jmx.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Thu Jun 24 00:09:43 EDT 2010


Author: steve.ebersole at jboss.com
Date: 2010-06-24 00:09:42 -0400 (Thu, 24 Jun 2010)
New Revision: 19811

Removed:
   core/branches/gradle2/hibernate-jmx/pom.xml
Modified:
   core/branches/gradle2/hibernate-jmx/hibernate-jmx.gradle
Log:
converted jmx module

Modified: core/branches/gradle2/hibernate-jmx/hibernate-jmx.gradle
===================================================================
--- core/branches/gradle2/hibernate-jmx/hibernate-jmx.gradle	2010-06-24 04:03:56 UTC (rev 19810)
+++ core/branches/gradle2/hibernate-jmx/hibernate-jmx.gradle	2010-06-24 04:09:42 UTC (rev 19811)
@@ -1,5 +1,3 @@
 dependencies {
-    compile (
-            project(':hibernate-core')
-    )
+    compile ( project( ':hibernate-core' ) )
 }
\ No newline at end of file

Deleted: core/branches/gradle2/hibernate-jmx/pom.xml
===================================================================
--- core/branches/gradle2/hibernate-jmx/pom.xml	2010-06-24 04:03:56 UTC (rev 19810)
+++ core/branches/gradle2/hibernate-jmx/pom.xml	2010-06-24 04:09:42 UTC (rev 19811)
@@ -1,50 +0,0 @@
-<?xml version="1.0"?>
-<!--
-  ~ Hibernate, Relational Persistence for Idiomatic Java
-  ~
-  ~ Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as
-  ~ indicated by the @author tags or express copyright attribution
-  ~ statements applied by the authors.  All third-party contributions are
-  ~ distributed under license by Red Hat Middleware LLC.
-  ~
-  ~ This copyrighted material is made available to anyone wishing to use, modify,
-  ~ copy, or redistribute it subject to the terms and conditions of the GNU
-  ~ Lesser General Public License, as published by the Free Software Foundation.
-  ~
-  ~ This program is distributed in the hope that it will be useful,
-  ~ but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
-  ~ or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License
-  ~ for more details.
-  ~
-  ~ You should have received a copy of the GNU Lesser General Public License
-  ~ along with this distribution; if not, write to:
-  ~ Free Software Foundation, Inc.
-  ~ 51 Franklin Street, Fifth Floor
-  ~ Boston, MA  02110-1301  USA
-  -->
-<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/xsd/maven-4.0.0.xsd">
-
-    <modelVersion>4.0.0</modelVersion>
-
-    <parent>
-        <groupId>org.hibernate</groupId>
-        <artifactId>hibernate-parent</artifactId>
-        <version>3.6.0-SNAPSHOT</version>
-        <relativePath>../parent/pom.xml</relativePath>
-    </parent>
-
-    <groupId>org.hibernate</groupId>
-    <artifactId>hibernate-jmx</artifactId>
-    <packaging>jar</packaging>
-
-    <name>Hibernate JMX Module</name>
-    <description>Defines Hibernate JMX capabilities</description>
-
-    <dependencies>
-        <dependency>
-            <groupId>${groupId}</groupId>
-            <artifactId>hibernate-core</artifactId>
-            <version>${version}</version>
-        </dependency>
-    </dependencies>
-</project>



More information about the hibernate-commits mailing list