Author: cziegeler
Date: Sun Feb 22 15:23:44 2009
New Revision: 746732
URL: http://svn.apache.org/viewvc?rev=746732&view=rev
Log:
SLING-865 - Correct pom and svn reference.
Modified:
incubator/sling/trunk/bundles/extensions/fsresource/pom.xml
incubator/sling/trunk/pom.xml
incubator/sling/trunk/samples/pom.xml
Modified: incubator/sling/trunk/bundles/extensions/fsresource/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/sling/trunk/bundles/extensions/fsresource/pom.xml?rev=746732&r1=746731&r2=746732&view=diff
==============================================================================
--- incubator/sling/trunk/bundles/extensions/fsresource/pom.xml (original)
+++ incubator/sling/trunk/bundles/extensions/fsresource/pom.xml Sun Feb 22
15:23:44 2009
@@ -37,9 +37,9 @@
</description>
<scm>
-
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/sling/trunk/samples/fsresource</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/sling/trunk/samples/fsresource</developerConnection>
-
<url>http://svn.apache.org/viewvc/incubator/sling/trunk/samples/fsresource</url>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/sling/trunk/bundles/extensions/fsresource</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/sling/trunk/bundles/extensions/fsresource</developerConnection>
+
<url>http://svn.apache.org/viewvc/incubator/sling/trunk/bundles/extensions/fsresource</url>
</scm>
<build>
Modified: incubator/sling/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/sling/trunk/pom.xml?rev=746732&r1=746731&r2=746732&view=diff
==============================================================================
--- incubator/sling/trunk/pom.xml (original)
+++ incubator/sling/trunk/pom.xml Sun Feb 22 15:23:44 2009
@@ -108,6 +108,7 @@
<module>bundles/extensions/adapter</module>
<module>bundles/extensions/bundleresource</module>
<module>bundles/extensions/event</module>
+ <module>bundles/extensions/fsresource</module>
<module>bundles/extensions/httpauth</module>
<module>bundles/extensions/i18n</module>
<module>bundles/extensions/openidauth</module>
Modified: incubator/sling/trunk/samples/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/sling/trunk/samples/pom.xml?rev=746732&r1=746731&r2=746732&view=diff
==============================================================================
--- incubator/sling/trunk/samples/pom.xml (original)
+++ incubator/sling/trunk/samples/pom.xml Sun Feb 22 15:23:44 2009
@@ -58,7 +58,6 @@
<!-- List modules to be included in the build here ! -->
<modules>
<module>espblog</module>
- <module>fsresource</module>
<module>javashell</module>
<module>path-based-rtp</module>
<module>simple-demo</module>