You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shindig.apache.org by ie...@apache.org on 2009/05/06 10:47:32 UTC

svn commit: r772097 - /incubator/shindig/branches/1.0.x-incubating/assembly/src/main/assembly/source.xml

Author: ieb
Date: Wed May  6 08:47:32 2009
New Revision: 772097

URL: http://svn.apache.org/viewvc?rev=772097&view=rev
Log:
This fixes the File Not Found assmbly problem on OSX. Before cutting a tag I will wait to see if Hudson agrees.


Modified:
    incubator/shindig/branches/1.0.x-incubating/assembly/src/main/assembly/source.xml

Modified: incubator/shindig/branches/1.0.x-incubating/assembly/src/main/assembly/source.xml
URL: http://svn.apache.org/viewvc/incubator/shindig/branches/1.0.x-incubating/assembly/src/main/assembly/source.xml?rev=772097&r1=772096&r2=772097&view=diff
==============================================================================
--- incubator/shindig/branches/1.0.x-incubating/assembly/src/main/assembly/source.xml (original)
+++ incubator/shindig/branches/1.0.x-incubating/assembly/src/main/assembly/source.xml Wed May  6 08:47:32 2009
@@ -27,7 +27,7 @@
   <fileSets>
     <fileSet>
       <outputDirectory>shindig-${pom.version}-source</outputDirectory>
-      <directory>../</directory>
+      <directory>${project.basedir}/../</directory>
       <includes>
         <include>**</include>
       </includes>