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 681413 Details for
Bug 899561
Hibernate-validator module does not contain jtype classes
[?]
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.
JBPAPP-7435.patch
JBPAPP-7435.patch (text/plain), 3.24 KB, created by
Strong Liu
on 2011-10-27 15:46:10 UTC
(
hide
)
Description:
JBPAPP-7435.patch
Filename:
MIME Type:
Creator:
Strong Liu
Created:
2011-10-27 15:46:10 UTC
Size:
3.24 KB
patch
obsolete
>diff --git a/build/build.xml b/build/build.xml >index a0e69a2..cfa6df6 100644 >--- a/build/build.xml >+++ b/build/build.xml >@@ -408,6 +408,9 @@ > <module-def name="org.hibernate.validator"> > <maven-resource group="org.hibernate" artifact="hibernate-validator"/> > </module-def> >+ <module-def name="com.googlecode.jtype"> >+ <maven-resource group="com.googlecode.jtype" artifact="jtype"/> >+ </module-def> > > <module-def name="org.hornetq"> > <maven-resource group="org.hornetq" artifact="hornetq-core"/> >diff --git a/build/pom.xml b/build/pom.xml >index 843ddde..9835e67 100644 >--- a/build/pom.xml >+++ b/build/pom.xml >@@ -551,6 +551,10 @@ > <groupId>org.hibernate</groupId> > <artifactId>hibernate-validator</artifactId> > </dependency> >+ <dependency> >+ <groupId>com.googlecode.jtype</groupId> >+ <artifactId>jtype</artifactId> >+ </dependency> > > <dependency> > <groupId>org.hibernate</groupId> >diff --git a/build/src/main/resources/modules/com/googlecode/jtype/main/module.xml b/build/src/main/resources/modules/com/googlecode/jtype/main/module.xml >new file mode 100644 >index 0000000..210282b >--- /dev/null >+++ b/build/src/main/resources/modules/com/googlecode/jtype/main/module.xml >@@ -0,0 +1,32 @@ >+<?xml version="1.0" encoding="UTF-8"?> >+ >+<!-- >+ ~ JBoss, Home of Professional Open Source. >+ ~ Copyright 2010, Red Hat, Inc., and individual contributors >+ ~ as indicated by the @author tags. See the copyright.txt file in the >+ ~ distribution for a full listing of individual contributors. >+ ~ >+ ~ This is free software; you can redistribute it and/or modify it >+ ~ under the terms of the GNU Lesser General Public License as >+ ~ published by the Free Software Foundation; either version 2.1 of >+ ~ the License, or (at your option) any later version. >+ ~ >+ ~ This software 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 software; if not, write to the Free >+ ~ Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA >+ ~ 02110-1301 USA, or see the FSF site: http://www.fsf.org. >+ --> >+ >+<module xmlns="urn:jboss:module:1.0" name="com.googlecode.jtype"> >+ <resources> >+ <!-- Insert resources here --> >+ </resources> >+ >+ <dependencies> >+ </dependencies> >+</module> >diff --git a/build/src/main/resources/modules/org/hibernate/validator/main/module.xml b/build/src/main/resources/modules/org/hibernate/validator/main/module.xml >index 854a5f0..0338f59 100644 >--- a/build/src/main/resources/modules/org/hibernate/validator/main/module.xml >+++ b/build/src/main/resources/modules/org/hibernate/validator/main/module.xml >@@ -36,6 +36,7 @@ > <module name="org.jboss.logging"/> > <module name="org.jboss.common-core"/> > <module name="org.joda.time"/> >+ <module name="com.googlecode.jtype"/> > <module name="org.slf4j"/> > <module name="org.apache.xerces" services="import"/> > <module name="sun.jdk" services="import"/>
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 Raw
Actions:
View
Attachments on
bug 899561
:
681412
| 681413