57 lines
1.6 KiB
XML
57 lines
1.6 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<feature
|
|
id="ghidra.xtext.sleigh.feature"
|
|
label="Ghidra Sleigh Editor"
|
|
version="1.0.0.qualifier"
|
|
provider-name="Ghidra">
|
|
|
|
<copyright>
|
|
None
|
|
</copyright>
|
|
|
|
<license url="">
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
you may not use this file except in compliance with the License.
|
|
You may obtain a copy of the License at
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
See the License for the specific language governing permissions and
|
|
limitations under the License.
|
|
</license>
|
|
|
|
<requires>
|
|
<import plugin="org.eclipse.xtext"/>
|
|
<import plugin="org.eclipse.xtext.xbase"/>
|
|
<import plugin="org.eclipse.xtext.ide"/>
|
|
<import plugin="org.eclipse.xtext.xbase.ide"/>
|
|
<import plugin="org.eclipse.xtext.ui"/>
|
|
<import plugin="org.eclipse.xtext.builder"/>
|
|
</requires>
|
|
|
|
<plugin
|
|
id="ghidra.xtext.sleigh"
|
|
download-size="0"
|
|
install-size="0"
|
|
version="0.0.0"
|
|
unpack="false"/>
|
|
|
|
<plugin
|
|
id="ghidra.xtext.sleigh.ide"
|
|
download-size="0"
|
|
install-size="0"
|
|
version="0.0.0"
|
|
unpack="false"/>
|
|
|
|
<plugin
|
|
id="ghidra.xtext.sleigh.ui"
|
|
download-size="0"
|
|
install-size="0"
|
|
version="0.0.0"
|
|
unpack="false"/>
|
|
|
|
</feature>
|