From: <bh...@us...> - 2006-09-14 14:35:40
|
Revision: 188 http://svn.sourceforge.net/cishell/?rev=188&view=rev Author: bh2 Date: 2006-09-14 07:35:32 -0700 (Thu, 14 Sep 2006) Log Message: ----------- * redid current features and updated update site * now the update site is fully ready to serve updates to the actual cishell applications Modified Paths: -------------- trunk/deployment/org.cishell.development.feature/feature.xml trunk/deployment/org.cishell.feature/feature.xml trunk/deployment/org.cishell.update/site.xml Modified: trunk/deployment/org.cishell.development.feature/feature.xml =================================================================== --- trunk/deployment/org.cishell.development.feature/feature.xml 2006-09-13 20:53:13 UTC (rev 187) +++ trunk/deployment/org.cishell.development.feature/feature.xml 2006-09-14 14:35:32 UTC (rev 188) @@ -2,19 +2,19 @@ <feature id="org.cishell.development.feature" label="CIShell Algorithm Development Plug-In" - version="0.0.1"> + version="0.0.1.qualifier"> <description url="http://cishell.org"> The CIShell Algorithm Development Pack </description> - <copyright url="http://www.copyright.iupui.edu/"> - Copyright 2005 The Trustees of Indiana University + <copyright> + Copyright 2006 Indiana University </copyright> <license url="http://www.apache.org/licenses/LICENSE-2.0"> CIShell: Cyberinfrastructure Shell -Copyright 2005 Indiana University +Copyright 2006 Indiana University Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at: Modified: trunk/deployment/org.cishell.feature/feature.xml =================================================================== --- trunk/deployment/org.cishell.feature/feature.xml 2006-09-13 20:53:13 UTC (rev 187) +++ trunk/deployment/org.cishell.feature/feature.xml 2006-09-14 14:35:32 UTC (rev 188) @@ -1,27 +1,40 @@ <?xml version="1.0" encoding="UTF-8"?> <feature id="org.cishell.feature" - label="CIShell Installation Feature" - version="0.0.1"> + label="CIShell Framework API Feature" + version="0.0.1.qualifier"> - <description url="http://www.example.com/description"> - [Enter Feature Description here.] + <description url="http://cishell.org"> + CIShell Framework API </description> - <copyright url="http://www.example.com/copyright"> - [Enter Copyright Description here.] + <copyright> + Copyright 2006 Indiana University </copyright> - <license url="http://www.example.com/license"> - [Enter License Description here.] + <license url="http://www.apache.org/licenses/LICENSE-2.0"> + CIShell: Cyberinfrastructure Shell +Copyright 2006 Indiana University +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at: +http://www.apache.org/licenses/LICENSE-2.0 +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the specific +language governing permissions and limitations under the License. +Project Contacts: +Bruce Herr (bh...@bh...) +Weixia Huang (hu...@in...) +Shashikant Penumarthy (sp...@in...) +Dr. Katy Borner (ka...@in...) </license> - <plugin - id="org.cishell.compatibility" - download-size="0" - install-size="0" - version="0.0.0" - unpack="false"/> + <url> + <update label="CIShell Update Site" url="http://cishell.org/update"/> + <discovery label="CIShell Update Site" url="http://cishell.org/update"/> + </url> <plugin id="org.cishell.framework" @@ -30,18 +43,4 @@ version="0.0.0" unpack="false"/> - <plugin - id="org.cishell.reference" - download-size="0" - install-size="0" - version="0.0.0" - unpack="false"/> - - <plugin - id="org.cishell.service.autostart" - download-size="0" - install-size="0" - version="0.0.0" - unpack="false"/> - </feature> Modified: trunk/deployment/org.cishell.update/site.xml =================================================================== --- trunk/deployment/org.cishell.update/site.xml 2006-09-13 20:53:13 UTC (rev 187) +++ trunk/deployment/org.cishell.update/site.xml 2006-09-14 14:35:32 UTC (rev 188) @@ -3,8 +3,29 @@ <description url="http://cishell.org/update"> Update site for CIShell: Cyberinfrastructure Shell </description> - <feature url="features/org.cishell.development.feature_0.0.1.jar" id="org.cishell.development.feature" version="0.0.1"> + <feature url="features/org.cishell.feature_0.0.1.200609131643.jar" id="org.cishell.feature" version="0.0.1.200609131643"> + <category name="Core Features"/> + </feature> + <feature url="features/org.cishell.reference.gui.feature_0.0.1.200609131643.jar" id="org.cishell.reference.gui.feature" version="0.0.1.200609131643"> + <category name="Applications"/> + </feature> + <feature url="features/org.cishell.environment.equinox.feature_0.0.1.jar" id="org.cishell.environment.equinox.feature" version="0.0.1"> + <category name="Core Features"/> + </feature> + <feature url="features/org.cishell.reference.feature_0.0.1.200609131643.jar" id="org.cishell.reference.feature" version="0.0.1.200609131643"> + <category name="Core Features"/> + </feature> + <feature url="features/org.cishell.algorithm.examples.feature_0.0.1.200609131643.jar" id="org.cishell.algorithm.examples.feature" version="0.0.1.200609131643"> <category name="Development"/> </feature> + <feature url="features/org.cishell.development.feature_0.0.1.200609131643.jar" id="org.cishell.development.feature" version="0.0.1.200609131643"> + <category name="Development"/> + </feature> <category-def name="Development" label="Development"/> + <category-def name="Applications" label="Applications"> + <description> + CIShell Reference Applications + </description> + </category-def> + <category-def name="Core Features" label="Core Features"/> </site> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <bh...@us...> - 2006-09-14 15:03:52
|
Revision: 193 http://svn.sourceforge.net/cishell/?rev=193&view=rev Author: bh2 Date: 2006-09-14 08:03:31 -0700 (Thu, 14 Sep 2006) Log Message: ----------- added new features for the update site Added Paths: ----------- trunk/deployment/org.cishell.algorithm.examples.feature/.project trunk/deployment/org.cishell.algorithm.examples.feature/build.properties trunk/deployment/org.cishell.algorithm.examples.feature/feature.xml trunk/deployment/org.cishell.environment.equinox.feature/.project trunk/deployment/org.cishell.environment.equinox.feature/build.properties trunk/deployment/org.cishell.environment.equinox.feature/feature.xml trunk/deployment/org.cishell.reference.feature/.project trunk/deployment/org.cishell.reference.feature/build.properties trunk/deployment/org.cishell.reference.feature/feature.xml trunk/deployment/org.cishell.reference.gui.feature/.project trunk/deployment/org.cishell.reference.gui.feature/build.properties trunk/deployment/org.cishell.reference.gui.feature/feature.xml Added: trunk/deployment/org.cishell.algorithm.examples.feature/.project =================================================================== --- trunk/deployment/org.cishell.algorithm.examples.feature/.project (rev 0) +++ trunk/deployment/org.cishell.algorithm.examples.feature/.project 2006-09-14 15:03:31 UTC (rev 193) @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> +<projectDescription> + <name>org.cishell.algorithm.examples.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> Added: trunk/deployment/org.cishell.algorithm.examples.feature/build.properties =================================================================== --- trunk/deployment/org.cishell.algorithm.examples.feature/build.properties (rev 0) +++ trunk/deployment/org.cishell.algorithm.examples.feature/build.properties 2006-09-14 15:03:31 UTC (rev 193) @@ -0,0 +1 @@ +bin.includes = feature.xml Added: trunk/deployment/org.cishell.algorithm.examples.feature/feature.xml =================================================================== --- trunk/deployment/org.cishell.algorithm.examples.feature/feature.xml (rev 0) +++ trunk/deployment/org.cishell.algorithm.examples.feature/feature.xml 2006-09-14 15:03:31 UTC (rev 193) @@ -0,0 +1,46 @@ +<?xml version="1.0" encoding="UTF-8"?> +<feature + id="org.cishell.algorithm.examples.feature" + label="CIShell Sample Algorithms" + version="0.0.1.qualifier"> + + <description> + Example algorithms for development and testing of CIShell. + </description> + + <copyright> + Copyright 2006 Indiana University + </copyright> + + <license url="http://www.apache.org/licenses/LICENSE-2.0"> + CIShell: Cyberinfrastructure Shell +Copyright 2006 Indiana University +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at: +http://www.apache.org/licenses/LICENSE-2.0 +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the specific +language governing permissions and limitations under the License. +Project Contacts: +Bruce Herr (bh...@bh...) +Weixia Huang (hu...@in...) +Shashikant Penumarthy (sp...@in...) +Dr. Katy Borner (ka...@in...) + </license> + + <url> + <update label="CIShell Update Site" url="http://cishell.org/update"/> + <discovery label="CIShell Update Site" url="http://cishell.org/update"/> + </url> + + <plugin + id="org.cishell.tests.conversion1" + download-size="0" + install-size="0" + version="0.0.0" + unpack="false"/> + +</feature> Added: trunk/deployment/org.cishell.environment.equinox.feature/.project =================================================================== --- trunk/deployment/org.cishell.environment.equinox.feature/.project (rev 0) +++ trunk/deployment/org.cishell.environment.equinox.feature/.project 2006-09-14 15:03:31 UTC (rev 193) @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> +<projectDescription> + <name>org.cishell.environment.equinox.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> Added: trunk/deployment/org.cishell.environment.equinox.feature/build.properties =================================================================== --- trunk/deployment/org.cishell.environment.equinox.feature/build.properties (rev 0) +++ trunk/deployment/org.cishell.environment.equinox.feature/build.properties 2006-09-14 15:03:31 UTC (rev 193) @@ -0,0 +1 @@ +bin.includes = feature.xml Added: trunk/deployment/org.cishell.environment.equinox.feature/feature.xml =================================================================== --- trunk/deployment/org.cishell.environment.equinox.feature/feature.xml (rev 0) +++ trunk/deployment/org.cishell.environment.equinox.feature/feature.xml 2006-09-14 15:03:31 UTC (rev 193) @@ -0,0 +1,366 @@ +<?xml version="1.0" encoding="UTF-8"?> +<feature + id="org.cishell.environment.equinox.feature" + label="CIShell Equinox Execution Environment" + version="0.0.1"> + + <description url="http://cishell.org"> + CIShell OSGi Environment (Eclipse Equinox) + </description> + + <copyright> + Copyright 2006 Indiana University + </copyright> + + <license url="http://www.apache.org/licenses/LICENSE-2.0"> + CIShell: Cyberinfrastructure Shell +Copyright 2006 Indiana University +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at: +http://www.apache.org/licenses/LICENSE-2.0 +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the specific +language governing permissions and limitations under the License. +Project Contacts: +Bruce Herr (bh...@bh...) +Weixia Huang (hu...@in...) +Shashikant Penumarthy (sp...@in...) +Dr. Katy Borner (ka...@in...) + </license> + + <url> + <update label="CIShell Update Site" url="http://cishell.org/update"/> + <discovery label="CIShell Update Site" url="http://cishell.org/update"/> + </url> + + <plugin + id="org.apache.xerces" + download-size="0" + install-size="0" + version="0.0.0"/> + + <plugin + id="com.ibm.icu" + download-size="0" + install-size="0" + version="0.0.0" + unpack="false"/> + + <plugin + id="org.eclipse.core.commands" + download-size="0" + install-size="0" + version="0.0.0" + unpack="false"/> + + <plugin + id="org.eclipse.core.contenttype" + download-size="0" + install-size="0" + version="0.0.0" + unpack="false"/> + + <plugin + id="org.eclipse.core.expressions" + download-size="0" + install-size="0" + version="0.0.0" + unpack="false"/> + + <plugin + id="org.eclipse.core.jobs" + download-size="0" + install-size="0" + version="0.0.0" + unpack="false"/> + + <plugin + id="org.eclipse.core.runtime" + download-size="0" + install-size="0" + version="0.0.0" + unpack="false"/> + + <plugin + id="org.eclipse.core.runtime.compatibility.auth" + download-size="0" + install-size="0" + version="0.0.0" + unpack="false"/> + + <plugin + id="org.eclipse.core.runtime.compatibility.registry" + download-size="0" + install-size="0" + version="0.0.0" + fragment="true"/> + + <plugin + id="org.eclipse.equinox.common" + download-size="0" + install-size="0" + version="0.0.0" + unpack="false"/> + + <plugin + id="org.eclipse.equinox.ds" + download-size="0" + install-size="0" + version="0.0.0" + unpack="false"/> + + <plugin + id="org.eclipse.equinox.event" + download-size="0" + install-size="0" + version="0.0.0" + unpack="false"/> + + <plugin + id="org.eclipse.equinox.log" + download-size="0" + install-size="0" + version="0.0.0" + unpack="false"/> + + <plugin + id="org.eclipse.equinox.metatype" + download-size="0" + install-size="0" + version="0.0.0" + unpack="false"/> + + <plugin + id="org.eclipse.equinox.preferences" + download-size="0" + install-size="0" + version="0.0.0" + unpack="false"/> + + <plugin + id="org.eclipse.equinox.registry" + download-size="0" + install-size="0" + version="0.0.0" + unpack="false"/> + + <plugin + id="org.eclipse.equinox.useradmin" + download-size="0" + install-size="0" + version="0.0.0" + unpack="false"/> + + <plugin + id="org.eclipse.help" + download-size="0" + install-size="0" + version="0.0.0" + unpack="false"/> + + <plugin + id="org.eclipse.jface" + download-size="0" + install-size="0" + version="0.0.0" + unpack="false"/> + + <plugin + id="org.eclipse.osgi" + download-size="0" + install-size="0" + version="0.0.0" + unpack="false"/> + + <plugin + id="org.eclipse.osgi.services" + download-size="0" + install-size="0" + version="0.0.0" + unpack="false"/> + + <plugin + id="org.eclipse.osgi.util" + download-size="0" + install-size="0" + version="0.0.0" + unpack="false"/> + + <plugin + id="org.eclipse.swt" + download-size="0" + install-size="0" + version="0.0.0" + unpack="false"/> + + <plugin + id="org.eclipse.swt.carbon.macosx" + os="macosx" + ws="carbon" + download-size="0" + install-size="0" + version="0.0.0" + fragment="true" + unpack="false"/> + + <plugin + id="org.eclipse.swt.gtk.linux.ppc" + os="linux" + ws="gtk" + arch="ppc" + download-size="0" + install-size="0" + version="0.0.0" + fragment="true" + unpack="false"/> + + <plugin + id="org.eclipse.swt.gtk.linux.x86" + os="linux" + ws="gtk" + arch="x86" + download-size="0" + install-size="0" + version="0.0.0" + fragment="true" + unpack="false"/> + + <plugin + id="org.eclipse.swt.gtk.linux.x86_64" + os="linux" + ws="gtk" + arch="x86_64" + download-size="0" + install-size="0" + version="0.0.0" + fragment="true" + unpack="false"/> + + <plugin + id="org.eclipse.swt.gtk.solaris.sparc" + os="solaris" + ws="gtk" + arch="sparc" + download-size="0" + install-size="0" + version="0.0.0" + fragment="true" + unpack="false"/> + + <plugin + id="org.eclipse.swt.motif.aix.ppc" + os="aix" + ws="motif" + arch="ppc" + download-size="0" + install-size="0" + version="0.0.0" + fragment="true" + unpack="false"/> + + <plugin + id="org.eclipse.swt.motif.hpux.PA_RISC" + os="hpux" + ws="motif" + arch="PA_RISC" + download-size="0" + install-size="0" + version="0.0.0" + fragment="true" + unpack="false"/> + + <plugin + id="org.eclipse.swt.motif.linux.x86" + os="linux" + ws="motif" + arch="x86" + download-size="0" + install-size="0" + version="0.0.0" + fragment="true" + unpack="false"/> + + <plugin + id="org.eclipse.swt.win32.win32.x86" + os="win32" + ws="win32" + arch="x86" + download-size="0" + install-size="0" + version="0.0.0" + fragment="true" + unpack="false"/> + + <plugin + id="org.eclipse.ui" + download-size="0" + install-size="0" + version="0.0.0" + unpack="false"/> + + <plugin + id="org.eclipse.ui.carbon" + ws="carbon" + download-size="0" + install-size="0" + version="0.0.0" + fragment="true" + unpack="false"/> + + <plugin + id="org.eclipse.ui.workbench" + download-size="0" + install-size="0" + version="0.0.0" + unpack="false"/> + + <plugin + id="org.eclipse.update.configurator" + download-size="0" + install-size="0" + version="0.0.0" + unpack="false"/> + + <plugin + id="org.eclipse.update.core" + download-size="0" + install-size="0" + version="0.0.0" + unpack="false"/> + + <plugin + id="org.eclipse.update.core.linux" + os="linux" + download-size="0" + install-size="0" + version="0.0.0" + fragment="true" + unpack="false"/> + + <plugin + id="org.eclipse.update.core.win32" + os="win32" + download-size="0" + install-size="0" + version="0.0.0" + fragment="true" + unpack="false"/> + + <plugin + id="org.eclipse.update.ui" + download-size="0" + install-size="0" + version="0.0.0" + unpack="false"/> + + <plugin + id="org.eclipse.ui.forms" + download-size="0" + install-size="0" + version="0.0.0" + unpack="false"/> + +</feature> Added: trunk/deployment/org.cishell.reference.feature/.project =================================================================== --- trunk/deployment/org.cishell.reference.feature/.project (rev 0) +++ trunk/deployment/org.cishell.reference.feature/.project 2006-09-14 15:03:31 UTC (rev 193) @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> +<projectDescription> + <name>org.cishell.reference.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> Added: trunk/deployment/org.cishell.reference.feature/build.properties =================================================================== --- trunk/deployment/org.cishell.reference.feature/build.properties (rev 0) +++ trunk/deployment/org.cishell.reference.feature/build.properties 2006-09-14 15:03:31 UTC (rev 193) @@ -0,0 +1 @@ +bin.includes = feature.xml Added: trunk/deployment/org.cishell.reference.feature/feature.xml =================================================================== --- trunk/deployment/org.cishell.reference.feature/feature.xml (rev 0) +++ trunk/deployment/org.cishell.reference.feature/feature.xml 2006-09-14 15:03:31 UTC (rev 193) @@ -0,0 +1,60 @@ +<?xml version="1.0" encoding="UTF-8"?> +<feature + id="org.cishell.reference.feature" + label="CIShell Reference Bundles" + version="0.0.1.qualifier"> + + <description url="http://cishell.org"> + CIShell Reference Bundles + </description> + + <copyright> + Copyright 2006 Indiana University + </copyright> + + <license url="http://www.apache.org/licenses/LICENSE-2.0"> + CIShell: Cyberinfrastructure Shell +Copyright 2006 Indiana University +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at: +http://www.apache.org/licenses/LICENSE-2.0 +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the specific +language governing permissions and limitations under the License. +Project Contacts: +Bruce Herr (bh...@bh...) +Weixia Huang (hu...@in...) +Shashikant Penumarthy (sp...@in...) +Dr. Katy Borner (ka...@in...) + </license> + + <url> + <update label="CIShell Update Site" url="http://cishell.org/update"/> + <discovery label="CIShell Update Site" url="http://cishell.org/update"/> + </url> + + <plugin + id="org.cishell.reference" + download-size="0" + install-size="0" + version="0.0.0" + unpack="false"/> + + <plugin + id="org.cishell.reference.services" + download-size="0" + install-size="0" + version="0.0.0" + unpack="false"/> + + <plugin + id="org.cishell.service.autostart" + download-size="0" + install-size="0" + version="0.0.0" + unpack="false"/> + +</feature> Added: trunk/deployment/org.cishell.reference.gui.feature/.project =================================================================== --- trunk/deployment/org.cishell.reference.gui.feature/.project (rev 0) +++ trunk/deployment/org.cishell.reference.gui.feature/.project 2006-09-14 15:03:31 UTC (rev 193) @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> +<projectDescription> + <name>org.cishell.reference.gui.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> Added: trunk/deployment/org.cishell.reference.gui.feature/build.properties =================================================================== --- trunk/deployment/org.cishell.reference.gui.feature/build.properties (rev 0) +++ trunk/deployment/org.cishell.reference.gui.feature/build.properties 2006-09-14 15:03:31 UTC (rev 193) @@ -0,0 +1 @@ +bin.includes = feature.xml Added: trunk/deployment/org.cishell.reference.gui.feature/feature.xml =================================================================== --- trunk/deployment/org.cishell.reference.gui.feature/feature.xml (rev 0) +++ trunk/deployment/org.cishell.reference.gui.feature/feature.xml 2006-09-14 15:03:31 UTC (rev 193) @@ -0,0 +1,95 @@ +<?xml version="1.0" encoding="UTF-8"?> +<feature + id="org.cishell.reference.gui.feature" + label="CIShell Reference GUI" + version="0.0.1.qualifier"> + + <description url="http://cishell.org"> + CIShell Reference GUI + </description> + + <copyright> + Copyright 2006 Indiana University + </copyright> + + <license url="http://www.apache.org/licenses/LICENSE-2.0"> + CIShell: Cyberinfrastructure Shell +Copyright 2006 Indiana University +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at: +http://www.apache.org/licenses/LICENSE-2.0 +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the specific +language governing permissions and limitations under the License. +Project Contacts: +Bruce Herr (bh...@bh...) +Weixia Huang (hu...@in...) +Shashikant Penumarthy (sp...@in...) +Dr. Katy Borner (ka...@in...) + </license> + + <url> + <update label="CIShell Update Site" url="http://cishell.org/update"/> + <discovery label="CIShell Update Site" url="http://cishell.org/update"/> + </url> + + <plugin + id="org.cishell.reference.gui.brand.cishell" + download-size="0" + install-size="0" + version="0.0.0" + unpack="false"/> + + <plugin + id="org.cishell.reference.gui.datamanager" + download-size="0" + install-size="0" + version="0.0.0" + unpack="false"/> + + <plugin + id="org.cishell.reference.gui.guibuilder.temp" + download-size="0" + install-size="0" + version="0.0.0" + unpack="false"/> + + <plugin + id="org.cishell.reference.gui.log" + download-size="0" + install-size="0" + version="0.0.0" + unpack="false"/> + + <plugin + id="org.cishell.reference.gui.menumanager" + download-size="0" + install-size="0" + version="0.0.0" + unpack="false"/> + + <plugin + id="org.cishell.reference.gui.workspace" + download-size="0" + install-size="0" + version="0.0.0" + unpack="false"/> + + <plugin + id="edu.iu.iv.common" + download-size="0" + install-size="0" + version="0.0.0" + unpack="false"/> + + <plugin + id="edu.iu.iv.swtguibuilder" + download-size="0" + install-size="0" + version="0.0.0" + unpack="false"/> + +</feature> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <bh...@us...> - 2006-10-17 17:04:43
|
Revision: 295 http://svn.sourceforge.net/cishell/?rev=295&view=rev Author: bh2 Date: 2006-10-17 10:04:38 -0700 (Tue, 17 Oct 2006) Log Message: ----------- small changes made for the 0.2.0 release Modified Paths: -------------- trunk/deployment/cishell-installer/cishell.product trunk/deployment/org.cishell.environment.equinox.feature/feature.xml Modified: trunk/deployment/cishell-installer/cishell.product =================================================================== --- trunk/deployment/cishell-installer/cishell.product 2006-10-17 15:43:39 UTC (rev 294) +++ trunk/deployment/cishell-installer/cishell.product 2006-10-17 17:04:38 UTC (rev 295) @@ -40,11 +40,11 @@ </plugins> <features> - <feature id="org.cishell.algorithm.examples.feature" version="0.1.0.qualifier"/> + <feature id="org.cishell.algorithm.examples.feature" version="0.2.0.qualifier"/> <feature id="org.cishell.environment.equinox.feature" version="0.1.0"/> <feature id="org.cishell.feature" version="0.1.0.qualifier"/> - <feature id="org.cishell.reference.feature" version="0.1.0.qualifier"/> - <feature id="org.cishell.reference.gui.feature" version="0.1.0.qualifier"/> + <feature id="org.cishell.reference.feature" version="0.2.0.qualifier"/> + <feature id="org.cishell.reference.gui.feature" version="0.2.0.qualifier"/> </features> </product> Modified: trunk/deployment/org.cishell.environment.equinox.feature/feature.xml =================================================================== --- trunk/deployment/org.cishell.environment.equinox.feature/feature.xml 2006-10-17 15:43:39 UTC (rev 294) +++ trunk/deployment/org.cishell.environment.equinox.feature/feature.xml 2006-10-17 17:04:38 UTC (rev 295) @@ -37,163 +37,157 @@ </url> <plugin - id="org.apache.xerces" - download-size="0" - install-size="0" - version="2.8.0.v200606131651"/> - - <plugin id="com.ibm.icu" download-size="0" install-size="0" - version="3.4.5" + version="0.0.0" unpack="false"/> <plugin id="org.eclipse.core.commands" download-size="0" install-size="0" - version="3.2.0.I20060605-1400" + version="0.0.0" unpack="false"/> <plugin id="org.eclipse.core.contenttype" download-size="0" install-size="0" - version="3.2.0.v20060603" + version="0.0.0" unpack="false"/> <plugin id="org.eclipse.core.expressions" download-size="0" install-size="0" - version="3.2.1.r321_v20060721" + version="0.0.0" unpack="false"/> <plugin id="org.eclipse.core.jobs" download-size="0" install-size="0" - version="3.2.0.v20060603" + version="0.0.0" unpack="false"/> <plugin id="org.eclipse.core.runtime" download-size="0" install-size="0" - version="3.2.0.v20060603" + version="0.0.0" unpack="false"/> <plugin id="org.eclipse.core.runtime.compatibility.auth" download-size="0" install-size="0" - version="3.2.0.v20060601" + version="0.0.0" unpack="false"/> <plugin id="org.eclipse.core.runtime.compatibility.registry" download-size="0" install-size="0" - version="3.2.1.R32x_v20060907" + version="0.0.0" fragment="true"/> <plugin id="org.eclipse.equinox.common" download-size="0" install-size="0" - version="3.2.0.v20060603" + version="0.0.0" unpack="false"/> <plugin id="org.eclipse.equinox.ds" download-size="0" install-size="0" - version="1.0.0.qualifier" + version="0.0.0" unpack="false"/> <plugin id="org.eclipse.equinox.event" download-size="0" install-size="0" - version="1.0.0.v20060601a" + version="0.0.0" unpack="false"/> <plugin id="org.eclipse.equinox.log" download-size="0" install-size="0" - version="1.0.0.v20060601a" + version="0.0.0" unpack="false"/> <plugin id="org.eclipse.equinox.metatype" download-size="0" install-size="0" - version="1.0.0.v20060601a" + version="0.0.0" unpack="false"/> <plugin id="org.eclipse.equinox.preferences" download-size="0" install-size="0" - version="3.2.1.R32x_v20060717" + version="0.0.0" unpack="false"/> <plugin id="org.eclipse.equinox.registry" download-size="0" install-size="0" - version="3.2.1.R32x_v20060814" + version="0.0.0" unpack="false"/> <plugin id="org.eclipse.equinox.useradmin" download-size="0" install-size="0" - version="1.0.0.v20060601a" + version="0.0.0" unpack="false"/> <plugin id="org.eclipse.help" download-size="0" install-size="0" - version="3.2.1.R321_v20060920" + version="0.0.0" unpack="false"/> <plugin id="org.eclipse.jface" download-size="0" install-size="0" - version="3.2.1.M20060908-1000" + version="0.0.0" unpack="false"/> <plugin id="org.eclipse.osgi" download-size="0" install-size="0" - version="3.2.0.v20060601" + version="0.0.0" unpack="false"/> <plugin id="org.eclipse.osgi.services" download-size="0" install-size="0" - version="3.1.100.v20060601" + version="0.0.0" unpack="false"/> <plugin id="org.eclipse.osgi.util" download-size="0" install-size="0" - version="3.1.100.v20060601" + version="0.0.0" unpack="false"/> <plugin id="org.eclipse.swt" download-size="0" install-size="0" - version="3.2.1.v3235e" + version="0.0.0" unpack="false"/> <plugin @@ -202,7 +196,7 @@ ws="carbon" download-size="0" install-size="0" - version="3.2.0.v3232m" + version="0.0.0" fragment="true" unpack="false"/> @@ -212,7 +206,7 @@ ws="carbon" download-size="0" install-size="0" - version="3.2.0.I20060605-1400" + version="0.0.0" fragment="true" unpack="false"/> @@ -223,7 +217,7 @@ arch="ppc" download-size="0" install-size="0" - version="3.2.0.v3232m" + version="0.0.0" fragment="true" unpack="false"/> @@ -234,7 +228,7 @@ arch="x86" download-size="0" install-size="0" - version="3.2.1.v3235" + version="0.0.0" fragment="true" unpack="false"/> @@ -245,7 +239,7 @@ arch="x86_64" download-size="0" install-size="0" - version="3.2.0.v3232m" + version="0.0.0" fragment="true" unpack="false"/> @@ -256,7 +250,7 @@ arch="sparc" download-size="0" install-size="0" - version="3.2.0.v3232m" + version="0.0.0" fragment="true" unpack="false"/> @@ -267,7 +261,7 @@ arch="ppc" download-size="0" install-size="0" - version="3.2.0.v3232m" + version="0.0.0" fragment="true" unpack="false"/> @@ -278,7 +272,7 @@ arch="PA_RISC" download-size="0" install-size="0" - version="3.2.0.v3232m" + version="0.0.0" fragment="true" unpack="false"/> @@ -289,7 +283,7 @@ arch="x86" download-size="0" install-size="0" - version="3.2.0.v3232m" + version="0.0.0" fragment="true" unpack="false"/> @@ -300,7 +294,7 @@ arch="x86" download-size="0" install-size="0" - version="3.2.0.v3232m" + version="0.0.0" fragment="true" unpack="false"/> @@ -308,7 +302,7 @@ id="org.eclipse.ui" download-size="0" install-size="0" - version="3.2.1.M20060913-0800" + version="0.0.0" unpack="false"/> <plugin @@ -316,7 +310,7 @@ ws="carbon" download-size="0" install-size="0" - version="3.2.0.I20060605-1400" + version="0.0.0" fragment="true" unpack="false"/> @@ -324,21 +318,21 @@ id="org.eclipse.ui.workbench" download-size="0" install-size="0" - version="3.2.1.M20060906-0800" + version="0.0.0" unpack="false"/> <plugin id="org.eclipse.update.configurator" download-size="0" install-size="0" - version="3.2.1.v20092006" + version="0.0.0" unpack="false"/> <plugin id="org.eclipse.update.core" download-size="0" install-size="0" - version="3.2.1.v20092006" + version="0.0.0" unpack="false"/> <plugin @@ -346,7 +340,7 @@ os="linux" download-size="0" install-size="0" - version="3.2.0.v20060605" + version="0.0.0" fragment="true" unpack="false"/> @@ -355,7 +349,7 @@ os="win32" download-size="0" install-size="0" - version="3.2.0.v20060605" + version="0.0.0" fragment="true" unpack="false"/> @@ -363,14 +357,14 @@ id="org.eclipse.update.ui" download-size="0" install-size="0" - version="3.2.1.v20092006" + version="0.0.0" unpack="false"/> <plugin id="org.eclipse.ui.forms" download-size="0" install-size="0" - version="3.2.0.v20060602" + version="0.0.0" unpack="false"/> </feature> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <bh...@us...> - 2007-12-17 19:51:26
|
Revision: 578 http://cishell.svn.sourceforge.net/cishell/?rev=578&view=rev Author: bh2 Date: 2007-12-17 11:51:12 -0800 (Mon, 17 Dec 2007) Log Message: ----------- refactored the reference gui feature to not have the cishell brand in it. Then a cishell brand feature is created that also includes the reference gui feature. Modified Paths: -------------- trunk/deployment/org.cishell.reference.gui.feature/feature.xml trunk/deployment/org.cishell.reference.releng/cishell.product Modified: trunk/deployment/org.cishell.reference.gui.feature/feature.xml =================================================================== --- trunk/deployment/org.cishell.reference.gui.feature/feature.xml 2007-12-17 19:50:36 UTC (rev 577) +++ trunk/deployment/org.cishell.reference.gui.feature/feature.xml 2007-12-17 19:51:12 UTC (rev 578) @@ -37,13 +37,6 @@ </url> <plugin - id="org.cishell.reference.gui.brand.cishell" - download-size="0" - install-size="0" - version="0.0.0" - unpack="false"/> - - <plugin id="org.cishell.reference.gui.datamanager" download-size="0" install-size="0" Modified: trunk/deployment/org.cishell.reference.releng/cishell.product =================================================================== --- trunk/deployment/org.cishell.reference.releng/cishell.product 2007-12-17 19:50:36 UTC (rev 577) +++ trunk/deployment/org.cishell.reference.releng/cishell.product 2007-12-17 19:51:12 UTC (rev 578) @@ -43,10 +43,11 @@ </plugins> <features> + <feature id="org.cishell.environment.equinox.feature" version="0.0.0"/> <feature id="org.cishell.feature" version="0.3.0"/> <feature id="org.cishell.reference.feature" version="0.4.0"/> <feature id="org.cishell.reference.gui.feature" version="0.4.0"/> - <feature id="org.cishell.environment.equinox.feature" version="0.0.0"/> + <feature id="org.cishell.reference.gui.brand.feature" version="0.8.0"/> </features> </product> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <bh...@us...> - 2008-03-25 16:46:48
|
Revision: 704 http://cishell.svn.sourceforge.net/cishell/?rev=704&view=rev Author: bh2 Date: 2008-03-25 09:46:04 -0700 (Tue, 25 Mar 2008) Log Message: ----------- updated to 1.0 Modified Paths: -------------- trunk/deployment/org.cishell.development.feature/feature.xml trunk/deployment/org.cishell.environment.equinox.feature/feature.xml trunk/deployment/org.cishell.feature/feature.xml trunk/deployment/org.cishell.reference.feature/feature.xml trunk/deployment/org.cishell.reference.gui.brand.feature/feature.xml trunk/deployment/org.cishell.reference.gui.feature/feature.xml trunk/deployment/org.cishell.reference.releng/installer/build.properties trunk/deployment/org.cishell.reference.releng/releases/HEAD.properties Modified: trunk/deployment/org.cishell.development.feature/feature.xml =================================================================== --- trunk/deployment/org.cishell.development.feature/feature.xml 2008-03-25 16:26:18 UTC (rev 703) +++ trunk/deployment/org.cishell.development.feature/feature.xml 2008-03-25 16:46:04 UTC (rev 704) @@ -2,7 +2,7 @@ <feature id="org.cishell.development.feature" label="CIShell Algorithm Development Plug-In" - version="0.3.0"> + version="1.0.0"> <description url="http://cishell.org"> The CIShell Algorithm Development Pack Modified: trunk/deployment/org.cishell.environment.equinox.feature/feature.xml =================================================================== --- trunk/deployment/org.cishell.environment.equinox.feature/feature.xml 2008-03-25 16:26:18 UTC (rev 703) +++ trunk/deployment/org.cishell.environment.equinox.feature/feature.xml 2008-03-25 16:46:04 UTC (rev 704) @@ -2,7 +2,7 @@ <feature id="org.cishell.environment.equinox.feature" label="CIShell Equinox Execution Environment" - version="0.0.0"> + version="1.0.0"> <description url="http://cishell.org"> CIShell OSGi Environment (Eclipse Equinox) Modified: trunk/deployment/org.cishell.feature/feature.xml =================================================================== --- trunk/deployment/org.cishell.feature/feature.xml 2008-03-25 16:26:18 UTC (rev 703) +++ trunk/deployment/org.cishell.feature/feature.xml 2008-03-25 16:46:04 UTC (rev 704) @@ -2,7 +2,7 @@ <feature id="org.cishell.feature" label="CIShell Framework API Feature" - version="0.3.0"> + version="1.0.0"> <description url="http://cishell.org"> CIShell Framework API Modified: trunk/deployment/org.cishell.reference.feature/feature.xml =================================================================== --- trunk/deployment/org.cishell.reference.feature/feature.xml 2008-03-25 16:26:18 UTC (rev 703) +++ trunk/deployment/org.cishell.reference.feature/feature.xml 2008-03-25 16:46:04 UTC (rev 704) @@ -2,7 +2,7 @@ <feature id="org.cishell.reference.feature" label="CIShell Reference Bundles" - version="0.4.0"> + version="1.0.0"> <description url="http://cishell.org"> CIShell Reference Bundles Modified: trunk/deployment/org.cishell.reference.gui.brand.feature/feature.xml =================================================================== --- trunk/deployment/org.cishell.reference.gui.brand.feature/feature.xml 2008-03-25 16:26:18 UTC (rev 703) +++ trunk/deployment/org.cishell.reference.gui.brand.feature/feature.xml 2008-03-25 16:46:04 UTC (rev 704) @@ -2,7 +2,7 @@ <feature id="org.cishell.reference.gui.brand.feature" label="CIShell Branding Feature" - version="0.8.0"> + version="1.0.0"> <description url="http://cishell.org"> Branded CIShell Reference GUI Modified: trunk/deployment/org.cishell.reference.gui.feature/feature.xml =================================================================== --- trunk/deployment/org.cishell.reference.gui.feature/feature.xml 2008-03-25 16:26:18 UTC (rev 703) +++ trunk/deployment/org.cishell.reference.gui.feature/feature.xml 2008-03-25 16:46:04 UTC (rev 704) @@ -2,7 +2,7 @@ <feature id="org.cishell.reference.gui.feature" label="CIShell Reference GUI" - version="0.4.0"> + version="1.0.0"> <description url="http://cishell.org"> CIShell Reference GUI Modified: trunk/deployment/org.cishell.reference.releng/installer/build.properties =================================================================== --- trunk/deployment/org.cishell.reference.releng/installer/build.properties 2008-03-25 16:26:18 UTC (rev 703) +++ trunk/deployment/org.cishell.reference.releng/installer/build.properties 2008-03-25 16:46:04 UTC (rev 704) @@ -6,7 +6,7 @@ #These properties could be passed in by the releng stuff #but it would also double the size of each nightly dir. #So, I recommend not creating this until a release is made. -version=0.8.0 +version=1.0.0 version.full=0.8.0.200712180500NGT buildLabel = N-${version.full} finalResults=/projects/cishell/www/htdocs/nightly Modified: trunk/deployment/org.cishell.reference.releng/releases/HEAD.properties =================================================================== --- trunk/deployment/org.cishell.reference.releng/releases/HEAD.properties 2008-03-25 16:26:18 UTC (rev 703) +++ trunk/deployment/org.cishell.reference.releng/releases/HEAD.properties 2008-03-25 16:46:04 UTC (rev 704) @@ -1,5 +1,5 @@ #released software version -version=0.9.0 +version=1.0.0 #nightly build buildType=N This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <bh...@us...> - 2008-03-26 15:56:58
|
Revision: 720 http://cishell.svn.sourceforge.net/cishell/?rev=720&view=rev Author: bh2 Date: 2008-03-26 08:56:54 -0700 (Wed, 26 Mar 2008) Log Message: ----------- updated to 1.0 Modified Paths: -------------- trunk/deployment/org.cishell.development.feature/feature.xml trunk/deployment/org.cishell.update/site.xml Modified: trunk/deployment/org.cishell.development.feature/feature.xml =================================================================== --- trunk/deployment/org.cishell.development.feature/feature.xml 2008-03-26 14:07:42 UTC (rev 719) +++ trunk/deployment/org.cishell.development.feature/feature.xml 2008-03-26 15:56:54 UTC (rev 720) @@ -40,10 +40,6 @@ id="org.eclipse.equinox" version="0.0.0"/> - <includes - id="org.eclipse.equinox.source" - version="0.0.0"/> - <plugin id="org.cishell.framework" download-size="0" Modified: trunk/deployment/org.cishell.update/site.xml =================================================================== --- trunk/deployment/org.cishell.update/site.xml 2008-03-26 14:07:42 UTC (rev 719) +++ trunk/deployment/org.cishell.update/site.xml 2008-03-26 15:56:54 UTC (rev 720) @@ -3,19 +3,19 @@ <description url="http://cishell.org/update"> Update site for CIShell: Cyberinfrastructure Shell </description> - <feature url="features/org.cishell.algorithm.examples.feature_0.2.0.200610161755.jar" id="org.cishell.algorithm.examples.feature" version="0.2.0.200610161755"> + <feature url="features/org.cishell.development.feature_1.0.0.jar" id="org.cishell.development.feature" version="1.0.0"> <category name="Development"/> </feature> - <feature url="features/org.cishell.development.feature_0.2.0.200610161755.jar" id="org.cishell.development.feature" version="0.2.0.200610161755"> - <category name="Development"/> + <feature url="features/org.cishell.reference.gui.brand.feature_1.0.0.jar" id="org.cishell.reference.gui.brand.feature" version="1.0.0"> + <category name="Applications"/> </feature> - <feature url="features/org.cishell.reference.gui.feature_0.2.0.200610161755.jar" id="org.cishell.reference.gui.feature" version="0.2.0.200610161755"> + <feature url="features/org.cishell.reference.gui.feature_1.0.0.jar" id="org.cishell.reference.gui.feature" version="1.0.0"> <category name="Applications"/> </feature> - <feature url="features/org.cishell.feature_0.2.0.200610161755.jar" id="org.cishell.feature" version="0.2.0.200610161755"> + <feature url="features/org.cishell.feature_1.0.0.jar" id="org.cishell.feature" version="1.0.0"> <category name="Core Features"/> </feature> - <feature url="features/org.cishell.reference.feature_0.2.0.200610161755.jar" id="org.cishell.reference.feature" version="0.2.0.200610161755"> + <feature url="features/org.cishell.reference.feature_1.0.0.jar" id="org.cishell.reference.feature" version="1.0.0"> <category name="Core Features"/> </feature> <category-def name="Development" label="Development"/> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <mwl...@us...> - 2008-04-02 19:06:00
|
Revision: 769 http://cishell.svn.sourceforge.net/cishell/?rev=769&view=rev Author: mwlinnem Date: 2008-04-02 12:05:43 -0700 (Wed, 02 Apr 2008) Log Message: ----------- Added user-adjustable preferences plugins to their respective features Modified Paths: -------------- trunk/deployment/org.cishell.reference.feature/feature.xml trunk/deployment/org.cishell.reference.gui.feature/feature.xml Modified: trunk/deployment/org.cishell.reference.feature/feature.xml =================================================================== --- trunk/deployment/org.cishell.reference.feature/feature.xml 2008-04-02 18:56:25 UTC (rev 768) +++ trunk/deployment/org.cishell.reference.feature/feature.xml 2008-04-02 19:05:43 UTC (rev 769) @@ -100,4 +100,11 @@ install-size="0" version="0.0.0"/> + <plugin + id="org.cishell.reference.prefs.admin" + download-size="0" + install-size="0" + version="0.0.0" + unpack="false"/> + </feature> Modified: trunk/deployment/org.cishell.reference.gui.feature/feature.xml =================================================================== --- trunk/deployment/org.cishell.reference.gui.feature/feature.xml 2008-04-02 18:56:25 UTC (rev 768) +++ trunk/deployment/org.cishell.reference.gui.feature/feature.xml 2008-04-02 19:05:43 UTC (rev 769) @@ -85,4 +85,11 @@ version="0.0.0" unpack="false"/> + <plugin + id="org.cishell.reference.gui.prefs.swt" + download-size="0" + install-size="0" + version="0.0.0" + unpack="false"/> + </feature> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |