Add site template
authorMathieu Baudier <mbaudier@argeo.org>
Wed, 9 Jul 2008 19:08:34 +0000 (19:08 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Wed, 9 Jul 2008 19:08:34 +0000 (19:08 +0000)
git-svn-id: https://svn.argeo.org/slc/trunk@1406 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

eclipse/features/org.argeo.slc.ui.launch.feature/pom.xml
eclipse/features/org.argeo.slc.ui.launch.feature/site.template [new file with mode: 0644]

index a4d2bf7680651d5f0ea20fd46e1b6703344867a2..663934a89301af728921e24812c41b6e34f38bb5 100644 (file)
        <artifactId>org.argeo.slc.ui.launch.feature</artifactId>
        <packaging>pom</packaging>
        <name>Argeo SLC Launch Eclipse Feature</name>
-       <properties>
-               <eclipseBuildDir>
-                       /home/mbaudier/dev/eclipseBuild
-               </eclipseBuildDir>
-       </properties>
        <build>
                <plugins>
                        <plugin>
@@ -32,9 +27,6 @@
                                                        <eclipseBuildDir>
                                                                ${eclipseBuildDir}
                                                        </eclipseBuildDir>
-                                                       <buildScriptTargets>
-                                                               build.update.jar zip.distribution
-                                                       </buildScriptTargets>
                                                        <buildScriptProperties>
                                                                -DjavacSource=1.5 -DjavacTarget=1.5
                                                        </buildScriptProperties>
                                                                        <classifier>feature</classifier>
                                                                </artifact>
                                                        </artifacts>
+                                                       <artifacts>
+                                                               <artifact>
+                                                                       <file>${project.build.directory}/${project.artifactId}-updatesite.zip</file>
+                                                                       <type>zip</type>
+                                                                       <classifier>updatesite</classifier>
+                                                               </artifact>
+                                                       </artifacts>
                                                </configuration>
                                        </execution>
                                </executions>
diff --git a/eclipse/features/org.argeo.slc.ui.launch.feature/site.template b/eclipse/features/org.argeo.slc.ui.launch.feature/site.template
new file mode 100644 (file)
index 0000000..a36d8bd
--- /dev/null
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<site>
+   <feature url="features/org.argeo.slc.ui.launch.feature_${org.argeo.slc.ui.launch.feature}.jar" id="org.argeo.slc.ui.launch.feature" version="${org.argeo.slc.ui.launch.feature}">
+      <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>