Author: justin
Date: Wed Oct 20 19:32:18 2010
New Revision: 1025691
URL: http://svn.apache.org/viewvc?rev=1025691&view=rev
Log:
fixing relativePaths
Modified:
sling/trunk/bundles/auth/core/pom.xml
sling/trunk/bundles/commons/classloader/pom.xml
sling/trunk/bundles/commons/testing/pom.xml
sling/trunk/bundles/extensions/explorer/pom.xml
sling/trunk/bundles/extensions/fsresource/pom.xml
sling/trunk/bundles/extensions/groovy/pom.xml
sling/trunk/bundles/extensions/webconsolebranding/pom.xml
sling/trunk/bundles/extensions/webconsolesecurityprovider/pom.xml
sling/trunk/bundles/jcr/classloader/pom.xml
sling/trunk/bundles/scripting/api/pom.xml
sling/trunk/bundles/scripting/core/pom.xml
sling/trunk/bundles/scripting/javascript/pom.xml
sling/trunk/bundles/scripting/jsp-taglib/pom.xml
sling/trunk/bundles/scripting/jsp/pom.xml
sling/trunk/installer/core/pom.xml
sling/trunk/installer/it/pom.xml
sling/trunk/installer/providers/file/pom.xml
Modified: sling/trunk/bundles/auth/core/pom.xml
URL:
http://svn.apache.org/viewvc/sling/trunk/bundles/auth/core/pom.xml?rev=1025691&r1=1025690&r2=1025691&view=diff
==============================================================================
--- sling/trunk/bundles/auth/core/pom.xml (original)
+++ sling/trunk/bundles/auth/core/pom.xml Wed Oct 20 19:32:18 2010
@@ -24,7 +24,7 @@
<groupId>org.apache.sling</groupId>
<artifactId>sling</artifactId>
<version>10-SNAPSHOT</version>
- <relativePath>../../parent/pom.xml</relativePath>
+ <relativePath>../../../parent/pom.xml</relativePath>
</parent>
<artifactId>org.apache.sling.auth.core</artifactId>
Modified: sling/trunk/bundles/commons/classloader/pom.xml
URL:
http://svn.apache.org/viewvc/sling/trunk/bundles/commons/classloader/pom.xml?rev=1025691&r1=1025690&r2=1025691&view=diff
==============================================================================
--- sling/trunk/bundles/commons/classloader/pom.xml (original)
+++ sling/trunk/bundles/commons/classloader/pom.xml Wed Oct 20 19:32:18 2010
@@ -24,6 +24,7 @@
<groupId>org.apache.sling</groupId>
<artifactId>sling</artifactId>
<version>10-SNAPSHOT</version>
+ <relativePath>../../../parent/pom.xml</relativePath>
</parent>
<artifactId>org.apache.sling.commons.classloader</artifactId>
Modified: sling/trunk/bundles/commons/testing/pom.xml
URL:
http://svn.apache.org/viewvc/sling/trunk/bundles/commons/testing/pom.xml?rev=1025691&r1=1025690&r2=1025691&view=diff
==============================================================================
--- sling/trunk/bundles/commons/testing/pom.xml (original)
+++ sling/trunk/bundles/commons/testing/pom.xml Wed Oct 20 19:32:18 2010
@@ -24,6 +24,7 @@
<groupId>org.apache.sling</groupId>
<artifactId>sling</artifactId>
<version>10-SNAPSHOT</version>
+ <relativePath>../../../parent/pom.xml</relativePath>
</parent>
<artifactId>org.apache.sling.commons.testing</artifactId>
Modified: sling/trunk/bundles/extensions/explorer/pom.xml
URL:
http://svn.apache.org/viewvc/sling/trunk/bundles/extensions/explorer/pom.xml?rev=1025691&r1=1025690&r2=1025691&view=diff
==============================================================================
--- sling/trunk/bundles/extensions/explorer/pom.xml (original)
+++ sling/trunk/bundles/extensions/explorer/pom.xml Wed Oct 20 19:32:18 2010
@@ -22,6 +22,7 @@
<groupId>org.apache.sling</groupId>
<artifactId>sling</artifactId>
<version>10-SNAPSHOT</version>
+ <relativePath>../../../parent/pom.xml</relativePath>
</parent>
<groupId>org.apache.sling</groupId>
Modified: sling/trunk/bundles/extensions/fsresource/pom.xml
URL:
http://svn.apache.org/viewvc/sling/trunk/bundles/extensions/fsresource/pom.xml?rev=1025691&r1=1025690&r2=1025691&view=diff
==============================================================================
--- sling/trunk/bundles/extensions/fsresource/pom.xml (original)
+++ sling/trunk/bundles/extensions/fsresource/pom.xml Wed Oct 20 19:32:18 2010
@@ -23,7 +23,7 @@
<groupId>org.apache.sling</groupId>
<artifactId>sling</artifactId>
<version>10-SNAPSHOT</version>
- <relativePath>../../parent/pom.xml</relativePath>
+ <relativePath>../../../parent/pom.xml</relativePath>
</parent>
<artifactId>org.apache.sling.fsresource</artifactId>
Modified: sling/trunk/bundles/extensions/groovy/pom.xml
URL:
http://svn.apache.org/viewvc/sling/trunk/bundles/extensions/groovy/pom.xml?rev=1025691&r1=1025690&r2=1025691&view=diff
==============================================================================
--- sling/trunk/bundles/extensions/groovy/pom.xml (original)
+++ sling/trunk/bundles/extensions/groovy/pom.xml Wed Oct 20 19:32:18 2010
@@ -24,6 +24,7 @@
<artifactId>sling</artifactId>
<groupId>org.apache.sling</groupId>
<version>10-SNAPSHOT</version>
+ <relativePath>../../../parent/pom.xml</relativePath>
</parent>
<groupId>org.apache.sling</groupId>
Modified: sling/trunk/bundles/extensions/webconsolebranding/pom.xml
URL:
http://svn.apache.org/viewvc/sling/trunk/bundles/extensions/webconsolebranding/pom.xml?rev=1025691&r1=1025690&r2=1025691&view=diff
==============================================================================
--- sling/trunk/bundles/extensions/webconsolebranding/pom.xml (original)
+++ sling/trunk/bundles/extensions/webconsolebranding/pom.xml Wed Oct 20
19:32:18 2010
@@ -24,6 +24,7 @@
<artifactId>sling</artifactId>
<groupId>org.apache.sling</groupId>
<version>10-SNAPSHOT</version>
+ <relativePath>../../../parent/pom.xml</relativePath>
</parent>
<groupId>org.apache.sling</groupId>
Modified: sling/trunk/bundles/extensions/webconsolesecurityprovider/pom.xml
URL:
http://svn.apache.org/viewvc/sling/trunk/bundles/extensions/webconsolesecurityprovider/pom.xml?rev=1025691&r1=1025690&r2=1025691&view=diff
==============================================================================
--- sling/trunk/bundles/extensions/webconsolesecurityprovider/pom.xml (original)
+++ sling/trunk/bundles/extensions/webconsolesecurityprovider/pom.xml Wed Oct
20 19:32:18 2010
@@ -22,6 +22,7 @@
<artifactId>sling</artifactId>
<groupId>org.apache.sling</groupId>
<version>10-SNAPSHOT</version>
+ <relativePath>../../../parent/pom.xml</relativePath>
</parent>
<groupId>org.apache.sling</groupId>
Modified: sling/trunk/bundles/jcr/classloader/pom.xml
URL:
http://svn.apache.org/viewvc/sling/trunk/bundles/jcr/classloader/pom.xml?rev=1025691&r1=1025690&r2=1025691&view=diff
==============================================================================
--- sling/trunk/bundles/jcr/classloader/pom.xml (original)
+++ sling/trunk/bundles/jcr/classloader/pom.xml Wed Oct 20 19:32:18 2010
@@ -23,6 +23,7 @@
<groupId>org.apache.sling</groupId>
<artifactId>sling</artifactId>
<version>10-SNAPSHOT</version>
+ <relativePath>../../../parent/pom.xml</relativePath>
</parent>
<artifactId>org.apache.sling.jcr.classloader</artifactId>
Modified: sling/trunk/bundles/scripting/api/pom.xml
URL:
http://svn.apache.org/viewvc/sling/trunk/bundles/scripting/api/pom.xml?rev=1025691&r1=1025690&r2=1025691&view=diff
==============================================================================
--- sling/trunk/bundles/scripting/api/pom.xml (original)
+++ sling/trunk/bundles/scripting/api/pom.xml Wed Oct 20 19:32:18 2010
@@ -24,6 +24,7 @@
<groupId>org.apache.sling</groupId>
<artifactId>sling</artifactId>
<version>10-SNAPSHOT</version>
+ <relativePath>../../../parent/pom.xml</relativePath>
</parent>
<artifactId>org.apache.sling.scripting.api</artifactId>
Modified: sling/trunk/bundles/scripting/core/pom.xml
URL:
http://svn.apache.org/viewvc/sling/trunk/bundles/scripting/core/pom.xml?rev=1025691&r1=1025690&r2=1025691&view=diff
==============================================================================
--- sling/trunk/bundles/scripting/core/pom.xml (original)
+++ sling/trunk/bundles/scripting/core/pom.xml Wed Oct 20 19:32:18 2010
@@ -24,6 +24,7 @@
<groupId>org.apache.sling</groupId>
<artifactId>sling</artifactId>
<version>10-SNAPSHOT</version>
+ <relativePath>../../../parent/pom.xml</relativePath>
</parent>
<artifactId>org.apache.sling.scripting.core</artifactId>
Modified: sling/trunk/bundles/scripting/javascript/pom.xml
URL:
http://svn.apache.org/viewvc/sling/trunk/bundles/scripting/javascript/pom.xml?rev=1025691&r1=1025690&r2=1025691&view=diff
==============================================================================
--- sling/trunk/bundles/scripting/javascript/pom.xml (original)
+++ sling/trunk/bundles/scripting/javascript/pom.xml Wed Oct 20 19:32:18 2010
@@ -24,6 +24,7 @@
<groupId>org.apache.sling</groupId>
<artifactId>sling</artifactId>
<version>10-SNAPSHOT</version>
+ <relativePath>../../../parent/pom.xml</relativePath>
</parent>
<artifactId>org.apache.sling.scripting.javascript</artifactId>
Modified: sling/trunk/bundles/scripting/jsp-taglib/pom.xml
URL:
http://svn.apache.org/viewvc/sling/trunk/bundles/scripting/jsp-taglib/pom.xml?rev=1025691&r1=1025690&r2=1025691&view=diff
==============================================================================
--- sling/trunk/bundles/scripting/jsp-taglib/pom.xml (original)
+++ sling/trunk/bundles/scripting/jsp-taglib/pom.xml Wed Oct 20 19:32:18 2010
@@ -24,6 +24,7 @@
<groupId>org.apache.sling</groupId>
<artifactId>sling</artifactId>
<version>10-SNAPSHOT</version>
+ <relativePath>../../../parent/pom.xml</relativePath>
</parent>
<artifactId>org.apache.sling.scripting.jsp.taglib</artifactId>
Modified: sling/trunk/bundles/scripting/jsp/pom.xml
URL:
http://svn.apache.org/viewvc/sling/trunk/bundles/scripting/jsp/pom.xml?rev=1025691&r1=1025690&r2=1025691&view=diff
==============================================================================
--- sling/trunk/bundles/scripting/jsp/pom.xml (original)
+++ sling/trunk/bundles/scripting/jsp/pom.xml Wed Oct 20 19:32:18 2010
@@ -24,6 +24,7 @@
<groupId>org.apache.sling</groupId>
<artifactId>sling</artifactId>
<version>10-SNAPSHOT</version>
+ <relativePath>../../../parent/pom.xml</relativePath>
</parent>
<artifactId>org.apache.sling.scripting.jsp</artifactId>
Modified: sling/trunk/installer/core/pom.xml
URL:
http://svn.apache.org/viewvc/sling/trunk/installer/core/pom.xml?rev=1025691&r1=1025690&r2=1025691&view=diff
==============================================================================
--- sling/trunk/installer/core/pom.xml (original)
+++ sling/trunk/installer/core/pom.xml Wed Oct 20 19:32:18 2010
@@ -24,7 +24,7 @@
<groupId>org.apache.sling</groupId>
<artifactId>sling</artifactId>
<version>10-SNAPSHOT</version>
- <relativePath>../../../parent/pom.xml</relativePath>
+ <relativePath>../../parent/pom.xml</relativePath>
</parent>
<artifactId>org.apache.sling.installer.core</artifactId>
Modified: sling/trunk/installer/it/pom.xml
URL:
http://svn.apache.org/viewvc/sling/trunk/installer/it/pom.xml?rev=1025691&r1=1025690&r2=1025691&view=diff
==============================================================================
--- sling/trunk/installer/it/pom.xml (original)
+++ sling/trunk/installer/it/pom.xml Wed Oct 20 19:32:18 2010
@@ -23,7 +23,7 @@
<groupId>org.apache.sling</groupId>
<artifactId>sling</artifactId>
<version>10-SNAPSHOT</version>
- <relativePath>../../../parent/pom.xml</relativePath>
+ <relativePath>../../parent/pom.xml</relativePath>
</parent>
<artifactId>org.apache.sling.installer.it</artifactId>
Modified: sling/trunk/installer/providers/file/pom.xml
URL:
http://svn.apache.org/viewvc/sling/trunk/installer/providers/file/pom.xml?rev=1025691&r1=1025690&r2=1025691&view=diff
==============================================================================
--- sling/trunk/installer/providers/file/pom.xml (original)
+++ sling/trunk/installer/providers/file/pom.xml Wed Oct 20 19:32:18 2010
@@ -24,7 +24,7 @@
<groupId>org.apache.sling</groupId>
<artifactId>sling</artifactId>
<version>10-SNAPSHOT</version>
- <relativePath>../../parent/pom.xml</relativePath>
+ <relativePath>../../../parent/pom.xml</relativePath>
</parent>
<artifactId>org.apache.sling.installer.provider.file</artifactId>