Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 601908 Details for
Bug 845209
enabled ehcache module
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
enabled ehcache module
0001-Enabled-ehcache-module.patch (text/plain), 2.92 KB, created by
gil cattaneo
on 2012-08-02 09:24:24 UTC
(
hide
)
Description:
enabled ehcache module
Filename:
MIME Type:
Creator:
gil cattaneo
Created:
2012-08-02 09:24:24 UTC
Size:
2.92 KB
patch
obsolete
>From 304a4ba6d4773ca88401f2290a169ec675782f59 Mon Sep 17 00:00:00 2001 >From: gil <puntogil@libero.it> >Date: Thu, 2 Aug 2012 11:16:48 +0200 >Subject: [PATCH] Enabled ehcache module > >--- > hibernate-orm-enable-ehcache-module.patch | 10 ++++++++++ > hibernate3.spec | 10 ++++++++-- > 2 files changed, 18 insertions(+), 2 deletions(-) > create mode 100644 hibernate-orm-enable-ehcache-module.patch > >diff --git a/hibernate-orm-enable-ehcache-module.patch b/hibernate-orm-enable-ehcache-module.patch >new file mode 100644 >index 0000000..74a0341 >--- /dev/null >+++ b/hibernate-orm-enable-ehcache-module.patch >@@ -0,0 +1,10 @@ >+--- pom.xml 2012-04-28 12:14:36.077953161 +0200 >++++ pom.xml-gil 2012-04-28 12:15:41.406953887 +0200 >+@@ -26,6 +26,7 @@ >+ <module>hibernate-parent</module> >+ <module>hibernate-core</module> >+ <module>hibernate-testing</module> >++ <module>hibernate-ehcache</module> >+ <module>hibernate-c3p0</module> >+ <module>hibernate-proxool</module> >+ <!-- >diff --git a/hibernate3.spec b/hibernate3.spec >index 6fa47e4..5d2e1d9 100644 >--- a/hibernate3.spec >+++ b/hibernate3.spec >@@ -4,7 +4,7 @@ > > Name: hibernate3 > Version: 3.6.10 >-Release: 2%{?dist} >+Release: 3%{?dist} > Summary: Relational persistence and query service > > Group: Development/Libraries >@@ -21,6 +21,7 @@ Patch1: hibernate-orm-fix-cglib-gid.patch > Patch2: hibernate-orm-fix-jacc-gid-aid.patch > Patch3: hibernate-orm-fix-ant-gid.patch > Patch4: hibernate-orm-omit-modules.patch >+Patch5: hibernate-orm-enable-ehcache-module.patch > > BuildArch: noarch > >@@ -42,6 +43,7 @@ BuildRequires: hibernate-validator > BuildRequires: cglib > BuildRequires: jboss-jacc-1.4-api > BuildRequires: c3p0 >+BuildRequires: ehcache-core > BuildRequires: proxool > BuildRequires: hibernate-commons-annotations > BuildRequires: jboss-servlet-3.0-api >@@ -75,6 +77,7 @@ API documentation for %{name}. > %patch2 -p1 > %patch3 -p1 > %patch4 -p1 >+%patch5 -p0 > > %build > >@@ -97,7 +100,7 @@ install -pm 644 hibernate-parent/pom.xml %{buildroot}%{_mavenpomdir}/JPP-%{name > > # Jar files: > install -d -m 755 %{buildroot}%{_javadir}/%{name} >-for module in hibernate-core hibernate-c3p0 hibernate-proxool hibernate-entitymanager; do >+for module in hibernate-core hibernate-c3p0 hibernate-ehcache hibernate-proxool hibernate-entitymanager; do > install -m 644 ${module}/target/${module}-%{namedversion}.jar %{buildroot}%{_javadir}/%{name}/${module}.jar > install -pm 644 ${module}/pom.xml %{buildroot}%{_mavenpomdir}/JPP.%{name}-${module}.pom > %add_maven_depmap JPP.%{name}-${module}.pom %{name}/${module}.jar >@@ -120,6 +123,9 @@ cp -rp target/site/apidocs/* %{buildroot}%{_javadocdir}/%{name} > > > %changelog >+* Thu Aug 02 2012 gil cattaneo <puntogil@libero.it> - 3.6.10-3 >+- enabled ehcache module >+ > * Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.6.10-2 > - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild > >-- >1.7.7.6 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 845209
: 601908