Check for the presence of the dspace module before activating it to fix a mysterious problem with the test framework assembly

This commit is contained in:
robintaylor
2012-10-26 15:29:14 +01:00
committed by Tim Donohue
parent 0cb2e07623
commit 62007a0041

View File

@@ -203,7 +203,9 @@
<profile>
<id>dspace</id>
<activation>
<activeByDefault>true</activeByDefault>
<file>
<exists>dspace/pom.xml</exists>
</file>
</activation>
<modules>
<module>dspace</module>