From: <bh...@us...> - 2006-12-19 21:37:14
|
Revision: 354 http://svn.sourceforge.net/cishell/?rev=354&view=rev Author: bh2 Date: 2006-12-19 13:36:58 -0800 (Tue, 19 Dec 2006) Log Message: ----------- CIShell version bump to 0.3.0 Modified Paths: -------------- trunk/clients/gui/org.cishell.reference.gui.brand.cishell/META-INF/MANIFEST.MF trunk/clients/gui/org.cishell.reference.gui.brand.cishell/plugin.xml trunk/clients/gui/org.cishell.reference.gui.datamanager/META-INF/MANIFEST.MF trunk/clients/gui/org.cishell.reference.gui.guibuilder.swt/META-INF/MANIFEST.MF trunk/clients/gui/org.cishell.reference.gui.log/META-INF/MANIFEST.MF trunk/clients/gui/org.cishell.reference.gui.menumanager/META-INF/MANIFEST.MF trunk/clients/gui/org.cishell.reference.gui.persistence/META-INF/MANIFEST.MF trunk/clients/gui/org.cishell.reference.gui.workspace/META-INF/MANIFEST.MF trunk/core/org.cishell.framework/META-INF/MANIFEST.MF trunk/core/org.cishell.reference/META-INF/MANIFEST.MF trunk/core/org.cishell.reference.services/META-INF/MANIFEST.MF trunk/core/org.cishell.service.autostart/META-INF/MANIFEST.MF trunk/deployment/cishell-installer/build.xml trunk/deployment/cishell-installer/cishell.product trunk/deployment/cishell-installer/install.xml trunk/deployment/cishell-installer/thanks.txt trunk/deployment/org.cishell.algorithm.examples.feature/feature.xml trunk/deployment/org.cishell.development.feature/feature.xml trunk/deployment/org.cishell.feature/feature.xml trunk/deployment/org.cishell.reference.feature/feature.xml trunk/deployment/org.cishell.reference.gui.feature/feature.xml trunk/templates/org.cishell.templates/META-INF/MANIFEST.MF trunk/templates/org.cishell.templates.wizards/META-INF/MANIFEST.MF Modified: trunk/clients/gui/org.cishell.reference.gui.brand.cishell/META-INF/MANIFEST.MF =================================================================== --- trunk/clients/gui/org.cishell.reference.gui.brand.cishell/META-INF/MANIFEST.MF 2006-12-18 14:31:14 UTC (rev 353) +++ trunk/clients/gui/org.cishell.reference.gui.brand.cishell/META-INF/MANIFEST.MF 2006-12-19 21:36:58 UTC (rev 354) @@ -2,7 +2,7 @@ Bundle-ManifestVersion: 2 Bundle-Name: CIShell Branding Plug-in Bundle-SymbolicName: org.cishell.reference.gui.brand.cishell;singleton:=true -Bundle-Version: 0.2.1 +Bundle-Version: 0.3.0 Bundle-Activator: org.cishell.reference.gui.brand.cishell.Activator Bundle-Localization: plugin Require-Bundle: org.eclipse.core.runtime, Modified: trunk/clients/gui/org.cishell.reference.gui.brand.cishell/plugin.xml =================================================================== --- trunk/clients/gui/org.cishell.reference.gui.brand.cishell/plugin.xml 2006-12-18 14:31:14 UTC (rev 353) +++ trunk/clients/gui/org.cishell.reference.gui.brand.cishell/plugin.xml 2006-12-19 21:36:58 UTC (rev 354) @@ -56,7 +56,7 @@ <perspectiveExtension targetID="org.cishell.reference.gui.workspace.Perspective"> <view id="org.cishell.reference.gui.scheduler.SchedulerView" - relative="org.cishell.reference.gui.log.LogView" + relative="org.eclipse.ui.editors" relationship="bottom" ratio="1.00" moveable = "true" Modified: trunk/clients/gui/org.cishell.reference.gui.datamanager/META-INF/MANIFEST.MF =================================================================== --- trunk/clients/gui/org.cishell.reference.gui.datamanager/META-INF/MANIFEST.MF 2006-12-18 14:31:14 UTC (rev 353) +++ trunk/clients/gui/org.cishell.reference.gui.datamanager/META-INF/MANIFEST.MF 2006-12-19 21:36:58 UTC (rev 354) @@ -2,7 +2,7 @@ Bundle-ManifestVersion: 2 Bundle-Name: Data Manager GUI Plug-in Bundle-SymbolicName: org.cishell.reference.gui.datamanager;singleton:=true -Bundle-Version: 0.2.1 +Bundle-Version: 0.3.0 Bundle-Activator: org.cishell.reference.gui.datamanager.Activator Bundle-Localization: plugin Require-Bundle: org.eclipse.ui, Modified: trunk/clients/gui/org.cishell.reference.gui.guibuilder.swt/META-INF/MANIFEST.MF =================================================================== --- trunk/clients/gui/org.cishell.reference.gui.guibuilder.swt/META-INF/MANIFEST.MF 2006-12-18 14:31:14 UTC (rev 353) +++ trunk/clients/gui/org.cishell.reference.gui.guibuilder.swt/META-INF/MANIFEST.MF 2006-12-19 21:36:58 UTC (rev 354) @@ -2,7 +2,7 @@ Bundle-ManifestVersion: 2 Bundle-Name: GUI Builder Reference Implementation Using SWT Bundle-SymbolicName: org.cishell.reference.gui.guibuilder.swt -Bundle-Version: 0.2.1 +Bundle-Version: 0.3.0 Bundle-Localization: plugin Import-Package: org.cishell.framework, org.cishell.service.guibuilder, Modified: trunk/clients/gui/org.cishell.reference.gui.log/META-INF/MANIFEST.MF =================================================================== --- trunk/clients/gui/org.cishell.reference.gui.log/META-INF/MANIFEST.MF 2006-12-18 14:31:14 UTC (rev 353) +++ trunk/clients/gui/org.cishell.reference.gui.log/META-INF/MANIFEST.MF 2006-12-19 21:36:58 UTC (rev 354) @@ -2,7 +2,7 @@ Bundle-ManifestVersion: 2 Bundle-Name: Log GUI Plug-in Bundle-SymbolicName: org.cishell.reference.gui.log;singleton:=true -Bundle-Version: 0.2.1 +Bundle-Version: 0.3.0 Bundle-Activator: org.cishell.reference.gui.log.Activator Bundle-Localization: plugin Require-Bundle: org.eclipse.ui, Modified: trunk/clients/gui/org.cishell.reference.gui.menumanager/META-INF/MANIFEST.MF =================================================================== --- trunk/clients/gui/org.cishell.reference.gui.menumanager/META-INF/MANIFEST.MF 2006-12-18 14:31:14 UTC (rev 353) +++ trunk/clients/gui/org.cishell.reference.gui.menumanager/META-INF/MANIFEST.MF 2006-12-19 21:36:58 UTC (rev 354) @@ -2,7 +2,7 @@ Bundle-ManifestVersion: 2 Bundle-Name: Menu Manager Plug-in Bundle-SymbolicName: org.cishell.reference.gui.menumanager;singleton:=true -Bundle-Version: 0.2.1 +Bundle-Version: 0.3.0 Bundle-Activator: org.cishell.reference.gui.menumanager.Activator Bundle-Localization: plugin Require-Bundle: org.eclipse.ui, Modified: trunk/clients/gui/org.cishell.reference.gui.persistence/META-INF/MANIFEST.MF =================================================================== --- trunk/clients/gui/org.cishell.reference.gui.persistence/META-INF/MANIFEST.MF 2006-12-18 14:31:14 UTC (rev 353) +++ trunk/clients/gui/org.cishell.reference.gui.persistence/META-INF/MANIFEST.MF 2006-12-19 21:36:58 UTC (rev 354) @@ -2,7 +2,7 @@ Bundle-ManifestVersion: 2 Bundle-Name: Persistence Plug-in Bundle-SymbolicName: org.cishell.reference.gui.persistence;singleton:=true -Bundle-Version: 0.2.1 +Bundle-Version: 0.3.0 Bundle-ClassPath: . Bundle-Localization: plugin Import-Package: org.cishell.app.service.datamanager, Modified: trunk/clients/gui/org.cishell.reference.gui.workspace/META-INF/MANIFEST.MF =================================================================== --- trunk/clients/gui/org.cishell.reference.gui.workspace/META-INF/MANIFEST.MF 2006-12-18 14:31:14 UTC (rev 353) +++ trunk/clients/gui/org.cishell.reference.gui.workspace/META-INF/MANIFEST.MF 2006-12-19 21:36:58 UTC (rev 354) @@ -2,7 +2,7 @@ Bundle-ManifestVersion: 2 Bundle-Name: CIShell Reference GUI Workspace Plug-in Bundle-SymbolicName: org.cishell.reference.gui.workspace; singleton:=true -Bundle-Version: 0.2.1 +Bundle-Version: 0.3.0 Bundle-Activator: org.cishell.reference.gui.workspace.Activator Bundle-Localization: plugin Require-Bundle: org.eclipse.ui, Modified: trunk/core/org.cishell.framework/META-INF/MANIFEST.MF =================================================================== --- trunk/core/org.cishell.framework/META-INF/MANIFEST.MF 2006-12-18 14:31:14 UTC (rev 353) +++ trunk/core/org.cishell.framework/META-INF/MANIFEST.MF 2006-12-19 21:36:58 UTC (rev 354) @@ -2,7 +2,7 @@ Bundle-ManifestVersion: 2 Bundle-Name: CIShell Framework API Bundle-SymbolicName: org.cishell.framework -Bundle-Version: 0.2.1 +Bundle-Version: 0.3.0 Bundle-Vendor: Bruce Herr Bundle-Localization: plugin Import-Package: org.osgi.framework, Modified: trunk/core/org.cishell.reference/META-INF/MANIFEST.MF =================================================================== --- trunk/core/org.cishell.reference/META-INF/MANIFEST.MF 2006-12-18 14:31:14 UTC (rev 353) +++ trunk/core/org.cishell.reference/META-INF/MANIFEST.MF 2006-12-19 21:36:58 UTC (rev 354) @@ -2,7 +2,7 @@ Bundle-ManifestVersion: 2 Bundle-Name: CIShell Reference Service Implementations Bundle-SymbolicName: org.cishell.reference -Bundle-Version: 0.2.1 +Bundle-Version: 0.3.0 Bundle-Localization: plugin Import-Package: org.cishell.app.service.datamanager, org.cishell.app.service.scheduler, Modified: trunk/core/org.cishell.reference.services/META-INF/MANIFEST.MF =================================================================== --- trunk/core/org.cishell.reference.services/META-INF/MANIFEST.MF 2006-12-18 14:31:14 UTC (rev 353) +++ trunk/core/org.cishell.reference.services/META-INF/MANIFEST.MF 2006-12-19 21:36:58 UTC (rev 354) @@ -2,7 +2,7 @@ Bundle-ManifestVersion: 2 Bundle-Name: Reference Services Starter Bundle-SymbolicName: org.cishell.reference.services -Bundle-Version: 0.2.1 +Bundle-Version: 0.3.0 Bundle-Activator: org.cishell.reference.services.Activator Bundle-Localization: plugin X-AutoStart: true Modified: trunk/core/org.cishell.service.autostart/META-INF/MANIFEST.MF =================================================================== --- trunk/core/org.cishell.service.autostart/META-INF/MANIFEST.MF 2006-12-18 14:31:14 UTC (rev 353) +++ trunk/core/org.cishell.service.autostart/META-INF/MANIFEST.MF 2006-12-19 21:36:58 UTC (rev 354) @@ -2,7 +2,7 @@ Bundle-ManifestVersion: 2 Bundle-Name: CIShell Bundler Autostarter Bundle-SymbolicName: org.cishell.service.autostart -Bundle-Version: 0.2.1 +Bundle-Version: 0.3.0 Bundle-Activator: org.cishell.service.autostart.Activator Bundle-Localization: plugin Import-Package: org.osgi.framework;version="1.3.0" Modified: trunk/deployment/cishell-installer/build.xml =================================================================== --- trunk/deployment/cishell-installer/build.xml 2006-12-18 14:31:14 UTC (rev 353) +++ trunk/deployment/cishell-installer/build.xml 2006-12-19 21:36:58 UTC (rev 354) @@ -12,10 +12,10 @@ <project name='CIShell Installer' default='compile' basedir='.'> <!-- Properties --> - <property name="version" value="0.2.1"/> + <property name="version" value="0.3.0"/> <property name="full.xml" value="install.xml"/> <property name="min.xml" value="install.xml"/> - <property name="full.jar" value="cishell-installer_${version}.alpha.jar"/> + <property name="full.jar" value="cishell-installer_${version}.jar"/> <property name="min.jar" value="cishell.${version}.minimal-installer.jar"/> Modified: trunk/deployment/cishell-installer/cishell.product =================================================================== --- trunk/deployment/cishell-installer/cishell.product 2006-12-18 14:31:14 UTC (rev 353) +++ trunk/deployment/cishell-installer/cishell.product 2006-12-19 21:36:58 UTC (rev 354) @@ -40,11 +40,11 @@ </plugins> <features> - <feature id="org.cishell.algorithm.examples.feature" version="0.2.1"/> + <feature id="org.cishell.algorithm.examples.feature" version="0.3.0"/> <feature id="org.cishell.environment.equinox.feature" version="0.1.0"/> - <feature id="org.cishell.feature" version="0.2.1"/> - <feature id="org.cishell.reference.feature" version="0.2.1"/> - <feature id="org.cishell.reference.gui.feature" version="0.2.1"/> + <feature id="org.cishell.feature" version="0.3.0"/> + <feature id="org.cishell.reference.feature" version="0.3.0"/> + <feature id="org.cishell.reference.gui.feature" version="0.3.0"/> </features> </product> Modified: trunk/deployment/cishell-installer/install.xml =================================================================== --- trunk/deployment/cishell-installer/install.xml 2006-12-18 14:31:14 UTC (rev 353) +++ trunk/deployment/cishell-installer/install.xml 2006-12-19 21:36:58 UTC (rev 354) @@ -16,7 +16,7 @@ <info> <appname>CIShell: Cyberinfrastructure Shell</appname> <appsubpath>cishell</appsubpath> - <appversion>0.2.1</appversion> + <appversion>0.3.0</appversion> <authors> <author name="Bruce Herr" email="bh...@bh..." /> <author name="Weixia Huang" email="hu...@in..." /> Modified: trunk/deployment/cishell-installer/thanks.txt =================================================================== --- trunk/deployment/cishell-installer/thanks.txt 2006-12-18 14:31:14 UTC (rev 353) +++ trunk/deployment/cishell-installer/thanks.txt 2006-12-19 21:36:58 UTC (rev 354) @@ -1,14 +1,9 @@ Installation of CIShell: Cyberinfrastructure Shell was successful! -This release adds several algorithms and converters to give an idea of -what a filling of CIShell would be like. Also, automatic multi-step -data conversion has been implemented in this version. +This release adds full Max OSX support, a brand new algorithm Scheduler GUI, +expanded windows executable support for batch files, some small GUI +improvements, new Visualizations and fixes to old ones, and many bug fixes. -WARNING: This is an alpha release of CIShell. This means that not all -the functionality is there, there will be bugs, and that the final -feature set is not yet set in stone. If you have bug reports, comments, -or feature requests please feel free to contact us as described below. - If you have any problems, please contact the CIShell development team at cis...@li.... New releases will be announced on the users list. You can sign up on our Modified: trunk/deployment/org.cishell.algorithm.examples.feature/feature.xml =================================================================== --- trunk/deployment/org.cishell.algorithm.examples.feature/feature.xml 2006-12-18 14:31:14 UTC (rev 353) +++ trunk/deployment/org.cishell.algorithm.examples.feature/feature.xml 2006-12-19 21:36:58 UTC (rev 354) @@ -2,7 +2,7 @@ <feature id="org.cishell.algorithm.examples.feature" label="CIShell Sample Algorithms" - version="0.2.1"> + version="0.3.0"> <description> Example algorithms for development and testing of CIShell. Modified: trunk/deployment/org.cishell.development.feature/feature.xml =================================================================== --- trunk/deployment/org.cishell.development.feature/feature.xml 2006-12-18 14:31:14 UTC (rev 353) +++ trunk/deployment/org.cishell.development.feature/feature.xml 2006-12-19 21:36:58 UTC (rev 354) @@ -2,7 +2,7 @@ <feature id="org.cishell.development.feature" label="CIShell Algorithm Development Plug-In" - version="0.2.1"> + version="0.3.0"> <description url="http://cishell.org"> The CIShell Algorithm Development Pack Modified: trunk/deployment/org.cishell.feature/feature.xml =================================================================== --- trunk/deployment/org.cishell.feature/feature.xml 2006-12-18 14:31:14 UTC (rev 353) +++ trunk/deployment/org.cishell.feature/feature.xml 2006-12-19 21:36:58 UTC (rev 354) @@ -2,7 +2,7 @@ <feature id="org.cishell.feature" label="CIShell Framework API Feature" - version="0.2.1"> + version="0.3.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 2006-12-18 14:31:14 UTC (rev 353) +++ trunk/deployment/org.cishell.reference.feature/feature.xml 2006-12-19 21:36:58 UTC (rev 354) @@ -2,7 +2,7 @@ <feature id="org.cishell.reference.feature" label="CIShell Reference Bundles" - version="0.2.1"> + version="0.3.0"> <description url="http://cishell.org"> CIShell Reference Bundles Modified: trunk/deployment/org.cishell.reference.gui.feature/feature.xml =================================================================== --- trunk/deployment/org.cishell.reference.gui.feature/feature.xml 2006-12-18 14:31:14 UTC (rev 353) +++ trunk/deployment/org.cishell.reference.gui.feature/feature.xml 2006-12-19 21:36:58 UTC (rev 354) @@ -2,7 +2,7 @@ <feature id="org.cishell.reference.gui.feature" label="CIShell Reference GUI" - version="0.2.1"> + version="0.3.0"> <description url="http://cishell.org"> CIShell Reference GUI Modified: trunk/templates/org.cishell.templates/META-INF/MANIFEST.MF =================================================================== --- trunk/templates/org.cishell.templates/META-INF/MANIFEST.MF 2006-12-18 14:31:14 UTC (rev 353) +++ trunk/templates/org.cishell.templates/META-INF/MANIFEST.MF 2006-12-19 21:36:58 UTC (rev 354) @@ -2,7 +2,7 @@ Bundle-ManifestVersion: 2 Bundle-Name: CIShell Template Code Provider Bundle-SymbolicName: org.cishell.templates;singleton:=true -Bundle-Version: 0.2.1 +Bundle-Version: 0.3.0 Bundle-Localization: plugin X-AutoStart: true Import-Package: org.cishell.framework, Modified: trunk/templates/org.cishell.templates.wizards/META-INF/MANIFEST.MF =================================================================== --- trunk/templates/org.cishell.templates.wizards/META-INF/MANIFEST.MF 2006-12-18 14:31:14 UTC (rev 353) +++ trunk/templates/org.cishell.templates.wizards/META-INF/MANIFEST.MF 2006-12-19 21:36:58 UTC (rev 354) @@ -2,7 +2,7 @@ Bundle-ManifestVersion: 2 Bundle-Name: CIShell Integration Wizards Bundle-SymbolicName: org.cishell.templates.wizards;singleton:=true -Bundle-Version: 0.2.1 +Bundle-Version: 0.3.0 Bundle-Activator: org.cishell.templates.wizards.Activator Bundle-Localization: plugin Require-Bundle: org.eclipse.ui;bundle-version="3.2.0", This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |