summaryrefslogtreecommitdiffstats
path: root/branches/sca-equinox/pom.xml
diff options
context:
space:
mode:
authorrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2008-11-07 20:25:10 +0000
committerrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2008-11-07 20:25:10 +0000
commit39faed1fc3f4d1c164929b8b171c49ae30d0497e (patch)
tree34e1c82a57961212047a4bc43bd0ab21e88f6605 /branches/sca-equinox/pom.xml
parent2dc8ffc38dc909aafcbbd3050581f0ec602ea84e (diff)
Add the customized compilation arg to control if OSGi should be enforced
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@712255 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-equinox/pom.xml')
-rw-r--r--branches/sca-equinox/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/branches/sca-equinox/pom.xml b/branches/sca-equinox/pom.xml
index 13bc6a8e5a..2946ccd8ad 100644
--- a/branches/sca-equinox/pom.xml
+++ b/branches/sca-equinox/pom.xml
@@ -378,6 +378,11 @@
<compilerId>tuscany-eclipse</compilerId>
<source>1.5</source>
<target>1.5</target>
+ <compilerArguments>
+ <!--
+ <osgi>true</osgi>
+ -->
+ </compilerArguments>
</configuration>
<dependencies>