Author: ieb
Date: Sun Jul 20 11:14:36 2008
New Revision: 678294

URL: http://svn.apache.org/viewvc?rev=678294&view=rev
Log:
SHINDIG-462

Corrected relative path of the features/pom.xml

This will only appear to cause problems for the first build inside eclipse 
using a maven plugin,
the problem will not show on the command line from the root source folder, as 
all the poms are in the
dependency tree, and no relatve paths are used.

Modified:
    incubator/shindig/trunk/features/pom.xml

Modified: incubator/shindig/trunk/features/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/shindig/trunk/features/pom.xml?rev=678294&r1=678293&r2=678294&view=diff
==============================================================================
--- incubator/shindig/trunk/features/pom.xml (original)
+++ incubator/shindig/trunk/features/pom.xml Sun Jul 20 11:14:36 2008
@@ -24,7 +24,7 @@
     <groupId>org.apache.shindig</groupId>
     <artifactId>shindig-parent</artifactId>
     <version>1-SNAPSHOT</version>
-    <relativePath>../pom.xml</relativePath>
+    <relativePath>../java/pom.xml</relativePath>
   </parent>
 
   <artifactId>shindig-features</artifactId>


Reply via email to