[hibernate-commits] Hibernate SVN: r15966 - in validator/trunk/hibernate-validator: src/main/assembly and 1 other directory.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Thu Feb 12 04:50:37 EST 2009


Author: hardy.ferentschik
Date: 2009-02-12 04:50:36 -0500 (Thu, 12 Feb 2009)
New Revision: 15966

Modified:
   validator/trunk/hibernate-validator/readme.txt
   validator/trunk/hibernate-validator/src/main/assembly/dist.xml
Log:
changed the packaging structure a little to align with other hibernate projects

Modified: validator/trunk/hibernate-validator/readme.txt
===================================================================
--- validator/trunk/hibernate-validator/readme.txt	2009-02-12 08:56:49 UTC (rev 15965)
+++ validator/trunk/hibernate-validator/readme.txt	2009-02-12 09:50:36 UTC (rev 15966)
@@ -34,7 +34,7 @@
   -------------
 
   The documentation available as of the date of this release is included in
-  HTML and PDf format in the dist/docs directory.
+  HTML and PDf format in the docs directory.
 
   Release Notes
   -------------
@@ -50,7 +50,7 @@
   Using Hibernate Validator
   -------------------------
 
-  - Copy dist/hibernate-validator-*.jar together will all jar files from dist/lib into the 
+  - Copy hibernate-validator-*.jar together will all jar files from lib into the 
     classpath of your application 
 
   or 

Modified: validator/trunk/hibernate-validator/src/main/assembly/dist.xml
===================================================================
--- validator/trunk/hibernate-validator/src/main/assembly/dist.xml	2009-02-12 08:56:49 UTC (rev 15965)
+++ validator/trunk/hibernate-validator/src/main/assembly/dist.xml	2009-02-12 09:50:36 UTC (rev 15966)
@@ -29,7 +29,7 @@
     <dependencySets>
         <dependencySet>
             <useProjectArtifact>false</useProjectArtifact>
-            <outputDirectory>/dist/lib</outputDirectory>
+            <outputDirectory>lib</outputDirectory>
             <scope>runtime</scope>
         </dependencySet>
     </dependencySets>
@@ -37,18 +37,18 @@
     <fileSets>
         <fileSet>
             <directory>target</directory>
-            <outputDirectory>/dist</outputDirectory>
+            <outputDirectory></outputDirectory>
             <includes>
                 <include>*.jar</include>
             </includes>
         </fileSet>
         <fileSet>
             <directory>target/site/apidocs</directory>
-            <outputDirectory>/dist/docs/api</outputDirectory>
+            <outputDirectory>docs/api</outputDirectory>
         </fileSet>  
         <fileSet>
             <directory>target/docbook/publish/en-US</directory>
-            <outputDirectory>/dist/docs/manual</outputDirectory>
+            <outputDirectory>docs/manual</outputDirectory>
         </fileSet>
         <fileSet>
             <directory>.</directory>




More information about the hibernate-commits mailing list