mirror of
https://github.com/processing/processing4.git
synced 2026-02-13 18:35:37 +01:00
74 lines
4.3 KiB
XML
74 lines
4.3 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<feature
|
|
id="processing.plugin"
|
|
label="Processing Plug-In for Eclipse"
|
|
version="1.1.0.qualifier"
|
|
provider-name="Processing.org">
|
|
|
|
<description url="http://www.processing.org/">
|
|
Provides integration for the Processing programming language to the Eclipse platform.
|
|
</description>
|
|
|
|
<copyright url="http://www.processing.org/copyright.html">
|
|
The Processing Plug-in for Eclipse was written in Summer 2010 by Chris Lonnen. It enables support for the Processing programming language in Eclipse.
|
|
|
|
Processing was started in Spring 2001 by Ben Fry and Casey Reas. Fry was a PhD candidate at the MIT Media Laboratory and Reas was an Associate Professor at the Interaction Design Institute Ivrea. While Fry and Reas were employees of these institutions, Processing began as a personal initiative and development took place during the night and weekends through 2003. MIT indirectly funded Processing through Fry's graduate stipend and Ivrea indirectly funded Processing through Reas's salary. Due to his research agreement with MIT, all code written by Fry during this time is copyright MIT.
|
|
|
|
In summer 2003, Ivrea funded four individuals to work on the project for a few months. This resulted in Dan Mosedale's preprocessor using Antlr and Sami Arola's contributions to the graphics engine. The code for these elements are both copyright 2003 Interaction Design Institute Ivrea. In August 2003, Reas left the Interaction Design Institute Ivrea and in June 2004, Fry left the MIT Media Laboratory. The code and complete reference written since June
|
|
2004 are copyright Ben Fry and Casey Reas.
|
|
|
|
Portions of the code were written by other contributors and are attributed in the source code. For example, portions of the graphics engine were written by Karsten Schmidt.
|
|
|
|
There are many contributions to the Exhibition and Examples on the Processing.org website and these are attributed in context. The Reference for the Language and Environment are under a Creative Commons license which makes it possible to re-use this content for non-commercial purposes if it is credited.
|
|
</copyright>
|
|
|
|
<license url="http://www.example.com/license">
|
|
This program and the accompanying materials, unless otherwise noted, are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.opensource.org/licenses/eclipse-1.0.php
|
|
|
|
Several libraries are included from the Processing language and Processing development environment. These are included under the GNU LGPL (http://www.gnu.org/licenses/lgpl.html).
|
|
|
|
All images are included under a creative commons license (http://creativecommons.org/) that allows re-use for non-commercial work if it is credited.
|
|
</license>
|
|
|
|
<requires>
|
|
<import plugin="org.eclipse.core.runtime"/>
|
|
<import plugin="org.eclipse.core.resources"/>
|
|
<import plugin="org.eclipse.debug.core"/>
|
|
<import plugin="org.eclipse.jdt.core"/>
|
|
<import plugin="org.eclipse.jdt.launching"/>
|
|
<import plugin="org.eclipse.core.commands"/>
|
|
<import plugin="org.eclipse.ui"/>
|
|
<import plugin="org.eclipse.core.filebuffers"/>
|
|
<import plugin="org.eclipse.jdt.debug.ui"/>
|
|
<import plugin="org.eclipse.jface.text" version="3.6.0" match="greaterOrEqual"/>
|
|
<import plugin="org.eclipse.ui.editors" version="3.6.0" match="greaterOrEqual"/>
|
|
<import plugin="org.eclipse.core.resources" version="3.6.0" match="greaterOrEqual"/>
|
|
<import plugin="processing.plugin.core" version="0.1.0" match="greaterOrEqual"/>
|
|
<import plugin="org.eclipse.debug.ui"/>
|
|
<import plugin="org.eclipse.jdt.launching" version="3.5.100" match="greaterOrEqual"/>
|
|
<import plugin="org.eclipse.ui.ide" version="3.6.0" match="greaterOrEqual"/>
|
|
<import plugin="org.eclipse.jdt.core" version="3.6.0" match="greaterOrEqual"/>
|
|
</requires>
|
|
|
|
<plugin
|
|
id="processing.plugin.appBundle"
|
|
download-size="0"
|
|
install-size="0"
|
|
version="0.0.0"
|
|
unpack="false"/>
|
|
|
|
<plugin
|
|
id="processing.plugin.core"
|
|
download-size="0"
|
|
install-size="0"
|
|
version="0.0.0"/>
|
|
|
|
<plugin
|
|
id="processing.plugin.ui"
|
|
download-size="0"
|
|
install-size="0"
|
|
version="0.0.0"
|
|
unpack="false"/>
|
|
|
|
</feature>
|