Return-Path: Delivered-To: apmail-ant-notifications-archive@minotaur.apache.org Received: (qmail 62815 invoked from network); 18 Aug 2010 17:51:06 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 18 Aug 2010 17:51:06 -0000 Received: (qmail 36392 invoked by uid 500); 18 Aug 2010 17:51:06 -0000 Delivered-To: apmail-ant-notifications-archive@ant.apache.org Received: (qmail 36321 invoked by uid 500); 18 Aug 2010 17:51:06 -0000 Mailing-List: contact notifications-help@ant.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ant.apache.org Delivered-To: mailing list notifications@ant.apache.org Received: (qmail 36258 invoked by uid 99); 18 Aug 2010 17:51:06 -0000 Received: from Unknown (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Aug 2010 17:51:06 +0000 X-ASF-Spam-Status: No, hits=-1998.0 required=10.0 tests=ALL_TRUSTED,FB_GET_MEDS X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Aug 2010 17:50:41 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 61C7F2388B34; Wed, 18 Aug 2010 17:48:58 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r986820 [6/14] - in /ant/ivy/site/target/ivyde: ./ history/2.1.0/ history/2.1.0/cpc/ history/2.1.0/dev/ history/2.1.0/images/ history/2.1.0/js/ history/2.1.0/style/ history/latest-milestone/ history/latest-milestone/cpc/ history/latest-mile... Date: Wed, 18 Aug 2010 17:48:56 -0000 To: notifications@ant.apache.org From: hibou@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100818174858.61C7F2388B34@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Added: ant/ivy/site/target/ivyde/history/2.1.0/settingseditor.html URL: http://svn.apache.org/viewvc/ant/ivy/site/target/ivyde/history/2.1.0/settingseditor.html?rev=986820&view=auto ============================================================================== --- ant/ivy/site/target/ivyde/history/2.1.0/settingseditor.html (added) +++ ant/ivy/site/target/ivyde/history/2.1.0/settingseditor.html Wed Aug 18 17:48:51 2010 @@ -0,0 +1,118 @@ + + + + + + + +Ivy settings editor | IvyDE + + + + + + + + + + +
+ + + + + + + + + + + + + +
+ + +
+ + + + + + + +
+
+ +

Ivy settings editor

+
IvyDE provides an editor of ivysettings.xml files. It provides completion on all tag and attribute names.

+ +Completion comes with contextual help. The completion popup is displayed through the CTRL + SPACE shortcut.

Available completions:
    +
  • XML structure: Allows you to quickly to insert valid tags in the right place. If the tag can have nested childrenm, both notations, simple tag and open tag, are proposed.

  • +
  • Tag attributes: When your cursor is placed inside a tag bracket, the completion shows available attributes for the enclosing tag.

    +
  • +
+ + +
+ Printer Friendly +
+
+ + + + + + + + + + + + +
+ + Propchange: ant/ivy/site/target/ivyde/history/2.1.0/settingseditor.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ant/ivy/site/target/ivyde/history/2.1.0/settingseditor.html ------------------------------------------------------------------------------ svn:keywords = Date Revision Author HeadURL Id Propchange: ant/ivy/site/target/ivyde/history/2.1.0/settingseditor.html ------------------------------------------------------------------------------ svn:mime-type = text/html Added: ant/ivy/site/target/ivyde/history/2.1.0/style/ant.css URL: http://svn.apache.org/viewvc/ant/ivy/site/target/ivyde/history/2.1.0/style/ant.css?rev=986820&view=auto ============================================================================== --- ant/ivy/site/target/ivyde/history/2.1.0/style/ant.css (added) +++ ant/ivy/site/target/ivyde/history/2.1.0/style/ant.css Wed Aug 18 17:48:51 2010 @@ -0,0 +1,50 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You 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. + * + */ + +table.ant { + border-collapse:collapse; + width:90%; + margin:auto; + margin-top: 10px; +} +.ant thead { + background-color:#DEE4CD; + border:1px solid #7A9437; +} +.ant tbody { + background-color:#FFFFFF; + border:1px solid #7A9437; +} + +.ant th { + font-family:monospace; + border:1px solid #7A9437; + padding:5px; +} + +.ant td { + border:1px dotted #7A9437; + padding:5px; +} + +th.ant-att { + width:15%; +} +th.ant-desc { + width:50%; +} Propchange: ant/ivy/site/target/ivyde/history/2.1.0/style/ant.css ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ant/ivy/site/target/ivyde/history/2.1.0/style/ant.css ------------------------------------------------------------------------------ svn:keywords = Date Revision Author HeadURL Id Propchange: ant/ivy/site/target/ivyde/history/2.1.0/style/ant.css ------------------------------------------------------------------------------ svn:mime-type = text/css Added: ant/ivy/site/target/ivyde/history/2.1.0/style/color.css URL: http://svn.apache.org/viewvc/ant/ivy/site/target/ivyde/history/2.1.0/style/color.css?rev=986820&view=auto ============================================================================== --- ant/ivy/site/target/ivyde/history/2.1.0/style/color.css (added) +++ ant/ivy/site/target/ivyde/history/2.1.0/style/color.css Wed Aug 18 17:48:51 2010 @@ -0,0 +1,150 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You 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. + * + */ + +body { + background-color: #147; +} + +#body { + color: #000; + background-color: #fff; +} +h1, h2, h3, h4, h5, h6 { + color: #369; +} +h1 { + color: #fff; + background-color: #369; +} +.title { + color: #369; + background-color: #fff; + background: none; +} +a:link { + color: #369; +} +a:visited { + color: #369; +} +a:hover, a:active { + color: #369; +} +blockquote { + color: #696969; +} +pre { + background-color: #eee; + border: 1px solid #ddd; +} +.form-item label { + color: #369; +} +.item-list .title { + color: #369; +} + +/* +** Page layout blocks / IDs +*/ +#header { + background-color: #ffffff; + /* border: 3px solid #69c; */ +} + +#top-menu { + background-color:#369; + border-top: 3px solid #69c; + border-bottom: 3px solid #69c; +} + +#search .form-text, #search .form-submit { + border: 1px solid #369; +} +#search .form-submit { + background-color: #69c; +} + +.block h2 { + color: #000; + background-color: #eee; +} + +.block .content { + background-color: #fff; + border: 1px solid #eee; +} +/* +.block h2 { + color: #000; +} +*/ + +#navcontainer { + background-color:#369; +} + +#nav { + background-color:#369; +} + +#nav ul { + background-color:#369; + border-top: 1px solid #369; + border-right: 1px solid #369; + border-bottom: 1px solid #369; + border-left: 0.75em solid #369; +} + +#nav li a { + color: #fff; +} + +#nav .title { + color: #fff; + /* + background: #61752c; + */ + background: #369; + border-top: 0; + border-right: 0; + border-bottom: 1px solid #369; + border-left: 0; +} + +#nav li li a { + background: #fff; + color: #369; + border-top: 0; + border-right: 0; + border-bottom: 1px solid #369; + border-left: 0; +} + +#nav a:hover, +#nav a:active { + background: #69c; +} + +#content { + border-top: 3px solid #69c; +} + +#forum tr.dark { + background: #e0edfb; +} Propchange: ant/ivy/site/target/ivyde/history/2.1.0/style/color.css ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ant/ivy/site/target/ivyde/history/2.1.0/style/color.css ------------------------------------------------------------------------------ svn:keywords = Date Revision Author HeadURL Id Propchange: ant/ivy/site/target/ivyde/history/2.1.0/style/color.css ------------------------------------------------------------------------------ svn:mime-type = text/css Added: ant/ivy/site/target/ivyde/history/2.1.0/style/ivy-ref.css URL: http://svn.apache.org/viewvc/ant/ivy/site/target/ivyde/history/2.1.0/style/ivy-ref.css?rev=986820&view=auto ============================================================================== --- ant/ivy/site/target/ivyde/history/2.1.0/style/ivy-ref.css (added) +++ ant/ivy/site/target/ivyde/history/2.1.0/style/ivy-ref.css Wed Aug 18 17:48:51 2010 @@ -0,0 +1,84 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You 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. + * + */ + +table.ivy-attributes { + border-collapse:collapse; + width:90%; + margin:auto; + margin-top: 10px; +} +.ivy-attributes thead { + background-color:#DEE4CD; + border:1px solid #7A9437; +} +.ivy-attributes tbody { + background-color:#FFFFFF; + border:1px solid #7A9437; +} + +.ivy-attributes th { + font-family:monospace; + border:1px solid #7A9437; + padding:5px; +} + +.ivy-attributes td { + border:1px dotted #7A9437; + padding:5px; +} + +th.ivy-att { + width:15%; +} +th.ivy-att-desc { + width:50%; +} + +table.ivy-children { +/* border:3px solid #6495ed; */ + border-collapse:collapse; + width:90%; + margin:auto; + margin-top: 10px; +} +.ivy-children thead { + background-color:#DEE4CD; + border:1px solid #7A9437; +} +.ivy-children tbody { + background-color:#FFFFFF; + border:1px solid #7A9437; +} + +.ivy-children th { + font-family:monospace; + border:1px solid #7A9437; + padding:5px; +} + +.ivy-children td { + border:1px dotted #7A9437; + padding:5px; +} + +th.ivy-chld { + width:15%; +} +th.ivy-chld-desc { + width:50%; +} Propchange: ant/ivy/site/target/ivyde/history/2.1.0/style/ivy-ref.css ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ant/ivy/site/target/ivyde/history/2.1.0/style/ivy-ref.css ------------------------------------------------------------------------------ svn:keywords = Date Revision Author HeadURL Id Propchange: ant/ivy/site/target/ivyde/history/2.1.0/style/ivy-ref.css ------------------------------------------------------------------------------ svn:mime-type = text/css Added: ant/ivy/site/target/ivyde/history/2.1.0/style/nav.css URL: http://svn.apache.org/viewvc/ant/ivy/site/target/ivyde/history/2.1.0/style/nav.css?rev=986820&view=auto ============================================================================== --- ant/ivy/site/target/ivyde/history/2.1.0/style/nav.css (added) +++ ant/ivy/site/target/ivyde/history/2.1.0/style/nav.css Wed Aug 18 17:48:51 2010 @@ -0,0 +1,27 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You 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. + * + */ + +#navcontainer { + color: white; + margin-left: 20px; +} + +#navcontainer a { + color: white; + text-decoration: none; +} Propchange: ant/ivy/site/target/ivyde/history/2.1.0/style/nav.css ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ant/ivy/site/target/ivyde/history/2.1.0/style/nav.css ------------------------------------------------------------------------------ svn:keywords = Date Revision Author HeadURL Id Propchange: ant/ivy/site/target/ivyde/history/2.1.0/style/nav.css ------------------------------------------------------------------------------ svn:mime-type = text/css Added: ant/ivy/site/target/ivyde/history/2.1.0/style/print-style.css URL: http://svn.apache.org/viewvc/ant/ivy/site/target/ivyde/history/2.1.0/style/print-style.css?rev=986820&view=auto ============================================================================== --- ant/ivy/site/target/ivyde/history/2.1.0/style/print-style.css (added) +++ ant/ivy/site/target/ivyde/history/2.1.0/style/print-style.css Wed Aug 18 17:48:51 2010 @@ -0,0 +1,294 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You 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. + * + */ + +@import "color.css"; +@import "nav.css"; +@import "xmlverbatim.css"; +@import "ant.css"; +@import "ivy-ref.css"; +@import "shell.css"; + +#body { + display: table; + padding: 0; +} +#body { + padding-top: 5px; + padding-bottom: 5px; +} + +/* +** HTML elements +*/ +body { + margin: 0; + padding: 0; + bgcolor: #ffffff; +} +body, p, td, li, ul, ol { + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: small; +} +h1, h2, h3, h4, h5, h6, .toc-title { + font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, Verdana, sans-serif; +} +.toc-title { + margin: 15px; + padding: 10px; + font-size: 2em; + text-align: center; + border: solid 2px; + -moz-border-radius-topleft: 5px; + -moz-border-radius-topright: 5px; + -moz-border-radius-bottomright: 5px; + -moz-border-radius-bottomleft: 5px; +} +h1 { +/* + margin-left: 15px; + margin-right: 15px; + */ + padding-left: 10px; + font-size: 1.6em; + -moz-border-radius-topleft: 5px; + -moz-border-radius-topright: 5px; + -moz-border-radius-bottomright: 5px; + -moz-border-radius-bottomleft: 5px; +} +h2 { + font-size: 1.4em; +} +h3 { + font-size: 1.2em; +} +h4 { + font-size: 1.1em; +} +tr.dark td, tr.light td { + padding: 0.3em; +} +a:link { + text-decoration: none; + font-weight: bold; +} +a:visited { + text-decoration: none; + font-weight: bold; +} +a:hover, a:active { + font-weight: bold; + text-decoration: underline; +} +p { + margin: 0 0 1.3em 0; + padding: 0; +} +blockquote { + padding: 0 15px 0 15px; + margin: 15px 50px 15px 50px; + text-align: left; + font-size: 1.2em; + line-height: 1.3em; + font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, Verdana, sans-serif; +} +pre { + padding: 0.75em 1.5em; + font-size: 1em; + overflow: auto; +} +.form-item { + margin-top: 1em; +} +.item-list .title { + font-size: 0.85em; +} +.hide { + display: none +} + +/* +** Page layout blocks / IDs +*/ +#home img { + padding: 5px 20px 10px 10px; +} +.product img { + padding: 5px 20px 10px 10px; +} + +#top-menu tr { + padding: 0; + margin: 0; +} + +#top-menu td { + padding: 0; + margin: 0; +} + +#search { + padding: 0 1em 0 1em; + margin: 0; +} +#search .form-text, #search .form-submit { + padding: 0; + margin: 0; + font-size: 0.85em; +} +#search .form-text { + width: 8em; + padding: 0; + margin: 0; +} + +#sidebar-left, #sidebar-right { + width: 200px; + /* padding in px not ex because IE messes up 100% width tables otherwise */ + padding: 15px 5px 75px 10px; + vertical-align: top; +} +#sidebar-left li, #sidebar-right li { + font-size: 1em; +} +.block h2 { + margin: 5px 0px 0px 0px; + padding: 1px 5px 1px 30px; + font-size: 1.2em; + font-weight: 700; + -moz-border-radius-topleft: 5px; + -moz-border-radius-topright: 5px; +} + +.block .content { + -moz-border-radius-bottomright: 5px; + -moz-border-radius-bottomleft: 5px; + margin-bottom: 10px; +} + +#main { + padding-left: 10px; + padding-right: 10px; + padding-bottom: 10px; + background: transparent url(../images/background.png) center center no-repeat; +} + +.content { + padding-top: 10px; +} + +#forum { + margin: 15px 0 15px 0; +} +#forum table { + width: 100%; +} +#forum table tr th { + text-align: center; + font-size: 0.75em; +} +#forum table tr th a { + text-decoration: underline; +} +#forum table tr th img { + margin: 0; +} +#forum td { + padding: 0.5em 0.5em 0.5em 0.5em; +} +#forum td.container a { + padding: 20px 0 20px 35px; +} +#forum td.statistics, #forum td.settings, #forum td.pager { + height: 1.5em; +} +#forum td .links { + padding-top: 0.7em; + font-size: 0.9em; +} +.block-forum h3 { + margin-bottom: .5em; +} + +#footer-menu td { + padding-top: 3px; +} + +.comparison td, .comparison th { + text-align: center; +} + +.comment { + -moz-border-radius: 5px; + border: 1px solid #abc; + padding: .5em; + margin-bottom: 1em; +} +.comment .title { + font-size: 1em; + padding: 10px 0px 12px 19px; + background: transparent url(icon-comment.png) left center no-repeat; +} +.comment .new { + font-weight: bold; + font-size: 1em; + margin-left: 2px; + color: red; +} +.comment .picture { + border: 1px solid #fff; + float: right; + margin: 10px; +} +.submitted { + color: #999; + font-size: 0.79em; +} +.since { + font-weight: 700; + font-style: italic; +} + +.postit { + margin:10px; + padding:10px; + -moz-border-radius:10px; + float:right; + width:400px; +} + +table.home { + text-align:center; + color:#6e9244; + font-family:verdana, "Lucida Grande", arial, helvetica, sans-serif; +} +tr.homeitems { + font-size:large; +} +tr.homeitems td { + padding: 0 0.5cm 0 0.5cm; +} +tr.homeitems a:link, a:visited { + color: #6e9244; + text-decoration: none; +} +tr.homeitems a:hover { + text-decoration: underline; + background: none !important; +} +.home img { border-width:0; } + Propchange: ant/ivy/site/target/ivyde/history/2.1.0/style/print-style.css ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ant/ivy/site/target/ivyde/history/2.1.0/style/print-style.css ------------------------------------------------------------------------------ svn:keywords = Date Revision Author HeadURL Id Propchange: ant/ivy/site/target/ivyde/history/2.1.0/style/print-style.css ------------------------------------------------------------------------------ svn:mime-type = text/css Added: ant/ivy/site/target/ivyde/history/2.1.0/style/shell.css URL: http://svn.apache.org/viewvc/ant/ivy/site/target/ivyde/history/2.1.0/style/shell.css?rev=986820&view=auto ============================================================================== --- ant/ivy/site/target/ivyde/history/2.1.0/style/shell.css (added) +++ ant/ivy/site/target/ivyde/history/2.1.0/style/shell.css Wed Aug 18 17:48:51 2010 @@ -0,0 +1,21 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You 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. + * + */ + +/* the class shell is used when a copy of the content of a shell or DOS window is made */ +.shell {background-color: black; color: white; border: medium gray solid;} +.shell pre {background-color: black; border: none; font-size: small;} Propchange: ant/ivy/site/target/ivyde/history/2.1.0/style/shell.css ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ant/ivy/site/target/ivyde/history/2.1.0/style/shell.css ------------------------------------------------------------------------------ svn:keywords = Date Revision Author HeadURL Id Propchange: ant/ivy/site/target/ivyde/history/2.1.0/style/shell.css ------------------------------------------------------------------------------ svn:mime-type = text/css Added: ant/ivy/site/target/ivyde/history/2.1.0/style/style.css URL: http://svn.apache.org/viewvc/ant/ivy/site/target/ivyde/history/2.1.0/style/style.css?rev=986820&view=auto ============================================================================== --- ant/ivy/site/target/ivyde/history/2.1.0/style/style.css (added) +++ ant/ivy/site/target/ivyde/history/2.1.0/style/style.css Wed Aug 18 17:48:51 2010 @@ -0,0 +1,289 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You 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. + * + */ + + +@import "color.css"; +@import "nav.css"; +@import "xmlverbatim.css"; +@import "ant.css"; +@import "ivy-ref.css"; +@import "shell.css"; +@import "tree.css"; + +/* +** HTML elements +*/ +body { + margin: 0; + padding: 0; + bgcolor: #ffffff; +} +#body { + display: table; + margin: 8px auto; + padding: 0; + width: 98%; +} +body, p, td, li, ul, ol { + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: small; +} +h1, h2, h3, h4, h5, h6 { + font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, Verdana, sans-serif; +} +h1 { +/* + margin-left: 15px; + margin-right: 15px; + */ + padding-left: 10px; + font-size: 1.6em; + -moz-border-radius-topleft: 5px; + -moz-border-radius-topright: 5px; + -moz-border-radius-bottomright: 5px; + -moz-border-radius-bottomleft: 5px; +} +h2 { + font-size: 1.4em; +} +h3 { + font-size: 1.2em; +} +h4 { + font-size: 1.1em; +} +tr.dark td, tr.light td { + padding: 0.3em; +} +a:link { + text-decoration: none; + font-weight: bold; +} +a:visited { + text-decoration: none; + font-weight: bold; +} +a:hover, a:active { + font-weight: bold; + text-decoration: underline; +} +p { + margin: 0 0 1.3em 0; + padding: 0; +} +blockquote { + padding: 0 15px 0 15px; + margin: 15px 50px 15px 50px; + text-align: left; + font-size: 1.2em; + line-height: 1.3em; + font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, Verdana, sans-serif; +} +pre { + padding: 0.75em 1.5em; + font-size: 1em; +} +.form-item { + margin-top: 1em; +} +.item-list .title { + font-size: 0.85em; +} +.hide { + display: none +} + +/* +** Page layout blocks / IDs +*/ +#body { + -moz-border-radius-topleft: 5px; + -moz-border-radius-topright: 5px; + -moz-border-radius-bottomright: 5px; + -moz-border-radius-bottomleft: 5px; + padding-top: 5px; + padding-bottom: 5px; +} +#home img { + padding: 5px 20px 10px 10px; +} +.product img { + padding: 5px 20px 10px 10px; +} + +#top-menu tr { + padding: 0; + margin: 0; +} + +#top-menu td { + padding: 0; + margin: 0; +} + +#search { + padding: 0 1em 0 1em; + margin: 0; +} +#search .form-text, #search .form-submit { + padding: 0; + margin: 0; + font-size: 0.85em; +} +#search .form-text { + width: 8em; + padding: 0; + margin: 0; +} + +#sidebar-left, #sidebar-right { + width: 200px; + /* padding in px not ex because IE messes up 100% width tables otherwise */ + padding: 15px 5px 75px 10px; + vertical-align: top; +} +#sidebar-left li, #sidebar-right li { + font-size: 1em; +} +.block h2 { + margin: 5px 0px 0px 0px; + padding: 1px 5px 1px 30px; + font-size: 1.2em; + font-weight: 700; + -moz-border-radius-topleft: 5px; + -moz-border-radius-topright: 5px; +} + +.block .content { + -moz-border-radius-bottomright: 5px; + -moz-border-radius-bottomleft: 5px; + margin-bottom: 10px; +} + +#main { + padding-left: 10px; + padding-right: 10px; + padding-bottom: 10px; + background: transparent url(../images/background.png) center center no-repeat; +} + +.content { + padding-top: 10px; +} + +#forum { + margin: 15px 0 15px 0; +} +#forum table { + width: 100%; +} +#forum table tr th { + text-align: center; + font-size: 0.75em; +} +#forum table tr th a { + text-decoration: underline; +} +#forum table tr th img { + margin: 0; +} +#forum td { + padding: 0.5em 0.5em 0.5em 0.5em; +} +#forum td.container a { + padding: 20px 0 20px 35px; +} +#forum td.statistics, #forum td.settings, #forum td.pager { + height: 1.5em; +} +#forum td .links { + padding-top: 0.7em; + font-size: 0.9em; +} +.block-forum h3 { + margin-bottom: .5em; +} + +#footer-menu td { + padding-top: 3px; +} + +.comparison td, .comparison th { + text-align: center; +} + +.comment { + -moz-border-radius: 5px; + border: 1px solid #abc; + padding: .5em; + margin-bottom: 1em; +} +.comment .title { + font-size: 1em; + padding: 10px 0px 12px 19px; + background: transparent url(icon-comment.png) left center no-repeat; +} +.comment .new { + font-weight: bold; + font-size: 1em; + margin-left: 2px; + color: red; +} +.comment .picture { + border: 1px solid #fff; + float: right; + margin: 10px; +} +.submitted { + color: #999; + font-size: 0.79em; +} +.since { + font-weight: 700; + font-style: italic; +} + +.postit { + margin:10px; + padding:10px; + -moz-border-radius:10px; + float:right; + width:400px; +} + +table.home { + text-align:center; + color:#369; + font-family:verdana, "Lucida Grande", arial, helvetica, sans-serif; +} +tr.homeitems { + font-size:large; +} +tr.homeitems td { + padding: 0 0.5cm 0 0.5cm; +} +tr.homeitems a:link, a:visited { + color: #369; + text-decoration: none; +} +tr.homeitems a:hover { + text-decoration: underline; + background: none !important; +} +.home img { border-width:0; } + Propchange: ant/ivy/site/target/ivyde/history/2.1.0/style/style.css ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ant/ivy/site/target/ivyde/history/2.1.0/style/style.css ------------------------------------------------------------------------------ svn:keywords = Date Revision Author HeadURL Id Propchange: ant/ivy/site/target/ivyde/history/2.1.0/style/style.css ------------------------------------------------------------------------------ svn:mime-type = text/css Added: ant/ivy/site/target/ivyde/history/2.1.0/style/tree.css URL: http://svn.apache.org/viewvc/ant/ivy/site/target/ivyde/history/2.1.0/style/tree.css?rev=986820&view=auto ============================================================================== --- ant/ivy/site/target/ivyde/history/2.1.0/style/tree.css (added) +++ ant/ivy/site/target/ivyde/history/2.1.0/style/tree.css Wed Aug 18 17:48:51 2010 @@ -0,0 +1,53 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You 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. + * + */ + + +#treemenu { +padding-left: 5px; +} + +.treeview ul{ +margin: 0; +padding: 0; +} + +.treeview li{ +background: white url(../images/bullet.gif) no-repeat left center; +list-style-type: none; +padding-left: 22px; +margin-bottom: 3px; +} + +.treeview li.submenu{ +background: white url(../images/closed.gif) no-repeat left 1px; +cursor: hand !important; +cursor: pointer !important; +} + +.treeview li.collapsable, .treeview li.open { +background: white url(../images/open.gif) no-repeat left 1px; +} + + +.treeview ul.closed { +display: none; +} + +.treeview .submenu ul li{ +cursor: default; +} Propchange: ant/ivy/site/target/ivyde/history/2.1.0/style/tree.css ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ant/ivy/site/target/ivyde/history/2.1.0/style/tree.css ------------------------------------------------------------------------------ svn:keywords = Date Revision Author HeadURL Id Propchange: ant/ivy/site/target/ivyde/history/2.1.0/style/tree.css ------------------------------------------------------------------------------ svn:mime-type = text/css Modified: ant/ivy/site/target/ivyde/history/latest-milestone/ant.html URL: http://svn.apache.org/viewvc/ant/ivy/site/target/ivyde/history/latest-milestone/ant.html?rev=986820&r1=986819&r2=986820&view=diff ============================================================================== --- ant/ivy/site/target/ivyde/history/latest-milestone/ant.html (original) +++ ant/ivy/site/target/ivyde/history/latest-milestone/ant.html Wed Aug 18 17:48:51 2010 @@ -22,7 +22,7 @@ -Eclipse's Ant interation | IvyDE +Eclipse's Ant integration | IvyDE @@ -54,7 +54,7 @@ @@ -68,7 +68,7 @@ @@ -77,19 +77,19 @@
-

Eclipse's Ant interation

-
Most Eclipse distribution includes a plugin to launch ant build files. The provided Ant is a standard distribution of Ant and so it doesn't include Ivy. But you probably want to use Ivy targets within the Eclipse's Ant.

Configure Ant classpath

-For now IvyDE doesn't contribute to the Ant classpath of the Eclipse plugin, so you will have to do it manually.

In the global preference page of the Ant runtime, click on Add External JARs...

+

Eclipse's Ant integration

+
Most Eclipse distributions include a plugin to launch Ant build files. The provided Ant distribution is a standard distribution of Ant that doesn't include Ivy. You may wish to run Ivy targets against Eclipse's Ant distribution.

Configure Ant classpath

+For now, IvyDE doesn't contribute to the Ant classpath of the Eclipse plugin, so you will have to do it manually.

In the global preference page of the Ant runtime, click on Add External JARs...

-Then browse your filesystem into the plugins directory of your Eclipse install, and select the Ivy jar named org.apache.ivy_2.X.X.XXXXXXXXX.jar. And that's it, Ivy has been added to the classpath of Ant embedded in Eclipse.

Run Ivy targets

+Then browse your filesystem to the plugins directory of your Eclipse installation and select the Ivy jar named org.apache.ivy_2.X.X.XXXXXXXXX.jar. Now Ivy has been added to the classpath of the Ant distribution embedded in Eclipse.

Run Ivy targets

-Create an Ant build file and just declare the Ivy targets with: +Create an Ant build file and declare the Ivy targets with:
     <taskdef resource="org/apache/ivy/ant/antlib.xml" uri="antlib:org.apache.ivy.ant" />
 
-And don't forgot to declare the namespace xmlns:ivy="antlib:org.apache.ivy.ant".

Then you will be able to have completion on Ivy tasks:

+And don't forgot to declare the namespace xmlns:ivy="antlib:org.apache.ivy.ant".

After the taskdefs have been added, you will have code completion on Ivy tasks:

-And run successul build:

+The build will now be successful:


Modified: ant/ivy/site/target/ivyde/history/latest-milestone/compatibility.html URL: http://svn.apache.org/viewvc/ant/ivy/site/target/ivyde/history/latest-milestone/compatibility.html?rev=986820&r1=986819&r2=986820&view=diff ============================================================================== --- ant/ivy/site/target/ivyde/history/latest-milestone/compatibility.html (original) +++ ant/ivy/site/target/ivyde/history/latest-milestone/compatibility.html Wed Aug 18 17:48:51 2010 @@ -55,7 +55,7 @@ @@ -69,7 +69,7 @@ @@ -83,9 +83,9 @@ This version is compatible with every earlier Apache release (since 2.0.0.alpha1). Any upgrade of IvyDE should work without any worries.

The reverse is not true, downgrading is not supported and may break your configuration

Dependency on Ivy

-IvyDE expects to be used with a version 2.0 or superior of Ivy.

Eclipse integration

+IvyDE expects to be used with a version 2.1 or superior of Ivy.

Eclipse integration

-IvyDE has been maintained to be compatible with Eclipse 3.2 and has been successfully tested and used with Eclipse 3.3 and 3.4.

JVM compability

+IvyDE has been maintained to be compatible with Eclipse 3.2, 3.3, 3.4 and 3.5.

JVM compability

IvyDE has been kept compatible with Java 1.4.


Modified: ant/ivy/site/target/ivyde/history/latest-milestone/console.html URL: http://svn.apache.org/viewvc/ant/ivy/site/target/ivyde/history/latest-milestone/console.html?rev=986820&r1=986819&r2=986820&view=diff ============================================================================== --- ant/ivy/site/target/ivyde/history/latest-milestone/console.html (original) +++ ant/ivy/site/target/ivyde/history/latest-milestone/console.html Wed Aug 18 17:48:51 2010 @@ -55,7 +55,7 @@ @@ -69,7 +69,7 @@ @@ -79,8 +79,9 @@

Ivy Console

-
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.
-The Ivy Console can be accessed within your eclipse Console view, selecting the "Ivy Console" item.
+
The Ivy console provides the Ivy working traces that are visible in the command console. This view can be useful for understanding what Ivy and IvyDE are doing under the covers.
+ +The Ivy Console can be accessed within your Eclipse Console view, by selecting the "Ivy Console" item.



@@ -93,6 +94,9 @@ The colors in the console correspond to
  • Error: red
  • +To change the level of logging in the console, use the button in the view:

    +

    +
    Printer Friendly
    Modified: ant/ivy/site/target/ivyde/history/latest-milestone/cp_container.html URL: http://svn.apache.org/viewvc/ant/ivy/site/target/ivyde/history/latest-milestone/cp_container.html?rev=986820&r1=986819&r2=986820&view=diff ============================================================================== --- ant/ivy/site/target/ivyde/history/latest-milestone/cp_container.html (original) +++ ant/ivy/site/target/ivyde/history/latest-milestone/cp_container.html Wed Aug 18 17:48:51 2010 @@ -54,7 +54,7 @@ @@ -68,7 +68,7 @@ @@ -78,13 +78,14 @@

    Classpath Container

    -
    As the Ivy's ant target to manage classpath, the IvyDE classpath container will help you manage the classpath of your Eclipse project, based on the dependencies declared in the Ivy files.

    So you probably want to: +
    The IvyDE classpath container will help you manage the classpath of your Eclipse projects, based on the dependencies declared in Ivy files found in your projects.

    Some of the tasks that can be performed on the container include:
    • Create a container
    • Edit its setup
    • -
    • Launch the resolve of the dependencies
    • +
    • Launch a resolve of the dependencies
    • Retrieve the dependencies in your project
    • Resolve dependencies within the Eclipse workspace
    • +
    • Launch software or unit tests with a classpath managed by IvyDE
    • Use IvyDE with maven pom.xml
    • Use IvyDE in concert with WTP