X-Git-Url: http://secure.phpeclipse.com diff --git a/net.sourceforge.phpeclipse.webbrowser/schema/favorites.exsd b/net.sourceforge.phpeclipse.webbrowser/schema/favorites.exsd new file mode 100644 index 0000000..e2c40c9 --- /dev/null +++ b/net.sourceforge.phpeclipse.webbrowser/schema/favorites.exsd @@ -0,0 +1,124 @@ + + + + + + + + + This extension point provides a way to define default Favorites (URLs). + + + + + + + + + + + + a fully qualified identifier of the target extension point + + + + + + + an optional identifier of the extension instance + + + + + + + an optional name of the extension instance + + + + + + + + + + + + + + + + + + + specifies a unique identifier for this extension point + + + + + + + specifies the URL of the favorite + + + + + + + specifies the translatable name of the favorite + + + + + + + set to "true" if the favorite cannot be changed by the user, and "false" if the favorite is initially available, but the user can remove it + + + + + + + + + + + + The following is an example of the favorites extension point: + +<p> +<pre> + <extension point="org.eclipse.webbrowser.favorites"> + <startup + id="com.example.ExampleIdentifier" + name="eclipse" + url="http://www.eclipse.org"/> + </extension> +</pre> +</p> + + + + + + + + + + + + + + + + + + Copyright (c) 2000, 2003 IBM Corporation and others.<br> +All rights reserved. This program and the accompanying materials are made +available under the terms of the Common Public License v1.0 which accompanies +this distribution, and is available at +<a href="http://www.eclipse.org/legal/cpl-v10.html">http://www.eclipse.org/legal/cpl-v10.html</a> + + + +