From: <mwl...@us...> - 2008-04-02 19:06:00
|
Revision: 769 http://cishell.svn.sourceforge.net/cishell/?rev=769&view=rev Author: mwlinnem Date: 2008-04-02 12:05:43 -0700 (Wed, 02 Apr 2008) Log Message: ----------- Added user-adjustable preferences plugins to their respective features Modified Paths: -------------- trunk/deployment/org.cishell.reference.feature/feature.xml trunk/deployment/org.cishell.reference.gui.feature/feature.xml Modified: trunk/deployment/org.cishell.reference.feature/feature.xml =================================================================== --- trunk/deployment/org.cishell.reference.feature/feature.xml 2008-04-02 18:56:25 UTC (rev 768) +++ trunk/deployment/org.cishell.reference.feature/feature.xml 2008-04-02 19:05:43 UTC (rev 769) @@ -100,4 +100,11 @@ install-size="0" version="0.0.0"/> + <plugin + id="org.cishell.reference.prefs.admin" + download-size="0" + install-size="0" + version="0.0.0" + unpack="false"/> + </feature> Modified: trunk/deployment/org.cishell.reference.gui.feature/feature.xml =================================================================== --- trunk/deployment/org.cishell.reference.gui.feature/feature.xml 2008-04-02 18:56:25 UTC (rev 768) +++ trunk/deployment/org.cishell.reference.gui.feature/feature.xml 2008-04-02 19:05:43 UTC (rev 769) @@ -85,4 +85,11 @@ version="0.0.0" unpack="false"/> + <plugin + id="org.cishell.reference.gui.prefs.swt" + 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. |