mirror of
https://github.com/encounter/robovm.git
synced 2026-03-30 11:36:44 -07:00
28 lines
676 B
XML
Executable File
28 lines
676 B
XML
Executable File
<?xml version="1.0" encoding="UTF-8"?>
|
|
<feature
|
|
id="org.robovm.eclipse.feature"
|
|
label="RoboVM for Eclipse"
|
|
version="2.2.1.qualifier"
|
|
provider-name="RoboVM AB">
|
|
|
|
<description url="http://www.robovm.com">
|
|
The RoboVM for Eclipse plug-in makes it possible to build RoboVM projects from within the Eclipse IDE.
|
|
</description>
|
|
|
|
<copyright>
|
|
Copyright (C) 2012-2014 RoboVM AB. All rights reserved.
|
|
</copyright>
|
|
|
|
<license url="%licenseURL">
|
|
%license
|
|
</license>
|
|
|
|
<plugin
|
|
id="org.robovm.eclipse.ui"
|
|
download-size="0"
|
|
install-size="0"
|
|
version="0.0.0"
|
|
unpack="false"/>
|
|
|
|
</feature>
|