Author: rfeng
Date: Fri Nov 7 12:25:10 2008
New Revision: 712255
URL: http://svn.apache.org/viewvc?rev=712255&view=rev
Log:
Add the customized compilation arg to control if OSGi should be enforced
Modified:
tuscany/branches/sca-equinox/pom.xml
Modified: tuscany/branches/sca-equinox/pom.xml
URL:
http://svn.apache.org/viewvc/tuscany/branches/sca-equinox/pom.xml?rev=712255&r1=712254&r2=712255&view=diff
==============================================================================
--- tuscany/branches/sca-equinox/pom.xml (original)
+++ tuscany/branches/sca-equinox/pom.xml Fri Nov 7 12:25:10 2008
@@ -378,6 +378,11 @@
<compilerId>tuscany-eclipse</compilerId>
<source>1.5</source>
<target>1.5</target>
+ <compilerArguments>
+ <!--
+ <osgi>true</osgi>
+ -->
+ </compilerArguments>
</configuration>
<dependencies>