[jboss-cvs] Repository SVN: r27806 - in hibernate: 3.3.2.GA-brew and 2 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sun Jul 19 20:06:56 EDT 2009


Author: fnasser at redhat.com
Date: 2009-07-19 20:06:56 -0400 (Sun, 19 Jul 2009)
New Revision: 27806

Added:
   hibernate/3.3.2.GA-brew/
   hibernate/3.3.2.GA-brew/component-info.xml
   hibernate/3.3.2.GA-brew/lib/
   hibernate/3.3.2.GA-brew/lib/hibernate-c3p0.jar
   hibernate/3.3.2.GA-brew/lib/hibernate-core.jar
   hibernate/3.3.2.GA-brew/lib/hibernate-ehcache.jar
   hibernate/3.3.2.GA-brew/lib/hibernate-jbosscache2.jar
   hibernate/3.3.2.GA-brew/lib/hibernate-jmx.jar
   hibernate/3.3.2.GA-brew/lib/hibernate-oscache.jar
   hibernate/3.3.2.GA-brew/lib/hibernate-proxool.jar
   hibernate/3.3.2.GA-brew/lib/hibernate-source.jar
   hibernate/3.3.2.GA-brew/lib/hibernate-swarmcache.jar
   hibernate/3.3.2.GA-brew/src/
   hibernate/3.3.2.GA-brew/src/hibernate-3.3.2.GA-src.tar.gz
   hibernate/3.3.2.GA-brew/src/hibernate3-core-pom.xml.patch
   hibernate/3.3.2.GA-brew/src/hibernate3-jpp-depmap.xml
   hibernate/3.3.2.GA-brew/src/hibernate3-pom.xml.patch
   hibernate/3.3.2.GA-brew/src/hibernate3-settings.xml
   hibernate/3.3.2.GA-brew/src/hibernate3-testsuite-pom.xml.patch
Log:
JBPAPP-2102 - Upgrade hibernate RPM to 3.3.2.GA

Added: hibernate/3.3.2.GA-brew/component-info.xml
===================================================================
--- hibernate/3.3.2.GA-brew/component-info.xml	                        (rev 0)
+++ hibernate/3.3.2.GA-brew/component-info.xml	2009-07-20 00:06:56 UTC (rev 27806)
@@ -0,0 +1,39 @@
+<project name="hibernate-component-info">
+
+   <component id="hibernate"
+              licenseType="lgpl"
+              version="3.3.2.GA-brew"
+              projectHome="http://hibernate.org/"
+              description="ultra-high performance object/relational persistence"
+              scm=":ext:cvs.devel.redhat.com:/cvs/hibernate3"
+              tag="hibernate3-3_3_2-0_3_ep5_el4">
+      <!-- Built using JDK 1.5; all target 1.4 except hibernate3-jbosscache2 -->
+      <!-- hibernate3-jbosscache2 build targets 1.5 -->
+
+      <artifact id="hibernate-core.jar"/>
+      <artifact id="hibernate-jmx.jar"/>
+      <artifact id="hibernate-jbosscache2.jar"/>
+      <artifact id="hibernate-ehcache.jar"/>
+      <artifact id="hibernate-oscache.jar"/>
+      <artifact id="hibernate-swarmcache.jar"/>
+      <artifact id="hibernate-c3p0.jar"/>
+      <artifact id="hibernate-proxool.jar"/>
+      <import componentref="antlr">
+          <compatible version="2.7.6.ga"/>
+          <compatible version="2.7.6-brew"/>
+      </import>
+
+      <export>
+         <include input="hibernate-core.jar"/>
+         <include input="hibernate-jmx.jar"/>
+         <include input="hibernate-jbosscache2.jar"/>
+         <include input="hibernate-ehcache.jar"/>
+         <include input="hibernate-oscache.jar"/>
+         <include input="hibernate-swarmcache.jar"/>
+         <include input="hibernate-c3p0.jar"/>
+         <include input="hibernate-proxool.jar"/>
+      </export>
+
+   </component>
+
+</project>

Added: hibernate/3.3.2.GA-brew/lib/hibernate-c3p0.jar
===================================================================
(Binary files differ)


Property changes on: hibernate/3.3.2.GA-brew/lib/hibernate-c3p0.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: hibernate/3.3.2.GA-brew/lib/hibernate-core.jar
===================================================================
(Binary files differ)


Property changes on: hibernate/3.3.2.GA-brew/lib/hibernate-core.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: hibernate/3.3.2.GA-brew/lib/hibernate-ehcache.jar
===================================================================
(Binary files differ)


Property changes on: hibernate/3.3.2.GA-brew/lib/hibernate-ehcache.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: hibernate/3.3.2.GA-brew/lib/hibernate-jbosscache2.jar
===================================================================
(Binary files differ)


Property changes on: hibernate/3.3.2.GA-brew/lib/hibernate-jbosscache2.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: hibernate/3.3.2.GA-brew/lib/hibernate-jmx.jar
===================================================================
(Binary files differ)


Property changes on: hibernate/3.3.2.GA-brew/lib/hibernate-jmx.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: hibernate/3.3.2.GA-brew/lib/hibernate-oscache.jar
===================================================================
(Binary files differ)


Property changes on: hibernate/3.3.2.GA-brew/lib/hibernate-oscache.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: hibernate/3.3.2.GA-brew/lib/hibernate-proxool.jar
===================================================================
(Binary files differ)


Property changes on: hibernate/3.3.2.GA-brew/lib/hibernate-proxool.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: hibernate/3.3.2.GA-brew/lib/hibernate-source.jar
===================================================================
(Binary files differ)


Property changes on: hibernate/3.3.2.GA-brew/lib/hibernate-source.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: hibernate/3.3.2.GA-brew/lib/hibernate-swarmcache.jar
===================================================================
(Binary files differ)


Property changes on: hibernate/3.3.2.GA-brew/lib/hibernate-swarmcache.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: hibernate/3.3.2.GA-brew/src/hibernate-3.3.2.GA-src.tar.gz
===================================================================
(Binary files differ)


Property changes on: hibernate/3.3.2.GA-brew/src/hibernate-3.3.2.GA-src.tar.gz
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: hibernate/3.3.2.GA-brew/src/hibernate3-core-pom.xml.patch
===================================================================
--- hibernate/3.3.2.GA-brew/src/hibernate3-core-pom.xml.patch	                        (rev 0)
+++ hibernate/3.3.2.GA-brew/src/hibernate3-core-pom.xml.patch	2009-07-20 00:06:56 UTC (rev 27806)
@@ -0,0 +1,31 @@
+--- core/pom.xml.sav	2009-07-08 11:09:47.000000000 -0700
++++ core/pom.xml	2009-07-08 14:41:17.000000000 -0700
+@@ -41,19 +41,20 @@
+             <artifactId>cglib</artifactId>
+             <optional>true</optional>
+         </dependency>
+-
+         <dependency>
+             <!-- YUCK, YUCK, YUCK!!!! -->
+             <groupId>javax.transaction</groupId>
+             <artifactId>jta</artifactId>
+             <version>1.1</version>
+         </dependency>
++	<!--
+         <dependency>
+             <groupId>javax.security</groupId>
+             <artifactId>jaas</artifactId>
+             <version>1.0.01</version>
+             <scope>provided</scope>
+         </dependency>
++	-->
+         <dependency>
+             <groupId>javax.security</groupId>
+             <artifactId>jacc</artifactId>
+@@ -170,4 +171,4 @@
+     <properties>
+         <antlrPluginVersion>2.1</antlrPluginVersion>
+     </properties>
+-</project>
+\ No newline at end of file
++</project>

Added: hibernate/3.3.2.GA-brew/src/hibernate3-jpp-depmap.xml
===================================================================
--- hibernate/3.3.2.GA-brew/src/hibernate3-jpp-depmap.xml	                        (rev 0)
+++ hibernate/3.3.2.GA-brew/src/hibernate3-jpp-depmap.xml	2009-07-20 00:06:56 UTC (rev 27806)
@@ -0,0 +1,163 @@
+<dependencies>
+
+
+
+  <dependency>
+    <maven>
+      <groupId>commons-logging</groupId>
+      <artifactId>commons-logging</artifactId>
+      <version>99.0-does-not-exist</version>
+    </maven>
+  </dependency>
+  <dependency>
+    <maven>
+      <groupId>commons-logging</groupId>
+      <artifactId>commons-logging-api</artifactId>
+      <version>99.0-does-not-exist</version>
+    </maven>
+  </dependency>
+
+ <dependency>
+   <maven>
+     <groupId>javax.security</groupId>
+     <artifactId>jacc</artifactId>
+     <version>1.0</version>
+   </maven>
+   <jpp>
+     <groupId>JPP</groupId>
+     <artifactId>jboss-jacc-api</artifactId>
+     <version>1.1</version>
+   </jpp>
+ </dependency>
+
+ <dependency>
+   <maven>
+     <groupId>javax.transaction</groupId>
+     <artifactId>jta</artifactId>
+     <version>1.1</version>
+   </maven>
+   <jpp>
+     <groupId>JPP</groupId>
+     <artifactId>jboss-transaction-1.0.1-api</artifactId>
+     <version>1.0.1</version>
+   </jpp>
+ </dependency>
+
+ <dependency>
+   <maven>
+     <groupId>javax.servlet</groupId>
+     <artifactId>servlet-api</artifactId>
+     <version>2.3</version>
+   </maven>
+   <jpp>
+     <groupId>JPP</groupId>
+     <artifactId>jbossweb2-servlet-2.5-api</artifactId>
+     <version>2.1.3</version>
+   </jpp>
+ </dependency> 
+
+ <dependency>
+   <maven>
+     <groupId>jboss.web</groupId>
+     <artifactId>servlet-api</artifactId>
+     <version>2.1.1.GA</version>
+   </maven>
+   <jpp>
+     <groupId>JPP</groupId>
+     <artifactId>jbossweb2-servlet-2.5-api</artifactId>
+     <version>2.1.3</version>
+   </jpp>
+ </dependency> 
+
+ <dependency>
+   <maven>
+     <groupId>net.sf.ehcache</groupId>
+     <artifactId>ehcache</artifactId>
+     <version>1.2.3</version>
+   </maven>
+   <jpp>
+     <groupId>JPP</groupId>
+     <artifactId>ehcache</artifactId>
+     <version>1.2.3</version>
+   </jpp>
+ </dependency> 
+
+ <dependency>
+   <maven>
+     <groupId>hsqldb</groupId>
+     <artifactId>hsqldb</artifactId>
+     <version>1.8.0.2</version>
+   </maven>
+   <jpp>
+     <groupId>JPP</groupId>
+     <artifactId>hsqldb</artifactId>
+     <version>1.8.0.8</version>
+   </jpp>
+ </dependency> 
+
+ <dependency>
+   <maven>
+     <groupId>jgroups</groupId>
+     <artifactId>jgroups</artifactId>
+     <version>2.6.7.GA</version>
+   </maven>
+   <jpp>
+     <groupId>JPP</groupId>
+     <artifactId>jgroups</artifactId>
+     <version>2.6.10</version>
+   </jpp>
+ </dependency>
+
+ <dependency>
+   <maven>
+     <groupId>opensymphony</groupId>
+     <artifactId>oscache</artifactId>
+     <version>2.1</version>
+   </maven>
+   <jpp>
+     <groupId>JPP</groupId>
+     <artifactId>oscache</artifactId>
+     <version>2.2</version>
+   </jpp>
+ </dependency>
+
+ <dependency>
+   <maven>
+     <groupId>swarmcache</groupId>
+     <artifactId>swarmcache</artifactId>
+     <version>1.0RC2</version>
+   </maven>
+   <jpp>
+     <groupId>JPP</groupId>
+     <artifactId>swarmcache</artifactId>
+     <version>1.0</version>
+   </jpp>
+ </dependency>
+
+ <dependency>
+   <maven>
+     <groupId>c3p0</groupId>
+     <artifactId>c3p0</artifactId>
+     <version>0.9.1</version>
+   </maven>
+   <jpp>
+     <groupId>JPP</groupId>
+     <artifactId>c3p0</artifactId>
+     <version>0.9.1.2</version>
+   </jpp>
+ </dependency>
+
+ <dependency>
+   <maven>
+     <groupId>proxool</groupId>
+     <artifactId>proxool</artifactId>
+     <version>0.8.3</version>
+   </maven>
+   <jpp>
+     <groupId>JPP</groupId>
+     <artifactId>proxool</artifactId>
+     <version>0.8.3</version>
+   </jpp>
+ </dependency>
+
+</dependencies>

Added: hibernate/3.3.2.GA-brew/src/hibernate3-pom.xml.patch
===================================================================
--- hibernate/3.3.2.GA-brew/src/hibernate3-pom.xml.patch	                        (rev 0)
+++ hibernate/3.3.2.GA-brew/src/hibernate3-pom.xml.patch	2009-07-20 00:06:56 UTC (rev 27806)
@@ -0,0 +1,27 @@
+--- pom.xml.sav	2009-07-06 19:09:26.000000000 -0700
++++ pom.xml	2009-07-06 19:11:35.000000000 -0700
+@@ -47,7 +47,7 @@
+         <module>parent</module>
+         <module>core</module>
+         <module>cache-ehcache</module>
+-        <module>cache-jbosscache</module>
++        <!-- <module>cache-jbosscache</module> -->
+         <module>cache-jbosscache2</module>
+         <module>cache-oscache</module>
+         <module>cache-swarmcache</module>
+@@ -57,7 +57,7 @@
+         <module>testing</module>
+         <module>testsuite</module>
+         <module>tutorials</module>
+-        <module>hibernate-maven-plugin</module>
++        <!-- <module>hibernate-maven-plugin</module> -->
+         <!--
+     Need to scope bytecode providers first...
+         <module>bytecode-cglib</module>
+@@ -104,4 +104,4 @@
+         </profile>
+     </profiles>
+ 
+-</project>
+\ No newline at end of file
++</project>

Added: hibernate/3.3.2.GA-brew/src/hibernate3-settings.xml
===================================================================
--- hibernate/3.3.2.GA-brew/src/hibernate3-settings.xml	                        (rev 0)
+++ hibernate/3.3.2.GA-brew/src/hibernate3-settings.xml	2009-07-20 00:06:56 UTC (rev 27806)
@@ -0,0 +1,47 @@
+<settings>
+	<profiles>
+		<profile>
+			<id>JPP</id>
+			<repositories>
+				<repository>
+					<id>internal</id>
+					<layout>jpp</layout>
+					<url>__JPP_URL_PLACEHOLDER__</url>
+				</repository>
+				<repository>
+					<id>external</id>
+					<layout>jpp</layout>
+					<url>__JAVADIR_PLACEHOLDER__</url>
+				</repository>
+				<repository>
+					<id>local</id>
+					<layout>jpp</layout>
+					<url>__MAVENREPO_DIR_PLACEHOLDER__</url>
+				</repository>
+			</repositories>
+			<pluginRepositories>
+				<pluginRepository>
+					<id>plugins-internal</id>
+					<name>plugins-internal</name>
+					<layout>jpp</layout>
+					<url>__JPP_URL_PLACEHOLDER__</url>
+				</pluginRepository>
+				<pluginRepository>
+					<id>plugins-external</id>
+					<name>plugins-external</name>
+					<layout>jpp</layout>
+					<url>__JAVADIR_PLACEHOLDER__</url>
+				</pluginRepository>
+				<pluginRepository>
+					<id>plugins-maven</id>
+					<name>plugins-maven</name>
+					<layout>jpp</layout>
+					<url>__MAVENDIR_PLUGIN_PLACEHOLDER__</url>
+				</pluginRepository>
+			</pluginRepositories>
+		</profile>
+	</profiles>
+	<activeProfiles>
+		<activeProfile>JPP</activeProfile>
+	</activeProfiles>
+</settings>

Added: hibernate/3.3.2.GA-brew/src/hibernate3-testsuite-pom.xml.patch
===================================================================
--- hibernate/3.3.2.GA-brew/src/hibernate3-testsuite-pom.xml.patch	                        (rev 0)
+++ hibernate/3.3.2.GA-brew/src/hibernate3-testsuite-pom.xml.patch	2009-07-20 00:06:56 UTC (rev 27806)
@@ -0,0 +1,18 @@
+--- testsuite/pom.xml.sav	2009-07-09 19:14:20.000000000 -0700
++++ testsuite/pom.xml	2009-07-09 19:14:46.000000000 -0700
+@@ -70,6 +70,7 @@
+                     <target>1.5</target>
+                 </configuration>
+               </plugin>
++            <!--
+             <plugin>
+                 <groupId>org.jboss.maven.plugins</groupId>
+                 <artifactId>maven-test-ext-plugin</artifactId>
+@@ -82,6 +83,7 @@
+                     </execution>
+                 </executions>
+             </plugin>
++            -->
+             <plugin>
+                 <groupId>org.apache.maven.plugins</groupId>
+                 <artifactId>maven-surefire-plugin</artifactId>




More information about the jboss-cvs-commits mailing list