|
What this is
Other links
The source code
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<plugin
name="org.eclipse.bundle03"
id="org.eclipse.bundle03"
version="1.0"
provider-name="Eclipse.org">
<requires>
<import plugin="org.eclipse.core.tests.runtime"/>
</requires>
<extension point="org.eclipse.core.runtime.contentTypes">
<!-- this content type has an invalid describer, it should never be picked on content-based content type lookup -->
<content-type
name="Invalid Describer"
id="invalid-describer"
file-names="invalid.describer"
describer="a_non_existant_class_expected_to_cause_failure.class"/>
<content-type
id="invalid-missing-name"
file-names="invalid.missing.name"/>
<content-type
name="Invalid (Missing identifier)"
file-names="invalid.missing.identifier"/>
</extension>
</plugin>
|
| ... this post is sponsored by my books ... | |
#1 New Release! |
FP Best Seller |
Copyright 1998-2024 Alvin Alexander, alvinalexander.com
All Rights Reserved.
A percentage of advertising revenue from
pages under the /java/jwarehouse
URI on this website is
paid back to open source projects.