You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@onami.apache.org by si...@apache.org on 2012/12/09 17:29:04 UTC

svn commit: r1419015 - /incubator/onami/trunk/parent/pom.xml

Author: simonetripodi
Date: Sun Dec  9 16:29:03 2012
New Revision: 1419015

URL: http://svn.apache.org/viewvc?rev=1419015&view=rev
Log:
set the required OSGi required execution environment

Modified:
    incubator/onami/trunk/parent/pom.xml

Modified: incubator/onami/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/incubator/onami/trunk/parent/pom.xml?rev=1419015&r1=1419014&r2=1419015&view=diff
==============================================================================
--- incubator/onami/trunk/parent/pom.xml (original)
+++ incubator/onami/trunk/parent/pom.xml Sun Dec  9 16:29:03 2012
@@ -270,6 +270,7 @@
     <osgi.dynamicImport />
     <osgi.private />
     <osgi.fragment-host />
+    <osgi.requiredExecutionEnvironment>J2SE−${javac.target.version}</osgi.requiredExecutionEnvironment>
     <!--
      | shared build/report plugins version
     -->