Changeset 6633 for trunk/build.xml


Ignore:
Timestamp:
Nov 28, 2014, 3:08:23 PM (8 years ago)
Author:
Nicklas Nordborg
Message:

References #1742: Upgrade to Hibernate 4.x

Replacing outer-join="auto" with nothing since Hibernate complained about outer-join being deprecated.

Also making some configuration options for ehcache that Hibernate wanted to use.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/build.xml

    r6490 r6633  
    516516        token="outer-join="true""
    517517        value="fetch="join""
     518      />
     519      <replacefilter
     520        token="outer-join=&#34;auto&#34;"
     521        value=""
    518522      />
    519523      <replacefilter
Note: See TracChangeset for help on using the changeset viewer.