From: <mwl...@us...> - 2009-06-18 16:36:07
|
Revision: 869 http://cishell.svn.sourceforge.net/cishell/?rev=869&view=rev Author: mwlinnem Date: 2009-06-18 16:36:01 +0000 (Thu, 18 Jun 2009) Log Message: ----------- Contents of new database feature. Added Paths: ----------- trunk/deployment/org.cishell.reference.database.feature/.project trunk/deployment/org.cishell.reference.database.feature/build.properties trunk/deployment/org.cishell.reference.database.feature/feature.xml Added: trunk/deployment/org.cishell.reference.database.feature/.project =================================================================== --- trunk/deployment/org.cishell.reference.database.feature/.project (rev 0) +++ trunk/deployment/org.cishell.reference.database.feature/.project 2009-06-18 16:36:01 UTC (rev 869) @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> +<projectDescription> + <name>org.cishell.reference.database.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.database.feature/build.properties =================================================================== --- trunk/deployment/org.cishell.reference.database.feature/build.properties (rev 0) +++ trunk/deployment/org.cishell.reference.database.feature/build.properties 2009-06-18 16:36:01 UTC (rev 869) @@ -0,0 +1 @@ +bin.includes = feature.xml Added: trunk/deployment/org.cishell.reference.database.feature/feature.xml =================================================================== --- trunk/deployment/org.cishell.reference.database.feature/feature.xml (rev 0) +++ trunk/deployment/org.cishell.reference.database.feature/feature.xml 2009-06-18 16:36:01 UTC (rev 869) @@ -0,0 +1,60 @@ +<?xml version="1.0" encoding="UTF-8"?> +<feature + id="org.cishell.reference.database.feature" + label="CIShell Reference Bundles Related to Internal Database" + version="1.0.0"> + + <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.service.database" + download-size="0" + install-size="0" + version="0.0.0" + unpack="false"/> + + <plugin + id="org.cishell.service.database" + download-size="0" + install-size="0" + version="0.0.0" + unpack="false"/> + + <plugin + id="org.cishell.templates.database" + 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. |