Message:
The following issue has been closed.
Resolver: Gavin King
Date: Fri, 13 Jun 2003 8:54 AM
Okay, I did this
---------------------------------------------------------------------
View the issue:
http://opensource.atlassian.com/projects/hibernate/secure/ViewIssue.jspa?key=HB-64
Here is an overview of the issue:
---------------------------------------------------------------------
Key: HB-64
Summary: hibernate*.jar should not contains hibernate-service.xml (example)
Type: Patch
Status: Closed
Priority: Trivial
Resolution: FIXED
Project: Hibernate2
Fix Fors:
2.0.1
Versions:
2.0rc2
Assignee: Gavin King
Reporter: Mike Mosiewicz
Created: Wed, 7 May 2003 6:31 AM
Updated: Fri, 13 Jun 2003 8:54 AM
Description:
Index: build.xml
===================================================================
RCS file: /cvsroot/hibernate/Hibernate2/build.xml,v
retrieving revision 1.14
diff -u -r1.14 build.xml
--- build.xml 31 Mar 2003 06:45:12 -0000 1.14
+++ build.xml 7 May 2003 11:28:43 -0000
@@ -60,7 +60,8 @@
<exclude name="**/*.properties"/>
<exclude name="**/*.ccf"/>
<exclude name="**/*.cfg.xml"/>
- <exclude name="META-INF/ra.xml"/>
+ <exclude name="META-INF/ra.xml"/>
+ <exclude name="net/sf/hibernate/jca/hibernate-service.xml"/>
</patternset>
<patternset id="refdoc.files">
---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.
If you think it was sent incorrectly contact one of the administrators:
http://opensource.atlassian.com/projects/hibernate/Administrators.jspa
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira
|