Remove tutorials from the build for the time being

git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17887 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
Steve Ebersole 2009-11-02 16:49:28 +00:00
parent 255b7076b8
commit d9372cac89
1 changed files with 3 additions and 1 deletions

View File

@ -20,7 +20,7 @@
<module>parent</module>
<module>core</module>
<module>cache-ehcache</module>
<module>cache-jbosscache</module>
<module>cache-jbosscache</module>n
<module>cache-oscache</module>
<module>cache-swarmcache</module>
<module>connection-c3p0</module>
@ -31,7 +31,9 @@
<module>testing</module>
<module>testsuite</module>
<module>jdbc3-testing</module>
<!--
<module>tutorials</module>
-->
<!--
Need to scope bytecode providers first...
<module>bytecode-cglib</module>