Author: joern
Date: Fri May 22 12:49:14 2015
New Revision: 1681099
URL: http://svn.apache.org/r1681099
Log:
OPENNLP-783 Updated OSGi java dependency to Java 7
Modified:
opennlp/trunk/opennlp-tools/pom.xml
Modified: opennlp/trunk/opennlp-tools/pom.xml
URL:
http://svn.apache.org/viewvc/opennlp/trunk/opennlp-tools/pom.xml?rev=1681099&r1=1681098&r2=1681099&view=diff
==============================================================================
--- opennlp/trunk/opennlp-tools/pom.xml (original)
+++ opennlp/trunk/opennlp-tools/pom.xml Fri May 22 12:49:14 2015
@@ -116,7 +116,7 @@
<configuration>
<instructions>
<Bundle-Activator>opennlp.tools.util.ext.OSGiExtensionLoader</Bundle-Activator>
-
<Bundle-RequiredExecutionEnvironment>J2SE-1.5</Bundle-RequiredExecutionEnvironment>
+
<Bundle-RequiredExecutionEnvironment>JavaSE-1.7</Bundle-RequiredExecutionEnvironment>
<Export-Package>
!opennlp.tools.cmdline.*,
opennlp.tools.*