-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #77 from PalladioSimulator/extraction_feature
Add separate .extraction feature
- Loading branch information
Showing
3 changed files
with
63 additions
and
0 deletions.
There are no files selected for viewing
11 changes: 11 additions & 0 deletions
11
features/org.palladiosimulator.retriever.extraction.feature/.project
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<projectDescription> | ||
<name>org.palladiosimulator.retriever.extraction.feature</name> | ||
<comment></comment> | ||
<projects> | ||
</projects> | ||
<buildSpec> | ||
</buildSpec> | ||
<natures> | ||
</natures> | ||
</projectDescription> |
1 change: 1 addition & 0 deletions
1
features/org.palladiosimulator.retriever.extraction.feature/build.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
bin.includes = feature.xml |
51 changes: 51 additions & 0 deletions
51
features/org.palladiosimulator.retriever.extraction.feature/feature.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<feature | ||
id="org.palladiosimulator.retriever.extraction.feature" | ||
label="Retriever Extraction Feature" | ||
version="5.2.0.qualifier" | ||
plugin="org.palladiosimulator.branding" | ||
license-feature="org.palladiosimulator.license" | ||
license-feature-version="1.0.0"> | ||
|
||
<license url=""> | ||
|
||
</license> | ||
|
||
<requires> | ||
<import plugin="org.eclipse.core.resources"/> | ||
<import plugin="org.eclipse.xtend.lib"/> | ||
<import plugin="org.palladiosimulator.pcm"/> | ||
<import plugin="org.eclipse.jdt.core"/> | ||
<import plugin="org.palladiosimulator.generator.fluent"/> | ||
<import plugin="org.apache.log4j"/> | ||
<import plugin="de.uka.ipd.sdq.workflow"/> | ||
<import plugin="de.uka.ipd.sdq.workflow.launchconfig"/> | ||
<import plugin="org.eclipse.debug.ui"/> | ||
<import plugin="org.eclipse.equinox.app"/> | ||
<import plugin="org.eclipse.swt"/> | ||
<import plugin="org.palladiosimulator.commons"/> | ||
<import plugin="tools.mdsd.mocore.framework"/> | ||
</requires> | ||
|
||
<plugin | ||
id="org.palladiosimulator.retriever.extraction" | ||
download-size="0" | ||
install-size="0" | ||
version="0.0.0" | ||
unpack="false"/> | ||
|
||
<plugin | ||
id="org.palladiosimulator.retriever.extraction.discoverers" | ||
download-size="0" | ||
install-size="0" | ||
version="0.0.0" | ||
unpack="false"/> | ||
|
||
<plugin | ||
id="org.palladiosimulator.retriever.extraction.rules" | ||
download-size="0" | ||
install-size="0" | ||
version="0.0.0" | ||
unpack="false"/> | ||
|
||
</feature> |