Introduce SLC update site
authorMathieu Baudier <mbaudier@argeo.org>
Mon, 2 Jun 2008 17:01:23 +0000 (17:01 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Mon, 2 Jun 2008 17:01:23 +0000 (17:01 +0000)
git-svn-id: https://svn.argeo.org/slc/trunk@1179 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

eclipse/org.argeo.slc.updatesite/.project [new file with mode: 0644]
eclipse/org.argeo.slc.updatesite/site.xml [new file with mode: 0644]

diff --git a/eclipse/org.argeo.slc.updatesite/.project b/eclipse/org.argeo.slc.updatesite/.project
new file mode 100644 (file)
index 0000000..01c21e5
--- /dev/null
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+       <name>org.argeo.slc.updatesite</name>
+       <comment></comment>
+       <projects>
+       </projects>
+       <buildSpec>
+               <buildCommand>
+                       <name>org.eclipse.pde.UpdateSiteBuilder</name>
+                       <arguments>
+                       </arguments>
+               </buildCommand>
+       </buildSpec>
+       <natures>
+               <nature>org.eclipse.pde.UpdateSiteNature</nature>
+       </natures>
+</projectDescription>
diff --git a/eclipse/org.argeo.slc.updatesite/site.xml b/eclipse/org.argeo.slc.updatesite/site.xml
new file mode 100644 (file)
index 0000000..aa01ca8
--- /dev/null
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<site>
+   <feature url="features/org.argeo.slc.ui.launch.feature_0.9.1.jar" id="org.argeo.slc.ui.launch.feature" version="0.9.1">
+      <category name="argeo.slc.ui"/>
+   </feature>
+   <category-def name="argeo.slc.ui" label="Argeo SLC UI">
+      <description>
+         UI extensions used to simplify development based on Argeo SLC.
+      </description>
+   </category-def>
+</site>