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