You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streams.apache.org by le...@apache.org on 2012/12/20 16:15:01 UTC

svn commit: r1424515 - /incubator/streams/streams-master-pom/trunk/pom.xml

Author: letourneau
Date: Thu Dec 20 15:15:01 2012
New Revision: 1424515

URL: http://svn.apache.org/viewvc?rev=1424515&view=rev
Log:
fixed shared archive path

Modified:
    incubator/streams/streams-master-pom/trunk/pom.xml

Modified: incubator/streams/streams-master-pom/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/streams/streams-master-pom/trunk/pom.xml?rev=1424515&r1=1424514&r2=1424515&view=diff
==============================================================================
--- incubator/streams/streams-master-pom/trunk/pom.xml (original)
+++ incubator/streams/streams-master-pom/trunk/pom.xml Thu Dec 20 15:15:01 2012
@@ -151,7 +151,7 @@
           </formats>
           <fileSets>
              <fileSet>
-              <directory>${project.basedir}/maven-shared-archive-resources</directory>
+              <directory>${project.basedir}/maven-shared-archive-resources/META-INF</directory>
               <includes>
                 <include>README*</include>
                 <include>LICENSE*</include>