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. |