From be1702e3843caaf15d85be80904ad6464a382bce Mon Sep 17 00:00:00 2001 From: Mathieu Baudier Date: Tue, 29 Dec 2009 19:14:29 +0000 Subject: [PATCH] Improve SLC IDE git-svn-id: https://svn.argeo.org/slc/trunk@3233 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc --- .../build.properties | 5 +++-- .../feature.xml | 18 ++++++++++++++++++ .../org.argeo.slc.ui.launch.feature/p2.inf | 2 ++ .../META-INF/MANIFEST.MF | 2 +- .../org.argeo.slc.ui.launch/build.properties | 3 ++- .../plugins/org.argeo.slc.ui.launch/plugin.xml | 8 ++++++++ .../org.argeo.slc.ui.launch/slc-sdk.target | 4 ++++ 7 files changed, 38 insertions(+), 4 deletions(-) create mode 100644 eclipse/features/org.argeo.slc.ui.launch.feature/feature.xml create mode 100644 eclipse/features/org.argeo.slc.ui.launch.feature/p2.inf create mode 100644 eclipse/plugins/org.argeo.slc.ui.launch/slc-sdk.target diff --git a/eclipse/features/org.argeo.slc.ui.launch.feature/build.properties b/eclipse/features/org.argeo.slc.ui.launch.feature/build.properties index d89fe74ed..655eaca53 100644 --- a/eclipse/features/org.argeo.slc.ui.launch.feature/build.properties +++ b/eclipse/features/org.argeo.slc.ui.launch.feature/build.properties @@ -1,2 +1,3 @@ -bin.includes = feature.xml -generateFeatureVersionSuffix=true \ No newline at end of file +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 new file mode 100644 index 000000000..c8b631229 --- /dev/null +++ b/eclipse/features/org.argeo.slc.ui.launch.feature/feature.xml @@ -0,0 +1,18 @@ + + + + + + + + + + diff --git a/eclipse/features/org.argeo.slc.ui.launch.feature/p2.inf b/eclipse/features/org.argeo.slc.ui.launch.feature/p2.inf new file mode 100644 index 000000000..0423aa509 --- /dev/null +++ b/eclipse/features/org.argeo.slc.ui.launch.feature/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/plugins/org.argeo.slc.ui.launch/META-INF/MANIFEST.MF b/eclipse/plugins/org.argeo.slc.ui.launch/META-INF/MANIFEST.MF index 6ef3a9012..af1c57dae 100644 --- a/eclipse/plugins/org.argeo.slc.ui.launch/META-INF/MANIFEST.MF +++ b/eclipse/plugins/org.argeo.slc.ui.launch/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: SLC UI Launch Bundle-SymbolicName: org.argeo.slc.ui.launch;singleton:=true -Bundle-Version: 0.11.5.D20090730_1516 +Bundle-Version: 0.12.1.D20091229_2012 Bundle-Activator: org.argeo.slc.ui.launch.SlcUiLaunchPlugin Require-Bundle: org.eclipse.ui, org.eclipse.core.runtime, diff --git a/eclipse/plugins/org.argeo.slc.ui.launch/build.properties b/eclipse/plugins/org.argeo.slc.ui.launch/build.properties index a992b5272..c4d9b7d3b 100644 --- a/eclipse/plugins/org.argeo.slc.ui.launch/build.properties +++ b/eclipse/plugins/org.argeo.slc.ui.launch/build.properties @@ -3,4 +3,5 @@ output.. = target/classes/ bin.includes = META-INF/,\ .,\ plugin.xml,\ - icons/ + icons/,\ + slc-sdk.target diff --git a/eclipse/plugins/org.argeo.slc.ui.launch/plugin.xml b/eclipse/plugins/org.argeo.slc.ui.launch/plugin.xml index f4bace663..8893affa3 100644 --- a/eclipse/plugins/org.argeo.slc.ui.launch/plugin.xml +++ b/eclipse/plugins/org.argeo.slc.ui.launch/plugin.xml @@ -119,5 +119,13 @@ id="org.argeo.slc.ui.slcPerspective" name="SLC"> + + + + diff --git a/eclipse/plugins/org.argeo.slc.ui.launch/slc-sdk.target b/eclipse/plugins/org.argeo.slc.ui.launch/slc-sdk.target new file mode 100644 index 000000000..4d5b38528 --- /dev/null +++ b/eclipse/plugins/org.argeo.slc.ui.launch/slc-sdk.target @@ -0,0 +1,4 @@ + + + + -- 2.39.2