summaryrefslogtreecommitdiffstats
path: root/java/sca/tools
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2008-11-21 16:36:29 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2008-11-21 16:36:29 +0000
commit2f0ee60dbfd288e50ba2a11f8d903811cbab44a7 (patch)
tree7e58f1e8a8b8e45bb7cc7f214b5056d26e74c25f /java/sca/tools
parent9794d53d0093c8be8da1642c70424cfa5f37ecf0 (diff)
More changes to get to a stage where I have a working build in mvn and in Eclipse (with JDK 6)
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@719631 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/tools')
-rw-r--r--java/sca/tools/pom.xml9
1 files changed, 8 insertions, 1 deletions
diff --git a/java/sca/tools/pom.xml b/java/sca/tools/pom.xml
index 3621f10fa8..aa7b68fb64 100644
--- a/java/sca/tools/pom.xml
+++ b/java/sca/tools/pom.xml
@@ -39,7 +39,14 @@
<module>eclipse</module>
<module>sdo</module>
<module>maven</module>
- <module>runtime-inspector</module>
+ <!--module>runtime-inspector</module-->
+ </modules>
+ </profile>
+ <profile>
+ <id>eclipse</id>
+ <activation>
+ </activation>
+ <modules>
</modules>
</profile>
</profiles>