Author: fmeschbe
Date: Thu Jan 22 07:36:00 2009
New Revision: 736675
URL: http://svn.apache.org/viewvc?rev=736675&view=rev
Log:
SLING-837 Remove integration tests here. The tests are integrated with the
launchpad/testing
Removed:
incubator/sling/trunk/extensions/jcrinstall/testing/
Modified:
incubator/sling/trunk/extensions/jcrinstall/pom.xml
Modified: incubator/sling/trunk/extensions/jcrinstall/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/sling/trunk/extensions/jcrinstall/pom.xml?rev=736675&r1=736674&r2=736675&view=diff
==============================================================================
--- incubator/sling/trunk/extensions/jcrinstall/pom.xml (original)
+++ incubator/sling/trunk/extensions/jcrinstall/pom.xml Thu Jan 22 07:36:00 2009
@@ -41,20 +41,4 @@
<module>servlet</module>
<module>testbundles/observer</module>
</modules>
-
- <profiles>
- <profile>
- <!--
- Allow the integration tests to be excluded, as
they might be slow
- -->
- <id>integrationTests</id>
- <activation>
- <activeByDefault>false</activeByDefault>
- </activation>
- <modules>
- <module>testing</module>
- </modules>
- </profile>
- </profiles>
-
</project>