You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by rm...@apache.org on 2012/10/07 10:45:51 UTC

svn commit: r1395247 - /openejb/site/trunk/content/tomee-maven-plugin.mdtext

Author: rmannibucau
Date: Sun Oct  7 08:45:51 2012
New Revision: 1395247

URL: http://svn.apache.org/viewvc?rev=1395247&view=rev
Log:
forgot zip type for unzip sample

Modified:
    openejb/site/trunk/content/tomee-maven-plugin.mdtext

Modified: openejb/site/trunk/content/tomee-maven-plugin.mdtext
URL: http://svn.apache.org/viewvc/openejb/site/trunk/content/tomee-maven-plugin.mdtext?rev=1395247&r1=1395246&r2=1395247&view=diff
==============================================================================
--- openejb/site/trunk/content/tomee-maven-plugin.mdtext (original)
+++ openejb/site/trunk/content/tomee-maven-plugin.mdtext Sun Oct  7 08:45:51 2012
@@ -181,7 +181,7 @@ project to setup a TomEE install, add li
           </apps>
           <libs>
               <lib>mysql:mysql-connector-java:5.1.21</lib>
-              <lib>unzip:org.superbiz:hibernate-bundle:4.1.0.Final</lib>
+              <lib>unzip:org.superbiz:hibernate-bundle:4.1.0.Final:zip</lib>
               <lib>remove:openjpa-</lib>
           </libs>
         </configuration>