Author: simonetripodi
Date: Wed Mar 27 14:51:45 2013
New Revision: 1461622

URL: http://svn.apache.org/r1461622
Log:
reuse already defined properties rather than composing them to create the 
baseDirectory

Modified:
    commons/proper/ognl/trunk/src/main/assembly/bin.xml
    commons/proper/ognl/trunk/src/main/assembly/src.xml

Modified: commons/proper/ognl/trunk/src/main/assembly/bin.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/ognl/trunk/src/main/assembly/bin.xml?rev=1461622&r1=1461621&r2=1461622&view=diff
==============================================================================
--- commons/proper/ognl/trunk/src/main/assembly/bin.xml (original)
+++ commons/proper/ognl/trunk/src/main/assembly/bin.xml Wed Mar 27 14:51:45 2013
@@ -23,6 +23,7 @@
     <format>tar.gz</format>
     <format>zip</format>
   </formats>
+  <baseDirectory>${project.build.finalName}-bin</baseDirectory>
   <includeSiteDirectory>false</includeSiteDirectory>
   <fileSets>
     <fileSet>

Modified: commons/proper/ognl/trunk/src/main/assembly/src.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/ognl/trunk/src/main/assembly/src.xml?rev=1461622&r1=1461621&r2=1461622&view=diff
==============================================================================
--- commons/proper/ognl/trunk/src/main/assembly/src.xml (original)
+++ commons/proper/ognl/trunk/src/main/assembly/src.xml Wed Mar 27 14:51:45 2013
@@ -23,7 +23,7 @@
     <format>tar.gz</format>
     <format>zip</format>
   </formats>
-  
<baseDirectory>${project.artifactId}-${commons.release.version}-src</baseDirectory>
+  <baseDirectory>${project.build.finalName}-src</baseDirectory>
   <fileSets>
     <fileSet>
       <includes>


Reply via email to