You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ode.apache.org by va...@apache.org on 2011/07/22 12:48:36 UTC

svn commit: r1149561 - /ode/trunk/Rakefile

Author: vanto
Date: Fri Jul 22 10:48:35 2011
New Revision: 1149561

URL: http://svn.apache.org/viewvc?rev=1149561&view=rev
Log:
distro lib folder should only contain :jar packages, nothing else.

Modified:
    ode/trunk/Rakefile

Modified: ode/trunk/Rakefile
URL: http://svn.apache.org/viewvc/ode/trunk/Rakefile?rev=1149561&r1=1149560&r2=1149561&view=diff
==============================================================================
--- ode/trunk/Rakefile (original)
+++ ode/trunk/Rakefile Fri Jul 22 10:48:35 2011
@@ -658,7 +658,7 @@ define "apache-ode" do
           COMMONS.pool, COMMONS.collections, JAXEN, SAXON, LOG4J, WSDL4J, XALAN, XERCES)
         project("ode").projects("utils", "tools", "bpel-compiler", "bpel-api", "bpel-obj", "bpel-schemas").
           map(&:packages).flatten.each do |pkg|
-          zip.include(pkg.to_s, :as=>"#{pkg.id}.#{pkg.type}", :path=>"lib")
+            zip.include(pkg.to_s, :as=>"#{pkg.id}.#{pkg.type}", :path=>"lib") unless ['sources', 'javadoc'].include?(pkg.classifier)
         end
 
         # Including third party licenses