Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'demos/org.eclipse.fx.testcases.dnd.app.jemmy.feature/feature.xml')
-rw-r--r--demos/org.eclipse.fx.testcases.dnd.app.jemmy.feature/feature.xml23
1 files changed, 23 insertions, 0 deletions
diff --git a/demos/org.eclipse.fx.testcases.dnd.app.jemmy.feature/feature.xml b/demos/org.eclipse.fx.testcases.dnd.app.jemmy.feature/feature.xml
new file mode 100644
index 000000000..121111cd8
--- /dev/null
+++ b/demos/org.eclipse.fx.testcases.dnd.app.jemmy.feature/feature.xml
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<feature
+ id="org.eclipse.fx.testcases.dnd.app.jemmy.feature"
+ label="DnDSample Jemmy JUnit Feature"
+ version="1.0.0.qualifier"
+ provider-name="${BundleProject_bundleVendor}"
+ >
+ <description url="http://www.efxclipse.org">
+ TODO FILL WITH CONTENT
+ </description>
+
+ <copyright url="http://www.efxclipse.org">
+ TODO FILL WITH CONTENT
+ </copyright>
+
+ <license url="http://www.efxclipse.org">
+ TODO FILL WITH CONTENT
+ </license>
+
+ <plugin id="org.eclipse.fx.testcases.dnd.app.jemmy" install-size="0" version="0.0.0" unpack="false" />
+
+
+</feature>

Back to the top