blob: 16144e1b5b2cc5b8041da01f0f62dce2413edb1e [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="org.eclipse.ease.lang.python.py4j.feature"
label="EASE Py4J Support (Incubation)"
version="0.5.0.qualifier"
provider-name="Eclipse.org">
<description url="https://www.eclipse.org/ease">
Python (using Py4J) integration into EASE as Python Engine. Needs an external python interpreter for script execution.
</description>
<copyright url="http://www.example.com/copyright">
Copyright (c) 2016 Kichwa Coders and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html
Contributors:
Jonah Graham - initial API and implementation
</copyright>
<license url="%licenseURL">
%license
</license>
<requires>
<import feature="org.eclipse.ease.lang.python.feature" version="0.5.0.qualifier"/>
</requires>
<plugin
id="org.eclipse.ease.lang.python.py4j"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
</feature>