Author: hibou
Date: Fri May 9 04:28:02 2008
New Revision: 654765
URL: http://svn.apache.org/viewvc?rev=654765&view=rev
Log:
Merged revisions 654576-654577,654590,654608,654762 via svnmerge from
https://svn.apache.org/repos/asf/ant/ivy/ivyde/trunk/doc
........
r654576 | hibou | 2008-05-08 18:39:48 +0200 (Jeu, 08 mai 2008) | 3 lines
IvyDE doc refactoring:
- only keep the documentation here
........
r654577 | hibou | 2008-05-08 18:41:38 +0200 (Jeu, 08 mai 2008) | 3 lines
IvyDE doc refactoring:
- the documentation is in index.html
........
r654590 | hibou | 2008-05-08 19:50:54 +0200 (Jeu, 08 mai 2008) | 2 lines
- use a bread crumb
........
r654608 | hibou | 2008-05-08 22:03:52 +0200 (Jeu, 08 mai 2008) | 2 lines
Add some dynamic tree for the TOC
........
r654762 | hibou | 2008-05-09 13:20:07 +0200 (Ven, 09 mai 2008) | 3 lines
- minor grammar, spelling and punctuation fixes
- make the internal links not visible (so that when moving the cursor upon
them doesn't change the display of the headings)
........
Added:
ant/ivy/ivyde/branches/1.2.0/doc/images/bullet.gif
- copied unchanged from r654762, ant/ivy/ivyde/trunk/doc/images/bullet.gif
ant/ivy/ivyde/branches/1.2.0/doc/images/closed.gif
- copied unchanged from r654762, ant/ivy/ivyde/trunk/doc/images/closed.gif
ant/ivy/ivyde/branches/1.2.0/doc/images/open.gif
- copied unchanged from r654762, ant/ivy/ivyde/trunk/doc/images/open.gif
ant/ivy/ivyde/branches/1.2.0/doc/js/
- copied from r654762, ant/ivy/ivyde/trunk/doc/js/
ant/ivy/ivyde/branches/1.2.0/doc/js/download-redirect.js
- copied unchanged from r654762,
ant/ivy/ivyde/trunk/doc/js/download-redirect.js
ant/ivy/ivyde/branches/1.2.0/doc/js/jquery.pack.js
- copied unchanged from r654762, ant/ivy/ivyde/trunk/doc/js/jquery.pack.js
ant/ivy/ivyde/branches/1.2.0/doc/js/jquery.treeview.js
- copied unchanged from r654762,
ant/ivy/ivyde/trunk/doc/js/jquery.treeview.js
ant/ivy/ivyde/branches/1.2.0/doc/style/tree.css
- copied unchanged from r654762, ant/ivy/ivyde/trunk/doc/style/tree.css
Modified:
ant/ivy/ivyde/branches/1.2.0/doc/ (props changed)
ant/ivy/ivyde/branches/1.2.0/doc/cp_container.html
ant/ivy/ivyde/branches/1.2.0/doc/editor.html
ant/ivy/ivyde/branches/1.2.0/doc/index.html
ant/ivy/ivyde/branches/1.2.0/doc/maven.html
ant/ivy/ivyde/branches/1.2.0/doc/style/nav.css
ant/ivy/ivyde/branches/1.2.0/doc/style/style.css
ant/ivy/ivyde/branches/1.2.0/doc/template.html
Propchange: ant/ivy/ivyde/branches/1.2.0/doc/
------------------------------------------------------------------------------
--- svnmerge-integrated (original)
+++ svnmerge-integrated Fri May 9 04:28:02 2008
@@ -1 +1 @@
-/ant/ivy/ivyde/trunk/doc:1-654061
+/ant/ivy/ivyde/trunk/doc:1-654764
Modified: ant/ivy/ivyde/branches/1.2.0/doc/cp_container.html
URL:
http://svn.apache.org/viewvc/ant/ivy/ivyde/branches/1.2.0/doc/cp_container.html?rev=654765&r1=654764&r2=654765&view=diff
==============================================================================
--- ant/ivy/ivyde/branches/1.2.0/doc/cp_container.html (original)
+++ ant/ivy/ivyde/branches/1.2.0/doc/cp_container.html Fri May 9 04:28:02 2008
@@ -24,15 +24,14 @@
</head>
<body>
<textarea id="xooki-source">
-You are fed up with updating the class path of all your projects each time you
add or remove one dependency!<br/>
-<a href="index.html">IvyDE</a> will help you ! Better ... it will work for
you!<br/>
-Indeed, <a href="index.html">IvyDE</a> can manage for you all your
dependencies, based on a dependencies descriptor file (like Ivy xml file) it
will provide a class path container for your IDE.<br/>
+You are fed up with updating the class path of all your projects each time you
add or remove one dependency! <a href="index.html">IvyDE</a> will help you !
Better ... it will work for you!<br/>
+Indeed, <a href="index.html">IvyDE</a> can manage for you all your
dependencies, based on a dependencies descriptor file (like ivy.xml file) it
will provide a class path container for your IDE.<br/>
<div style="padding:20px;">
<table>
<tr>
<td><a href="maven.html"><img src="images/genial.jpg"></a></td>
<td> </td>
-<td>Obviously IvyDe class path container can be based on a <b>Ivy xml</b>
file, <br/>but it also manages <a href="maven.html">Maven Pom !!!</a></td>
+<td>Obviously IvyDE class path container can be based on a <b>ivy.xml</b>
file, but it also manages <a href="maven.html">Maven pom.xml file!</a></td>
</tr>
</table>
</div>
@@ -44,43 +43,40 @@
<li><a href="maven.html">Using IvyDE with a maven pom ...</a></li>
</ul>
-<h1><a name="start">Start with IvyDE</a></h1>
+<h1><a name="start"></a>Start with IvyDE</h1>
You've just installed the IvyDE plugin from our <a
href="download.html">updatesite</a>, and now you want to enjoy it quickly!<br/>
Nothing easier, just follow these steps:
<ul>
<li>Ensure the ivyconf URL is set in your <a
href="index.html#project_pref">project properties</a> or <a
href="index.html#pref">eclipse preferences</a>.<br/><br/></li>
-<li>Ensure the ivy xml file or <a href="maven.html">maven pom</a> can be
accessed under the project folder of your eclipse "Navigator"
view.<br/><br/></li>
-<li>Open the "Add Library" form of eclipse (In pachage Explorer, in popup menu
of your project choose : [Build Path]/[Add Libraries]).<br/><br/><center><img
src="images/build_path_menu.jpg"/></center><br/><br/></li>
+<li>Ensure the ivy.xml file or <a href="maven.html">maven pom.xml</a> can be
accessed under the project folder of your eclipse "Navigator"
view.<br/><br/></li>
+<li>Open the "Add Library" form of Eclipse (In package Explorer, in popup menu
of your project choose : [Build Path]/[Add Libraries]).<br/><br/><center><img
src="images/build_path_menu.jpg"/></center><br/><br/></li>
<li>Select "IvyDE Managed Dependencies" item.<br/><br/><center><img
src="images/add_lib.jpg"/></center><br/><br/></li>
-<li>Select an Ivy xml file or a <a href="maven.html">maven pom</a> and
configurations.<br/><br/><center><img
src="images/ivy_file_def.jpg"/></center></li>
+<li>Select an ivy.xml file or a <a href="maven.html">maven pom.xml</a> and the
desired configurations.<br/><br/><center><img
src="images/ivy_file_def.jpg"/></center></li>
</ul><br/>
-Your class path is set and you can see all dependencies in one unique folder
of package explorer (folder name = <ivy file
name>[<configuration>]).<br/><br/>
+Your class path is set and you can see all dependencies in one unique folder
of the package explorer (folder name = &amp;lt;ivy file
name&amp;gt;[&amp;lt;configuration&amp;gt;]).<br/><br/>
<center>
<img src="images/cp_node.jpg">
</center>
-<h1><a name="inlife">IvyDE in project life</a></h1>
+<h1><a name="inlife"></a>IvyDE in project life</h1>
<h2>Configure Ivy file and configuration</h2>
-During life of your project you can change the ivy xml file or <a
href="maven.html">maven pom</a> and change the configuration you want
+During life of your project you can change the ivy.xml file or <a
href="maven.html">maven pom.xml</a> and change the configuration you want
to use.<br/>
-These properties can be accessed by contextual menu of class path container.
+These properties can be accessed by contextual menu of the IvyDE class path
container.
<br/><br/>
<center><img src="images/cp_configuration.jpg"></center>
<br/>
<h2>Resolve dependencies</h2>
-You can explicitly command a dependencies resolution from your class path
container.
+You can explicitly ask for a dependencies resolution from your class path
container.
<br/>This command will invoke the "resolve" ivy task and update your class
path container.
<br/><br/>
<center><img src="images/cp_resolve.jpg"></center>
-
-<h1><a name="console">The Ivy Console</a></h1>
-The Ivy console provide you all the Ivy working traces that you were used to
see in<br/>
-your command console. This view will be really usefull to understand what Ivy
and IvyDE<br/>
-are performing for you.<br/>
-The Ivy Console can be access by your eclipse Console view, selecting the "Ivy
Console" item.<br/>
+<h1><a name="console"></a>The Ivy Console</h1>
+The Ivy console provide you all the Ivy working traces that you were used to
see in your command console. This view will be really useful to understand what
Ivy and IvyDE are performing for you.<br/>
+The Ivy Console can be accessed with your eclipse Console view, selecting the
"Ivy Console" item.<br/>
<br/>
<center><img src="images/ivy_console_selection.jpg"></center><br/>
<br/>
Modified: ant/ivy/ivyde/branches/1.2.0/doc/editor.html
URL:
http://svn.apache.org/viewvc/ant/ivy/ivyde/branches/1.2.0/doc/editor.html?rev=654765&r1=654764&r2=654765&view=diff
==============================================================================
--- ant/ivy/ivyde/branches/1.2.0/doc/editor.html (original)
+++ ant/ivy/ivyde/branches/1.2.0/doc/editor.html Fri May 9 04:28:02 2008
@@ -39,41 +39,41 @@
<h1><a name="wizard">Wizard</a></h1>
-IvyDE comes with a wizard that allow you to create an ivy file for your
projet.<br/>
-To open the wizard choose Fle->New->Other in the eclipse menu (Ctrl+N by
default)<br/>
-The Ivy wizard is accesible in the category Other. Select it then click
Next<br/><br/>
+IvyDE comes with a wizard that allows you to create an ivy file for your
project.<br/>
+To open the wizard choose File->New->Other in the Eclipse menu (Ctrl+N by
default)<br/>
+The Ivy wizard is accessible in the category Other. Select it then click
Next<br/><br/>
<img src="images/wizard1.jpg"/><br/><br/>
The wizard contains only one page, and is very simple.<br/><br/>
<img src="images/wizard2.jpg"/><br/>
<ol><b>Wizard fields:</b>
- <li> Container : you have to select the targeted project.(This is
already set if you access the wizard thanks right click menu on your project
root folder)</li>
- <li> File name : the ivy file name.(ivy.xml by default and its better
to keep it in most of case)</li>
- <li> Organisation : the component owner name.(your company name or the
company that provides the component if you are writing ivy file for 3rd party
jars). Note this value can be set in the <a href="../ivyde.html#pref">ivy
preference page</a></li>
- <li> Module name : the component name.</li>
- <li> Status : the status of the project. (integration by default since
we have just created its ivy file :-). Please refer to ivy documentation for
more details )</li>
+ <li> Container: you have to select the targeted project. (This is
already set if you access the wizard thanks right click menu on your project
root folder)</li>
+ <li> File name: the ivy file name. (ivy.xml by default and its better
to keep it in most of case)</li>
+ <li> Organisation: the component owner name. (your company name or the
company that provides the component if you are writing ivy file for 3rd party
jars). Note this value can be set in the <a href="../ivyde.html#pref">ivy
preference page</a></li>
+ <li> Module name: the component name.</li>
+ <li> Status: the status of the project. (integration by default since
we have just created its ivy file :-). Please refer to <a
href="http://ant.apache.org/ivy/history/latest-milestone/index.html">Ivy
documentation for more details</a>)</li>
</ol>
-When the form is correctly filled you can press Finish button. Eclipse will
automatically open the ivy <a href="editor.html#editor">editor</a>.<br/>
+When the form is correctly filled you can press Finish button. Eclipse will
automatically open the Ivy <a href="editor.html#editor">editor</a>.<br/>
<h1><a name="editor">Ivy Editor</a></h1>
<h2><a name="xmleditor">Xml Editor</a></h2><br/>
<img src="images/editor1.jpg"/><br/><br/>
-The Ivy's eclipse editor provides xml syntaxic coloration, tag completion,
tag's attribute names completion, and for dependency and configuration tag
value completion.<br/>
+The Ivy's eclipse editor provides xml syntax coloration, tag completion, tag's
attribute names completion, and for dependency and configuration tag value
completion.<br/>
Completion comes with contextual help. The completion popup is displayed when
hitting simultaneously the CTRL and the SPACE keys.</br>
<ul><b>Available completions:</b>
- <li><b>Xml structure</b> : allow you quickly inserts the good tag at
its right place. If the tag can have nested childs both notations, simple tag
and open tag, are proposed<br/><br/><img src="images/completion1.jpg"/></li>
- <li><b>Tag attributes</b> : when your cursor is placed in a tag
brackets the completion show available attributes for the enclosing
tag.<br/><br/><img src="images/completion2.jpg"/></li>
- <li><b>Attributes values</b> : when your cursor is placed in the quote
of an attribute value the completion shows available values for the matching
attribute.
+ <li><b>Xml structure</b>: allows you quickly to insert the good tag at
its right place. If the tag can have nested children both notations, simple tag
and open tag, are proposed<br/><br/><img src="images/completion1.jpg"/></li>
+ <li><b>Tag attributes</b>: when your cursor is placed in a tag bracket
the completion show available attributes for the enclosing tag.<br/><br/><img
src="images/completion2.jpg"/></li>
+ <li><b>Attributes values</b>: when your cursor is placed in the quote
of an attribute value the completion shows available values for the matching
attribute.
<br/>
<ul>Available value completion
- <li> <i>info :</i> organisation (pref based), module
(eclipse project name), </li>
- <li> <i>info/ivyauthor : </i>name(pref based), url
(pref based)</li>
- <li> <i>info/description : </i>homepage (pref
based)</li>
- <li> <i>info/license : </i>name </li>
- <li> <i>info/repository : </i> name (the other
attributes depend on it), url, ivys, pattern, artifacts</li>
- <li> <i>configurations/conf : </i> visibility,
deprecated, extends </li>
- <li> <i>publications/artifact : </i>type, conf, ext</li>
- <li> <i>dependencies/dependency :</i> org, name, rev
are resolved thanks ivy using the ivyconf set in the <a
href="index.html#project_pref">project ivy preference page</a>. If not set to
"default" ivy uses its defaults resolvers configuration (ie ivyrep + ibiblio),
and if not set ivy uses the ivyconf set in the <a
href="index.html#pref">eclipse ivy preference page</a>. conf values are
computed from current ivy file and the dependency ivy file if any.<br/>
+ <li> <i>info:</i> organisation (pref based), module
(eclipse project name), </li>
+ <li> <i>info/ivyauthor: </i>name (pref based), url
(pref based)</li>
+ <li> <i>info/description: </i>homepage (pref based)</li>
+ <li> <i>info/license: </i>name </li>
+ <li> <i>info/repository: </i> name (the other
attributes depend on it), url, ivys, pattern, artifacts</li>
+ <li> <i>configurations/conf: </i> visibility,
deprecated, extends </li>
+ <li> <i>publications/artifact: </i>type, conf, ext</li>
+ <li> <i>dependencies/dependency: </i>org, name, rev are
resolved thanks to Ivy using the ivyconf set in the <a
href="index.html#project_pref">project Ivy preference page</a>. If not set to
"default" Ivy uses its defaults resolvers configuration (ie ivyrep + ibiblio),
and if not set Ivy uses the ivyconf set in the <a
href="index.html#pref">Eclipse Ivy preference page</a>. conf values are
computed from current ivy.xml file and the dependency ivy.xml file if any.<br/>
<br/><img
src="images/completion4.jpg"/></li>
</ul>
</li>
@@ -81,7 +81,7 @@
<h2><a name="htmlrendering">Html rendering</a></h2><br/>
Ivy editor is a multi tabs editor. Located on the bottom of the editor you
will found a tab named preview that allows to view the ivy file as an html
file.<br/>
-Note : for the moment, as we let the browser do the XSLT processing on a
remote file this feature only work with IE. Mozilla browser will display a
blank page due its security policy. (If you know a workaround please put it on
the mailing list)<br/><br/>
+Note : for now, as we let the browser do the XSLT processing on a remote file
this feature only work with IE. Mozilla browser will display a blank page due
its security policy. (If you know a workaround please put it on the mailing
list)<br/><br/>
<img src="images/preview.jpg"/>
</textarea>
<script type="text/javascript">xooki.postProcess();</script>
Modified: ant/ivy/ivyde/branches/1.2.0/doc/index.html
URL:
http://svn.apache.org/viewvc/ant/ivy/ivyde/branches/1.2.0/doc/index.html?rev=654765&r1=654764&r2=654765&view=diff
==============================================================================
--- ant/ivy/ivyde/branches/1.2.0/doc/index.html (original)
+++ ant/ivy/ivyde/branches/1.2.0/doc/index.html Fri May 9 04:28:02 2008
@@ -37,14 +37,14 @@
<li><a href="#project_pref">Project Preference</a></li>
</ul>
-<h1><a name="install">Plugin installation</a></h1>
+<h1><a name="install"></a>Plugin installation</h1>
IvyDE has not yet been released within the Apache Software Foundation. For the
moment you can use the old location of IvyDE for installation:
<ul>
<li>the update site : http://update.jayasoft.org/ </li>
<li><a href="download.html">download</a> the binaries and unzip it in your
eclipse root folder</li>
</ul>
-<h1><a name="pref">Eclipse Preference Page</a></h1>
+<h1><a name="pref"></a>Eclipse Preference Page</h1>
<img src="images/pref.jpg"/><br/><br/><br/>
<ol><b>Preference fields:</b>
<li> Ivyconf URL : specify here the path to your ivyconf file. Leave it
blank to use ivy default resolvers</li>
@@ -55,7 +55,7 @@
<li> Organisation Url: your company web site url for ivy editor
completion </li>
</ol>
-<h1><a name="project_pref">Project Preference Page</a></h1>
+<h1><a name="project_pref"></a>Project Preference Page</h1>
<img src="images/project_pref.jpg"/><br/><br/><br/>
<ol><b>Preference fields:</b>
<li> URL : specify here the path to your ivyconf file in scope of
project. Leave it blank to use ivyconf file defined in eclipse properties (see
<a href="ivyde.html#pref">eclipse properties</a>) or use "default" to use ivy
default resolvers</li>
Modified: ant/ivy/ivyde/branches/1.2.0/doc/maven.html
URL:
http://svn.apache.org/viewvc/ant/ivy/ivyde/branches/1.2.0/doc/maven.html?rev=654765&r1=654764&r2=654765&view=diff
==============================================================================
--- ant/ivy/ivyde/branches/1.2.0/doc/maven.html (original)
+++ ant/ivy/ivyde/branches/1.2.0/doc/maven.html Fri May 9 04:28:02 2008
@@ -25,25 +25,25 @@
<body>
<textarea id="xooki-source">
<h1>General</h1>
-<p>If you want to use a maven pom instead of Ivy xml file, you just have to
select a pom file in the configuration form of IvyDE class path.<br/>When a
maven pom is selected, the configurations list is updated with all maven
scopes.</p>
-<p>Both exemples below are a good illustration of maven pom use simplicity
:</p>
+<p>If you want to use a maven pom.xml instead of ivy.xml file, you just have
to select a pom file in the configuration form of IvyDE class path.<br/>When a
maven pom is selected, the configurations list is updated with all maven
scopes.</p>
+<p>Both examples below are a good illustration of maven pom use simplicity
:</p>
<ul>
<li><a href="#one">Maven1 sample</a></li>
<li><a href="#two">Maven2 sample</a></li>
</ul>
<h1><a name="one"></a>Maven1 Sample</h1>
-<p>This sample presents a simple use case of maven pom for IvyDE class path
container. We are going to create an eclipse project on commons_httpclient
sources.</p>
+<p>This sample presents a simple use case of maven pom for IvyDE class path
container. We are going to create an eclipse project on commons-httpclient
sources.</p>
<p><b> - Download the <a href="">commons httpclient sources</a></b></p>
<p><b> - Unzip this file (c:/tmp/commons-httpclient/)</b></p>
-<p><b> - Create a new eclipse java project based on the unzipped sources
(c:/tmp/commons-httpclient/)</b><br />
+<p><b> - Create a new Eclipse java project based on the unzipped sources
(c:/tmp/commons-httpclient/)</b><br />
<center><img src="images/httpProject_errors.jpg"><br/><br />
-<u><b>Notes :</b></u> your project do not compile : some imports cannot be
resolved.<br />
+<u><b>Notes:</b></u> your project do not compile: some imports cannot be
resolved.<br />
</center><br />
<b> - Add a new class path container based on the "project.xml" pom and select
"default" configuration (maven scope)</b><br />
<center><br />
<img src="images/httpProject_pom.jpg"><br />
</center><br />
-<b> - That's All : Your project compiles !</b><br />
+<b> - That's all : your project compiles !</b><br />
<center><br />
<img src="images/httpProject_clean.jpg"><br />
</center></p>
@@ -76,7 +76,7 @@
</project>
</code>
-<p><b> - That's All ! Your IvyDE class path container get all dependencies
even those that were transitive to the commons-httpclient module !</b><br />
+<p><b> - That's all ! Your IvyDE class path container gets all dependencies
even those that were transitive to the commons-httpclient module !</b><br />
<br/><br />
<img src="images/maven2classpath.jpg"/></p>
</textarea>
Modified: ant/ivy/ivyde/branches/1.2.0/doc/style/nav.css
URL:
http://svn.apache.org/viewvc/ant/ivy/ivyde/branches/1.2.0/doc/style/nav.css?rev=654765&r1=654764&r2=654765&view=diff
==============================================================================
--- ant/ivy/ivyde/branches/1.2.0/doc/style/nav.css (original)
+++ ant/ivy/ivyde/branches/1.2.0/doc/style/nav.css Fri May 9 04:28:02 2008
@@ -1,96 +1,9 @@
-#navcontainer {
- width: inherit;
- margin: 0 0 0 50px;
- padding-left: 0;
- height: 1.20em;
- z-index: 100;
+#navcontainer {
+ color: white;
+ margin-left: 20px;
}
-#nav {
- font: bold 0.75em/100% Trebuchet MS, Arial, Helvetica, sans-serif;
- float: left;
- width: inherit;
- list-style: none;
- line-height: 1;
- padding: 0;
- margin: 0;
- z-index: 100;
-}
-
-#nav ul {
- font: normal 100%/140% Trebuchet MS, Arial, Helvetica, sans-serif;
- position: absolute;
- left: -999em;
- height: auto;
- width: 11.4em;
- w\idth: 12.0em;
- list-style: none;
- margin: 0;
- padding: 0;
- z-index: 100;
-}
-
-#nav li {
- float: left;
- padding: 0;
- width: auto;
- z-index: 100;
-}
-
-#nav ul li {
- float: left;
- padding: 0;
- width: 10em;
- z-index: 100;
-}
-
-#nav li a {
- display: block;
- width: auto;
- padding: 0.25em 1.0em;
+#navcontainer a {
+ color: white;
text-decoration: none;
}
-
-#nav .title {
- text-align: center;
- font-weight: 700;
- width: 11em;
- w\idth: 10em;
- margin: 0;
- padding: 0.15em 1.0em;
-}
-
-#nav li li a {
- width: 11em;
- w\idth: 10em;
- margin: 0;
- padding: 0.25em 1.0em;
-}
-
-#nav li ul ul {
- margin: -1.75em 0 0 11em;
- z-index: 100;
-}
-
-#nav li:hover ul ul,
-#nav li:hover ul ul ul,
-#nav li.sfhover ul ul,
-#nav li.sfhover ul ul ul {
- left: -999em;
- z-index: 100;
-}
-
-#nav li:hover ul,
-#nav li li:hover ul,
-#nav li li li:hover ul,
-#nav li.sfhover ul,
-#nav li li.sfhover ul,
-#nav li li li.sfhover ul {
- left: auto;
- z-index: 100;
-}
-
-#nav li:hover,
-#nav li.sfhover {
- z-index: 100;
-}
Modified: ant/ivy/ivyde/branches/1.2.0/doc/style/style.css
URL:
http://svn.apache.org/viewvc/ant/ivy/ivyde/branches/1.2.0/doc/style/style.css?rev=654765&r1=654764&r2=654765&view=diff
==============================================================================
--- ant/ivy/ivyde/branches/1.2.0/doc/style/style.css (original)
+++ ant/ivy/ivyde/branches/1.2.0/doc/style/style.css Fri May 9 04:28:02 2008
@@ -6,6 +6,7 @@
@import "ant.css";
@import "ivy-ref.css";
@import "shell.css";
[EMAIL PROTECTED] "tree.css";
/*
** HTML elements
Modified: ant/ivy/ivyde/branches/1.2.0/doc/template.html
URL:
http://svn.apache.org/viewvc/ant/ivy/ivyde/branches/1.2.0/doc/template.html?rev=654765&r1=654764&r2=654765&view=diff
==============================================================================
--- ant/ivy/ivyde/branches/1.2.0/doc/template.html (original)
+++ ant/ivy/ivyde/branches/1.2.0/doc/template.html Fri May 9 04:28:02 2008
@@ -22,9 +22,11 @@
<title>${title} | IvyDE</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href="style/style.css" />
-
- <!-- for tree, see if it would better go in xooki.js -->
- <link rel="stylesheet" type="text/css" href="xooki/tree/simpletree.css" />
+ <script src="js/jquery.pack.js" type="text/javascript"></script>
+ <script src="js/jquery.treeview.js" type="text/javascript"></script>
+ <script type="text/javascript">
+ $(document).ready(function(){$("#treemenu").Treeview({speed: "fast",store:
true});});
+ </script>
</head>
<body>
@@ -48,10 +50,7 @@
<td>
<div id="navcontainer">
- <ul id="nav">
- <li><a href="index.html">Home</a></li>
- <li><a href="download.html">Download</a></li>
- </ul>
+ <a href="http://ant.apache.org/">Apache Ant</a> > <a
href="http://ant.apache.org/ivy/">Ivy</a> > <a
href="http://ant.apache.org/ivy/ivyde/">IvyDE</a> > ${breadCrumb}
</div>
</td>
</tr>
@@ -63,7 +62,7 @@
<tr>
<td id="sidebar-left">
<div class="block block-book" id="block-book-0">
- <h2>Ivy</h2>
+ <h2>IvyDE</h2>
<div class="content">${menu}</div>
@@ -89,7 +88,9 @@
<td align="center" valign="middle">
<div class="primary-links">::
<a href="index.html">Home</a> ::
- <a href="download.html">Download</a> ::
+ <a href="editor.html">Editor</a> ::
+ <a href="cp_container.html">Classpath Container</a> ::
+ <a href="maven.html">Use with maven poms</a> ::
<a href="documentation.html">Documentation</a> ::
<a href="get-involved.html">Get involved</a> ::
</div>