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> <profile>
<id>dspace</id> <id>dspace</id>
<activation> <activation>
<activeByDefault>true</activeByDefault> <file>
<exists>dspace/pom.xml</exists>
</file>
</activation> </activation>
<modules> <modules>
<module>dspace</module> <module>dspace</module>