Introduce SLC UI launching feature
authorMathieu Baudier <mbaudier@argeo.org>
Mon, 2 Jun 2008 16:59:11 +0000 (16:59 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Mon, 2 Jun 2008 16:59:11 +0000 (16:59 +0000)
git-svn-id: https://svn.argeo.org/slc/trunk@1177 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

eclipse/features/org.argeo.slc.ui.launch.feature/.project [new file with mode: 0644]
eclipse/features/org.argeo.slc.ui.launch.feature/build.properties [new file with mode: 0644]
eclipse/features/org.argeo.slc.ui.launch.feature/feature.xml [new file with mode: 0644]

diff --git a/eclipse/features/org.argeo.slc.ui.launch.feature/.project b/eclipse/features/org.argeo.slc.ui.launch.feature/.project
new file mode 100644 (file)
index 0000000..bd63482
--- /dev/null
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+       <name>org.argeo.slc.ui.launch.feature</name>
+       <comment></comment>
+       <projects>
+       </projects>
+       <buildSpec>
+               <buildCommand>
+                       <name>org.eclipse.pde.FeatureBuilder</name>
+                       <arguments>
+                       </arguments>
+               </buildCommand>
+       </buildSpec>
+       <natures>
+               <nature>org.eclipse.pde.FeatureNature</nature>
+       </natures>
+</projectDescription>
diff --git a/eclipse/features/org.argeo.slc.ui.launch.feature/build.properties b/eclipse/features/org.argeo.slc.ui.launch.feature/build.properties
new file mode 100644 (file)
index 0000000..64f93a9
--- /dev/null
@@ -0,0 +1 @@
+bin.includes = feature.xml
diff --git a/eclipse/features/org.argeo.slc.ui.launch.feature/feature.xml b/eclipse/features/org.argeo.slc.ui.launch.feature/feature.xml
new file mode 100644 (file)
index 0000000..be63587
--- /dev/null
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<feature
+      id="org.argeo.slc.ui.launch.feature"
+      label="Argeo SLC Launch"
+      version="0.9.1"
+      provider-name="Argeo">
+
+   <description url="http://www.argeo.org/projects/SLC">
+      Simplify running scripts based on Argeo SLC
+   </description>
+
+   <copyright url="http://www.example.com/copyright">
+      [Enter Copyright Description here.]
+   </copyright>
+
+   <license url="http://www.example.com/license">
+      [Enter License Description here.]
+   </license>
+
+   <plugin
+         id="org.argeo.slc.ui.launch"
+         download-size="0"
+         install-size="0"
+         version="0.9.1"
+         unpack="false"/>
+
+</feature>