From: <bh...@us...> - 2007-12-17 19:51:36
|
Revision: 579 http://cishell.svn.sourceforge.net/cishell/?rev=579&view=rev Author: bh2 Date: 2007-12-17 11:51:32 -0800 (Mon, 17 Dec 2007) Log Message: ----------- Initial commit of the cishell brand feature following a refactor of the reference gui feature. Added Paths: ----------- trunk/deployment/org.cishell.reference.gui.brand.feature/.project trunk/deployment/org.cishell.reference.gui.brand.feature/build.properties trunk/deployment/org.cishell.reference.gui.brand.feature/feature.xml Added: trunk/deployment/org.cishell.reference.gui.brand.feature/.project =================================================================== --- trunk/deployment/org.cishell.reference.gui.brand.feature/.project (rev 0) +++ trunk/deployment/org.cishell.reference.gui.brand.feature/.project 2007-12-17 19:51:32 UTC (rev 579) @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> +<projectDescription> + <name>org.cishell.reference.gui.brand.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> Property changes on: trunk/deployment/org.cishell.reference.gui.brand.feature/.project ___________________________________________________________________ Name: svn:mime-type + text/plain Added: trunk/deployment/org.cishell.reference.gui.brand.feature/build.properties =================================================================== --- trunk/deployment/org.cishell.reference.gui.brand.feature/build.properties (rev 0) +++ trunk/deployment/org.cishell.reference.gui.brand.feature/build.properties 2007-12-17 19:51:32 UTC (rev 579) @@ -0,0 +1 @@ +bin.includes = feature.xml Property changes on: trunk/deployment/org.cishell.reference.gui.brand.feature/build.properties ___________________________________________________________________ Name: svn:mime-type + text/plain Added: trunk/deployment/org.cishell.reference.gui.brand.feature/feature.xml =================================================================== --- trunk/deployment/org.cishell.reference.gui.brand.feature/feature.xml (rev 0) +++ trunk/deployment/org.cishell.reference.gui.brand.feature/feature.xml 2007-12-17 19:51:32 UTC (rev 579) @@ -0,0 +1,50 @@ +<?xml version="1.0" encoding="UTF-8"?> +<feature + id="org.cishell.reference.gui.brand.feature" + label="CIShell Branding Feature" + version="0.8.0"> + + <description url="http://cishell.org"> + Branded 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> + + <includes + id="org.cishell.reference.gui.feature" + version="0.0.0"/> + + <plugin + id="org.cishell.reference.gui.brand.cishell" + download-size="0" + install-size="0" + version="0.0.0" + unpack="false"/> + +</feature> Property changes on: trunk/deployment/org.cishell.reference.gui.brand.feature/feature.xml ___________________________________________________________________ Name: svn:mime-type + text/plain This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |