From: Mathieu Baudier Date: Tue, 29 Dec 2009 19:16:38 +0000 (+0000) Subject: Improve SLC UI X-Git-Tag: argeo-slc-2.1.7~1502 X-Git-Url: http://git.argeo.org/?a=commitdiff_plain;h=9c38151af61ff9c6b16c08f9a349a849bfc6635a;p=gpl%2Fargeo-slc.git Improve SLC UI git-svn-id: https://svn.argeo.org/slc/trunk@3235 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc --- diff --git a/eclipse/features/org.argeo.slc.ui.launch.feature/.project b/eclipse/features/org.argeo.slc.ui.launch.feature/.project deleted file mode 100644 index bd6348253..000000000 --- a/eclipse/features/org.argeo.slc.ui.launch.feature/.project +++ /dev/null @@ -1,17 +0,0 @@ - - - org.argeo.slc.ui.launch.feature - - - - - - org.eclipse.pde.FeatureBuilder - - - - - - org.eclipse.pde.FeatureNature - - diff --git a/eclipse/features/org.argeo.slc.ui.launch.feature/build.properties b/eclipse/features/org.argeo.slc.ui.launch.feature/build.properties deleted file mode 100644 index 655eaca53..000000000 --- a/eclipse/features/org.argeo.slc.ui.launch.feature/build.properties +++ /dev/null @@ -1,3 +0,0 @@ -bin.includes = feature.xml,\ - p2.inf -generateFeatureVersionSuffix=true diff --git a/eclipse/features/org.argeo.slc.ui.launch.feature/feature.xml b/eclipse/features/org.argeo.slc.ui.launch.feature/feature.xml deleted file mode 100644 index 524a44da8..000000000 --- a/eclipse/features/org.argeo.slc.ui.launch.feature/feature.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - diff --git a/eclipse/features/org.argeo.slc.ui.launch.feature/p2.inf b/eclipse/features/org.argeo.slc.ui.launch.feature/p2.inf deleted file mode 100644 index 0423aa509..000000000 --- a/eclipse/features/org.argeo.slc.ui.launch.feature/p2.inf +++ /dev/null @@ -1,2 +0,0 @@ -properties.1.name=org.eclipse.equinox.p2.type.category -properties.1.value=true \ No newline at end of file diff --git a/eclipse/features/org.argeo.slc.ui.launch.feature/pom.xml b/eclipse/features/org.argeo.slc.ui.launch.feature/pom.xml deleted file mode 100644 index b5e86e6ec..000000000 --- a/eclipse/features/org.argeo.slc.ui.launch.feature/pom.xml +++ /dev/null @@ -1,55 +0,0 @@ - - 4.0.0 - - org.argeo.slc - argeo-slc - 0.11.3-SNAPSHOT - ../../../org.argeo.slc - - org.argeo.slc.eclipse - org.argeo.slc.ui.launch.feature - zip - SLCh Eclipse Feature - Simplify running scripts based on Argeo SLC - - - - org.argeo.slc.maven - maven-argeo-pde-plugin - 0.3.2 - true - - - - http://www.argeo.org/projects/SLC/update - Copyright 2008 Mathieu Baudier - - - org.argeo.slc.ui.launch - 0.10.1.qualifier - - - - - - - - - - org.argeo.dep.dist - eclipse-sdk-linux-gtk - 3.4.1 - tar.gz - dist - - - - - - argeo-plugins - http://www.argeo.org/maven/argeo - - - - \ No newline at end of file diff --git a/eclipse/features/org.argeo.slc.ui.launch.feature/site.template b/eclipse/features/org.argeo.slc.ui.launch.feature/site.template deleted file mode 100644 index a36d8bd45..000000000 --- a/eclipse/features/org.argeo.slc.ui.launch.feature/site.template +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - UI extensions used to simplify development based on Argeo SLC. - - - diff --git a/eclipse/features/org.argeo.slc.ui/.project b/eclipse/features/org.argeo.slc.ui/.project new file mode 100644 index 000000000..3c4c9d5f3 --- /dev/null +++ b/eclipse/features/org.argeo.slc.ui/.project @@ -0,0 +1,17 @@ + + + org.argeo.slc.ui + + + + + + org.eclipse.pde.FeatureBuilder + + + + + + org.eclipse.pde.FeatureNature + + diff --git a/eclipse/features/org.argeo.slc.ui/build.properties b/eclipse/features/org.argeo.slc.ui/build.properties new file mode 100644 index 000000000..655eaca53 --- /dev/null +++ b/eclipse/features/org.argeo.slc.ui/build.properties @@ -0,0 +1,3 @@ +bin.includes = feature.xml,\ + p2.inf +generateFeatureVersionSuffix=true diff --git a/eclipse/features/org.argeo.slc.ui/feature.xml b/eclipse/features/org.argeo.slc.ui/feature.xml new file mode 100644 index 000000000..524a44da8 --- /dev/null +++ b/eclipse/features/org.argeo.slc.ui/feature.xml @@ -0,0 +1,18 @@ + + + + + + + + + + diff --git a/eclipse/features/org.argeo.slc.ui/p2.inf b/eclipse/features/org.argeo.slc.ui/p2.inf new file mode 100644 index 000000000..0423aa509 --- /dev/null +++ b/eclipse/features/org.argeo.slc.ui/p2.inf @@ -0,0 +1,2 @@ +properties.1.name=org.eclipse.equinox.p2.type.category +properties.1.value=true \ No newline at end of file diff --git a/eclipse/features/org.argeo.slc.ui/pom.xml b/eclipse/features/org.argeo.slc.ui/pom.xml new file mode 100644 index 000000000..b5e86e6ec --- /dev/null +++ b/eclipse/features/org.argeo.slc.ui/pom.xml @@ -0,0 +1,55 @@ + + 4.0.0 + + org.argeo.slc + argeo-slc + 0.11.3-SNAPSHOT + ../../../org.argeo.slc + + org.argeo.slc.eclipse + org.argeo.slc.ui.launch.feature + zip + SLCh Eclipse Feature + Simplify running scripts based on Argeo SLC + + + + org.argeo.slc.maven + maven-argeo-pde-plugin + 0.3.2 + true + + + + http://www.argeo.org/projects/SLC/update + Copyright 2008 Mathieu Baudier + + + org.argeo.slc.ui.launch + 0.10.1.qualifier + + + + + + + + + + org.argeo.dep.dist + eclipse-sdk-linux-gtk + 3.4.1 + tar.gz + dist + + + + + + argeo-plugins + http://www.argeo.org/maven/argeo + + + + \ No newline at end of file diff --git a/eclipse/features/org.argeo.slc.ui/site.template b/eclipse/features/org.argeo.slc.ui/site.template new file mode 100644 index 000000000..a36d8bd45 --- /dev/null +++ b/eclipse/features/org.argeo.slc.ui/site.template @@ -0,0 +1,11 @@ + + + + + + + + UI extensions used to simplify development based on Argeo SLC. + + +