From e6232ea6a0b3d028c543101ec922fc25104d92ee Mon Sep 17 00:00:00 2001 From: Paul Verest Date: Wed, 30 Sep 2015 16:09:15 +0800 Subject: [PATCH 01/41] First pages commit https://help.github.com/articles/creating-project-pages-manually/ --- .project | 11 +++++++++++ index.html | 10 ++++++++++ 2 files changed, 21 insertions(+) create mode 100644 .project create mode 100644 index.html diff --git a/.project b/.project new file mode 100644 index 00000000..08e6a584 --- /dev/null +++ b/.project @@ -0,0 +1,11 @@ + + + nodeclipse-1/gh-pages + https://github.com/Nodeclipse/nodeclipse-1 + + + + + + + diff --git a/index.html b/index.html new file mode 100644 index 00000000..4b59f33e --- /dev/null +++ b/index.html @@ -0,0 +1,10 @@ + + + + +nodeclipse-1/gh-pages + + + nodeclipse-1/gh-pages + + \ No newline at end of file From 0a4f8d70a16d357e9e7fe8a4fb5397e1c319d733 Mon Sep 17 00:00:00 2001 From: Paul Verest Date: Wed, 30 Sep 2015 09:20:42 +0000 Subject: [PATCH 02/41] Puplishing site for 1.0.2-SNAPSHOT --- .project | 11 - index.html | 10 - site/README.html | 579 ++++++++++++++ site/build.html | 571 ++++++++++++++ site/css/apache-maven-fluido-1.3.0.min.css | 9 + site/css/print.css | 23 + site/css/site.css | 1 + site/dependency-convergence.html | 714 +++++++++++++++++ site/dependency-info.html | 664 ++++++++++++++++ site/developing.html | 626 +++++++++++++++ site/distribution-management.html | 631 +++++++++++++++ site/git-remove-submodules.html | 569 ++++++++++++++ site/header3.png | Bin 0 -> 28776 bytes site/images/accessories-text-editor.png | Bin 0 -> 746 bytes site/images/add.gif | Bin 0 -> 397 bytes site/images/apache-maven-project-2.png | Bin 0 -> 33442 bytes site/images/application-certificate.png | Bin 0 -> 923 bytes site/images/contact-new.png | Bin 0 -> 736 bytes site/images/document-properties.png | Bin 0 -> 577 bytes site/images/drive-harddisk.png | Bin 0 -> 700 bytes site/images/fix.gif | Bin 0 -> 366 bytes site/images/icon_error_sml.gif | Bin 0 -> 633 bytes site/images/icon_help_sml.gif | Bin 0 -> 1072 bytes site/images/icon_info_sml.gif | Bin 0 -> 638 bytes site/images/icon_success_sml.gif | Bin 0 -> 604 bytes site/images/icon_warning_sml.gif | Bin 0 -> 625 bytes site/images/image-x-generic.png | Bin 0 -> 662 bytes site/images/internet-web-browser.png | Bin 0 -> 1017 bytes site/images/logos/build-by-maven-black.png | Bin 0 -> 2294 bytes site/images/logos/build-by-maven-white.png | Bin 0 -> 2260 bytes site/images/logos/maven-feather.png | Bin 0 -> 3330 bytes site/images/network-server.png | Bin 0 -> 536 bytes site/images/package-x-generic.png | Bin 0 -> 717 bytes site/images/profiles/pre-release.png | Bin 0 -> 32607 bytes site/images/profiles/retired.png | Bin 0 -> 22003 bytes site/images/profiles/sandbox.png | Bin 0 -> 33010 bytes site/images/remove.gif | Bin 0 -> 607 bytes site/images/rss.png | Bin 0 -> 474 bytes site/images/update.gif | Bin 0 -> 1090 bytes site/images/window-new.png | Bin 0 -> 583 bytes site/img/glyphicons-halflings-white.png | Bin 0 -> 8777 bytes site/img/glyphicons-halflings.png | Bin 0 -> 12799 bytes ...import-from-git-with-submodules-result.png | Bin 0 -> 5939 bytes site/import-from-git-with-submodules.png | Bin 0 -> 37730 bytes site/index.html | 733 ++++++++++++++++++ site/integration.html | 636 +++++++++++++++ site/issue-tracking.html | 633 +++++++++++++++ site/js/apache-maven-fluido-1.3.0.min.js | 21 + site/markdown.html | 544 +++++++++++++ site/maven.html | 550 +++++++++++++ site/modules.html | 730 +++++++++++++++++ site/plugin-management.html | 648 ++++++++++++++++ site/plugins.html | 675 ++++++++++++++++ site/project-info.html | 670 ++++++++++++++++ site/project-summary.html | 672 ++++++++++++++++ site/release-helper.html | 557 +++++++++++++ site/source-repository.html | 646 +++++++++++++++ site/team-list.html | 660 ++++++++++++++++ site/tips.html | 545 +++++++++++++ 59 files changed, 13307 insertions(+), 21 deletions(-) delete mode 100644 .project delete mode 100644 index.html create mode 100644 site/README.html create mode 100644 site/build.html create mode 100644 site/css/apache-maven-fluido-1.3.0.min.css create mode 100644 site/css/print.css create mode 100644 site/css/site.css create mode 100644 site/dependency-convergence.html create mode 100644 site/dependency-info.html create mode 100644 site/developing.html create mode 100644 site/distribution-management.html create mode 100644 site/git-remove-submodules.html create mode 100644 site/header3.png create mode 100644 site/images/accessories-text-editor.png create mode 100644 site/images/add.gif create mode 100644 site/images/apache-maven-project-2.png create mode 100644 site/images/application-certificate.png create mode 100644 site/images/contact-new.png create mode 100644 site/images/document-properties.png create mode 100644 site/images/drive-harddisk.png create mode 100644 site/images/fix.gif create mode 100644 site/images/icon_error_sml.gif create mode 100644 site/images/icon_help_sml.gif create mode 100644 site/images/icon_info_sml.gif create mode 100644 site/images/icon_success_sml.gif create mode 100644 site/images/icon_warning_sml.gif create mode 100644 site/images/image-x-generic.png create mode 100644 site/images/internet-web-browser.png create mode 100644 site/images/logos/build-by-maven-black.png create mode 100644 site/images/logos/build-by-maven-white.png create mode 100644 site/images/logos/maven-feather.png create mode 100644 site/images/network-server.png create mode 100644 site/images/package-x-generic.png create mode 100644 site/images/profiles/pre-release.png create mode 100644 site/images/profiles/retired.png create mode 100644 site/images/profiles/sandbox.png create mode 100644 site/images/remove.gif create mode 100644 site/images/rss.png create mode 100644 site/images/update.gif create mode 100644 site/images/window-new.png create mode 100644 site/img/glyphicons-halflings-white.png create mode 100644 site/img/glyphicons-halflings.png create mode 100644 site/import-from-git-with-submodules-result.png create mode 100644 site/import-from-git-with-submodules.png create mode 100644 site/index.html create mode 100644 site/integration.html create mode 100644 site/issue-tracking.html create mode 100644 site/js/apache-maven-fluido-1.3.0.min.js create mode 100644 site/markdown.html create mode 100644 site/maven.html create mode 100644 site/modules.html create mode 100644 site/plugin-management.html create mode 100644 site/plugins.html create mode 100644 site/project-info.html create mode 100644 site/project-summary.html create mode 100644 site/release-helper.html create mode 100644 site/source-repository.html create mode 100644 site/team-list.html create mode 100644 site/tips.html diff --git a/.project b/.project deleted file mode 100644 index 08e6a584..00000000 --- a/.project +++ /dev/null @@ -1,11 +0,0 @@ - - - nodeclipse-1/gh-pages - https://github.com/Nodeclipse/nodeclipse-1 - - - - - - - diff --git a/index.html b/index.html deleted file mode 100644 index 4b59f33e..00000000 --- a/index.html +++ /dev/null @@ -1,10 +0,0 @@ - - - - -nodeclipse-1/gh-pages - - - nodeclipse-1/gh-pages - - \ No newline at end of file diff --git a/site/README.html b/site/README.html new file mode 100644 index 00000000..1ae6fbca --- /dev/null +++ b/site/README.html @@ -0,0 +1,579 @@ + + + + + + + + + Nodeclipse - + + + + + + + + + + + + + + + + + + Fork me on GitHub + + + + + + + + + +
+ + + + + +
+
+ +
+ + +
+ +

Maven generated documentation site

+
+

Maven project site

+

First check How to use markdown for maven project site?

+

name and description fields in pom.xml are usually optonal, but required for mvn site as it otherwise produces long links with word “Underfined” .

+ +
+
<name>org.nodeclipse.ui</name>
+<description>org.nodeclipse.ui</description>
+
+
+

Generating

+ +
+
mvn site:site
+mvn site:stage -DstagingDirectory=C:\TEMP\fullsite  
+
+
+

Some snippets

+ +
+
       <!-- http://maven.apache.org/plugins/maven-project-info-reports-plugin -->
+       <plugin>
+         <groupId>org.apache.maven.plugins</groupId>
+         <artifactId>maven-project-info-reports-plugin</artifactId>
+         <version>2.6</version>
+         <!-- 
+         <configuration>
+          <webAccessUrl>http://svn.example.org/viewvc/project/trunk</webAccessUrl>
+          <anonymousConnection>scm:svn:http://svn.example.org/repo/project/trunk</anonymousConnection>
+          <developerConnection>scm:svn:https://svn.example.org/repo/project/trunk</developerConnection>
+         </configuration>
+          -->
+       </plugin>
+
+    </plugins>
+</build>
+
+
+
+
+ +
+ + + + diff --git a/site/build.html b/site/build.html new file mode 100644 index 00000000..08f5cacd --- /dev/null +++ b/site/build.html @@ -0,0 +1,571 @@ + + + + + + + + + Nodeclipse - + + + + + + + + + + + + + + + + + + Fork me on GitHub + + + + + + + + + +
+ + + + + +
+
+ +
+ + +
+ +

Nodeclipse build

+
+

Build

+ +
    + +
  • Simple build
  • +
+

clone and mvn package

+ +
    + +
  • Build with Git Submodules (not used)
  • +
+

clone, init git submodules, enable submodules in pom.xml and org.nodeclipse.site/pom.xml, mvn package

+
+

Build with Git Submodules

+

This one is not used, but may help in other projects

+ +
    + +
  • command line
  • +
+

(Check org.nodeclipse.examples project)

+ +
    + +
  • Eclipse EGit
  • +
+

when importing check “Clone submodules”

+

![](import-from-git-with-submodules-result.png)

+

![](import-from-git-with-submodules.png)

+
+
+
+ +
+ + + + diff --git a/site/css/apache-maven-fluido-1.3.0.min.css b/site/css/apache-maven-fluido-1.3.0.min.css new file mode 100644 index 00000000..7db41338 --- /dev/null +++ b/site/css/apache-maven-fluido-1.3.0.min.css @@ -0,0 +1,9 @@ +/*! + * Bootstrap v2.1.0 + * + * Copyright 2012 Twitter, Inc + * Licensed under the Apache License v2.0 + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Designed and built with all the love in the world @twitter by @mdo and @fat. + */article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block}audio,canvas,video{display:inline-block;*display:inline;*zoom:1}audio:not([controls]){display:none}html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}a:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}a:hover,a:active{outline:0}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{height:auto;max-width:100%;vertical-align:middle;border:0;-ms-interpolation-mode:bicubic}#map_canvas img{max-width:none}button,input,select,textarea{margin:0;font-size:100%;vertical-align:middle}button,input{*overflow:visible;line-height:normal}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}button,input[type="button"],input[type="reset"],input[type="submit"]{cursor:pointer;-webkit-appearance:button}input[type="search"]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type="search"]::-webkit-search-decoration,input[type="search"]::-webkit-search-cancel-button{-webkit-appearance:none}textarea{overflow:auto;vertical-align:top}.clearfix{*zoom:1}.clearfix:before,.clearfix:after{display:table;line-height:0;content:""}.clearfix:after{clear:both}.hide-text{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.input-block-level{display:block;width:100%;min-height:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}body{margin:0;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:20px;color:#333;background-color:#fff}a{color:#08c;text-decoration:none}a:hover{color:#005580;text-decoration:underline}.img-rounded{-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}.img-polaroid{padding:4px;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.2);-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.1);-moz-box-shadow:0 1px 3px rgba(0,0,0,0.1);box-shadow:0 1px 3px rgba(0,0,0,0.1)}.img-circle{-webkit-border-radius:500px;-moz-border-radius:500px;border-radius:500px}.row{margin-left:-20px;*zoom:1}.row:before,.row:after{display:table;line-height:0;content:""}.row:after{clear:both}[class*="span"]{float:left;margin-left:20px}.container,.navbar-static-top .container,.navbar-fixed-top .container,.navbar-fixed-bottom .container{width:940px}.span12{width:940px}.span11{width:860px}.span10{width:780px}.span9{width:700px}.span8{width:620px}.span7{width:540px}.span6{width:460px}.span5{width:380px}.span4{width:300px}.span3{width:220px}.span2{width:140px}.span1{width:60px}.offset12{margin-left:980px}.offset11{margin-left:900px}.offset10{margin-left:820px}.offset9{margin-left:740px}.offset8{margin-left:660px}.offset7{margin-left:580px}.offset6{margin-left:500px}.offset5{margin-left:420px}.offset4{margin-left:340px}.offset3{margin-left:260px}.offset2{margin-left:180px}.offset1{margin-left:100px}.row-fluid{width:100%;*zoom:1}.row-fluid:before,.row-fluid:after{display:table;line-height:0;content:""}.row-fluid:after{clear:both}.row-fluid [class*="span"]{display:block;float:left;width:100%;min-height:30px;margin-left:2.127659574468085%;*margin-left:2.074468085106383%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.row-fluid [class*="span"]:first-child{margin-left:0}.row-fluid .span12{width:100%;*width:99.94680851063829%}.row-fluid .span11{width:91.48936170212765%;*width:91.43617021276594%}.row-fluid .span10{width:82.97872340425532%;*width:82.92553191489361%}.row-fluid .span9{width:74.46808510638297%;*width:74.41489361702126%}.row-fluid .span8{width:65.95744680851064%;*width:65.90425531914893%}.row-fluid .span7{width:57.44680851063829%;*width:57.39361702127659%}.row-fluid .span6{width:48.93617021276595%;*width:48.88297872340425%}.row-fluid .span5{width:40.42553191489362%;*width:40.37234042553192%}.row-fluid .span4{width:31.914893617021278%;*width:31.861702127659576%}.row-fluid .span3{width:23.404255319148934%;*width:23.351063829787233%}.row-fluid .span2{width:14.893617021276595%;*width:14.840425531914894%}.row-fluid .span1{width:6.382978723404255%;*width:6.329787234042553%}.row-fluid .offset12{margin-left:104.25531914893617%;*margin-left:104.14893617021275%}.row-fluid .offset12:first-child{margin-left:102.12765957446808%;*margin-left:102.02127659574467%}.row-fluid .offset11{margin-left:95.74468085106382%;*margin-left:95.6382978723404%}.row-fluid .offset11:first-child{margin-left:93.61702127659574%;*margin-left:93.51063829787232%}.row-fluid .offset10{margin-left:87.23404255319149%;*margin-left:87.12765957446807%}.row-fluid .offset10:first-child{margin-left:85.1063829787234%;*margin-left:84.99999999999999%}.row-fluid .offset9{margin-left:78.72340425531914%;*margin-left:78.61702127659572%}.row-fluid .offset9:first-child{margin-left:76.59574468085106%;*margin-left:76.48936170212764%}.row-fluid .offset8{margin-left:70.2127659574468%;*margin-left:70.10638297872339%}.row-fluid .offset8:first-child{margin-left:68.08510638297872%;*margin-left:67.9787234042553%}.row-fluid .offset7{margin-left:61.70212765957446%;*margin-left:61.59574468085106%}.row-fluid .offset7:first-child{margin-left:59.574468085106375%;*margin-left:59.46808510638297%}.row-fluid .offset6{margin-left:53.191489361702125%;*margin-left:53.085106382978715%}.row-fluid .offset6:first-child{margin-left:51.063829787234035%;*margin-left:50.95744680851063%}.row-fluid .offset5{margin-left:44.68085106382979%;*margin-left:44.57446808510638%}.row-fluid .offset5:first-child{margin-left:42.5531914893617%;*margin-left:42.4468085106383%}.row-fluid .offset4{margin-left:36.170212765957444%;*margin-left:36.06382978723405%}.row-fluid .offset4:first-child{margin-left:34.04255319148936%;*margin-left:33.93617021276596%}.row-fluid .offset3{margin-left:27.659574468085104%;*margin-left:27.5531914893617%}.row-fluid .offset3:first-child{margin-left:25.53191489361702%;*margin-left:25.425531914893618%}.row-fluid .offset2{margin-left:19.148936170212764%;*margin-left:19.04255319148936%}.row-fluid .offset2:first-child{margin-left:17.02127659574468%;*margin-left:16.914893617021278%}.row-fluid .offset1{margin-left:10.638297872340425%;*margin-left:10.53191489361702%}.row-fluid .offset1:first-child{margin-left:8.51063829787234%;*margin-left:8.404255319148938%}[class*="span"].hide,.row-fluid [class*="span"].hide{display:none}[class*="span"].pull-right,.row-fluid [class*="span"].pull-right{float:right}.container{margin-right:auto;margin-left:auto;*zoom:1}.container:before,.container:after{display:table;line-height:0;content:""}.container:after{clear:both}.container-fluid{padding-right:20px;padding-left:20px;*zoom:1}.container-fluid:before,.container-fluid:after{display:table;line-height:0;content:""}.container-fluid:after{clear:both}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:20px;font-weight:200;line-height:30px}small{font-size:85%}strong{font-weight:bold}em{font-style:italic}cite{font-style:normal}.muted{color:#999}h1,h2,h3,h4,h5,h6{margin:10px 0;font-family:inherit;font-weight:bold;line-height:1;color:inherit;text-rendering:optimizelegibility}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small{font-weight:normal;line-height:1;color:#999}h1{font-size:36px;line-height:40px}h2{font-size:30px;line-height:40px}h3{font-size:24px;line-height:40px}h4{font-size:18px;line-height:20px}h5{font-size:14px;line-height:20px}h6{font-size:12px;line-height:20px}h1 small{font-size:24px}h2 small{font-size:18px}h3 small{font-size:14px}h4 small{font-size:14px}.page-header{padding-bottom:9px;margin:20px 0 30px;border-bottom:1px solid #eee}ul,ol{padding:0;margin:0 0 10px 25px}ul ul,ul ol,ol ol,ol ul{margin-bottom:0}li{line-height:20px}ul.unstyled,ol.unstyled{margin-left:0;list-style:none}dl{margin-bottom:20px}dt,dd{line-height:20px}dt{font-weight:bold}dd{margin-left:10px}.dl-horizontal dt{float:left;width:120px;overflow:hidden;clear:left;text-align:right;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:130px}hr{margin:20px 0;border:0;border-top:1px solid #eee;border-bottom:1px solid #fff}abbr[title]{cursor:help;border-bottom:1px dotted #999}abbr.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:0 0 0 15px;margin:0 0 20px;border-left:5px solid #eee}blockquote p{margin-bottom:0;font-size:16px;font-weight:300;line-height:25px}blockquote small{display:block;line-height:20px;color:#999}blockquote small:before{content:'\2014 \00A0'}blockquote.pull-right{float:right;padding-right:15px;padding-left:0;border-right:5px solid #eee;border-left:0}blockquote.pull-right p,blockquote.pull-right small{text-align:right}blockquote.pull-right small:before{content:''}blockquote.pull-right small:after{content:'\00A0 \2014'}q:before,q:after,blockquote:before,blockquote:after{content:""}address{display:block;margin-bottom:20px;font-style:normal;line-height:20px}code,pre{padding:0 3px 2px;font-family:Monaco,Menlo,Consolas,"Courier New",monospace;font-size:12px;color:#333;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}code{padding:2px 4px;color:#d14;background-color:#f7f7f9;border:1px solid #e1e1e8}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:20px;word-break:break-all;word-wrap:break-word;white-space:pre;white-space:pre-wrap;background-color:#f5f5f5;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.15);-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}pre.prettyprint{margin-bottom:20px}pre code{padding:0;color:inherit;background-color:transparent;border:0}.pre-scrollable{max-height:340px;overflow-y:scroll}form{margin:0 0 20px}fieldset{padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:40px;color:#333;border:0;border-bottom:1px solid #e5e5e5}legend small{font-size:15px;color:#999}label,input,button,select,textarea{font-size:14px;font-weight:normal;line-height:20px}input,button,select,textarea{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif}label{display:block;margin-bottom:5px}select,textarea,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],.uneditable-input{display:inline-block;height:20px;padding:4px 6px;margin-bottom:9px;font-size:14px;line-height:20px;color:#555;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}input,textarea{width:210px}textarea{height:auto}textarea,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],.uneditable-input{background-color:#fff;border:1px solid #ccc;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-webkit-transition:border linear .2s,box-shadow linear .2s;-moz-transition:border linear .2s,box-shadow linear .2s;-o-transition:border linear .2s,box-shadow linear .2s;transition:border linear .2s,box-shadow linear .2s}textarea:focus,input[type="text"]:focus,input[type="password"]:focus,input[type="datetime"]:focus,input[type="datetime-local"]:focus,input[type="date"]:focus,input[type="month"]:focus,input[type="time"]:focus,input[type="week"]:focus,input[type="number"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="color"]:focus,.uneditable-input:focus{border-color:rgba(82,168,236,0.8);outline:0;outline:thin dotted \9;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6)}input[type="radio"],input[type="checkbox"]{margin:4px 0 0;margin-top:1px \9;*margin-top:0;line-height:normal;cursor:pointer}input[type="file"],input[type="image"],input[type="submit"],input[type="reset"],input[type="button"],input[type="radio"],input[type="checkbox"]{width:auto}select,input[type="file"]{height:30px;*margin-top:4px;line-height:30px}select{width:220px;background-color:#fff;border:1px solid #bbb}select[multiple],select[size]{height:auto}select:focus,input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.uneditable-input,.uneditable-textarea{color:#999;cursor:not-allowed;background-color:#fcfcfc;border-color:#ccc;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.025);-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,0.025);box-shadow:inset 0 1px 2px rgba(0,0,0,0.025)}.uneditable-input{overflow:hidden;white-space:nowrap}.uneditable-textarea{width:auto;height:auto}input:-moz-placeholder,textarea:-moz-placeholder{color:#999}input:-ms-input-placeholder,textarea:-ms-input-placeholder{color:#999}input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#999}.radio,.checkbox{min-height:18px;padding-left:18px}.radio input[type="radio"],.checkbox input[type="checkbox"]{float:left;margin-left:-18px}.controls>.radio:first-child,.controls>.checkbox:first-child{padding-top:5px}.radio.inline,.checkbox.inline{display:inline-block;padding-top:5px;margin-bottom:0;vertical-align:middle}.radio.inline+.radio.inline,.checkbox.inline+.checkbox.inline{margin-left:10px}.input-mini{width:60px}.input-small{width:90px}.input-medium{width:150px}.input-large{width:210px}.input-xlarge{width:270px}.input-xxlarge{width:530px}input[class*="span"],select[class*="span"],textarea[class*="span"],.uneditable-input[class*="span"],.row-fluid input[class*="span"],.row-fluid select[class*="span"],.row-fluid textarea[class*="span"],.row-fluid .uneditable-input[class*="span"]{float:none;margin-left:0}.input-append input[class*="span"],.input-append .uneditable-input[class*="span"],.input-prepend input[class*="span"],.input-prepend .uneditable-input[class*="span"],.row-fluid input[class*="span"],.row-fluid select[class*="span"],.row-fluid textarea[class*="span"],.row-fluid .uneditable-input[class*="span"],.row-fluid .input-prepend [class*="span"],.row-fluid .input-append [class*="span"]{display:inline-block}input,textarea,.uneditable-input{margin-left:0}.controls-row [class*="span"]+[class*="span"]{margin-left:20px}input.span12,textarea.span12,.uneditable-input.span12{width:926px}input.span11,textarea.span11,.uneditable-input.span11{width:846px}input.span10,textarea.span10,.uneditable-input.span10{width:766px}input.span9,textarea.span9,.uneditable-input.span9{width:686px}input.span8,textarea.span8,.uneditable-input.span8{width:606px}input.span7,textarea.span7,.uneditable-input.span7{width:526px}input.span6,textarea.span6,.uneditable-input.span6{width:446px}input.span5,textarea.span5,.uneditable-input.span5{width:366px}input.span4,textarea.span4,.uneditable-input.span4{width:286px}input.span3,textarea.span3,.uneditable-input.span3{width:206px}input.span2,textarea.span2,.uneditable-input.span2{width:126px}input.span1,textarea.span1,.uneditable-input.span1{width:46px}.controls-row{*zoom:1}.controls-row:before,.controls-row:after{display:table;line-height:0;content:""}.controls-row:after{clear:both}.controls-row [class*="span"]{float:left}input[disabled],select[disabled],textarea[disabled],input[readonly],select[readonly],textarea[readonly]{cursor:not-allowed;background-color:#eee}input[type="radio"][disabled],input[type="checkbox"][disabled],input[type="radio"][readonly],input[type="checkbox"][readonly]{background-color:transparent}.control-group.warning>label,.control-group.warning .help-block,.control-group.warning .help-inline{color:#c09853}.control-group.warning .checkbox,.control-group.warning .radio,.control-group.warning input,.control-group.warning select,.control-group.warning textarea{color:#c09853;border-color:#c09853;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.control-group.warning .checkbox:focus,.control-group.warning .radio:focus,.control-group.warning input:focus,.control-group.warning select:focus,.control-group.warning textarea:focus{border-color:#a47e3c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #dbc59e;-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #dbc59e;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #dbc59e}.control-group.warning .input-prepend .add-on,.control-group.warning .input-append .add-on{color:#c09853;background-color:#fcf8e3;border-color:#c09853}.control-group.error>label,.control-group.error .help-block,.control-group.error .help-inline{color:#b94a48}.control-group.error .checkbox,.control-group.error .radio,.control-group.error input,.control-group.error select,.control-group.error textarea{color:#b94a48;border-color:#b94a48;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.control-group.error .checkbox:focus,.control-group.error .radio:focus,.control-group.error input:focus,.control-group.error select:focus,.control-group.error textarea:focus{border-color:#953b39;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #d59392;-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #d59392;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #d59392}.control-group.error .input-prepend .add-on,.control-group.error .input-append .add-on{color:#b94a48;background-color:#f2dede;border-color:#b94a48}.control-group.success>label,.control-group.success .help-block,.control-group.success .help-inline{color:#468847}.control-group.success .checkbox,.control-group.success .radio,.control-group.success input,.control-group.success select,.control-group.success textarea{color:#468847;border-color:#468847;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.control-group.success .checkbox:focus,.control-group.success .radio:focus,.control-group.success input:focus,.control-group.success select:focus,.control-group.success textarea:focus{border-color:#356635;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #7aba7b;-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #7aba7b;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #7aba7b}.control-group.success .input-prepend .add-on,.control-group.success .input-append .add-on{color:#468847;background-color:#dff0d8;border-color:#468847}input:focus:required:invalid,textarea:focus:required:invalid,select:focus:required:invalid{color:#b94a48;border-color:#ee5f5b}input:focus:required:invalid:focus,textarea:focus:required:invalid:focus,select:focus:required:invalid:focus{border-color:#e9322d;-webkit-box-shadow:0 0 6px #f8b9b7;-moz-box-shadow:0 0 6px #f8b9b7;box-shadow:0 0 6px #f8b9b7}.form-actions{padding:19px 20px 20px;margin-top:20px;margin-bottom:20px;background-color:#f5f5f5;border-top:1px solid #e5e5e5;*zoom:1}.form-actions:before,.form-actions:after{display:table;line-height:0;content:""}.form-actions:after{clear:both}.help-block,.help-inline{color:#595959}.help-block{display:block;margin-bottom:10px}.help-inline{display:inline-block;*display:inline;padding-left:5px;vertical-align:middle;*zoom:1}.input-append,.input-prepend{margin-bottom:5px;font-size:0;white-space:nowrap}.input-append input,.input-prepend input,.input-append select,.input-prepend select,.input-append .uneditable-input,.input-prepend .uneditable-input{position:relative;margin-bottom:0;*margin-left:0;font-size:14px;vertical-align:top;-webkit-border-radius:0 3px 3px 0;-moz-border-radius:0 3px 3px 0;border-radius:0 3px 3px 0}.input-append input:focus,.input-prepend input:focus,.input-append select:focus,.input-prepend select:focus,.input-append .uneditable-input:focus,.input-prepend .uneditable-input:focus{z-index:2}.input-append .add-on,.input-prepend .add-on{display:inline-block;width:auto;height:20px;min-width:16px;padding:4px 5px;font-size:14px;font-weight:normal;line-height:20px;text-align:center;text-shadow:0 1px 0 #fff;background-color:#eee;border:1px solid #ccc}.input-append .add-on,.input-prepend .add-on,.input-append .btn,.input-prepend .btn{margin-left:-1px;vertical-align:top;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.input-append .active,.input-prepend .active{background-color:#a9dba9;border-color:#46a546}.input-prepend .add-on,.input-prepend .btn{margin-right:-1px}.input-prepend .add-on:first-child,.input-prepend .btn:first-child{-webkit-border-radius:3px 0 0 3px;-moz-border-radius:3px 0 0 3px;border-radius:3px 0 0 3px}.input-append input,.input-append select,.input-append .uneditable-input{-webkit-border-radius:3px 0 0 3px;-moz-border-radius:3px 0 0 3px;border-radius:3px 0 0 3px}.input-append .add-on:last-child,.input-append .btn:last-child{-webkit-border-radius:0 3px 3px 0;-moz-border-radius:0 3px 3px 0;border-radius:0 3px 3px 0}.input-prepend.input-append input,.input-prepend.input-append select,.input-prepend.input-append .uneditable-input{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.input-prepend.input-append .add-on:first-child,.input-prepend.input-append .btn:first-child{margin-right:-1px;-webkit-border-radius:3px 0 0 3px;-moz-border-radius:3px 0 0 3px;border-radius:3px 0 0 3px}.input-prepend.input-append .add-on:last-child,.input-prepend.input-append .btn:last-child{margin-left:-1px;-webkit-border-radius:0 3px 3px 0;-moz-border-radius:0 3px 3px 0;border-radius:0 3px 3px 0}input.search-query{padding-right:14px;padding-right:4px \9;padding-left:14px;padding-left:4px \9;margin-bottom:0;-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px}.form-search .input-append .search-query,.form-search .input-prepend .search-query{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.form-search .input-append .search-query{-webkit-border-radius:14px 0 0 14px;-moz-border-radius:14px 0 0 14px;border-radius:14px 0 0 14px}.form-search .input-append .btn{-webkit-border-radius:0 14px 14px 0;-moz-border-radius:0 14px 14px 0;border-radius:0 14px 14px 0}.form-search .input-prepend .search-query{-webkit-border-radius:0 14px 14px 0;-moz-border-radius:0 14px 14px 0;border-radius:0 14px 14px 0}.form-search .input-prepend .btn{-webkit-border-radius:14px 0 0 14px;-moz-border-radius:14px 0 0 14px;border-radius:14px 0 0 14px}.form-search input,.form-inline input,.form-horizontal input,.form-search textarea,.form-inline textarea,.form-horizontal textarea,.form-search select,.form-inline select,.form-horizontal select,.form-search .help-inline,.form-inline .help-inline,.form-horizontal .help-inline,.form-search .uneditable-input,.form-inline .uneditable-input,.form-horizontal .uneditable-input,.form-search .input-prepend,.form-inline .input-prepend,.form-horizontal .input-prepend,.form-search .input-append,.form-inline .input-append,.form-horizontal .input-append{display:inline-block;*display:inline;margin-bottom:0;vertical-align:middle;*zoom:1}.form-search .hide,.form-inline .hide,.form-horizontal .hide{display:none}.form-search label,.form-inline label,.form-search .btn-group,.form-inline .btn-group{display:inline-block}.form-search .input-append,.form-inline .input-append,.form-search .input-prepend,.form-inline .input-prepend{margin-bottom:0}.form-search .radio,.form-search .checkbox,.form-inline .radio,.form-inline .checkbox{padding-left:0;margin-bottom:0;vertical-align:middle}.form-search .radio input[type="radio"],.form-search .checkbox input[type="checkbox"],.form-inline .radio input[type="radio"],.form-inline .checkbox input[type="checkbox"]{float:left;margin-right:3px;margin-left:0}.control-group{margin-bottom:10px}legend+.control-group{margin-top:20px;-webkit-margin-top-collapse:separate}.form-horizontal .control-group{margin-bottom:20px;*zoom:1}.form-horizontal .control-group:before,.form-horizontal .control-group:after{display:table;line-height:0;content:""}.form-horizontal .control-group:after{clear:both}.form-horizontal .control-label{float:left;width:140px;padding-top:5px;text-align:right}.form-horizontal .controls{*display:inline-block;*padding-left:20px;margin-left:160px;*margin-left:0}.form-horizontal .controls:first-child{*padding-left:160px}.form-horizontal .help-block{margin-top:10px;margin-bottom:0}.form-horizontal .form-actions{padding-left:160px}table{max-width:100%;background-color:transparent;border-collapse:collapse;border-spacing:0}.table{width:100%;margin-bottom:20px}.table th,.table td{padding:8px;line-height:20px;text-align:left;vertical-align:top;border-top:1px solid #ddd}.table th{font-weight:bold}.table thead th{vertical-align:bottom}.table caption+thead tr:first-child th,.table caption+thead tr:first-child td,.table colgroup+thead tr:first-child th,.table colgroup+thead tr:first-child td,.table thead:first-child tr:first-child th,.table thead:first-child tr:first-child td{border-top:0}.table tbody+tbody{border-top:2px solid #ddd}.table-condensed th,.table-condensed td{padding:4px 5px}.table-bordered{border:1px solid #ddd;border-collapse:separate;*border-collapse:collapse;border-left:0;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.table-bordered th,.table-bordered td{border-left:1px solid #ddd}.table-bordered caption+thead tr:first-child th,.table-bordered caption+tbody tr:first-child th,.table-bordered caption+tbody tr:first-child td,.table-bordered colgroup+thead tr:first-child th,.table-bordered colgroup+tbody tr:first-child th,.table-bordered colgroup+tbody tr:first-child td,.table-bordered thead:first-child tr:first-child th,.table-bordered tbody:first-child tr:first-child th,.table-bordered tbody:first-child tr:first-child td{border-top:0}.table-bordered thead:first-child tr:first-child th:first-child,.table-bordered tbody:first-child tr:first-child td:first-child{-webkit-border-top-left-radius:4px;border-top-left-radius:4px;-moz-border-radius-topleft:4px}.table-bordered thead:first-child tr:first-child th:last-child,.table-bordered tbody:first-child tr:first-child td:last-child{-webkit-border-top-right-radius:4px;border-top-right-radius:4px;-moz-border-radius-topright:4px}.table-bordered thead:last-child tr:last-child th:first-child,.table-bordered tbody:last-child tr:last-child td:first-child,.table-bordered tfoot:last-child tr:last-child td:first-child{-webkit-border-radius:0 0 0 4px;-moz-border-radius:0 0 0 4px;border-radius:0 0 0 4px;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;-moz-border-radius-bottomleft:4px}.table-bordered thead:last-child tr:last-child th:last-child,.table-bordered tbody:last-child tr:last-child td:last-child,.table-bordered tfoot:last-child tr:last-child td:last-child{-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px;-moz-border-radius-bottomright:4px}.table-bordered caption+thead tr:first-child th:first-child,.table-bordered caption+tbody tr:first-child td:first-child,.table-bordered colgroup+thead tr:first-child th:first-child,.table-bordered colgroup+tbody tr:first-child td:first-child{-webkit-border-top-left-radius:4px;border-top-left-radius:4px;-moz-border-radius-topleft:4px}.table-bordered caption+thead tr:first-child th:last-child,.table-bordered caption+tbody tr:first-child td:last-child,.table-bordered colgroup+thead tr:first-child th:last-child,.table-bordered colgroup+tbody tr:first-child td:last-child{-webkit-border-top-right-radius:4px;border-top-right-radius:4px;-moz-border-right-topleft:4px}.table-striped tbody tr:nth-child(odd) td,.table-striped tbody tr:nth-child(odd) th{background-color:#f9f9f9}.table-hover tbody tr:hover td,.table-hover tbody tr:hover th{background-color:#f5f5f5}table [class*=span],.row-fluid table [class*=span]{display:table-cell;float:none;margin-left:0}table .span1{float:none;width:44px;margin-left:0}table .span2{float:none;width:124px;margin-left:0}table .span3{float:none;width:204px;margin-left:0}table .span4{float:none;width:284px;margin-left:0}table .span5{float:none;width:364px;margin-left:0}table .span6{float:none;width:444px;margin-left:0}table .span7{float:none;width:524px;margin-left:0}table .span8{float:none;width:604px;margin-left:0}table .span9{float:none;width:684px;margin-left:0}table .span10{float:none;width:764px;margin-left:0}table .span11{float:none;width:844px;margin-left:0}table .span12{float:none;width:924px;margin-left:0}table .span13{float:none;width:1004px;margin-left:0}table .span14{float:none;width:1084px;margin-left:0}table .span15{float:none;width:1164px;margin-left:0}table .span16{float:none;width:1244px;margin-left:0}table .span17{float:none;width:1324px;margin-left:0}table .span18{float:none;width:1404px;margin-left:0}table .span19{float:none;width:1484px;margin-left:0}table .span20{float:none;width:1564px;margin-left:0}table .span21{float:none;width:1644px;margin-left:0}table .span22{float:none;width:1724px;margin-left:0}table .span23{float:none;width:1804px;margin-left:0}table .span24{float:none;width:1884px;margin-left:0}.table tbody tr.success td{background-color:#dff0d8}.table tbody tr.error td{background-color:#f2dede}.table tbody tr.info td{background-color:#d9edf7}[class^="icon-"],[class*=" icon-"]{display:inline-block;width:14px;height:14px;margin-top:1px;*margin-right:.3em;line-height:14px;vertical-align:text-top;background-image:url("../img/glyphicons-halflings.png");background-position:14px 14px;background-repeat:no-repeat}.icon-white,.nav>.active>a>[class^="icon-"],.nav>.active>a>[class*=" icon-"],.dropdown-menu>li>a:hover>[class^="icon-"],.dropdown-menu>li>a:hover>[class*=" icon-"],.dropdown-menu>.active>a>[class^="icon-"],.dropdown-menu>.active>a>[class*=" icon-"]{background-image:url("../img/glyphicons-halflings-white.png")}.icon-glass{background-position:0 0}.icon-music{background-position:-24px 0}.icon-search{background-position:-48px 0}.icon-envelope{background-position:-72px 0}.icon-heart{background-position:-96px 0}.icon-star{background-position:-120px 0}.icon-star-empty{background-position:-144px 0}.icon-user{background-position:-168px 0}.icon-film{background-position:-192px 0}.icon-th-large{background-position:-216px 0}.icon-th{background-position:-240px 0}.icon-th-list{background-position:-264px 0}.icon-ok{background-position:-288px 0}.icon-remove{background-position:-312px 0}.icon-zoom-in{background-position:-336px 0}.icon-zoom-out{background-position:-360px 0}.icon-off{background-position:-384px 0}.icon-signal{background-position:-408px 0}.icon-cog{background-position:-432px 0}.icon-trash{background-position:-456px 0}.icon-home{background-position:0 -24px}.icon-file{background-position:-24px -24px}.icon-time{background-position:-48px -24px}.icon-road{background-position:-72px -24px}.icon-download-alt{background-position:-96px -24px}.icon-download{background-position:-120px -24px}.icon-upload{background-position:-144px -24px}.icon-inbox{background-position:-168px -24px}.icon-play-circle{background-position:-192px -24px}.icon-repeat{background-position:-216px -24px}.icon-refresh{background-position:-240px -24px}.icon-list-alt{background-position:-264px -24px}.icon-lock{background-position:-287px -24px}.icon-flag{background-position:-312px -24px}.icon-headphones{background-position:-336px -24px}.icon-volume-off{background-position:-360px -24px}.icon-volume-down{background-position:-384px -24px}.icon-volume-up{background-position:-408px -24px}.icon-qrcode{background-position:-432px -24px}.icon-barcode{background-position:-456px -24px}.icon-tag{background-position:0 -48px}.icon-tags{background-position:-25px -48px}.icon-book{background-position:-48px -48px}.icon-bookmark{background-position:-72px -48px}.icon-print{background-position:-96px -48px}.icon-camera{background-position:-120px -48px}.icon-font{background-position:-144px -48px}.icon-bold{background-position:-167px -48px}.icon-italic{background-position:-192px -48px}.icon-text-height{background-position:-216px -48px}.icon-text-width{background-position:-240px -48px}.icon-align-left{background-position:-264px -48px}.icon-align-center{background-position:-288px -48px}.icon-align-right{background-position:-312px -48px}.icon-align-justify{background-position:-336px -48px}.icon-list{background-position:-360px -48px}.icon-indent-left{background-position:-384px -48px}.icon-indent-right{background-position:-408px -48px}.icon-facetime-video{background-position:-432px -48px}.icon-picture{background-position:-456px -48px}.icon-pencil{background-position:0 -72px}.icon-map-marker{background-position:-24px -72px}.icon-adjust{background-position:-48px -72px}.icon-tint{background-position:-72px -72px}.icon-edit{background-position:-96px -72px}.icon-share{background-position:-120px -72px}.icon-check{background-position:-144px -72px}.icon-move{background-position:-168px -72px}.icon-step-backward{background-position:-192px -72px}.icon-fast-backward{background-position:-216px -72px}.icon-backward{background-position:-240px -72px}.icon-play{background-position:-264px -72px}.icon-pause{background-position:-288px -72px}.icon-stop{background-position:-312px -72px}.icon-forward{background-position:-336px -72px}.icon-fast-forward{background-position:-360px -72px}.icon-step-forward{background-position:-384px -72px}.icon-eject{background-position:-408px -72px}.icon-chevron-left{background-position:-432px -72px}.icon-chevron-right{background-position:-456px -72px}.icon-plus-sign{background-position:0 -96px}.icon-minus-sign{background-position:-24px -96px}.icon-remove-sign{background-position:-48px -96px}.icon-ok-sign{background-position:-72px -96px}.icon-question-sign{background-position:-96px -96px}.icon-info-sign{background-position:-120px -96px}.icon-screenshot{background-position:-144px -96px}.icon-remove-circle{background-position:-168px -96px}.icon-ok-circle{background-position:-192px -96px}.icon-ban-circle{background-position:-216px -96px}.icon-arrow-left{background-position:-240px -96px}.icon-arrow-right{background-position:-264px -96px}.icon-arrow-up{background-position:-289px -96px}.icon-arrow-down{background-position:-312px -96px}.icon-share-alt{background-position:-336px -96px}.icon-resize-full{background-position:-360px -96px}.icon-resize-small{background-position:-384px -96px}.icon-plus{background-position:-408px -96px}.icon-minus{background-position:-433px -96px}.icon-asterisk{background-position:-456px -96px}.icon-exclamation-sign{background-position:0 -120px}.icon-gift{background-position:-24px -120px}.icon-leaf{background-position:-48px -120px}.icon-fire{background-position:-72px -120px}.icon-eye-open{background-position:-96px -120px}.icon-eye-close{background-position:-120px -120px}.icon-warning-sign{background-position:-144px -120px}.icon-plane{background-position:-168px -120px}.icon-calendar{background-position:-192px -120px}.icon-random{width:16px;background-position:-216px -120px}.icon-comment{background-position:-240px -120px}.icon-magnet{background-position:-264px -120px}.icon-chevron-up{background-position:-288px -120px}.icon-chevron-down{background-position:-313px -119px}.icon-retweet{background-position:-336px -120px}.icon-shopping-cart{background-position:-360px -120px}.icon-folder-close{background-position:-384px -120px}.icon-folder-open{width:16px;background-position:-408px -120px}.icon-resize-vertical{background-position:-432px -119px}.icon-resize-horizontal{background-position:-456px -118px}.icon-hdd{background-position:0 -144px}.icon-bullhorn{background-position:-24px -144px}.icon-bell{background-position:-48px -144px}.icon-certificate{background-position:-72px -144px}.icon-thumbs-up{background-position:-96px -144px}.icon-thumbs-down{background-position:-120px -144px}.icon-hand-right{background-position:-144px -144px}.icon-hand-left{background-position:-168px -144px}.icon-hand-up{background-position:-192px -144px}.icon-hand-down{background-position:-216px -144px}.icon-circle-arrow-right{background-position:-240px -144px}.icon-circle-arrow-left{background-position:-264px -144px}.icon-circle-arrow-up{background-position:-288px -144px}.icon-circle-arrow-down{background-position:-312px -144px}.icon-globe{background-position:-336px -144px}.icon-wrench{background-position:-360px -144px}.icon-tasks{background-position:-384px -144px}.icon-filter{background-position:-408px -144px}.icon-briefcase{background-position:-432px -144px}.icon-fullscreen{background-position:-456px -144px}.dropup,.dropdown{position:relative}.dropdown-toggle{*margin-bottom:-3px}.dropdown-toggle:active,.open .dropdown-toggle{outline:0}.caret{display:inline-block;width:0;height:0;vertical-align:top;border-top:4px solid #000;border-right:4px solid transparent;border-left:4px solid transparent;content:""}.dropdown .caret{margin-top:8px;margin-left:2px}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.2);*border-right-width:2px;*border-bottom-width:2px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);-moz-box-shadow:0 5px 10px rgba(0,0,0,0.2);box-shadow:0 5px 10px rgba(0,0,0,0.2);-webkit-background-clip:padding-box;-moz-background-clip:padding;background-clip:padding-box}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{*width:100%;height:1px;margin:9px 1px;*margin:-5px 0 5px;overflow:hidden;background-color:#e5e5e5;border-bottom:1px solid #fff}.dropdown-menu a{display:block;padding:3px 20px;clear:both;font-weight:normal;line-height:20px;color:#333;white-space:nowrap}.dropdown-menu li>a:hover,.dropdown-menu li>a:focus,.dropdown-submenu:hover>a{color:#fff;text-decoration:none;background-color:#08c;background-color:#0081c2;background-image:-moz-linear-gradient(top,#08c,#0077b3);background-image:-webkit-gradient(linear,0 0,0 100%,from(#08c),to(#0077b3));background-image:-webkit-linear-gradient(top,#08c,#0077b3);background-image:-o-linear-gradient(top,#08c,#0077b3);background-image:linear-gradient(to bottom,#08c,#0077b3);background-repeat:repeat-x;filter:progid:dximagetransform.microsoft.gradient(startColorstr='#ff0088cc',endColorstr='#ff0077b3',GradientType=0)}.dropdown-menu .active>a,.dropdown-menu .active>a:hover{color:#fff;text-decoration:none;background-color:#08c;background-color:#0081c2;background-image:linear-gradient(to bottom,#08c,#0077b3);background-image:-moz-linear-gradient(top,#08c,#0077b3);background-image:-webkit-gradient(linear,0 0,0 100%,from(#08c),to(#0077b3));background-image:-webkit-linear-gradient(top,#08c,#0077b3);background-image:-o-linear-gradient(top,#08c,#0077b3);background-repeat:repeat-x;outline:0;filter:progid:dximagetransform.microsoft.gradient(startColorstr='#ff0088cc',endColorstr='#ff0077b3',GradientType=0)}.dropdown-menu .disabled>a,.dropdown-menu .disabled>a:hover{color:#999}.dropdown-menu .disabled>a:hover{text-decoration:none;cursor:default;background-color:transparent}.open{*z-index:1000}.open>.dropdown-menu{display:block}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;border-bottom:4px solid #000;content:"\2191"}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:1px}.dropdown-submenu{position:relative}.dropdown-submenu>.dropdown-menu{top:0;left:100%;margin-top:-6px;margin-left:-1px;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px}.dropdown-submenu:hover .dropdown-menu{display:block}.dropdown-submenu>a:after{display:block;float:right;width:0;height:0;margin-top:5px;margin-right:-10px;border-color:transparent;border-left-color:#ccc;border-style:solid;border-width:5px 0 5px 5px;content:" "}.dropdown-submenu:hover>a:after{border-left-color:#fff}.dropdown .dropdown-menu .nav-header{padding-right:20px;padding-left:20px}.typeahead{margin-top:2px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.05);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.05);box-shadow:inset 0 1px 1px rgba(0,0,0,0.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,0.15)}.well-large{padding:24px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}.well-small{padding:9px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.fade{opacity:0;-webkit-transition:opacity .15s linear;-moz-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{position:relative;height:0;overflow:hidden;overflow:visible \9;-webkit-transition:height .35s ease;-moz-transition:height .35s ease;-o-transition:height .35s ease;transition:height .35s ease}.collapse.in{height:auto}.close{float:right;font-size:20px;font-weight:bold;line-height:20px;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}.close:hover{color:#000;text-decoration:none;cursor:pointer;opacity:.4;filter:alpha(opacity=40)}button.close{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none}.btn{display:inline-block;*display:inline;padding:4px 14px;margin-bottom:0;*margin-left:.3em;font-size:14px;line-height:20px;*line-height:20px;color:#333;text-align:center;text-shadow:0 1px 1px rgba(255,255,255,0.75);vertical-align:middle;cursor:pointer;background-color:#f5f5f5;*background-color:#e6e6e6;background-image:-webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));background-image:-webkit-linear-gradient(top,#fff,#e6e6e6);background-image:-o-linear-gradient(top,#fff,#e6e6e6);background-image:linear-gradient(to bottom,#fff,#e6e6e6);background-image:-moz-linear-gradient(top,#fff,#e6e6e6);background-repeat:repeat-x;border:1px solid #bbb;*border:0;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);border-color:#e6e6e6 #e6e6e6 #bfbfbf;border-bottom-color:#a2a2a2;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;filter:progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);filter:progid:dximagetransform.microsoft.gradient(enabled=false);*zoom:1;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05)}.btn:hover,.btn:active,.btn.active,.btn.disabled,.btn[disabled]{color:#333;background-color:#e6e6e6;*background-color:#d9d9d9}.btn:active,.btn.active{background-color:#ccc \9}.btn:first-child{*margin-left:0}.btn:hover{color:#333;text-decoration:none;background-color:#e6e6e6;*background-color:#d9d9d9;background-position:0 -15px;-webkit-transition:background-position .1s linear;-moz-transition:background-position .1s linear;-o-transition:background-position .1s linear;transition:background-position .1s linear}.btn:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn.active,.btn:active{background-color:#e6e6e6;background-color:#d9d9d9 \9;background-image:none;outline:0;-webkit-box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);-moz-box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05)}.btn.disabled,.btn[disabled]{cursor:default;background-color:#e6e6e6;background-image:none;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.btn-large{padding:9px 14px;font-size:16px;line-height:normal;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.btn-large [class^="icon-"]{margin-top:2px}.btn-small{padding:3px 9px;font-size:12px;line-height:18px}.btn-small [class^="icon-"]{margin-top:0}.btn-mini{padding:2px 6px;font-size:11px;line-height:16px}.btn-block{display:block;width:100%;padding-right:0;padding-left:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.btn-block+.btn-block{margin-top:5px}.btn-primary.active,.btn-warning.active,.btn-danger.active,.btn-success.active,.btn-info.active,.btn-inverse.active{color:rgba(255,255,255,0.75)}.btn{border-color:#c5c5c5;border-color:rgba(0,0,0,0.15) rgba(0,0,0,0.15) rgba(0,0,0,0.25)}.btn-primary{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#006dcc;*background-color:#04c;background-image:-webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c));background-image:-webkit-linear-gradient(top,#08c,#04c);background-image:-o-linear-gradient(top,#08c,#04c);background-image:linear-gradient(to bottom,#08c,#04c);background-image:-moz-linear-gradient(top,#08c,#04c);background-repeat:repeat-x;border-color:#04c #0044cc #002a80;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:dximagetransform.microsoft.gradient(startColorstr='#ff0088cc',endColorstr='#ff0044cc',GradientType=0);filter:progid:dximagetransform.microsoft.gradient(enabled=false)}.btn-primary:hover,.btn-primary:active,.btn-primary.active,.btn-primary.disabled,.btn-primary[disabled]{color:#fff;background-color:#04c;*background-color:#003bb3}.btn-primary:active,.btn-primary.active{background-color:#039 \9}.btn-warning{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#faa732;*background-color:#f89406;background-image:-webkit-gradient(linear,0 0,0 100%,from(#fbb450),to(#f89406));background-image:-webkit-linear-gradient(top,#fbb450,#f89406);background-image:-o-linear-gradient(top,#fbb450,#f89406);background-image:linear-gradient(to bottom,#fbb450,#f89406);background-image:-moz-linear-gradient(top,#fbb450,#f89406);background-repeat:repeat-x;border-color:#f89406 #f89406 #ad6704;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:dximagetransform.microsoft.gradient(startColorstr='#fffbb450',endColorstr='#fff89406',GradientType=0);filter:progid:dximagetransform.microsoft.gradient(enabled=false)}.btn-warning:hover,.btn-warning:active,.btn-warning.active,.btn-warning.disabled,.btn-warning[disabled]{color:#fff;background-color:#f89406;*background-color:#df8505}.btn-warning:active,.btn-warning.active{background-color:#c67605 \9}.btn-danger{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#da4f49;*background-color:#bd362f;background-image:-webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#bd362f));background-image:-webkit-linear-gradient(top,#ee5f5b,#bd362f);background-image:-o-linear-gradient(top,#ee5f5b,#bd362f);background-image:linear-gradient(to bottom,#ee5f5b,#bd362f);background-image:-moz-linear-gradient(top,#ee5f5b,#bd362f);background-repeat:repeat-x;border-color:#bd362f #bd362f #802420;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:dximagetransform.microsoft.gradient(startColorstr='#ffee5f5b',endColorstr='#ffbd362f',GradientType=0);filter:progid:dximagetransform.microsoft.gradient(enabled=false)}.btn-danger:hover,.btn-danger:active,.btn-danger.active,.btn-danger.disabled,.btn-danger[disabled]{color:#fff;background-color:#bd362f;*background-color:#a9302a}.btn-danger:active,.btn-danger.active{background-color:#942a25 \9}.btn-success{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#5bb75b;*background-color:#51a351;background-image:-webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#51a351));background-image:-webkit-linear-gradient(top,#62c462,#51a351);background-image:-o-linear-gradient(top,#62c462,#51a351);background-image:linear-gradient(to bottom,#62c462,#51a351);background-image:-moz-linear-gradient(top,#62c462,#51a351);background-repeat:repeat-x;border-color:#51a351 #51a351 #387038;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:dximagetransform.microsoft.gradient(startColorstr='#ff62c462',endColorstr='#ff51a351',GradientType=0);filter:progid:dximagetransform.microsoft.gradient(enabled=false)}.btn-success:hover,.btn-success:active,.btn-success.active,.btn-success.disabled,.btn-success[disabled]{color:#fff;background-color:#51a351;*background-color:#499249}.btn-success:active,.btn-success.active{background-color:#408140 \9}.btn-info{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#49afcd;*background-color:#2f96b4;background-image:-webkit-gradient(linear,0 0,0 100%,from(#5bc0de),to(#2f96b4));background-image:-webkit-linear-gradient(top,#5bc0de,#2f96b4);background-image:-o-linear-gradient(top,#5bc0de,#2f96b4);background-image:linear-gradient(to bottom,#5bc0de,#2f96b4);background-image:-moz-linear-gradient(top,#5bc0de,#2f96b4);background-repeat:repeat-x;border-color:#2f96b4 #2f96b4 #1f6377;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:dximagetransform.microsoft.gradient(startColorstr='#ff5bc0de',endColorstr='#ff2f96b4',GradientType=0);filter:progid:dximagetransform.microsoft.gradient(enabled=false)}.btn-info:hover,.btn-info:active,.btn-info.active,.btn-info.disabled,.btn-info[disabled]{color:#fff;background-color:#2f96b4;*background-color:#2a85a0}.btn-info:active,.btn-info.active{background-color:#24748c \9}.btn-inverse{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#363636;*background-color:#222;background-image:-webkit-gradient(linear,0 0,0 100%,from(#444),to(#222));background-image:-webkit-linear-gradient(top,#444,#222);background-image:-o-linear-gradient(top,#444,#222);background-image:linear-gradient(to bottom,#444,#222);background-image:-moz-linear-gradient(top,#444,#222);background-repeat:repeat-x;border-color:#222 #222222 #000;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:dximagetransform.microsoft.gradient(startColorstr='#ff444444',endColorstr='#ff222222',GradientType=0);filter:progid:dximagetransform.microsoft.gradient(enabled=false)}.btn-inverse:hover,.btn-inverse:active,.btn-inverse.active,.btn-inverse.disabled,.btn-inverse[disabled]{color:#fff;background-color:#222;*background-color:#151515}.btn-inverse:active,.btn-inverse.active{background-color:#080808 \9}button.btn,input[type="submit"].btn{*padding-top:3px;*padding-bottom:3px}button.btn::-moz-focus-inner,input[type="submit"].btn::-moz-focus-inner{padding:0;border:0}button.btn.btn-large,input[type="submit"].btn.btn-large{*padding-top:7px;*padding-bottom:7px}button.btn.btn-small,input[type="submit"].btn.btn-small{*padding-top:3px;*padding-bottom:3px}button.btn.btn-mini,input[type="submit"].btn.btn-mini{*padding-top:1px;*padding-bottom:1px}.btn-link,.btn-link:active{background-color:transparent;background-image:none;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.btn-link{color:#08c;cursor:pointer;border-color:transparent;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.btn-link:hover{color:#005580;text-decoration:underline;background-color:transparent}.btn-group{position:relative;*margin-left:.3em;font-size:0;white-space:nowrap}.btn-group:first-child{*margin-left:0}.btn-group+.btn-group{margin-left:5px}.btn-toolbar{margin-top:10px;margin-bottom:10px;font-size:0}.btn-toolbar .btn-group{display:inline-block;*display:inline;*zoom:1}.btn-toolbar .btn+.btn,.btn-toolbar .btn-group+.btn,.btn-toolbar .btn+.btn-group{margin-left:5px}.btn-group>.btn{position:relative;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.btn-group>.btn+.btn{margin-left:-1px}.btn-group>.btn,.btn-group>.dropdown-menu{font-size:14px}.btn-group>.btn-mini{font-size:11px}.btn-group>.btn-small{font-size:12px}.btn-group>.btn-large{font-size:16px}.btn-group>.btn:first-child{margin-left:0;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;-webkit-border-top-left-radius:4px;border-top-left-radius:4px;-moz-border-radius-bottomleft:4px;-moz-border-radius-topleft:4px}.btn-group>.btn:last-child,.btn-group>.dropdown-toggle{-webkit-border-top-right-radius:4px;border-top-right-radius:4px;-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px;-moz-border-radius-topright:4px;-moz-border-radius-bottomright:4px}.btn-group>.btn.large:first-child{margin-left:0;-webkit-border-bottom-left-radius:6px;border-bottom-left-radius:6px;-webkit-border-top-left-radius:6px;border-top-left-radius:6px;-moz-border-radius-bottomleft:6px;-moz-border-radius-topleft:6px}.btn-group>.btn.large:last-child,.btn-group>.large.dropdown-toggle{-webkit-border-top-right-radius:6px;border-top-right-radius:6px;-webkit-border-bottom-right-radius:6px;border-bottom-right-radius:6px;-moz-border-radius-topright:6px;-moz-border-radius-bottomright:6px}.btn-group>.btn:hover,.btn-group>.btn:focus,.btn-group>.btn:active,.btn-group>.btn.active{z-index:2}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{*padding-top:5px;padding-right:8px;*padding-bottom:5px;padding-left:8px;-webkit-box-shadow:inset 1px 0 0 rgba(255,255,255,0.125),inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);-moz-box-shadow:inset 1px 0 0 rgba(255,255,255,0.125),inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);box-shadow:inset 1px 0 0 rgba(255,255,255,0.125),inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05)}.btn-group>.btn-mini+.dropdown-toggle{*padding-top:2px;padding-right:5px;*padding-bottom:2px;padding-left:5px}.btn-group>.btn-small+.dropdown-toggle{*padding-top:5px;*padding-bottom:4px}.btn-group>.btn-large+.dropdown-toggle{*padding-top:7px;padding-right:12px;*padding-bottom:7px;padding-left:12px}.btn-group.open .dropdown-toggle{background-image:none;-webkit-box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);-moz-box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05)}.btn-group.open .btn.dropdown-toggle{background-color:#e6e6e6}.btn-group.open .btn-primary.dropdown-toggle{background-color:#04c}.btn-group.open .btn-warning.dropdown-toggle{background-color:#f89406}.btn-group.open .btn-danger.dropdown-toggle{background-color:#bd362f}.btn-group.open .btn-success.dropdown-toggle{background-color:#51a351}.btn-group.open .btn-info.dropdown-toggle{background-color:#2f96b4}.btn-group.open .btn-inverse.dropdown-toggle{background-color:#222}.btn .caret{margin-top:8px;margin-left:0}.btn-mini .caret,.btn-small .caret,.btn-large .caret{margin-top:6px}.btn-large .caret{border-top-width:5px;border-right-width:5px;border-left-width:5px}.dropup .btn-large .caret{border-top:0;border-bottom:5px solid #000}.btn-primary .caret,.btn-warning .caret,.btn-danger .caret,.btn-info .caret,.btn-success .caret,.btn-inverse .caret{border-top-color:#fff;border-bottom-color:#fff}.btn-group-vertical{display:inline-block;*display:inline;*zoom:1}.btn-group-vertical .btn{display:block;float:none;width:100%;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.btn-group-vertical .btn+.btn{margin-top:-1px;margin-left:0}.btn-group-vertical .btn:first-child{-webkit-border-radius:4px 4px 0 0;-moz-border-radius:4px 4px 0 0;border-radius:4px 4px 0 0}.btn-group-vertical .btn:last-child{-webkit-border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;border-radius:0 0 4px 4px}.btn-group-vertical .btn-large:first-child{-webkit-border-radius:6px 6px 0 0;-moz-border-radius:6px 6px 0 0;border-radius:6px 6px 0 0}.btn-group-vertical .btn-large:last-child{-webkit-border-radius:0 0 6px 6px;-moz-border-radius:0 0 6px 6px;border-radius:0 0 6px 6px}.alert{padding:8px 35px 8px 14px;margin-bottom:20px;color:#c09853;text-shadow:0 1px 0 rgba(255,255,255,0.5);background-color:#fcf8e3;border:1px solid #fbeed5;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.alert h4{margin:0}.alert .close{position:relative;top:-2px;right:-21px;line-height:20px}.alert-success{color:#468847;background-color:#dff0d8;border-color:#d6e9c6}.alert-danger,.alert-error{color:#b94a48;background-color:#f2dede;border-color:#eed3d7}.alert-info{color:#3a87ad;background-color:#d9edf7;border-color:#bce8f1}.alert-block{padding-top:14px;padding-bottom:14px}.alert-block>p,.alert-block>ul{margin-bottom:0}.alert-block p+p{margin-top:5px}.nav{margin-bottom:20px;margin-left:0;list-style:none}.nav>li>a{display:block}.nav>li>a:hover{text-decoration:none;background-color:#eee}.nav>.pull-right{float:right}.nav-header{display:block;padding:3px 15px;font-size:11px;font-weight:bold;line-height:20px;color:#999;text-shadow:0 1px 0 rgba(255,255,255,0.5);text-transform:uppercase}.nav li+.nav-header{margin-top:9px}.nav-list{padding-right:15px;padding-left:15px;margin-bottom:0}.nav-list>li>a,.nav-list .nav-header{margin-right:-15px;margin-left:-15px;text-shadow:0 1px 0 rgba(255,255,255,0.5)}.nav-list>li>a{padding:3px 15px}.nav-list>.active>a,.nav-list>.active>a:hover{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.2);background-color:#08c}.nav-list [class^="icon-"]{margin-right:2px}.nav-list .divider{*width:100%;height:1px;margin:9px 1px;*margin:-5px 0 5px;overflow:hidden;background-color:#e5e5e5;border-bottom:1px solid #fff}.nav-tabs,.nav-pills{*zoom:1}.nav-tabs:before,.nav-pills:before,.nav-tabs:after,.nav-pills:after{display:table;line-height:0;content:""}.nav-tabs:after,.nav-pills:after{clear:both}.nav-tabs>li,.nav-pills>li{float:left}.nav-tabs>li>a,.nav-pills>li>a{padding-right:12px;padding-left:12px;margin-right:2px;line-height:14px}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{margin-bottom:-1px}.nav-tabs>li>a{padding-top:8px;padding-bottom:8px;line-height:20px;border:1px solid transparent;-webkit-border-radius:4px 4px 0 0;-moz-border-radius:4px 4px 0 0;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eeeeee #ddd}.nav-tabs>.active>a,.nav-tabs>.active>a:hover{color:#555;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent}.nav-pills>li>a{padding-top:8px;padding-bottom:8px;margin-top:2px;margin-bottom:2px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.nav-pills>.active>a,.nav-pills>.active>a:hover{color:#fff;background-color:#08c}.nav-stacked>li{float:none}.nav-stacked>li>a{margin-right:0}.nav-tabs.nav-stacked{border-bottom:0}.nav-tabs.nav-stacked>li>a{border:1px solid #ddd;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.nav-tabs.nav-stacked>li:first-child>a{-webkit-border-top-right-radius:4px;border-top-right-radius:4px;-webkit-border-top-left-radius:4px;border-top-left-radius:4px;-moz-border-radius-topright:4px;-moz-border-radius-topleft:4px}.nav-tabs.nav-stacked>li:last-child>a{-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;-moz-border-radius-bottomright:4px;-moz-border-radius-bottomleft:4px}.nav-tabs.nav-stacked>li>a:hover{z-index:2;border-color:#ddd}.nav-pills.nav-stacked>li>a{margin-bottom:3px}.nav-pills.nav-stacked>li:last-child>a{margin-bottom:1px}.nav-tabs .dropdown-menu{-webkit-border-radius:0 0 6px 6px;-moz-border-radius:0 0 6px 6px;border-radius:0 0 6px 6px}.nav-pills .dropdown-menu{-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}.nav .dropdown-toggle .caret{margin-top:6px;border-top-color:#08c;border-bottom-color:#08c}.nav .dropdown-toggle:hover .caret{border-top-color:#005580;border-bottom-color:#005580}.nav-tabs .dropdown-toggle .caret{margin-top:8px}.nav .active .dropdown-toggle .caret{border-top-color:#fff;border-bottom-color:#fff}.nav-tabs .active .dropdown-toggle .caret{border-top-color:#555;border-bottom-color:#555}.nav>.dropdown.active>a:hover{cursor:pointer}.nav-tabs .open .dropdown-toggle,.nav-pills .open .dropdown-toggle,.nav>li.dropdown.open.active>a:hover{color:#fff;background-color:#999;border-color:#999}.nav li.dropdown.open .caret,.nav li.dropdown.open.active .caret,.nav li.dropdown.open a:hover .caret{border-top-color:#fff;border-bottom-color:#fff;opacity:1;filter:alpha(opacity=100)}.tabs-stacked .open>a:hover{border-color:#999}.tabbable{*zoom:1}.tabbable:before,.tabbable:after{display:table;line-height:0;content:""}.tabbable:after{clear:both}.tab-content{overflow:auto}.tabs-below>.nav-tabs,.tabs-right>.nav-tabs,.tabs-left>.nav-tabs{border-bottom:0}.tab-content>.tab-pane,.pill-content>.pill-pane{display:none}.tab-content>.active,.pill-content>.active{display:block}.tabs-below>.nav-tabs{border-top:1px solid #ddd}.tabs-below>.nav-tabs>li{margin-top:-1px;margin-bottom:0}.tabs-below>.nav-tabs>li>a{-webkit-border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;border-radius:0 0 4px 4px}.tabs-below>.nav-tabs>li>a:hover{border-top-color:#ddd;border-bottom-color:transparent}.tabs-below>.nav-tabs>.active>a,.tabs-below>.nav-tabs>.active>a:hover{border-color:transparent #ddd #ddd #ddd}.tabs-left>.nav-tabs>li,.tabs-right>.nav-tabs>li{float:none}.tabs-left>.nav-tabs>li>a,.tabs-right>.nav-tabs>li>a{min-width:74px;margin-right:0;margin-bottom:3px}.tabs-left>.nav-tabs{float:left;margin-right:19px;border-right:1px solid #ddd}.tabs-left>.nav-tabs>li>a{margin-right:-1px;-webkit-border-radius:4px 0 0 4px;-moz-border-radius:4px 0 0 4px;border-radius:4px 0 0 4px}.tabs-left>.nav-tabs>li>a:hover{border-color:#eee #dddddd #eee #eeeeee}.tabs-left>.nav-tabs .active>a,.tabs-left>.nav-tabs .active>a:hover{border-color:#ddd transparent #ddd #ddd;*border-right-color:#fff}.tabs-right>.nav-tabs{float:right;margin-left:19px;border-left:1px solid #ddd}.tabs-right>.nav-tabs>li>a{margin-left:-1px;-webkit-border-radius:0 4px 4px 0;-moz-border-radius:0 4px 4px 0;border-radius:0 4px 4px 0}.tabs-right>.nav-tabs>li>a:hover{border-color:#eee #eeeeee #eee #dddddd}.tabs-right>.nav-tabs .active>a,.tabs-right>.nav-tabs .active>a:hover{border-color:#ddd #ddd #ddd transparent;*border-left-color:#fff}.nav>.disabled>a{color:#999}.nav>.disabled>a:hover{text-decoration:none;cursor:default;background-color:transparent}.navbar{*position:relative;*z-index:2;margin-bottom:20px;overflow:visible;color:#555}.navbar-inner{min-height:40px;padding-right:20px;padding-left:20px;background-color:#fafafa;background-image:-moz-linear-gradient(top,#fff,#f2f2f2);background-image:-webkit-gradient(linear,0 0,0 100%,from(#fff),to(#f2f2f2));background-image:-webkit-linear-gradient(top,#fff,#f2f2f2);background-image:-o-linear-gradient(top,#fff,#f2f2f2);background-image:linear-gradient(to bottom,#fff,#f2f2f2);background-repeat:repeat-x;border:1px solid #d4d4d4;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;filter:progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff',endColorstr='#fff2f2f2',GradientType=0);-webkit-box-shadow:0 1px 4px rgba(0,0,0,0.065);-moz-box-shadow:0 1px 4px rgba(0,0,0,0.065);box-shadow:0 1px 4px rgba(0,0,0,0.065)}.navbar .container{width:auto}.nav-collapse.collapse{height:auto}.navbar .brand{display:block;float:left;padding:10px 20px 10px;margin-left:-20px;font-size:20px;font-weight:200;color:#555;text-shadow:0 1px 0 #fff}.navbar .brand:hover{text-decoration:none}.navbar-text{margin-bottom:0;line-height:40px}.navbar-link{color:#555}.navbar-link:hover{color:#333}.navbar .divider-vertical{height:40px;margin:0 9px;border-right:1px solid #fff;border-left:1px solid #f2f2f2}.navbar .btn,.navbar .btn-group{margin-top:6px}.navbar .btn-group .btn{margin:0}.navbar-form{margin-bottom:0;*zoom:1}.navbar-form:before,.navbar-form:after{display:table;line-height:0;content:""}.navbar-form:after{clear:both}.navbar-form input,.navbar-form select,.navbar-form .radio,.navbar-form .checkbox{margin-top:5px}.navbar-form input,.navbar-form select,.navbar-form .btn{display:inline-block;margin-bottom:0}.navbar-form input[type="image"],.navbar-form input[type="checkbox"],.navbar-form input[type="radio"]{margin-top:3px}.navbar-form .input-append,.navbar-form .input-prepend{margin-top:6px;white-space:nowrap}.navbar-form .input-append input,.navbar-form .input-prepend input{margin-top:0}.navbar-search{position:relative;float:left;margin-top:5px;margin-bottom:0}.navbar-search .search-query{padding:4px 14px;margin-bottom:0;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:13px;font-weight:normal;line-height:1;-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px}.navbar-static-top{position:static;width:100%;margin-bottom:0}.navbar-static-top .navbar-inner{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.navbar-fixed-top,.navbar-fixed-bottom{position:fixed;right:0;left:0;z-index:1030;margin-bottom:0}.navbar-fixed-top .navbar-inner,.navbar-fixed-bottom .navbar-inner,.navbar-static-top .navbar-inner{border:0}.navbar-fixed-top .navbar-inner,.navbar-fixed-bottom .navbar-inner{padding-right:0;padding-left:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.navbar-static-top .container,.navbar-fixed-top .container,.navbar-fixed-bottom .container{width:940px}.navbar-fixed-top{top:0}.navbar-fixed-top .navbar-inner,.navbar-static-top .navbar-inner{-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.1),0 1px 10px rgba(0,0,0,0.1);-moz-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.1),0 1px 10px rgba(0,0,0,0.1);box-shadow:inset 0 -1px 0 rgba(0,0,0,0.1),0 1px 10px rgba(0,0,0,0.1)}.navbar-fixed-bottom{bottom:0}.navbar-fixed-bottom .navbar-inner{-webkit-box-shadow:inset 0 1px 0 rgba(0,0,0,0.1),0 -1px 10px rgba(0,0,0,0.1);-moz-box-shadow:inset 0 1px 0 rgba(0,0,0,0.1),0 -1px 10px rgba(0,0,0,0.1);box-shadow:inset 0 1px 0 rgba(0,0,0,0.1),0 -1px 10px rgba(0,0,0,0.1)}.navbar .nav{position:relative;left:0;display:block;float:left;margin:0 10px 0 0}.navbar .nav.pull-right{float:right}.navbar .nav>li{float:left}.navbar .nav>li>a{float:none;padding:10px 15px 10px;color:#555;text-decoration:none;text-shadow:0 1px 0 #fff}.navbar .nav .dropdown-toggle .caret{margin-top:8px}.navbar .nav>li>a:focus,.navbar .nav>li>a:hover{color:#333;text-decoration:none;background-color:transparent}.navbar .nav>.active>a,.navbar .nav>.active>a:hover,.navbar .nav>.active>a:focus{color:#555;text-decoration:none;background-color:#e5e5e5;-webkit-box-shadow:inset 0 3px 8px rgba(0,0,0,0.125);-moz-box-shadow:inset 0 3px 8px rgba(0,0,0,0.125);box-shadow:inset 0 3px 8px rgba(0,0,0,0.125)}.navbar .btn-navbar{display:none;float:right;padding:7px 10px;margin-right:5px;margin-left:5px;color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#ededed;*background-color:#e5e5e5;background-image:-webkit-gradient(linear,0 0,0 100%,from(#f2f2f2),to(#e5e5e5));background-image:-webkit-linear-gradient(top,#f2f2f2,#e5e5e5);background-image:-o-linear-gradient(top,#f2f2f2,#e5e5e5);background-image:linear-gradient(to bottom,#f2f2f2,#e5e5e5);background-image:-moz-linear-gradient(top,#f2f2f2,#e5e5e5);background-repeat:repeat-x;border-color:#e5e5e5 #e5e5e5 #bfbfbf;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:dximagetransform.microsoft.gradient(startColorstr='#fff2f2f2',endColorstr='#ffe5e5e5',GradientType=0);filter:progid:dximagetransform.microsoft.gradient(enabled=false);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.075);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.075);box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.075)}.navbar .btn-navbar:hover,.navbar .btn-navbar:active,.navbar .btn-navbar.active,.navbar .btn-navbar.disabled,.navbar .btn-navbar[disabled]{color:#fff;background-color:#e5e5e5;*background-color:#d9d9d9}.navbar .btn-navbar:active,.navbar .btn-navbar.active{background-color:#ccc \9}.navbar .btn-navbar .icon-bar{display:block;width:18px;height:2px;background-color:#f5f5f5;-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px;-webkit-box-shadow:0 1px 0 rgba(0,0,0,0.25);-moz-box-shadow:0 1px 0 rgba(0,0,0,0.25);box-shadow:0 1px 0 rgba(0,0,0,0.25)}.btn-navbar .icon-bar+.icon-bar{margin-top:3px}.navbar .nav>li>.dropdown-menu:before{position:absolute;top:-7px;left:9px;display:inline-block;border-right:7px solid transparent;border-bottom:7px solid #ccc;border-left:7px solid transparent;border-bottom-color:rgba(0,0,0,0.2);content:''}.navbar .nav>li>.dropdown-menu:after{position:absolute;top:-6px;left:10px;display:inline-block;border-right:6px solid transparent;border-bottom:6px solid #fff;border-left:6px solid transparent;content:''}.navbar-fixed-bottom .nav>li>.dropdown-menu:before{top:auto;bottom:-7px;border-top:7px solid #ccc;border-bottom:0;border-top-color:rgba(0,0,0,0.2)}.navbar-fixed-bottom .nav>li>.dropdown-menu:after{top:auto;bottom:-6px;border-top:6px solid #fff;border-bottom:0}.navbar .nav li.dropdown.open>.dropdown-toggle,.navbar .nav li.dropdown.active>.dropdown-toggle,.navbar .nav li.dropdown.open.active>.dropdown-toggle{color:#555;background-color:#e5e5e5}.navbar .nav li.dropdown>.dropdown-toggle .caret{border-top-color:#555;border-bottom-color:#555}.navbar .nav li.dropdown.open>.dropdown-toggle .caret,.navbar .nav li.dropdown.active>.dropdown-toggle .caret,.navbar .nav li.dropdown.open.active>.dropdown-toggle .caret{border-top-color:#555;border-bottom-color:#555}.navbar .pull-right>li>.dropdown-menu,.navbar .nav>li>.dropdown-menu.pull-right{right:0;left:auto}.navbar .pull-right>li>.dropdown-menu:before,.navbar .nav>li>.dropdown-menu.pull-right:before{right:12px;left:auto}.navbar .pull-right>li>.dropdown-menu:after,.navbar .nav>li>.dropdown-menu.pull-right:after{right:13px;left:auto}.navbar .pull-right>li>.dropdown-menu .dropdown-menu,.navbar .nav>li>.dropdown-menu.pull-right .dropdown-menu{right:100%;left:auto;margin-right:-1px;margin-left:0;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px}.navbar-inverse{color:#999}.navbar-inverse .navbar-inner{background-color:#1b1b1b;background-image:-moz-linear-gradient(top,#222,#111);background-image:-webkit-gradient(linear,0 0,0 100%,from(#222),to(#111));background-image:-webkit-linear-gradient(top,#222,#111);background-image:-o-linear-gradient(top,#222,#111);background-image:linear-gradient(to bottom,#222,#111);background-repeat:repeat-x;border-color:#252525;filter:progid:dximagetransform.microsoft.gradient(startColorstr='#ff222222',endColorstr='#ff111111',GradientType=0)}.navbar-inverse .brand,.navbar-inverse .nav>li>a{color:#999;text-shadow:0 -1px 0 rgba(0,0,0,0.25)}.navbar-inverse .brand:hover,.navbar-inverse .nav>li>a:hover{color:#fff}.navbar-inverse .nav>li>a:focus,.navbar-inverse .nav>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .nav .active>a,.navbar-inverse .nav .active>a:hover,.navbar-inverse .nav .active>a:focus{color:#fff;background-color:#111}.navbar-inverse .navbar-link{color:#999}.navbar-inverse .navbar-link:hover{color:#fff}.navbar-inverse .divider-vertical{border-right-color:#222;border-left-color:#111}.navbar-inverse .nav li.dropdown.open>.dropdown-toggle,.navbar-inverse .nav li.dropdown.active>.dropdown-toggle,.navbar-inverse .nav li.dropdown.open.active>.dropdown-toggle{color:#fff;background-color:#111}.navbar-inverse .nav li.dropdown>.dropdown-toggle .caret{border-top-color:#999;border-bottom-color:#999}.navbar-inverse .nav li.dropdown.open>.dropdown-toggle .caret,.navbar-inverse .nav li.dropdown.active>.dropdown-toggle .caret,.navbar-inverse .nav li.dropdown.open.active>.dropdown-toggle .caret{border-top-color:#fff;border-bottom-color:#fff}.navbar-inverse .navbar-search .search-query{color:#fff;background-color:#515151;border-color:#111;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1),0 1px 0 rgba(255,255,255,0.15);-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1),0 1px 0 rgba(255,255,255,0.15);box-shadow:inset 0 1px 2px rgba(0,0,0,0.1),0 1px 0 rgba(255,255,255,0.15);-webkit-transition:none;-moz-transition:none;-o-transition:none;transition:none}.navbar-inverse .navbar-search .search-query:-moz-placeholder{color:#ccc}.navbar-inverse .navbar-search .search-query:-ms-input-placeholder{color:#ccc}.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder{color:#ccc}.navbar-inverse .navbar-search .search-query:focus,.navbar-inverse .navbar-search .search-query.focused{padding:5px 15px;color:#333;text-shadow:0 1px 0 #fff;background-color:#fff;border:0;outline:0;-webkit-box-shadow:0 0 3px rgba(0,0,0,0.15);-moz-box-shadow:0 0 3px rgba(0,0,0,0.15);box-shadow:0 0 3px rgba(0,0,0,0.15)}.navbar-inverse .btn-navbar{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#0e0e0e;*background-color:#040404;background-image:-webkit-gradient(linear,0 0,0 100%,from(#151515),to(#040404));background-image:-webkit-linear-gradient(top,#151515,#040404);background-image:-o-linear-gradient(top,#151515,#040404);background-image:linear-gradient(to bottom,#151515,#040404);background-image:-moz-linear-gradient(top,#151515,#040404);background-repeat:repeat-x;border-color:#040404 #040404 #000;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:dximagetransform.microsoft.gradient(startColorstr='#ff151515',endColorstr='#ff040404',GradientType=0);filter:progid:dximagetransform.microsoft.gradient(enabled=false)}.navbar-inverse .btn-navbar:hover,.navbar-inverse .btn-navbar:active,.navbar-inverse .btn-navbar.active,.navbar-inverse .btn-navbar.disabled,.navbar-inverse .btn-navbar[disabled]{color:#fff;background-color:#040404;*background-color:#000}.navbar-inverse .btn-navbar:active,.navbar-inverse .btn-navbar.active{background-color:#000 \9}.breadcrumb{padding:8px 15px;margin:0 0 20px;list-style:none;background-color:#f5f5f5;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.breadcrumb li{display:inline-block;*display:inline;text-shadow:0 1px 0 #fff;*zoom:1}.breadcrumb .divider{padding:0 5px;color:#ccc}.breadcrumb .active{color:#999}.pagination{height:40px;margin:20px 0}.pagination ul{display:inline-block;*display:inline;margin-bottom:0;margin-left:0;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;*zoom:1;-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.05);-moz-box-shadow:0 1px 2px rgba(0,0,0,0.05);box-shadow:0 1px 2px rgba(0,0,0,0.05)}.pagination li{display:inline}.pagination a,.pagination span{float:left;padding:0 14px;line-height:38px;text-decoration:none;background-color:#fff;border:1px solid #ddd;border-left-width:0}.pagination a:hover,.pagination .active a,.pagination .active span{background-color:#f5f5f5}.pagination .active a,.pagination .active span{color:#999;cursor:default}.pagination .disabled span,.pagination .disabled a,.pagination .disabled a:hover{color:#999;cursor:default;background-color:transparent}.pagination li:first-child a,.pagination li:first-child span{border-left-width:1px;-webkit-border-radius:3px 0 0 3px;-moz-border-radius:3px 0 0 3px;border-radius:3px 0 0 3px}.pagination li:last-child a,.pagination li:last-child span{-webkit-border-radius:0 3px 3px 0;-moz-border-radius:0 3px 3px 0;border-radius:0 3px 3px 0}.pagination-centered{text-align:center}.pagination-right{text-align:right}.pager{margin:20px 0;text-align:center;list-style:none;*zoom:1}.pager:before,.pager:after{display:table;line-height:0;content:""}.pager:after{clear:both}.pager li{display:inline}.pager a{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px}.pager a:hover{text-decoration:none;background-color:#f5f5f5}.pager .next a{float:right}.pager .previous a{float:left}.pager .disabled a,.pager .disabled a:hover{color:#999;cursor:default;background-color:#fff}.modal-open .dropdown-menu{z-index:2050}.modal-open .dropdown.open{*z-index:2050}.modal-open .popover{z-index:2060}.modal-open .tooltip{z-index:2080}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop,.modal-backdrop.fade.in{opacity:.8;filter:alpha(opacity=80)}.modal{position:fixed;top:50%;left:50%;z-index:1050;width:560px;margin:-250px 0 0 -280px;overflow:auto;background-color:#fff;border:1px solid #999;border:1px solid rgba(0,0,0,0.3);*border:1px solid #999;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-box-shadow:0 3px 7px rgba(0,0,0,0.3);-moz-box-shadow:0 3px 7px rgba(0,0,0,0.3);box-shadow:0 3px 7px rgba(0,0,0,0.3);-webkit-background-clip:padding-box;-moz-background-clip:padding-box;background-clip:padding-box}.modal.fade{top:-25%;-webkit-transition:opacity .3s linear,top .3s ease-out;-moz-transition:opacity .3s linear,top .3s ease-out;-o-transition:opacity .3s linear,top .3s ease-out;transition:opacity .3s linear,top .3s ease-out}.modal.fade.in{top:50%}.modal-header{padding:9px 15px;border-bottom:1px solid #eee}.modal-header .close{margin-top:2px}.modal-header h3{margin:0;line-height:30px}.modal-body{max-height:400px;padding:15px;overflow-y:auto}.modal-form{margin-bottom:0}.modal-footer{padding:14px 15px 15px;margin-bottom:0;text-align:right;background-color:#f5f5f5;border-top:1px solid #ddd;-webkit-border-radius:0 0 6px 6px;-moz-border-radius:0 0 6px 6px;border-radius:0 0 6px 6px;*zoom:1;-webkit-box-shadow:inset 0 1px 0 #fff;-moz-box-shadow:inset 0 1px 0 #fff;box-shadow:inset 0 1px 0 #fff}.modal-footer:before,.modal-footer:after{display:table;line-height:0;content:""}.modal-footer:after{clear:both}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.tooltip{position:absolute;z-index:1030;display:block;padding:5px;font-size:11px;opacity:0;filter:alpha(opacity=0);visibility:visible}.tooltip.in{opacity:.8;filter:alpha(opacity=80)}.tooltip.top{margin-top:-3px}.tooltip.right{margin-left:3px}.tooltip.bottom{margin-top:3px}.tooltip.left{margin-left:-3px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;text-decoration:none;background-color:#000;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-top-color:#000;border-width:5px 5px 0}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-right-color:#000;border-width:5px 5px 5px 0}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-left-color:#000;border-width:5px 0 5px 5px}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-bottom-color:#000;border-width:0 5px 5px}.popover{position:absolute;top:0;left:0;z-index:1010;display:none;width:236px;padding:1px;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.2);-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);-moz-box-shadow:0 5px 10px rgba(0,0,0,0.2);box-shadow:0 5px 10px rgba(0,0,0,0.2);-webkit-background-clip:padding-box;-moz-background-clip:padding;background-clip:padding-box}.popover.top{margin-bottom:10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-right:10px}.popover-title{padding:8px 14px;margin:0;font-size:14px;font-weight:normal;line-height:18px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;-webkit-border-radius:5px 5px 0 0;-moz-border-radius:5px 5px 0 0;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover-content p,.popover-content ul,.popover-content ol{margin-bottom:0}.popover .arrow,.popover .arrow:after{position:absolute;display:inline-block;width:0;height:0;border-color:transparent;border-style:solid}.popover .arrow:after{z-index:-1;content:""}.popover.top .arrow{bottom:-10px;left:50%;margin-left:-10px;border-top-color:#fff;border-width:10px 10px 0}.popover.top .arrow:after{bottom:-1px;left:-11px;border-top-color:rgba(0,0,0,0.25);border-width:11px 11px 0}.popover.right .arrow{top:50%;left:-10px;margin-top:-10px;border-right-color:#fff;border-width:10px 10px 10px 0}.popover.right .arrow:after{bottom:-11px;left:-1px;border-right-color:rgba(0,0,0,0.25);border-width:11px 11px 11px 0}.popover.bottom .arrow{top:-10px;left:50%;margin-left:-10px;border-bottom-color:#fff;border-width:0 10px 10px}.popover.bottom .arrow:after{top:-1px;left:-11px;border-bottom-color:rgba(0,0,0,0.25);border-width:0 11px 11px}.popover.left .arrow{top:50%;right:-10px;margin-top:-10px;border-left-color:#fff;border-width:10px 0 10px 10px}.popover.left .arrow:after{right:-1px;bottom:-11px;border-left-color:rgba(0,0,0,0.25);border-width:11px 0 11px 11px}.thumbnails{margin-left:-20px;list-style:none;*zoom:1}.thumbnails:before,.thumbnails:after{display:table;line-height:0;content:""}.thumbnails:after{clear:both}.row-fluid .thumbnails{margin-left:0}.thumbnails>li{float:left;margin-bottom:20px;margin-left:20px}.thumbnail{display:block;padding:4px;line-height:20px;border:1px solid #ddd;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.055);-moz-box-shadow:0 1px 3px rgba(0,0,0,0.055);box-shadow:0 1px 3px rgba(0,0,0,0.055);-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}a.thumbnail:hover{border-color:#08c;-webkit-box-shadow:0 1px 4px rgba(0,105,214,0.25);-moz-box-shadow:0 1px 4px rgba(0,105,214,0.25);box-shadow:0 1px 4px rgba(0,105,214,0.25)}.thumbnail>img{display:block;max-width:100%;margin-right:auto;margin-left:auto}.thumbnail .caption{padding:9px;color:#555}.label,.badge{font-size:11.844px;font-weight:bold;line-height:14px;color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);white-space:nowrap;vertical-align:baseline;background-color:#999}.label{padding:1px 4px 2px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.badge{padding:1px 9px 2px;-webkit-border-radius:9px;-moz-border-radius:9px;border-radius:9px}a.label:hover,a.badge:hover{color:#fff;text-decoration:none;cursor:pointer}.label-important,.badge-important{background-color:#b94a48}.label-important[href],.badge-important[href]{background-color:#953b39}.label-warning,.badge-warning{background-color:#f89406}.label-warning[href],.badge-warning[href]{background-color:#c67605}.label-success,.badge-success{background-color:#468847}.label-success[href],.badge-success[href]{background-color:#356635}.label-info,.badge-info{background-color:#3a87ad}.label-info[href],.badge-info[href]{background-color:#2d6987}.label-inverse,.badge-inverse{background-color:#333}.label-inverse[href],.badge-inverse[href]{background-color:#1a1a1a}.btn .label,.btn .badge{position:relative;top:-1px}.btn-mini .label,.btn-mini .badge{top:0}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-moz-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-ms-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{from{background-position:0 0}to{background-position:40px 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f7f7f7;background-image:-moz-linear-gradient(top,#f5f5f5,#f9f9f9);background-image:-webkit-gradient(linear,0 0,0 100%,from(#f5f5f5),to(#f9f9f9));background-image:-webkit-linear-gradient(top,#f5f5f5,#f9f9f9);background-image:-o-linear-gradient(top,#f5f5f5,#f9f9f9);background-image:linear-gradient(to bottom,#f5f5f5,#f9f9f9);background-repeat:repeat-x;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;filter:progid:dximagetransform.microsoft.gradient(startColorstr='#fff5f5f5',endColorstr='#fff9f9f9',GradientType=0);-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);box-shadow:inset 0 1px 2px rgba(0,0,0,0.1)}.progress .bar{float:left;width:0;height:100%;font-size:12px;color:#fff;text-align:center;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#0e90d2;background-image:-moz-linear-gradient(top,#149bdf,#0480be);background-image:-webkit-gradient(linear,0 0,0 100%,from(#149bdf),to(#0480be));background-image:-webkit-linear-gradient(top,#149bdf,#0480be);background-image:-o-linear-gradient(top,#149bdf,#0480be);background-image:linear-gradient(to bottom,#149bdf,#0480be);background-repeat:repeat-x;filter:progid:dximagetransform.microsoft.gradient(startColorstr='#ff149bdf',endColorstr='#ff0480be',GradientType=0);-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);-moz-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-transition:width .6s ease;-moz-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease}.progress .bar+.bar{-webkit-box-shadow:inset 1px 0 0 rgba(0,0,0,0.15),inset 0 -1px 0 rgba(0,0,0,0.15);-moz-box-shadow:inset 1px 0 0 rgba(0,0,0,0.15),inset 0 -1px 0 rgba(0,0,0,0.15);box-shadow:inset 1px 0 0 rgba(0,0,0,0.15),inset 0 -1px 0 rgba(0,0,0,0.15)}.progress-striped .bar{background-color:#149bdf;background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);-webkit-background-size:40px 40px;-moz-background-size:40px 40px;-o-background-size:40px 40px;background-size:40px 40px}.progress.active .bar{-webkit-animation:progress-bar-stripes 2s linear infinite;-moz-animation:progress-bar-stripes 2s linear infinite;-ms-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-danger .bar,.progress .bar-danger{background-color:#dd514c;background-image:-moz-linear-gradient(top,#ee5f5b,#c43c35);background-image:-webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#c43c35));background-image:-webkit-linear-gradient(top,#ee5f5b,#c43c35);background-image:-o-linear-gradient(top,#ee5f5b,#c43c35);background-image:linear-gradient(to bottom,#ee5f5b,#c43c35);background-repeat:repeat-x;filter:progid:dximagetransform.microsoft.gradient(startColorstr='#ffee5f5b',endColorstr='#ffc43c35',GradientType=0)}.progress-danger.progress-striped .bar,.progress-striped .bar-danger{background-color:#ee5f5b;background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)}.progress-success .bar,.progress .bar-success{background-color:#5eb95e;background-image:-moz-linear-gradient(top,#62c462,#57a957);background-image:-webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#57a957));background-image:-webkit-linear-gradient(top,#62c462,#57a957);background-image:-o-linear-gradient(top,#62c462,#57a957);background-image:linear-gradient(to bottom,#62c462,#57a957);background-repeat:repeat-x;filter:progid:dximagetransform.microsoft.gradient(startColorstr='#ff62c462',endColorstr='#ff57a957',GradientType=0)}.progress-success.progress-striped .bar,.progress-striped .bar-success{background-color:#62c462;background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)}.progress-info .bar,.progress .bar-info{background-color:#4bb1cf;background-image:-moz-linear-gradient(top,#5bc0de,#339bb9);background-image:-webkit-gradient(linear,0 0,0 100%,from(#5bc0de),to(#339bb9));background-image:-webkit-linear-gradient(top,#5bc0de,#339bb9);background-image:-o-linear-gradient(top,#5bc0de,#339bb9);background-image:linear-gradient(to bottom,#5bc0de,#339bb9);background-repeat:repeat-x;filter:progid:dximagetransform.microsoft.gradient(startColorstr='#ff5bc0de',endColorstr='#ff339bb9',GradientType=0)}.progress-info.progress-striped .bar,.progress-striped .bar-info{background-color:#5bc0de;background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)}.progress-warning .bar,.progress .bar-warning{background-color:#faa732;background-image:-moz-linear-gradient(top,#fbb450,#f89406);background-image:-webkit-gradient(linear,0 0,0 100%,from(#fbb450),to(#f89406));background-image:-webkit-linear-gradient(top,#fbb450,#f89406);background-image:-o-linear-gradient(top,#fbb450,#f89406);background-image:linear-gradient(to bottom,#fbb450,#f89406);background-repeat:repeat-x;filter:progid:dximagetransform.microsoft.gradient(startColorstr='#fffbb450',endColorstr='#fff89406',GradientType=0)}.progress-warning.progress-striped .bar,.progress-striped .bar-warning{background-color:#fbb450;background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)}.accordion{margin-bottom:20px}.accordion-group{margin-bottom:2px;border:1px solid #e5e5e5;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.accordion-heading{border-bottom:0}.accordion-heading .accordion-toggle{display:block;padding:8px 15px}.accordion-toggle{cursor:pointer}.accordion-inner{padding:9px 15px;border-top:1px solid #e5e5e5}.carousel{position:relative;margin-bottom:20px;line-height:1}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel .item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;-moz-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel .item>img{display:block;line-height:1}.carousel .active,.carousel .next,.carousel .prev{display:block}.carousel .active{left:0}.carousel .next,.carousel .prev{position:absolute;top:0;width:100%}.carousel .next{left:100%}.carousel .prev{left:-100%}.carousel .next.left,.carousel .prev.right{left:0}.carousel .active.left{left:-100%}.carousel .active.right{left:100%}.carousel-control{position:absolute;top:40%;left:15px;width:40px;height:40px;margin-top:-20px;font-size:60px;font-weight:100;line-height:30px;color:#fff;text-align:center;background:#222;border:3px solid #fff;-webkit-border-radius:23px;-moz-border-radius:23px;border-radius:23px;opacity:.5;filter:alpha(opacity=50)}.carousel-control.right{right:15px;left:auto}.carousel-control:hover{color:#fff;text-decoration:none;opacity:.9;filter:alpha(opacity=90)}.carousel-caption{position:absolute;right:0;bottom:0;left:0;padding:15px;background:#333;background:rgba(0,0,0,0.75)}.carousel-caption h4,.carousel-caption p{line-height:20px;color:#fff}.carousel-caption h4{margin:0 0 5px}.carousel-caption p{margin-bottom:0}.hero-unit{padding:60px;margin-bottom:30px;background-color:#eee;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}.hero-unit h1{margin-bottom:0;font-size:60px;line-height:1;letter-spacing:-1px;color:inherit}.hero-unit p{font-size:18px;font-weight:200;line-height:30px;color:inherit}.pull-right{float:right}.pull-left{float:left}.hide{display:none}.show{display:block}.invisible{visibility:hidden}.affix{position:fixed}.clear{clear:both;visibility:hidden}.clear hr{display:none}.section p,.section p,.section dt,.section dt{margin-right:7px;margin-left:7px}#ohloh{margin-bottom:10px}#poweredBy{text-align:center}a.externalLink{background:url('../images/external.png') right center no-repeat;padding-right:18px}a.newWindow{background:url('../images/window-new.png') right center no-repeat;padding-right:18px}a.externalLink[href^=http]{background:url('../images/internet-web-browser.png') right center no-repeat;padding-right:18px}a.externalLink[href$=".asc"]{background:url('../images/accessories-text-editor.png') right center no-repeat;padding-right:18px}a.externalLink[href$=".jpg"],a.externalLink[href$=".jpeg"],a.externalLink[href$=".gif"],a.externalLink[href$=".png"]{background:url('../images/image-x-generic.png') right center no-repeat;padding-right:18px}a.externalLink[href$=".tar.gz"],a.externalLink[href$=".zip"]{background:url('../images/package-x-generic.png') right center no-repeat;padding-right:18px}a.externalLink[href$=".md5"],a.externalLink[href$=".sha1"]{background:url('../images/document-properties.png') right center no-repeat;padding-right:18px}a.externalLink[href^=https]{background:url('../images/application-certificate.png') right center no-repeat;padding-right:18px}a.externalLink[href^=file]{background:url('../images/drive-harddisk.png') right center no-repeat;padding-right:18px}a.externalLink[href^=ftp]{background:url('../images/network-server.png') right center no-repeat;padding-right:18px}a.externalLink[href^=mailto]{background:url('../images/contact-new.png') right center no-repeat;padding-right:18px}li.none{list-style:none}.search-query{background-image:url(http://www.google.com/cse/intl/en/images/google_custom_search_watermark.gif);background-attachment:initial;background-origin:initial;background-clip:initial;background-color:#fff;background-position:0 50%;background-repeat:no-repeat no-repeat;width:95%}body.topBarEnabled{padding-top:60px}body.topBarDisabled{padding-top:20px}.builtBy{display:block}img.builtBy{margin:10px auto}#search-form{margin-left:9px;margin-right:9px}.hero-unit h2{font-size:60px}tt{padding:0 3px 2px;font-family:Monaco,Andale Mono,Courier New,monospace;font-size:12px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;background-color:#fee9cc;color:rgba(0,0,0,0.75);padding:1px 3px}li{color:#404040}table.zebra-striped{background-color:#FFF}.footer{background-color:#EEE}.sidebar-nav{padding-left:0;padding-right:0}.sidebar-nav .icon-chevron-right,.sidebar-nav .icon-chevron-down{margin-top:2px;margin-right:-6px;float:right;opacity:.25}.pln{color:#000}@media screen{.str{color:#080}.kwd{color:#008}.com{color:#800}.typ{color:#606}.lit{color:#066}.pun,.opn,.clo{color:#660}.tag{color:#008}.atn{color:#606}.atv{color:#080}.dec,.var{color:#606}.fun{color:red}}@media print,projection{.str{color:#060}.kwd{color:#006;font-weight:bold}.com{color:#600;font-style:italic}.typ{color:#404;font-weight:bold}.lit{color:#044}.pun,.opn,.clo{color:#440}.tag{color:#006;font-weight:bold}.atn{color:#404}.atv{color:#060}}pre.prettyprint{padding:2px;border:1px solid #888}ol.linenums{margin-top:0;margin-bottom:0;padding-left:15px}li.L1,li.L3,li.L5,li.L7,li.L9{background:#eee} \ No newline at end of file diff --git a/site/css/print.css b/site/css/print.css new file mode 100644 index 00000000..1cd02d9b --- /dev/null +++ b/site/css/print.css @@ -0,0 +1,23 @@ +/* + * 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. + */ + +/* $Id: print.css 1201871 2011-11-14 20:18:24Z simonetripodi $ */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn {display: none !important;} +#bodyColumn, body.docs div.docs {margin: 0 !important;border: none !important} diff --git a/site/css/site.css b/site/css/site.css new file mode 100644 index 00000000..055e7e28 --- /dev/null +++ b/site/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/site/dependency-convergence.html b/site/dependency-convergence.html new file mode 100644 index 00000000..5e255b3f --- /dev/null +++ b/site/dependency-convergence.html @@ -0,0 +1,714 @@ + + + + + + + + + Nodeclipse - Reactor Dependency Convergence + + + + + + + + + + + + + + + + + + Fork me on GitHub + + + + + + + + + +
+ + + + + +
+
+ +
+ + +
+ +
+

Reactor Dependency Convergence

+ + + +
+ Legend: +
errorAt least one dependency has a differing version of the dependency or has SNAPSHOT dependencies.

+ + + + + + + + + + + + + + + + + + + + + +
+ Statistics: +
Number of modules:39
Number of dependencies (NOD):277
Number of unique artifacts (NOA):278
Number of version-conflicting artifacts (NOC):1
Number of SNAPSHOT artifacts (NOS):0
Convergence (NOD/NOA):error 99 %
Ready for release (100 % convergence and no SNAPSHOTS):error Error
You do not have 100 % convergence.
+
+

Dependencies used in modules

+
+

org.chromium.chromedevtools:org.chromium.sdk

+ + + +
error + + + + + + +
0.3.9-SNAPSHOT +
    +

  1. +

  2. +

  3. +

  4. +

  5. +

  6. +

  7. +

  8. +

  9. +

  10. +

  11. +

  12. +

  13. +

  14. +

  15. +

  16. +

  17. +

  18. +

  19. +

0.3.9.qualifier +
    +
  1. org.chromium.chromedevtools.features:org.chromium.debug:eclipse-feature:0.3.9-SNAPSHOT
    \- org.chromium.chromedevtools:org.chromium.sdk:jar:lib/json_simple/json_simple-1.1.jar:0.3.9.qualifier:system

  2. +
  3. org.chromium.chromedevtools.features:org.chromium.sdk:eclipse-feature:0.3.9-SNAPSHOT
    \- org.chromium.chromedevtools:org.chromium.sdk:jar:lib/json_simple/json_simple-1.1.jar:0.3.9.qualifier:system

  4. +
  5. org.chromium.chromedevtools:org.chromium.debug.core:eclipse-plugin:0.3.9-SNAPSHOT
    \- org.chromium.chromedevtools:org.chromium.sdk:jar:lib/json_simple/json_simple-1.1.jar:0.3.9.qualifier:system

  6. +
  7. org.chromium.chromedevtools:org.chromium.debug.ui:eclipse-plugin:0.3.9-SNAPSHOT
    \- org.chromium.chromedevtools:org.chromium.sdk:jar:lib/json_simple/json_simple-1.1.jar:0.3.9.qualifier:system

  8. +
  9. org.chromium.chromedevtools:org.chromium.sdk.wip.eclipse:eclipse-plugin:0.3.9-SNAPSHOT
    \- org.chromium.chromedevtools:org.chromium.sdk:jar:lib/json_simple/json_simple-1.1.jar:0.3.9.qualifier:system

  10. +
  11. org.chromium.chromedevtools:org.chromium.sdk:eclipse-plugin:0.3.9-SNAPSHOT
    \- org.chromium.chromedevtools:org.chromium.sdk:jar:lib/json_simple/json_simple-1.1.jar:0.3.9.qualifier:system

  12. +
  13. org.nodeclipse.nodeclipse-1:org.nodeclipse.debug:eclipse-plugin:1.0.2-SNAPSHOT
    \- org.chromium.chromedevtools:org.chromium.sdk:jar:lib/json_simple/json_simple-1.1.jar:0.3.9.qualifier:system

  14. +
  15. org.nodeclipse.nodeclipse-1:org.nodeclipse.enide.nodejs.feature:eclipse-feature:1.0.2-SNAPSHOT
    \- org.chromium.chromedevtools:org.chromium.sdk:jar:lib/json_simple/json_simple-1.1.jar:0.3.9.qualifier:system

  16. +
  17. org.nodeclipse.nodeclipse-1:org.nodeclipse.enide.studio.included.feature:eclipse-feature:1.0.2-SNAPSHOT
    \- org.chromium.chromedevtools:org.chromium.sdk:jar:lib/json_simple/json_simple-1.1.jar:0.3.9.qualifier:system

  18. +
  19. org.nodeclipse.nodeclipse-1:org.nodeclipse.jjs.feature:eclipse-feature:1.0.2-SNAPSHOT
    \- org.chromium.chromedevtools:org.chromium.sdk:jar:lib/json_simple/json_simple-1.1.jar:0.3.9.qualifier:system

  20. +
  21. org.nodeclipse.nodeclipse-1:org.nodeclipse.jjs:eclipse-plugin:1.0.2-SNAPSHOT
    \- org.chromium.chromedevtools:org.chromium.sdk:jar:lib/json_simple/json_simple-1.1.jar:0.3.9.qualifier:system

  22. +
  23. org.nodeclipse.nodeclipse-1:org.nodeclipse.mongodb.feature:eclipse-feature:1.0.2-SNAPSHOT
    \- org.chromium.chromedevtools:org.chromium.sdk:jar:lib/json_simple/json_simple-1.1.jar:0.3.9.qualifier:system

  24. +
  25. org.nodeclipse.nodeclipse-1:org.nodeclipse.mongodb:eclipse-plugin:1.0.2-SNAPSHOT
    \- org.chromium.chromedevtools:org.chromium.sdk:jar:lib/json_simple/json_simple-1.1.jar:0.3.9.qualifier:system

  26. +
  27. org.nodeclipse.nodeclipse-1:org.nodeclipse.phantomjs.feature:eclipse-feature:1.0.2-SNAPSHOT
    \- org.chromium.chromedevtools:org.chromium.sdk:jar:lib/json_simple/json_simple-1.1.jar:0.3.9.qualifier:system

  28. +
  29. org.nodeclipse.nodeclipse-1:org.nodeclipse.phantomjs:eclipse-plugin:1.0.2-SNAPSHOT
    \- org.chromium.chromedevtools:org.chromium.sdk:jar:lib/json_simple/json_simple-1.1.jar:0.3.9.qualifier:system

  30. +
  31. org.nodeclipse.nodeclipse-1:org.nodeclipse.site:eclipse-repository:1.0.2-SNAPSHOT
    \- org.chromium.chromedevtools:org.chromium.sdk:jar:lib/json_simple/json_simple-1.1.jar:0.3.9.qualifier:system

  32. +
  33. org.nodeclipse.nodeclipse-1:org.nodeclipse.ui:eclipse-plugin:1.0.2-SNAPSHOT
    \- org.chromium.chromedevtools:org.chromium.sdk:jar:lib/json_simple/json_simple-1.1.jar:0.3.9.qualifier:system

  34. +
  35. org.nodeclipse.nodeclipse-1:org.nodeclipse.vertx.feature:eclipse-feature:1.0.2-SNAPSHOT
    \- org.chromium.chromedevtools:org.chromium.sdk:jar:lib/json_simple/json_simple-1.1.jar:0.3.9.qualifier:system

  36. +
  37. org.nodeclipse.nodeclipse-1:org.nodeclipse.vertx:eclipse-plugin:1.0.2-SNAPSHOT
    \- org.chromium.chromedevtools:org.chromium.sdk:jar:lib/json_simple/json_simple-1.1.jar:0.3.9.qualifier:system

  38. +
  39. org.nodeclipse.nodeclipse-1:org.nodeclipse:eclipse-feature:1.0.2-SNAPSHOT
    \- org.chromium.chromedevtools:org.chromium.sdk:jar:lib/json_simple/json_simple-1.1.jar:0.3.9.qualifier:system

+
+
+
+ +
+ + + + diff --git a/site/dependency-info.html b/site/dependency-info.html new file mode 100644 index 00000000..db825209 --- /dev/null +++ b/site/dependency-info.html @@ -0,0 +1,664 @@ + + + + + + + + + Nodeclipse - Dependency Information + + + + + + + + + + + + + + + + + + Fork me on GitHub + + + + + + + + + +
+ + + + + +
+
+ +
+ + +
+ +
+

Dependency Information

+
+

Apache Maven

+
+
<dependency>
+  <groupId>org.nodeclipse.nodeclipse-1</groupId>
+  <artifactId>parent</artifactId>
+  <version>1.0.2-SNAPSHOT</version>
+  <type>pom</type>
+</dependency>
+
+

Apache Buildr

+
+
'org.nodeclipse.nodeclipse-1:parent:pom:1.0.2-SNAPSHOT'
+
+

Apache Ivy

+
+
<dependency org="org.nodeclipse.nodeclipse-1" name="parent" rev="1.0.2-SNAPSHOT">
+  <artifact name="parent" type="pom" />
+</dependency>
+
+

Groovy Grape

+
+
@Grapes(
+@Grab(group='org.nodeclipse.nodeclipse-1', module='parent', version='1.0.2-SNAPSHOT')
+)
+
+

Grails

+
+
compile 'org.nodeclipse.nodeclipse-1:parent:1.0.2-SNAPSHOT'
+
+

Leiningen

+
+
[org.nodeclipse.nodeclipse-1/parent "1.0.2-SNAPSHOT"]
+
+

SBT

+
+
libraryDependencies += "org.nodeclipse.nodeclipse-1" % "parent" % "1.0.2-SNAPSHOT"
+
+
+
+ +
+ + + + diff --git a/site/developing.html b/site/developing.html new file mode 100644 index 00000000..72317088 --- /dev/null +++ b/site/developing.html @@ -0,0 +1,626 @@ + + + + + + + + + Nodeclipse - + + + + + + + + + + + + + + + + + + Fork me on GitHub + + + + + + + + + +
+ + + + + +
+
+ +
+ + +
+ +
+

Developing

+
+

First tiny steps

+ +
    + +
  1. Register & login within GitHub
  2. + +
  3. Add stars to the projects, that you like
  4. + +
  5. Fork to your account, learn the code
  6. +
+
+

Before starting development, please do

+ +
    + +
  1. Raise an issue to contact developers
  2. + +
  3. Say what you are going to do, before you head in. Share and discuss ideas. We had pull request that we could not merge, because it was not compatible with changes we were going to make.
  4. + +
  5. Carefully read materials root and this README.
  6. + +
  7. Install and give thorough try
  8. +
+
+

Preparing environment

+
+

Clone using Eclipse EGit

+

In Eclipse with PDE (e.g. Eclipse SDK/Classic, for RCP developers)

+ +
    + +
  1. Copy to clipboard git repository URL: https://github.com/Nodeclipse/nodeclipse-1.git
  2. + +
  3. File -> Import.. -> Git / Project from git
  4. +
+
+
Clone using git
+ +
    + +
  1. git clone https://github.com/Nodeclipse/nodeclipse-1.git
  2. + +
  3. File -> Import -> Existing Projects into Workspace
  4. + +
  5. Enter cloned folder path to [Select root directory].
  6. + +
  7. Check “Search for nested project” ImportProjects-Selected.png
  8. + +
  9. Press “Deselect All” button, and select only base project and org.nodeclipse.ui, org.nodeclipse.debug (or more when you know you need them)
  10. + +
  11. +

    Push [Finish] button.

  12. +
+
+

Eclipse build

+

Build starts automatically when you import into workspace and whenever you save changes (incremental build).

+

If you are using Enide Studio it should be OK.

+

If you got build error, probably you have not installed JSDT yet. Try following steps:

+ +
    + +
  1. Select [Help]-[Install New Software…].
  2. + +
  3. Select [Juno - http://download.eclipse.org/releases/juno] or [Kepler - http://download.eclipse.org/releases/kepler] in [Work with] drop-down list.
  4. + +
  5. Check [Web, XML, Java EE and OSGi Enterprise Development]-[JavaScript Development Tools].
  6. +
+
+

Maven build

+

(see Maven build in README.md in the root)

+
+

How to Run or Debug it

+ +
    + +
  1. Select project folder, for instance org.nodeclipse.ui, on Package Explorer.
  2. + +
  3. Open context menu by right-clicking.
  4. + +
  5. Select [Run As / Debug As]-[Eclipse Application]. RunOrDebug
  6. +
+

A new Eclipse workbench starts with Nodeclipse version that you started to run or debug.

+
+
+
+ +
+ + + + diff --git a/site/distribution-management.html b/site/distribution-management.html new file mode 100644 index 00000000..9e0e2e52 --- /dev/null +++ b/site/distribution-management.html @@ -0,0 +1,631 @@ + + + + + + + + + Nodeclipse - Project Distribution Management + + + + + + + + + + + + + + + + + + Fork me on GitHub + + + + + + + + + +
+ + + + + +
+
+ +
+ + +
+ +
+

Overview

+

The following is the distribution management information used by this project.

+
+

Site - nodeclipse-1-site

+

D:\TEMP\site\

+
+
+
+ +
+ + + + diff --git a/site/git-remove-submodules.html b/site/git-remove-submodules.html new file mode 100644 index 00000000..413c439f --- /dev/null +++ b/site/git-remove-submodules.html @@ -0,0 +1,569 @@ + + + + + + + + + Nodeclipse - + + + + + + + + + + + + + + + + + + Fork me on GitHub + + + + + + + + + +
+ + + + + +
+
+ +
+ + +
+ +

http://stackoverflow.com/questions/1260748/how-do-i-remove-a-git-submodule

+

Via the page Git Submodule Tutorial:

+

To remove a submodule you need to:

+ +
    + +
  1. Delete the relevant section from the .gitmodules file.
  2. + +
  3. Stage the .gitmodules changes git add .gitmodules
  4. + +
  5. Delete the relevant section from .git/config.
  6. + +
  7. Run git rm --cached path_to_submodule (no trailing slash).
  8. + +
  9. Run rm -rf .git/modules/path_to_submodule
  10. + +
  11. Commit
  12. + +
  13. Delete the now untracked submodule files
    rm -rf path_to_submodule
  14. +
+

or what worked in my case:

+ +
    + +
  1. checkout project from GitHUb
  2. + +
  3. remove .gitmodules
  4. + +
  5. commit with Eclipse (git submodules were not initialized, so initially Eclipse had them as deleted)
  6. +
+
+
+
+ +
+ + + + diff --git a/site/header3.png b/site/header3.png new file mode 100644 index 0000000000000000000000000000000000000000..1ac9789796c36b409740b1167a8f825747a7a13e GIT binary patch literal 28776 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 literal 0 HcmV?d00001 diff --git a/site/images/accessories-text-editor.png b/site/images/accessories-text-editor.png new file mode 100644 index 0000000000000000000000000000000000000000..abc3366edad864f1c06e1354c2f7cd0ee1f2a080 GIT binary patch literal 746 zcmeAS@N?(olHy`uVBq!ia0vp^d?3uh3?wzC-F?i!z!(tV6XFWw9$CP!U~&MEL_-~2 zturUYuc~G2k7NQOAQwpPnVm8{M-46l)ZW(7+}_y&l!c=+t7L#iU0Nn~YlG3l-F|15 z@P0VoetaRz%cI#-`!i3iRywta^WbvRtIMVKukt^?RPfMZskwP_>zl3S&Y%79fJLFr)R5u{`~pcwQJ|jo!h;8_nch0Czn_4o{=~$Tdkui?!}82 zPoF-0^5jWpw9vyV8+S~Jn~|&5P#DqD)^z{={fV`486gG>yE10vs7-0jnK^T2duMA= zxOS1hU{#Kw#hCr%tWa%9@{DF+T5IJs^5$&)9i&zL%I{+xaL_HEjdBN!3HH6)q7{X9{`;59Zq8_K&a?NFvhbtJ!a#ML1s;*b3=G^r zHn%V%!>lqE9PESpH$neQx=aVO*B2%Y?K6$dU zvO@Al$kmjqrY2jrl%|w^{UQ0|3oj3EZ%?m}Pw82fGm<}abk?qEJm7ZynqNRiHh(Bgn?ad9p@g!lX0?hAY$6qZbCW z0lmYZTH+c}l9E`GYL#4+3Zxi}3=9o*fylrz#K6+Z#K6kbLfgR5%D~`Tz=gvo8glbf ZGSez?YiQ@qs0V6b@O1TaS?83{1OS^WRoMUl literal 0 HcmV?d00001 diff --git a/site/images/add.gif b/site/images/add.gif new file mode 100644 index 0000000000000000000000000000000000000000..1cb3dbf936e38b5c5efdc3e247a042eb1b1d23e9 GIT binary patch literal 397 zcmV;80doFFNk%w1VGsZi0Hrwqfq{XHjC_`scb}hfo}Qksu4?V%HuUQ#_Ut72?;iT^ zBKq(m_wPpc?_K-yJooTv`tnWp@M`+UP{`_CX>@2HM@dakAa8CUVIWOmV*nxf1OW;FKL9KM0000G01yBG z28=)gU`QMW1_i@!3CKC0&ddYCI52ah&u7HtL@q0qBk^l$xg^p?lB(HEigIo{N|QVi z)(zKM$kAyhAQ&1iFcb)XbtESzDjgOT6Af33jV>-IB_SdLSAi#(F{3g$0H2JZE~KTW ra*U!eGBdQMSC^|Yvokcda+j>Uy{=7A#!jw6Max43OV7~J&_Mt@cAw$D literal 0 HcmV?d00001 diff --git a/site/images/apache-maven-project-2.png b/site/images/apache-maven-project-2.png new file mode 100644 index 0000000000000000000000000000000000000000..6c096ec0c7d50ecca14e76dd49b1fcb9382c3d07 GIT binary patch literal 33442 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 AyZ`_I literal 0 HcmV?d00001 diff --git a/site/images/contact-new.png b/site/images/contact-new.png new file mode 100644 index 0000000000000000000000000000000000000000..ebc4316d844dea7c644b636a768348a4a105fefe GIT binary patch literal 736 zcmeAS@N?(olHy`uVBq!ia0vp^d?3uh3?wzC-F?i!z~~#`6XFWw{(0&D=T+#RHwAw` z&Hnpo&YySH^B2wT=xUuXq4DDJ;vXMY{rmmm?~n68U)N8b+W+is-}IT2Cr_OKQ8Rn) zjLlm%?%28R-u1=5z8w7b_w%10wGpKB`?6U6pFe*dJ9ccrf(7f>ue)&m)R!-BCQRynbY{!R9*ZYy+@7p-UY@S-`Sa%w zA3nT)|NhsnUlS(vzIpp-Vt+(alI*llmi}Ot{8X*wt1GWuxpMjPD8G_FtAwYlM(@+7PjBA5dHwqJt5>i7{Q0y0(1MB6!uuu%PnZ(1WB07bk00N^ zfB)XSdp~~s0NV5M7AY?6_YmX)lQk*=z#qM@b= z;jzxa-qG&i{`U`D;5cDwW@u`>eZ!Vb+cs`xE_y2~Gk1<|Ow8SwyS5T3HhcHf*8Kf* zmx-x4rs2+m2^The=s2c1x z@?`Pi#gUPb%a$!mPfyRv%4%q+zjyD}h7B7sGBPqVGdnvwA3b_>`}XY_GiFp&ROIC3 zBqk>2=H`C-^y%l%pKss3eemGH!-o&gojcdo*4Ee8cjwNX^XJbmU%q_Jnl)d(e3_rK zQ5)znu96_XUAfnlM+?I*J`vNB)4cy(~cFE%!y3*C+dtm|AkbLP(0rAtI-WalPl zXQ#h^a3Yue>8TkOmX^DBoNC%>bIn0P>y;XJk*Kt_xlBQUk->(IhZxnF8MX%rzU~pe z)edx+YKdz^NlIc#s#S7PDv)9@GB7mM1tJ5>5Ccmq69X$#3vB~KD+7aX0T&LVXvob^ Z$xN%nt)ZPaqaLV%!PC{xWt~$(69B9}1)l%_ literal 0 HcmV?d00001 diff --git a/site/images/drive-harddisk.png b/site/images/drive-harddisk.png new file mode 100644 index 0000000000000000000000000000000000000000..d7ce475f83900cfe56bc5374932b5bf2ca4dbc8d GIT binary patch literal 700 zcmeAS@N?(olHy`uVBq!ia0vp^d?3uh3?wzC-F*zC&II^`xaJjPLr`yjcXv-mMOEp) zfB$~|{Q2qgr}E0uH*ep*0fM(c8pHz9pFVy1{{8!_SFc~e@M|D=_4?z-kMG~VfBN+4 z=g*&?JbCir!-ub5zrK9=^4G6l&z?Q|^5x6(=g-S4OG?X&9zTA3@7}!^FJ6?E7oReKBW~hUcb538A@(YtL-+^H_dcdDlJpJ=Y$-@O`Fz zG@0+R=gebQ3|6LQE_?ex(qMMck(v6_v=g$+AOFmI(3&Wse&EvEy!Sf~KCI~aV|0G{ zk1FrS2B$YEFiv@18F*(Wd((ez|EgADxttge3!oF5szM@4obz*YQ}ap~7&xwf_C2e8 zRrlN)FW64!{5l*E!$tK_0oAjM#0U}&fdLejY7 zI~FXQH)-jvha*6u#Df8X9ChYuY)a%k^~E2mDLxODNt zmCKi|T)zC|@uR1YAH8|~^39u9@7}$6_wMcc_wPP@0HXIFK79E6`SZ7LU%!9<{_EGT z|C9m6e^Smxsfi`2DGKG8B^e6tp1uJJ`FRS73ciWS42nNl7`Yhi8FUzc0OVr^w%h~r z3p{khINcN{dHm3sxp?^`71bH@yqi{KNeBh-JDpc0PP#ir~m)} literal 0 HcmV?d00001 diff --git a/site/images/icon_error_sml.gif b/site/images/icon_error_sml.gif new file mode 100644 index 0000000000000000000000000000000000000000..12e9a01a930c8dfa20992254a9c2b19272d1d491 GIT binary patch literal 633 zcmZ?wbhEHb6krfwIF`;38Xg=L5fUB=M4=H;VNo&RafvaB$?-`k33&xMO~v8m6{R(` zl?_dGEv=0$ZA~rhO>G^`?Hw)coj}yu(b?MG)!Nb3($Ur0+1)m2a{u;z-^o)aPMJDs z`t(UNXHAo#m!w{g?@=WBc~Zm8X~W#g8u zo3?D*v~~ODZQHl}UT^n%gZ1x?R=+k`T;JBTW7oDFySD${^*eoz@Oc*hmRckzCZ2A(L+a%9{G7V>Fe>N z^XJe0KGXR7Y}4;^^*`^=|M7h0?^~=l4^&mpY`6;P-`9HR5qr6O1d8TwsR`3>b@UzlT;FtFnna2=nZ#cumG*CCfUXh`R z+r!d5z(O-R)XZE>lB1r*D>%&0R$Il*Mn_6Qf{%sS(JIbXUpX=*NJ;FP;1pg}V|6*} zv?MJFQE_3;iOj5Q?9#Ex;l6qz5+~F=Ii~BU9y&2WMUzuPiAOcCQYbJ`P)$^n_v8t~ IKm`VC0O`0&yZ`_I literal 0 HcmV?d00001 diff --git a/site/images/icon_help_sml.gif b/site/images/icon_help_sml.gif new file mode 100644 index 0000000000000000000000000000000000000000..aaf20e6eea4148fe8fbb09bdf4595eb98334fff6 GIT binary patch literal 1072 zcmZ?wbhEHb6krfwcs`v$!K+=-yF&?xd^(hUI+cApRs6bC{eh@k&A(ecpj#`rPbZ{T zHx!8a^g{b}!zSp5_v=SYG>n*N6g|Zlh+?Lg#7s4dnQRg})go?+MZ$E8gc;Te)2xza zS|`u4Ntxx4KG!L8zI)~z=dAgzISbu#7kcN-_sn1Ho4>%jXsJ)pQs3fbfo02sDpp2R zERC#K7E-k)vT8+i)$*{KwK3JpV{2AK)o)0wTb10nI<9$BO4FK@rnRX}Ym!%=V3`o!hfJHsy3|$nM;n-n}!oduvYb_N=~Lg}qy|`*#=hZ!es< zJAcyNg30?!r|d17cCdKb!IJ3*D`y_8n0>Tq?!mT&hdUP@>REWOXVJm#rN<{MJ>0+I z#FUlCrmQ_Pd;RIzn=UTca(=iaqXVV+mGGa zb@J}slehPtx^v*n-9zW@9lP}K#FZzfu01_{?di$u&(B2A zoI?4BMCM#(ZeZdNx5?S*;=#(TTgt)U(ejX?g-3ph&!#D=Y`v;IOgUFKENEgEY}K2& zbK&FTQ{0&t&PXaHI(LYby<^~<)WRug%f?Vsn9S(HDV}gdq)=(8*E}P}f0hC+DlA;` z)Ad{zHa+cG#KBxFQ?<#-BSSmll8aH3zyUtzf;|p9o6`Ijt8uE?Ni?%hQnAZc^O50L PaG-&a!$_HjgTWdA|E#c| literal 0 HcmV?d00001 diff --git a/site/images/icon_info_sml.gif b/site/images/icon_info_sml.gif new file mode 100644 index 0000000000000000000000000000000000000000..b776326703c341ce559f98f028bb92fe4c332a83 GIT binary patch literal 638 zcmZ?wbhEHb6krfwI99}9U|?WrY3AnUX5m?3;Z0M>*4P;bV`&8Ka zl-c-J*!q^)`BgduR5=D#I|r7#hSa%**1Lx{c!gJaL^OLwwt7Xic}F+L#o2`7dnmC(1Rt2?c3!lt^38_VY&t(beHXZDWXIXh-7+1tM2%&evRR;+4S zwr0k}b!V5aoiTgei6v_fuiiLg?#^pV_uW{w@5aglH&-3Jx&6@9oky;1J$7sB@!MNZ zJveyg`hg3N4_$b0@Y0i`mmVIv{N(WECzr2oIC}Nz@oP^{UVDDw>Vp&4U!1=A;>^t# zmu@{ecl+ht`>QY9eSP`<>nji5TzT;J+QYXu9=*N!_}$}YyB<7!`{3D|d(S`KfBxyw z^Y`~(e0uQm)1z0PU%x&0;{BHw@4vo%|K;_EudhFRd-L)8=Wi$9eg5(O^Y^bmPJRCV z>&y3FUw{1i{`2>*-+zDo`TOV3-~U7d#ecdQ$(jmA1_mYyUWwVINeaOwshN4HMO<9Y zMX8A;sVNHOnI#ztAsML(?w-B@42nNl7`Yhg8FUzc02GM~?5i5;o0>S;m|56)n!B60 zjgkxVVs!X>ns_~P6XU}IL#+gR_>6Khb5di2o!vBrx&@MxvJ29p102vbQyButm$y)r=@GSbQ7fuf zG&hu(RxhgI;Nx!Xk#a$OMKhbYL0W}^MFz8kslSGfx4@b6vWfA)m`-W&brNWq_@1%Hm^{yEe1`?BYsvn_wmHvhTm`R8WJ@7psnMoCG5mA-y?dAS}$C^BFZzMd3&ORu3u6b1u&a%gnW4I(EOT#*fRVX@ zj=Hjv*wR)(6J1pWB^l0kHf~;N6*);RcGfnA&uq+0JK1LSU+Ld<{2%8ZVGags09itc As{jB1 literal 0 HcmV?d00001 diff --git a/site/images/icon_warning_sml.gif b/site/images/icon_warning_sml.gif new file mode 100644 index 0000000000000000000000000000000000000000..ac6ad6ada39ea693ac0500810196fe551833b2d0 GIT binary patch literal 625 zcmZ?wbhEHb6krfwI99~a)zjYH+tJh8+1uaM2SgLPCr;{|FsXOac1bJ1)uHC+K>&~59ckkZ5d-v|2$A0(j-F^3{>(7(0`}gnuc^UfX z@x#ZDA3c8Z_|NN&Cy&7yo%%@b}sNzt0Z-eYxt-yV^f*C;fTf`1eES z-w!>1J}>_JdEuYWOa6Xd^!Lk}zhBn<{kq}rw|)P9oc;IX{NEo}|Ngl7@B5>FKhOXB zdEwvh=l_1c{P*YWzd!H({eA!M@Av;i1I2$*&PAz-C8;S2<(VZJ3hti10Sftf3W*B7 ziOCF#KUo;L80r~x7=Qp2V+`yY8tR*xTUy(i#HHHXrMkN7MWySl%=MJ(rA6DMjY2bX z(u0-cWZJ_D^HP)IBjwwzGV=?v5~Cw*Wm|eJbJMa@;-dULC8WeVqzp2WlM-S=yxk;w zTU5hiJ%ZG^dBjB8Rrm$j6kTluIQSS_WQ2shECQX()EphTT0}XuoqXM`9onu0Tx4Ka w$mp{`;N!m2?G#bv7+&QNR_PU4c>CU?Yd7!v zCbwpHY-*pkZq44U&2v_!G_8%VTOC`oD!O{**^Adgv%311ZM*yQ#LwTaFW%i*IeA-A z@3#EzEqPsA+@fn^3;O17+V%L=xj%nD+<3I3bN>F8+54Mj?rog0*FUK-rF7ElwI|l@ z-F@uR*5x}6OkZ_k;*x`HQ`b#ib}T%j_1dlbSyhvlZ@aL3`-NrO&M)11e$xES3CS6g z=5LM8ZoPK%UO;?h*R)lgQ&+Z4T3%Gs7Z?~A8JFhdpLY4$9ZRn?yMO{)|2!MNJWKCv zW7lL`*AQR-Ky%j^YoCme)TZE+#=yjSzxZ1J`0AMC0tfGyhfkh+gctq#_3O!&WnRD# zWGV^r3!b}?Pij{wkjGiz5m^ij=<6WN=%g{b0w_4w)5S4_<9c#Jf)f)DkIxyMH30_> z9Xog6$ib6G&mKN~Twg&$h383EM^~q}hnMH+6I`bncYNaN@;arpD(jV0!n$SCw)L%> zx36)b;Ee2?q^z{O#LU!O=0~?~-L$@8ZDqN8$F9a5@8ssqn-_P_ZeQI$g*=CZfC7(< zh#mPZDl?=-Wrd~1=TDe0f#Z=Hr>ZmK4auBCMF9$P4xKx2qK`#_L7_#4?d?zg6F`Tm zmbgZgq$HN4S|t~y0x1R~14BbyATqEFF|f2UF|abV&^9o%GBEfSaN#hDhTQy=%(P0} V8rpd?>VX;$?@>Ltyyb~Vk~9a*^;C>T~aH>F|OjI}4Cz})28B`tGy zx6IuGl*;d11Jn*=WVfx!?pOz86!dNck||9qbGtUAHm*!;SeaC_v~I>upkQF;l(?Fu zK!$(XgoK(!O|y4LRxAW^T_fva%Vs6kEY1WOvNpbYaYWht@cgM!W%GeHMwHAAFP*>p z#LaWp9^8HM?%eHHyH4Jkx%T+Y`_Il_yL^=YR=(+3np1ywY?Cq61k8eKv z{P6w18!vtwJbmrr)f=zheYp4Z?XHuzA3lC^?(Un1AO7Ed{pZ-(D+f!KoxFJS-@ku<{`|Rq>+b$jH;!I*p_DfBg7y z@BaOLr*3RHa^uD8cVEAKJ8|XFj2*Z8H{WbrdTQ?GGp}B~I(XvT{7olrJb3y0_wNrM zKlZFTQ@QYL-pu3m3y)p9c5TanGYzx%Oj>p9%H3yM4xY=JawxIyKt%iQ?8*CgA2~l| z&58Qidnc|tH)G4?zBOm7X76v9wL8Cim#x0cV)K4{ zUn<42_|HnN;NRb)&+cUZ^^W(i;NN$*j}`pQWIMj!;OxKSilSZ5|NVJbz#}Nc&+ZsE zWd_h7&H|6fVg?3oVGw3ym^DWND0tS>#W95AdU8TSLQ+~{YVz|3Pm&lI^W@^9t*hDH z?dlj6`~yy$ym|EM*}I2>BV495I{Mr>ef#+J^Y#h`9!`@Q9knb}OmuW?l#H~j+@jhX z&CK-d6cr6MEmci@{pKm!DjRECtDEcV?_Ut$IMH$CiXBU~tl6_@)2dx=k@FmvZdKOG`!VuDc=fnx$+R6#>c^>b&wcOS?|$!`a}U6ptjU_J zlBA}l*3{J0)YMd0R~Hr*dU$xO^ie1jhYlTLS+=C4#MRYRCX#twGUSD6Il$6AA+=UAlkY(ZF;m4037Yc>v&!1mPsNXdliHV74&z>zUEv=}iC@U)i zfc^XTJ3BiAKvYyzczAd~K){|od(ip)`}f`5-HnZnv$L~Hzqq=(y7Kb!>gsAwPfu@e z@3gcu0LabFC4?{xBNPh18Fpy3+Tr2hfq{Yc_V$w}PjVdhGtMTH$zU){PfznaPmK)? z4KH52=;-KZX=#a#jlFZ{PF7YH!!Q{c8Taqs=Xt)UsK{tE{@>vc{2Hgh!NL0adH}e0 z@19Df^78Tm0ES@zz{SO7Zf@=upJ1_AP_bIAgpih&mWqmsojZ4GG#a&9{f)&Au~_Wm z<0F^L4;(mPHk)-io!M*-3JMa7#VIK%EBy%}_$g6IPEM9cBvPp~K0f}{t5+6_rMbEJ z(xpqcZ{G$0j^p<2+vnuu^bN3MdU`rLJ3Br;9ss7MrVbuFxUjHLQBhGX6WriQ5|M*_w z@5bUDdV71dTCG;AO-@dx@4a~OA{y)K>k+2N$jAo|9?w z?b_+nr`2k;!{M;o?Qh<^`R=>#RtFA0KR<`Vfh)Li;|5+X!otGn&U<@%H*VaBDU;Gf zr_<5=()7Iqfmk>yLj`}084`48Zf?d|M~)mpOHfeI{QNv2WMN?;Dk=&9GBY#LVzb%$ z`};Aq6GAK&OK4~)&U*g*IT{xh7M8K~%9SgtQ-;OG#ZeC5ym=F=X|vf(9h#b&K7RZN z05+S=X0xGjU|@g-%ePwl!GC`7t=5VDruDp`t9rXwq=tAb*88KQqo~N`a#V_oixKzA z%F4dJzL1cRy1F{CSUfW`qfjWeZ{Hpm7>H$yNF>V6&c<>vGBOgU_w@7}J9g~o(WA6z z#sgc0B0VlH4i&T6{Pyiz)FUDys6$s*7rnXCi!3z)!0DGJ5eITHyM2Q|E@qtti{QRD z*nbiZg+h^&lY>QINl6I+oH}*N-Q67kYHMqqoSd*@fE67^695Pa36aTU0HD+95)%{g zFw)c0Gcqy&K&4WxG906$qk6p_b=txpgmiazqaGF(M)NU+!{3cPsc^{*a`Ja$nXfZ@ zhsL%N4whw0OG`2M6&4oG&CQ8KBHBPHC@3f>C|I^a>__(qFp!^RU zV`F0uhl6EVxm><`_ijATmoHz|)ztxjL?XdmSuB<(Po5A$mM!w}C3kdS~ef}W>dub-Hhz&fI`vJ#oXvTST@?6qsxN=r)tz|+%n^XARiL+I)0 z!HGL|?4Z?OC@z>ppO+fmk zEDIk1FgrV2R8&O&@;qNwR)+h@$;nZx)dqvXVzG2}b>-#d_4oHa!G&Dp59OYMg zd;9A2I}{29&+|ObzkB!Y^XJcKjE;^*({SomlT)I^E^_90Q{xPG;bvU;38ml zcng&pTZhKxAmAX-{xuvUBO`bZu-omWrKK8;X6fkl>(@`5I6;GyySuwkDCBv*tE;QE zwH1kg)0Ijk1~{Qms8A@Vadob6a=9D}VUx-9>C-1l1S|^dcDq`w#&Z*k#hB*+K%>#n z=0$)zo8T)X1Ujc}V+Omw8!O@%0GKp7%(fp1ER{;7QYogYiHQlT)w*&q5{X2iP;Ak literal 0 HcmV?d00001 diff --git a/site/images/logos/build-by-maven-white.png b/site/images/logos/build-by-maven-white.png new file mode 100644 index 0000000000000000000000000000000000000000..7d44c9c2e5742bdf8649ad282f83208f1da9b982 GIT binary patch literal 2260 zcmV;_2rKuAP)4hTLUyOQ{PVbVY5&Y3g!&hN~bnR7}ZgkXUt ziC%zU0gf+&kEv>t|d$x|zXw1mS0D%1b{8z7DF%0wW-8(XBFc`A3vVI|O z^!N97baWg(eE86zLn4uA_wL=Zb@+UKU|=8sJb3V6XlSUctSl!dhm4xd=KJ^W|8h2q zR4NS%3yX+|NKQ`f?d=7Cf`Wo)&z=E5TU%REQIXYZefjbwRvsQ6zIyfQojZ3l8V#{v zv)R(q)39Vr2GBPsa+apV2%%fIZY3ln0Kl+1Y8c*(xe3X6sWFH9kH*UDDLl)ZN`}u~;f9D%P!A2LK5P2`MQl z(b3TuDUC++_U+qm01k;n!Z1u+TwGjS+}X2d^Yil+3Pn;B-~q z{Qdm_z{kf&EEb1^gw)j3R904!x}#RBj~+c578Vv16olc}xpQZGd;7k9`>@WHD_2M| z{%VB2fNVCK&1U^_rTW_bx`C@MK&%ZR^ybZ*=;&yb zN);0mV>X+~OA`|lRVtNAr7A8i#zL)DyJycHxm+$5izO0?QmM?$%p@6le0*H3R;yI1 z=;-LCrlu1oPI!8HIypHhmCA~Wig|;>WHON!GbSbmcN`jxhJ=GssnlpRR;zVzaF8J4 z>+3sJhW@0w{LH6-`(Afr<9kMWBXoSUM7Dox&JGJtojOI96z3EG z*uH)HWN?qO7x!`hzQnzLg5JL3Ui^ps%X$n4`+YK2S-yNZo>gC8kJmXUC#D?-i_a7IlwdR(Kkw#T>s)<( zJ!ZVTycREBO!{t;H9|r{F#q)FQ_`LjAsBnPnnKk2PZ;V3*7{M#@%jyBNObh|^_fg2 zd|f0I3eTTEPf=83VhUbHWgRft|{%MRRMp6H>seM7wV6&k5Vn7H0DDSDT_wn(;aaUDU zWi%QoiptK;CgqIWB$bwy78Mm?w@oI~&6_tPBO~$kExCLno}10)mX;RGM?^%-PjqOt zTFi(#=@4C7NJmxEVK7l6G0yhEp_Lq9)1fj}S-2%Mdrv$L~tStVt%xVSheDG9e5EX$6J zj8GIMm&=bIKaK;TqoYG05D0}r0!Kqb1E0?q2n1`_uAR{_f0E{OgnR$~y~Sd|+0n_# z2@6L?MsUQ^H0|QzLJoDKqobtlneyk|8`Sp{cp}PUC5RRQ^8?;2;Iss$eWk%*n3$Nr z(73v~e)3}s219#$yTM=(2n6o#?!LahxUO>?H!v`O%bZ*;$Ideh!!Qg0h{fVXix$lf i91DLtEx@rr0RIK2cl{g~?Z1Nn0000}s literal 0 HcmV?d00001 diff --git a/site/images/logos/maven-feather.png b/site/images/logos/maven-feather.png new file mode 100644 index 0000000000000000000000000000000000000000..b5ada836e9eb4af4db810f648b013933e72c8fbe GIT binary patch literal 3330 zcmX9>c{JN;_x~o5Ac>t)`_^PEV{L6MNl>(?QcG&7ly=N-Xep}HlEki6%d`xGQff?J zZ3V5?nxMK^TW!%rlc2Oi#TE&YeBaFbd(OGfJqdI` zc>}=J0{}qD0)QP*?7suRWeWiKhXeo)6#$?b`+NA18vvk_kGT^3lRrj~)ZiX~E=7&X z2SKm_0zsnO+$cbVdd$U-?NJjv4pVQ1Nhjly1q-WLl67`_;z%v-QHPc;g_!S~IRE^{ z!-r;4Azogl1_mw!0>pbvoPqVZ9U2s5dwy6sHa1p4L7^@xJ3CvqEtc6=V;Sjo`SKw` zH=oaUc5x93g$)f2RLqLwrQCI9Ez?$q{#(_7txem8O7-r(E=u3NrnVzb>g3;N!E`D4 z$F(MEarBhUUxI^!j~_>3u~Bhx7JsSR*w|dSa6vbc*_R&srRM|ftV?XHdFb}1C$WrQ zvCqw{t=r+KeZT{28=Et|SGiR|Ew_)PCPc7HL$FRx^tIjT!gS^&HZAG+)pJ^j_L!yB z-&JbQI5tJZ0TS}9l}GV-#=yY9@UZdW!+Wo8V)3OP+M~kh8Cox&UgiEXkb|OHrtnt7 z^5^7qoPgd(mzSp^UljFw^Ea1#($jleS~zn<*Qt%~?;g8p7T$+e1_e6_0RivD9i_fn zntBj|S0D{TF>ZC0BjrC=O}^<#pa0LS&uvarfWzp2`pUd__f_%7YV~7dt=r6SgMYpk zjT&tozdBVDfMU+}3PBKu{I@a0eE%y;<26%LfpraXnsz78oRL+ASlucsJ9Ov}^-cnR z?X0S*D(PH#SsA1;IVGjHr-u@pc=<9LQ|*-QU~8*d0k5yGUszbEsHmW5uYUjj;c@h| zc=i>Ql~f4Q{2jFogTeH_k#4q)N#10=x?L3lT5fn+n;f?)a5}#)D(b9?5F`jW*8R2B zY10|kzu50Yt-pEkr?pP=J)v#j+39IETXnv??EKOqdr`^I$PR$!&#+i*wr^07q=V|W zRr`cRLkwol7wvCgY>XVWV#HBVP$e>vs8#}bhe8j(d*@G*O1g5TCFF^jnVIZQvS`z% z5v0FEpQe3XqLbN{Z+4@!!}?n1jYn$VqUAWElr$a=d)NRcr?dxiBP0c$a4eq)C6kW} zg`-#3YZthl;XEcu_;g!xn!}4v15@n5*WxOpB14=8A8Dk>`K z>FLRD7bsziv>lNxci1YB3`T!HV#jF&kvayv7^9-Sg&l|eQ^qB(FU%g~JDx-!K6@(Waovi+Tc$s`@s@Sv* z9p0C*!~5#c{h1>d>@N5DL);Ea=d|PU4}@o zGdG0Ng%R<9V_jn-yfB3nD7kxXb8!sMIXlJ1WeD*5?60hT&XSa)+yVTVl9iP_o8v^w8_0650v?-3$V0uILqsvdAu+2y6|YCewgNhga^h4Y-lNq0Cah}ivo zpoq6EpmWSceZAoF%B5UfVPU3op{AfPhFM{FSFJMU!)c~SDTMch@trf6$~-E;5xn-d z<8`e~UPj0w%vDYVje(iQii)`c=wzHbR6^djAF^dnW5A}!CD-JMWyVHEkW;BwukLPq z9nsR%B=!TuB0vQ|DPO#J@zkle(n^?>&z)~)XSMt|Ks2+uT9af6QEqK-hanLX5&&xP z-l-<%m`WTuBR<~hh#iYkQxoQNXtTFvX)i0JF_1Iu5Wn+7^XJlfPFX+T%IM9_7+4B=%5Y=a!X6S`QV)~knSitusE`|vEgD?+D*SdgtN-v z@2!tnPsQ$W9OoldXg5!7EGfyuKEmbk%8!pz518D&%P>a8*ji>n+N5Y15QI!N3aw76 zk?~TlC_r^z21V(@jrIB2O=fW{*e;OxLwTOl%b7{65NYoUzv46uU?y1WK`h1$gXk#s zGM!NC1T6)2&vea(*Gjoe-Y0OseT68UKVi7GtWs>+{mTm3?9wmCl9JqVL7fcIg7PHy zS|uV8fd^!W2I;)j*_@ml#-BrjgIWH)bTI&Jf1fXAax!YjYcdmoW44Np%MhjRZR?D*fO!{1UqRj~p#EAohT=T-17$$k6AmQb( zr9h0V!aUsY=NL_BPmf|~=n=+2*+gqRK=3w1+z;yxltfUx%}G^AqM7qBoD>Zu#))>h z(O-H}7=Go_Xv&X~RNksk#{u}JDqbNyJIauD&lJ!>cpV`%&T(-`&1Vx}= z8{BIG$r-+Li5}_#{j}s%FlGk$jM1|WKp=Pv|*T=m!~I+rUjJ3F@7W!gumQD8RFwVZryr0 zG6IWssk0)%eJuVTRDtKPo&xDaOWF|RzCnozye=JYW-)oDFHKrbK}AL7sWkcH57B~D zWIZ`=QNK#g)SEJB!`69JGO3P=r08pDX))Bb6t@_;R!2TlYhv>Ek*cIBeDucB zNbDTV5C(L01Ze7}3Kc7OC~(zLdAV~G`9N+1xB3ie(wD=k6U z@g3gU065J9XPq{lyp>keB&(ixxdnV8$%i$asL6b0O)JUdYtCpuubGB*DbEFHXlQtp zXgMTG%@{+j0dI{Adnj6-$)BcQylA>}r~l(e_1pE-*`Eac5PAGF#EWMIO6;2ECZAeo ziPF85kd7Ft6f{I>ZQIUbf5YND4#d%gJpKl~IaM@Xl!bUvZj*0lQRvUOOhugnVG zMF7OiLdS5a+otCLNQI8V^8vu3ka8NP_S>32`v3S)2n{Pe(fRVLdLST=H+AiBqCTY3 zZWI=>Zsgp=`Z%jG=8)QMYZO=@1A#!)z2kiwpnq3DhkpUGZV&>CeaB0vA>Y6+Mrd+| zrA52d@P7Qe=6m=0Lz-`5yrGM(x*9Y0sP7_5T2*v`@~JgS7L3#>yY-7x_MJ+9`9JqyEa*$Q0 ziiL%hken<6A7+&3D;!0f@qP3TvIRVoufv)c8?&aw&B~1Y(02aUpDjK7B)cSkx8QDV zQMj_M+x+$UXOfa)nmweB@KP^Xm2R7$9(p;LCnufvW}*eG4R>Eak)Ei}%-KE8gsec^ zj=HuX z(qyBjd`DTC3ZeF2!np?{CKA-DtE=Op^zuqOJMFU}UTntQB1KKp81%{!bT~6heKA2v zt?`kF-Zi+k^YcNCz>V!+^RbV}r|Gp2j0+=crL`N5t}4tX=Ugo&7+C6ua?F4oX!wQ+)83@^vkY zDLFc>n(A(&_r09T&@t7l6XQ+b#6#=gA#14-D;h1Uq<(+=C8$D8`D^qmZ z9NOcdL`OIEho{GDl585|eQ0-*j0e6Rr=PNtyozBAqJr literal 0 HcmV?d00001 diff --git a/site/images/network-server.png b/site/images/network-server.png new file mode 100644 index 0000000000000000000000000000000000000000..1d12e1938ac4d8817701a555a97b36a42413ff7f GIT binary patch literal 536 zcmeAS@N?(olHy`uVBq!ia0vp^d?3uh0wlLOK8*rWOiAAEE({6J?VYlKJkA1-$YKTt zZXpn6ymYtj4+8_EfTxRNh{R>v^Lzb75+zt4q?_IE(UC6ToMFIeXrjjU_Pbcl8wEu* zmFNogJ4~&tCL!OBSWj@$7M9kE%GC+rI&-8+^}#zUfge$ z%95%FVq)d@YWpHh0*~9IeYCDS=DEjWT6&NB;?38!S{%Af^K0ULzq^XpMf{AfPW9%` z{By-F@#G`{r|bn{ZSl6`PhU_~!26>8WB9W7wxA3jxWq>uP}{$dFi` z{%E$YFs9ZZ#)XBd3yahj7HcdhP@0i0c5-Fei4|q1R+pb%U2$f0$(hxq%c@PLC-F^7 z;+vfzx~NcTNs0RMD#LrH*W5ZZ>(GMCN2iutSY3E&UD>s*_1Cu4-#;|z!_Cdtc6J?G zUUG6}>4z(;KU`e+;r#6P=Vrb?Gxgo+Deq2AczdGv?eU&>7nf}8_Wf{u{fF!8K3rS- z;o6$_*H*v3y88XKb$9o403A6wmUUi^)Rkq4C;QDWElr%4Ewvz5_U@*FYx8|>Z^)aU zBeO7H?&+SoN9z+G?W$goC%33j@%7nxua0&%tapcEij439aV6bJZW8_q7iNx>mKsHKHUXu_VbP0l+XkKAq+)H literal 0 HcmV?d00001 diff --git a/site/images/profiles/pre-release.png b/site/images/profiles/pre-release.png new file mode 100644 index 0000000000000000000000000000000000000000..d448e850cd3f885844d0c28da7dddf4457e25300 GIT binary patch literal 32607 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 IO1}yIe}jHRegFUf literal 0 HcmV?d00001 diff --git a/site/images/profiles/retired.png b/site/images/profiles/retired.png new file mode 100644 index 0000000000000000000000000000000000000000..f89f6a29c6b61beafd8d2f729085fbf1d17b0e86 GIT binary patch literal 22003 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 literal 0 HcmV?d00001 diff --git a/site/images/profiles/sandbox.png b/site/images/profiles/sandbox.png new file mode 100644 index 0000000000000000000000000000000000000000..f88b3626761f591fefcb7408ff290b4f48ebe0d9 GIT binary patch literal 33010 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 OGkCiCxvXLW=UkO8ip# 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 B7G?kd literal 0 HcmV?d00001 diff --git a/site/img/glyphicons-halflings.png b/site/img/glyphicons-halflings.png new file mode 100644 index 0000000000000000000000000000000000000000..a9969993201f9cee63cf9f49217646347297b643 GIT binary patch literal 12799 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 literal 0 HcmV?d00001 diff --git a/site/import-from-git-with-submodules-result.png b/site/import-from-git-with-submodules-result.png new file mode 100644 index 0000000000000000000000000000000000000000..af4ee73c75b5e5bdf3aab04b918a6aa5bb11ae91 GIT binary patch literal 5939 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 BzQh0k literal 0 HcmV?d00001 diff --git a/site/index.html b/site/index.html new file mode 100644 index 00000000..35c2a19c --- /dev/null +++ b/site/index.html @@ -0,0 +1,733 @@ + + + + + + + + + Nodeclipse - About + + + + + + + + + + + + + + + + + + Fork me on GitHub + + + + + + +

+ + +
+ + + + + +
+
+ +
+ + +
+ +
+

About Nodeclipse-1

+

Node.js http://nodejs.org/ development in Eclipse http://eclipse.org/

+
+

Project Modules

+

This project has declared the following modules:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameDescription
org.nodeclipse.pluginslistorg.nodeclipse.pluginslist Plugin
org.nodeclipse.pluginslist (feature)Node.js http://nodejs.org/ development in Eclipse http://eclipse.org/
org.nodeclipse.helporg.nodeclipse.help
org.nodeclipse.bundle.coffeeorg.nodeclipse.bundle.coffee
org.nodeclipse.bundle.coffee.featureorg.nodeclipse.bundle.coffee.feature
org.nodeclipse.bundle.expressorg.nodeclipse.bundle.express
org.nodeclipse.bundle.express.featureorg.nodeclipse.bundle.express.feature
org.nodeclipse.uiorg.nodeclipse.ui
org.chromium.parentorg.chromium.parent
org.nodeclipse.debugorg.nodeclipse.debug
org.nodeclipse.phantomjsSupport for PhantomJS + + http://phantomjs.org/ + + PhantomJS is a headless WebKit scriptable with a JavaScript API. It has fast and native support for various web standards: + DOM handling, CSS selector, JSON, Canvas, and SVG.
org.nodeclipse.phantomjs.featureorg.nodeclipse.phantomjs.feature
org.nodeclipse.jjsorg.nodeclipse.jjs
org.nodeclipse.jjs.featureorg.nodeclipse.jjs.feature Nodeclipse JJS
org.nodeclipse.mongodborg.nodeclipse.mongodb
org.nodeclipse.mongodb.featureorg.nodeclipse.mongodb.feature Nodeclipse MongoDB Shell Integration
org.nodeclipse.vertxorg.nodeclipse.vertx
org.nodeclipse.vertx.featureorg.nodeclipse.vertx.feature Nodeclipse Vert.x
org.nodeclipse (feature)org.nodeclipse (feature)
org.nodeclipse.enide.editors.jadeMinimalist Jade Editor
org.nodeclipse.enide.editors.jade.featureorg.nodeclipse.enide.editors.jade.feature Minimalist Jade Editor
org.nodeclipse.enide.nodejs.featureInide Node.js (Combined features dependencies)
org.nodeclipse.enide.editors.gradleNodeclipse/Enide minimal Editor for build.Gradle
org.nodeclipse.enide.editors.gradle.featureorg.nodeclipse.enide.editors.gradle.feature Minimalist Gradle Editor
org.nodeclipse.commonorg.nodeclipse.common
org.nodeclipse.enide.gradle`build.gradle` Run As Gradle GUI
org.nodeclipse.enide.gradle.featureorg.nodeclipse.enide.gradle.feature
org.nodeclipse.enide.mavenpom.xml Run As Maven build
org.nodeclipse.enide.maven.featureorg.nodeclipse.enide.maven.feature
org.nodeclipse.enide.studio.included.featureFeatures included in Enide Studio
org.nodeclipse.siteorg.nodeclipse.site (p2 repository / update site)
+
+
+
+ +
+ + + + diff --git a/site/integration.html b/site/integration.html new file mode 100644 index 00000000..569cb057 --- /dev/null +++ b/site/integration.html @@ -0,0 +1,636 @@ + + + + + + + + + Nodeclipse - Continuous Integration + + + + + + + + + + + + + + + + + + Fork me on GitHub + + + + + + + + + +
+ + + + + +
+
+ +
+ + +
+ +
+

Overview

+

This project uses Travis CI.

+
+

Access

+

The following is a link to the continuous integration system used by the project:

+
+
+

Notifiers

+

No notifiers are defined. Please check back at a later date.

+
+
+
+ +
+ + + + diff --git a/site/issue-tracking.html b/site/issue-tracking.html new file mode 100644 index 00000000..d35c8a61 --- /dev/null +++ b/site/issue-tracking.html @@ -0,0 +1,633 @@ + + + + + + + + + Nodeclipse - Issue Tracking + + + + + + + + + + + + + + + + + + Fork me on GitHub + + + + + + + + + +
+ + + + + +
+
+ +
+ + +
+ +
+

Overview

+

This project uses GitHub to manage its issues.

+
+

Issue Tracking

+

Issues, bugs, and feature requests should be submitted to the following issue tracking system for this project.

+
+
+
+
+ +
+ + + + diff --git a/site/js/apache-maven-fluido-1.3.0.min.js b/site/js/apache-maven-fluido-1.3.0.min.js new file mode 100644 index 00000000..677e611e --- /dev/null +++ b/site/js/apache-maven-fluido-1.3.0.min.js @@ -0,0 +1,21 @@ +/*! + * jQuery JavaScript Library v1.8.0 + * http://jquery.com/ + * + * Includes Sizzle.js + * http://sizzlejs.com/ + * + * Copyright 2012 jQuery Foundation and other contributors + * Released under the MIT license + * http://jquery.org/license + * + * Date: Thu Aug 09 2012 16:24:48 GMT-0400 (Eastern Daylight Time) + */ +(function(a2,aB){var x,af,o=a2.document,aI=a2.location,d=a2.navigator,bg=a2.jQuery,I=a2.$,am=Array.prototype.push,a4=Array.prototype.slice,aK=Array.prototype.indexOf,A=Object.prototype.toString,V=Object.prototype.hasOwnProperty,aN=String.prototype.trim,bG=function(e,bZ){return new bG.fn.init(e,bZ,x)},bx=/[\-+]?(?:\d*\.|)\d+(?:[eE][\-+]?\d+|)/.source,aa=/\S/,aV=/\s+/,D=aa.test("\xA0")?(/^[\s\xA0]+|[\s\xA0]+$/g):/^\s+|\s+$/g,bo=/^(?:[^#<]*(<[\w\W]+>)[^>]*$|#([\w\-]*)$)/,a=/^<(\w+)\s*\/?>(?:<\/\1>|)$/,bf=/^[\],:{}\s]*$/,bi=/(?:^|:|,)(?:\s*\[)+/g,bD=/\\(?:["\\\/bfnrt]|u[\da-fA-F]{4})/g,a0=/"[^"\\\r\n]*"|true|false|null|-?(?:\d\d*\.|)\d+(?:[eE][\-+]?\d+|)/g,bP=/^-ms-/,aU=/-([\da-z])/gi,N=function(e,bZ){return(bZ+"").toUpperCase()},aF=function(){if(o.addEventListener){o.removeEventListener("DOMContentLoaded",aF,false);bG.ready()}else{if(o.readyState==="complete"){o.detachEvent("onreadystatechange",aF);bG.ready()}}},Z={};bG.fn=bG.prototype={constructor:bG,init:function(e,b2,b1){var b0,b3,bZ,b4;if(!e){return this}if(e.nodeType){this.context=this[0]=e;this.length=1;return this}if(typeof e==="string"){if(e.charAt(0)==="<"&&e.charAt(e.length-1)===">"&&e.length>=3){b0=[null,e,null]}else{b0=bo.exec(e)}if(b0&&(b0[1]||!b2)){if(b0[1]){b2=b2 instanceof bG?b2[0]:b2;b4=(b2&&b2.nodeType?b2.ownerDocument||b2:o);e=bG.parseHTML(b0[1],b4,true);if(a.test(b0[1])&&bG.isPlainObject(b2)){this.attr.call(e,b2,true)}return bG.merge(this,e)}else{b3=o.getElementById(b0[2]);if(b3&&b3.parentNode){if(b3.id!==b0[2]){return b1.find(e)}this.length=1;this[0]=b3}this.context=o;this.selector=e;return this}}else{if(!b2||b2.jquery){return(b2||b1).find(e)}else{return this.constructor(b2).find(e)}}}else{if(bG.isFunction(e)){return b1.ready(e)}}if(e.selector!==aB){this.selector=e.selector;this.context=e.context}return bG.makeArray(e,this)},selector:"",jquery:"1.8.0",length:0,size:function(){return this.length},toArray:function(){return a4.call(this)},get:function(e){return e==null?this.toArray():(e<0?this[this.length+e]:this[e])},pushStack:function(bZ,b1,e){var b0=bG.merge(this.constructor(),bZ);b0.prevObject=this;b0.context=this.context;if(b1==="find"){b0.selector=this.selector+(this.selector?" ":"")+e}else{if(b1){b0.selector=this.selector+"."+b1+"("+e+")"}}return b0},each:function(bZ,e){return bG.each(this,bZ,e)},ready:function(e){bG.ready.promise().done(e);return this},eq:function(e){e=+e;return e===-1?this.slice(e):this.slice(e,e+1)},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},slice:function(){return this.pushStack(a4.apply(this,arguments),"slice",a4.call(arguments).join(","))},map:function(e){return this.pushStack(bG.map(this,function(b0,bZ){return e.call(b0,bZ,b0)}))},end:function(){return this.prevObject||this.constructor(null)},push:am,sort:[].sort,splice:[].splice};bG.fn.init.prototype=bG.fn;bG.extend=bG.fn.extend=function(){var b7,b0,e,bZ,b4,b5,b3=arguments[0]||{},b2=1,b1=arguments.length,b6=false;if(typeof b3==="boolean"){b6=b3;b3=arguments[1]||{};b2=2}if(typeof b3!=="object"&&!bG.isFunction(b3)){b3={}}if(b1===b2){b3=this;--b2}for(;b20){return}af.resolveWith(o,[bG]);if(bG.fn.trigger){bG(o).trigger("ready").off("ready")}},isFunction:function(e){return bG.type(e)==="function"},isArray:Array.isArray||function(e){return bG.type(e)==="array"},isWindow:function(e){return e!=null&&e==e.window},isNumeric:function(e){return !isNaN(parseFloat(e))&&isFinite(e)},type:function(e){return e==null?String(e):Z[A.call(e)]||"object"},isPlainObject:function(b1){if(!b1||bG.type(b1)!=="object"||b1.nodeType||bG.isWindow(b1)){return false}try{if(b1.constructor&&!V.call(b1,"constructor")&&!V.call(b1.constructor.prototype,"isPrototypeOf")){return false}}catch(b0){return false}var bZ;for(bZ in b1){}return bZ===aB||V.call(b1,bZ)},isEmptyObject:function(bZ){var e;for(e in bZ){return false}return true},error:function(e){throw new Error(e)},parseHTML:function(b1,b0,e){var bZ;if(!b1||typeof b1!=="string"){return null}if(typeof b0==="boolean"){e=b0;b0=0}b0=b0||o;if((bZ=a.exec(b1))){return[b0.createElement(bZ[1])]}bZ=bG.buildFragment([b1],b0,e?null:[]);return bG.merge([],(bZ.cacheable?bG.clone(bZ.fragment):bZ.fragment).childNodes)},parseJSON:function(e){if(!e||typeof e!=="string"){return null}e=bG.trim(e);if(a2.JSON&&a2.JSON.parse){return a2.JSON.parse(e)}if(bf.test(e.replace(bD,"@").replace(a0,"]").replace(bi,""))){return(new Function("return "+e))()}bG.error("Invalid JSON: "+e)},parseXML:function(b1){var bZ,b0;if(!b1||typeof b1!=="string"){return null}try{if(a2.DOMParser){b0=new DOMParser();bZ=b0.parseFromString(b1,"text/xml")}else{bZ=new ActiveXObject("Microsoft.XMLDOM");bZ.async="false";bZ.loadXML(b1)}}catch(b2){bZ=aB}if(!bZ||!bZ.documentElement||bZ.getElementsByTagName("parsererror").length){bG.error("Invalid XML: "+b1)}return bZ},noop:function(){},globalEval:function(e){if(e&&aa.test(e)){(a2.execScript||function(bZ){a2["eval"].call(a2,bZ)})(e)}},camelCase:function(e){return e.replace(bP,"ms-").replace(aU,N)},nodeName:function(bZ,e){return bZ.nodeName&&bZ.nodeName.toUpperCase()===e.toUpperCase()},each:function(b3,b4,b0){var bZ,b1=0,b2=b3.length,e=b2===aB||bG.isFunction(b3);if(b0){if(e){for(bZ in b3){if(b4.apply(b3[bZ],b0)===false){break}}}else{for(;b10&&e[0]&&e[bZ-1])||bZ===0||bG.isArray(e));if(b1){for(;b0-1){b5.splice(ca,1);if(b2){if(ca<=b3){b3--}if(ca<=b4){b4--}}}})}return this},has:function(b9){return bG.inArray(b9,b5)>-1},empty:function(){b5=[];return this},disable:function(){b5=b6=b1=aB;return this},disabled:function(){return !b5},lock:function(){b6=aB;if(!b1){b7.disable()}return this},locked:function(){return !b6},fireWith:function(ca,b9){b9=b9||[];b9=[ca,b9.slice?b9.slice():b9];if(b5&&(!e||b6)){if(b2){b6.push(b9)}else{bZ(b9)}}return this},fire:function(){b7.fireWith(this,arguments);return this},fired:function(){return !!e}};return b7};bG.extend({Deferred:function(b0){var bZ=[["resolve","done",bG.Callbacks("once memory"),"resolved"],["reject","fail",bG.Callbacks("once memory"),"rejected"],["notify","progress",bG.Callbacks("memory")]],b1="pending",b2={state:function(){return b1},always:function(){e.done(arguments).fail(arguments);return this},then:function(){var b3=arguments;return bG.Deferred(function(b4){bG.each(bZ,function(b6,b5){var b8=b5[0],b7=b3[b6];e[b5[1]](bG.isFunction(b7)?function(){var b9=b7.apply(this,arguments);if(b9&&bG.isFunction(b9.promise)){b9.promise().done(b4.resolve).fail(b4.reject).progress(b4.notify)}else{b4[b8+"With"](this===e?b4:this,[b9])}}:b4[b8])});b3=null}).promise()},promise:function(b3){return typeof b3==="object"?bG.extend(b3,b2):b2}},e={};b2.pipe=b2.then;bG.each(bZ,function(b4,b3){var b6=b3[2],b5=b3[3];b2[b3[1]]=b6.add;if(b5){b6.add(function(){b1=b5},bZ[b4^1][2].disable,bZ[2][2].lock)}e[b3[0]]=b6.fire;e[b3[0]+"With"]=b6.fireWith});b2.promise(e);if(b0){b0.call(e,e)}return e},when:function(b2){var b0=0,b4=a4.call(arguments),e=b4.length,bZ=e!==1||(b2&&bG.isFunction(b2.promise))?e:0,b7=bZ===1?b2:bG.Deferred(),b1=function(b9,ca,b8){return function(cb){ca[b9]=this;b8[b9]=arguments.length>1?a4.call(arguments):cb;if(b8===b6){b7.notifyWith(ca,b8)}else{if(!(--bZ)){b7.resolveWith(ca,b8)}}}},b6,b3,b5;if(e>1){b6=new Array(e);b3=new Array(e);b5=new Array(e);for(;b0
a";ca=b0.getElementsByTagName("*");b8=b0.getElementsByTagName("a")[0];b8.style.cssText="top:1px;float:left;opacity:.5";if(!ca||!ca.length||!b8){return{}}b9=o.createElement("select");b2=b9.appendChild(o.createElement("option"));b7=b0.getElementsByTagName("input")[0];cb={leadingWhitespace:(b0.firstChild.nodeType===3),tbody:!b0.getElementsByTagName("tbody").length,htmlSerialize:!!b0.getElementsByTagName("link").length,style:/top/.test(b8.getAttribute("style")),hrefNormalized:(b8.getAttribute("href")==="/a"),opacity:/^0.5/.test(b8.style.opacity),cssFloat:!!b8.style.cssFloat,checkOn:(b7.value==="on"),optSelected:b2.selected,getSetAttribute:b0.className!=="t",enctype:!!o.createElement("form").enctype,html5Clone:o.createElement("nav").cloneNode(true).outerHTML!=="<:nav>",boxModel:(o.compatMode==="CSS1Compat"),submitBubbles:true,changeBubbles:true,focusinBubbles:false,deleteExpando:true,noCloneEvent:true,inlineBlockNeedsLayout:false,shrinkWrapBlocks:false,reliableMarginRight:true,boxSizingReliable:true,pixelPosition:false};b7.checked=true;cb.noCloneChecked=b7.cloneNode(true).checked;b9.disabled=true;cb.optDisabled=!b2.disabled;try{delete b0.test}catch(b5){cb.deleteExpando=false}if(!b0.addEventListener&&b0.attachEvent&&b0.fireEvent){b0.attachEvent("onclick",bZ=function(){cb.noCloneEvent=false});b0.cloneNode(true).fireEvent("onclick");b0.detachEvent("onclick",bZ)}b7=o.createElement("input");b7.value="t";b7.setAttribute("type","radio");cb.radioValue=b7.value==="t";b7.setAttribute("checked","checked");b7.setAttribute("name","t");b0.appendChild(b7);b6=o.createDocumentFragment();b6.appendChild(b0.lastChild);cb.checkClone=b6.cloneNode(true).cloneNode(true).lastChild.checked;cb.appendChecked=b7.checked;b6.removeChild(b7);b6.appendChild(b0);if(b0.attachEvent){for(b3 in {submit:true,change:true,focusin:true}){b4="on"+b3;b1=(b4 in b0);if(!b1){b0.setAttribute(b4,"return;");b1=(typeof b0[b4]==="function")}cb[b3+"Bubbles"]=b1}}bG(function(){var cc,cg,ce,cf,cd="padding:0;margin:0;border:0;display:block;overflow:hidden;",e=o.getElementsByTagName("body")[0];if(!e){return}cc=o.createElement("div");cc.style.cssText="visibility:hidden;border:0;width:0;height:0;position:static;top:0;margin-top:1px";e.insertBefore(cc,e.firstChild);cg=o.createElement("div");cc.appendChild(cg);cg.innerHTML="
t
";ce=cg.getElementsByTagName("td");ce[0].style.cssText="padding:0;margin:0;border:0;display:none";b1=(ce[0].offsetHeight===0);ce[0].style.display="";ce[1].style.display="none";cb.reliableHiddenOffsets=b1&&(ce[0].offsetHeight===0);cg.innerHTML="";cg.style.cssText="box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;padding:1px;border:1px;display:block;width:4px;margin-top:1%;position:absolute;top:1%;";cb.boxSizing=(cg.offsetWidth===4);cb.doesNotIncludeMarginInBodyOffset=(e.offsetTop!==1);if(a2.getComputedStyle){cb.pixelPosition=(a2.getComputedStyle(cg,null)||{}).top!=="1%";cb.boxSizingReliable=(a2.getComputedStyle(cg,null)||{width:"4px"}).width==="4px";cf=o.createElement("div");cf.style.cssText=cg.style.cssText=cd;cf.style.marginRight=cf.style.width="0";cg.style.width="1px";cg.appendChild(cf);cb.reliableMarginRight=!parseFloat((a2.getComputedStyle(cf,null)||{}).marginRight)}if(typeof cg.style.zoom!=="undefined"){cg.innerHTML="";cg.style.cssText=cd+"width:1px;padding:1px;display:inline;zoom:1";cb.inlineBlockNeedsLayout=(cg.offsetWidth===3);cg.style.display="block";cg.style.overflow="visible";cg.innerHTML="
";cg.firstChild.style.width="5px";cb.shrinkWrapBlocks=(cg.offsetWidth!==3);cc.style.zoom=1}e.removeChild(cc);cc=cg=ce=cf=null});b6.removeChild(b0);ca=b8=b9=b2=b7=b6=b0=null;return cb})();var bt=/^(?:\{.*\}|\[.*\])$/,aL=/([A-Z])/g;bG.extend({cache:{},deletedIds:[],uuid:0,expando:"jQuery"+(bG.fn.jquery+Math.random()).replace(/\D/g,""),noData:{embed:true,object:"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000",applet:true},hasData:function(e){e=e.nodeType?bG.cache[e[bG.expando]]:e[bG.expando];return !!e&&!O(e)},data:function(b1,bZ,b3,b2){if(!bG.acceptData(b1)){return}var b4,b6,b7=bG.expando,b5=typeof bZ==="string",b8=b1.nodeType,e=b8?bG.cache:b1,b0=b8?b1[b7]:b1[b7]&&b7;if((!b0||!e[b0]||(!b2&&!e[b0].data))&&b5&&b3===aB){return}if(!b0){if(b8){b1[b7]=b0=bG.deletedIds.pop()||++bG.uuid}else{b0=b7}}if(!e[b0]){e[b0]={};if(!b8){e[b0].toJSON=bG.noop}}if(typeof bZ==="object"||typeof bZ==="function"){if(b2){e[b0]=bG.extend(e[b0],bZ)}else{e[b0].data=bG.extend(e[b0].data,bZ)}}b4=e[b0];if(!b2){if(!b4.data){b4.data={}}b4=b4.data}if(b3!==aB){b4[bG.camelCase(bZ)]=b3}if(b5){b6=b4[bZ];if(b6==null){b6=b4[bG.camelCase(bZ)]}}else{b6=b4}return b6},removeData:function(b1,bZ,b2){if(!bG.acceptData(b1)){return}var b5,b4,b3,b6=b1.nodeType,e=b6?bG.cache:b1,b0=b6?b1[bG.expando]:bG.expando;if(!e[b0]){return}if(bZ){b5=b2?e[b0]:e[b0].data;if(b5){if(!bG.isArray(bZ)){if(bZ in b5){bZ=[bZ]}else{bZ=bG.camelCase(bZ);if(bZ in b5){bZ=[bZ]}else{bZ=bZ.split(" ")}}}for(b4=0,b3=bZ.length;b41,null,false)},removeData:function(e){return this.each(function(){bG.removeData(this,e)})}});function bv(b1,b0,b2){if(b2===aB&&b1.nodeType===1){var bZ="data-"+b0.replace(aL,"-$1").toLowerCase();b2=b1.getAttribute(bZ);if(typeof b2==="string"){try{b2=b2==="true"?true:b2==="false"?false:b2==="null"?null:+b2+""===b2?+b2:bt.test(b2)?bG.parseJSON(b2):b2}catch(b3){}bG.data(b1,b0,b2)}else{b2=aB}}return b2}function O(bZ){var e;for(e in bZ){if(e==="data"&&bG.isEmptyObject(bZ[e])){continue}if(e!=="toJSON"){return false}}return true}bG.extend({queue:function(b0,bZ,b1){var e;if(b0){bZ=(bZ||"fx")+"queue";e=bG._data(b0,bZ);if(b1){if(!e||bG.isArray(b1)){e=bG._data(b0,bZ,bG.makeArray(b1))}else{e.push(b1)}}return e||[]}},dequeue:function(b3,b2){b2=b2||"fx";var bZ=bG.queue(b3,b2),b1=bZ.shift(),e=bG._queueHooks(b3,b2),b0=function(){bG.dequeue(b3,b2)};if(b1==="inprogress"){b1=bZ.shift()}if(b1){if(b2==="fx"){bZ.unshift("inprogress")}delete e.stop;b1.call(b3,b0,e)}if(!bZ.length&&e){e.empty.fire()}},_queueHooks:function(b0,bZ){var e=bZ+"queueHooks";return bG._data(b0,e)||bG._data(b0,e,{empty:bG.Callbacks("once memory").add(function(){bG.removeData(b0,bZ+"queue",true);bG.removeData(b0,e,true)})})}});bG.fn.extend({queue:function(e,bZ){var b0=2;if(typeof e!=="string"){bZ=e;e="fx";b0--}if(arguments.length1)},removeAttr:function(e){return this.each(function(){bG.removeAttr(this,e)})},prop:function(e,bZ){return bG.access(this,bG.prop,e,bZ,arguments.length>1)},removeProp:function(e){e=bG.propFix[e]||e;return this.each(function(){try{this[e]=aB;delete this[e]}catch(bZ){}})},addClass:function(b2){var b4,b0,bZ,b1,b3,b5,e;if(bG.isFunction(b2)){return this.each(function(b6){bG(this).addClass(b2.call(this,b6,this.className))})}if(b2&&typeof b2==="string"){b4=b2.split(aV);for(b0=0,bZ=this.length;b0-1){b2=b2.replace(" "+b1[b5]+" "," ")}}b3.className=b4?bG.trim(b2):""}}}return this},toggleClass:function(b1,bZ){var b0=typeof b1,e=typeof bZ==="boolean";if(bG.isFunction(b1)){return this.each(function(b2){bG(this).toggleClass(b1.call(this,b2,this.className,bZ),bZ)})}return this.each(function(){if(b0==="string"){var b4,b3=0,b2=bG(this),b5=bZ,b6=b1.split(aV);while((b4=b6[b3++])){b5=e?b5:!b2.hasClass(b4);b2[b5?"addClass":"removeClass"](b4)}}else{if(b0==="undefined"||b0==="boolean"){if(this.className){bG._data(this,"__className__",this.className)}this.className=this.className||b1===false?"":bG._data(this,"__className__")||""}}})},hasClass:function(e){var b1=" "+e+" ",b0=0,bZ=this.length;for(;b0-1){return true}}return false},val:function(b1){var e,bZ,b2,b0=this[0];if(!arguments.length){if(b0){e=bG.valHooks[b0.type]||bG.valHooks[b0.nodeName.toLowerCase()];if(e&&"get" in e&&(bZ=e.get(b0,"value"))!==aB){return bZ}bZ=b0.value;return typeof bZ==="string"?bZ.replace(ai,""):bZ==null?"":bZ}return}b2=bG.isFunction(b1);return this.each(function(b4){var b5,b3=bG(this);if(this.nodeType!==1){return}if(b2){b5=b1.call(this,b4,b3.val())}else{b5=b1}if(b5==null){b5=""}else{if(typeof b5==="number"){b5+=""}else{if(bG.isArray(b5)){b5=bG.map(b5,function(b6){return b6==null?"":b6+""})}}}e=bG.valHooks[this.type]||bG.valHooks[this.nodeName.toLowerCase()];if(!e||!("set" in e)||e.set(this,b5,"value")===aB){this.value=b5}})}});bG.extend({valHooks:{option:{get:function(e){var bZ=e.attributes.value;return !bZ||bZ.specified?e.value:e.text}},select:{get:function(e){var b4,bZ,b3,b1,b2=e.selectedIndex,b5=[],b6=e.options,b0=e.type==="select-one";if(b2<0){return null}bZ=b0?b2:0;b3=b0?b2+1:b6.length;for(;bZ=0});if(!e.length){bZ.selectedIndex=-1}return e}}},attrFn:{},attr:function(b4,b1,b5,b3){var b0,e,b2,bZ=b4.nodeType;if(!b4||bZ===3||bZ===8||bZ===2){return}if(b3&&bG.isFunction(bG.fn[b1])){return bG(b4)[b1](b5)}if(typeof b4.getAttribute==="undefined"){return bG.prop(b4,b1,b5)}b2=bZ!==1||!bG.isXMLDoc(b4);if(b2){b1=b1.toLowerCase();e=bG.attrHooks[b1]||(M.test(b1)?bV:a7)}if(b5!==aB){if(b5===null){bG.removeAttr(b4,b1);return}else{if(e&&"set" in e&&b2&&(b0=e.set(b4,b5,b1))!==aB){return b0}else{b4.setAttribute(b1,""+b5);return b5}}}else{if(e&&"get" in e&&b2&&(b0=e.get(b4,b1))!==null){return b0}else{b0=b4.getAttribute(b1);return b0===null?aB:b0}}},removeAttr:function(b1,b3){var b2,b4,bZ,e,b0=0;if(b3&&b1.nodeType===1){b4=b3.split(aV);for(;b0=0)}}})});var bE=/^(?:textarea|input|select)$/i,br=/^([^\.]*|)(?:\.(.+)|)$/,ba=/(?:^|\s)hover(\.\S+|)\b/,a3=/^key/,bK=/^(?:mouse|contextmenu)|click/,by=/^(?:focusinfocus|focusoutblur)$/,aq=function(e){return bG.event.special.hover?e:e.replace(ba,"mouseenter$1 mouseleave$1")};bG.event={add:function(b1,b5,cc,b3,b2){var b6,b4,cd,cb,ca,b8,e,b9,bZ,b0,b7;if(b1.nodeType===3||b1.nodeType===8||!b5||!cc||!(b6=bG._data(b1))){return}if(cc.handler){bZ=cc;cc=bZ.handler;b2=bZ.selector}if(!cc.guid){cc.guid=bG.guid++}cd=b6.events;if(!cd){b6.events=cd={}}b4=b6.handle;if(!b4){b6.handle=b4=function(ce){return typeof bG!=="undefined"&&(!ce||bG.event.triggered!==ce.type)?bG.event.dispatch.apply(b4.elem,arguments):aB};b4.elem=b1}b5=bG.trim(aq(b5)).split(" ");for(cb=0;cb=0){ca=ca.slice(0,-1);b1=true}if(ca.indexOf(".")>=0){b0=ca.split(".");ca=b0.shift();b0.sort()}if((!b4||bG.event.customEvent[ca])&&!bG.event.global[ca]){return}bZ=typeof bZ==="object"?bZ[bG.expando]?bZ:new bG.Event(ca,bZ):new bG.Event(ca);bZ.type=ca;bZ.isTrigger=true;bZ.exclusive=b1;bZ.namespace=b0.join(".");bZ.namespace_re=bZ.namespace?new RegExp("(^|\\.)"+b0.join("\\.(?:.*\\.|)")+"(\\.|$)"):null;b2=ca.indexOf(":")<0?"on"+ca:"";if(!b4){e=bG.cache;for(b7 in e){if(e[b7].events&&e[b7].events[ca]){bG.event.trigger(bZ,b6,e[b7].handle.elem,true)}}return}bZ.result=aB;if(!bZ.target){bZ.target=b4}b6=b6!=null?bG.makeArray(b6):[];b6.unshift(bZ);b9=bG.event.special[ca]||{};if(b9.trigger&&b9.trigger.apply(b4,b6)===false){return}b5=[[b4,b9.bindType||ca]];if(!cd&&!b9.noBubble&&!bG.isWindow(b4)){cc=b9.delegateType||ca;cb=by.test(cc+ca)?b4:b4.parentNode;for(b3=b4;cb;cb=cb.parentNode){b5.push([cb,cc]);b3=cb}if(b3===(b4.ownerDocument||o)){b5.push([b3.defaultView||b3.parentWindow||a2,cc])}}for(b7=0;b7b6){bZ.push({elem:this,matches:b7.slice(b6)})}for(cd=0;cd0?this.on(e,null,b1,b0):this.trigger(e)};if(a3.test(e)){bG.event.fixHooks[e]=bG.event.keyHooks}if(bK.test(e)){bG.event.fixHooks[e]=bG.event.mouseHooks}}); +/*! + * Sizzle CSS Selector Engine + * Copyright 2012 jQuery Foundation and other contributors + * Released under the MIT license + * http://sizzlejs.com/ + */ +(function(cO,cg){var cT,co,cf,b2,b8,b6=cO.document,b9=b6.documentElement,cw="undefined",ca=false,b7=true,ce=0,cj=[].slice,cS=[].push,cW=("sizcache"+Math.random()).replace(".",""),cz="[\\x20\\t\\r\\n\\f]",ci="(?:\\\\.|[-\\w]|[^\\x00-\\xa0])+",ch=ci.replace("w","w#"),c1="([*^$|!~]?=)",cL="\\["+cz+"*("+ci+")"+cz+"*(?:"+c1+cz+"*(?:(['\"])((?:\\\\.|[^\\\\])*?)\\3|("+ch+")|)|)"+cz+"*\\]",c2=":("+ci+")(?:\\((?:(['\"])((?:\\\\.|[^\\\\])*?)\\2|((?:[^,]|\\\\,|(?:,(?=[^\\[]*\\]))|(?:,(?=[^\\(]*\\))))*))\\)|)",cB=":(nth|eq|gt|lt|first|last|even|odd)(?:\\((\\d*)\\)|)(?=[^-]|$)",cd=cz+"*([\\x20\\t\\r\\n\\f>+~])"+cz+"*",cc="(?=[^\\x20\\t\\r\\n\\f])(?:\\\\.|"+cL+"|"+c2.replace(2,7)+"|[^\\\\(),])+",cU=new RegExp("^"+cz+"+|((?:^|[^\\\\])(?:\\\\.)*)"+cz+"+$","g"),cF=new RegExp("^"+cd),ct=new RegExp(cc+"?(?="+cz+"*,|$)","g"),cJ=new RegExp("^(?:(?!,)(?:(?:^|,)"+cz+"*"+cc+")*?|"+cz+"*(.*?))(\\)|$)"),cZ=new RegExp(cc.slice(19,-6)+"\\x20\\t\\r\\n\\f>+~])+|"+cd,"g"),cK=/^(?:#([\w\-]+)|(\w+)|\.([\w\-]+))$/,cP=/[\x20\t\r\n\f]*[+~]/,cX=/:not\($/,cp=/h\d/i,cM=/input|select|textarea|button/i,cs=/\\(?!\\)/g,cE={ID:new RegExp("^#("+ci+")"),CLASS:new RegExp("^\\.("+ci+")"),NAME:new RegExp("^\\[name=['\"]?("+ci+")['\"]?\\]"),TAG:new RegExp("^("+ci.replace("[-","[-\\*")+")"),ATTR:new RegExp("^"+cL),PSEUDO:new RegExp("^"+c2),CHILD:new RegExp("^:(only|nth|last|first)-child(?:\\("+cz+"*(even|odd|(([+-]|)(\\d*)n|)"+cz+"*(?:([+-]|)"+cz+"*(\\d+)|))"+cz+"*\\)|)","i"),POS:new RegExp(cB,"ig"),needsContext:new RegExp("^"+cz+"*[>+~]|"+cB,"i")},cR={},cq=[],cl={},cu=[],cY=function(e){e.sizzleFilter=true;return e},b3=function(e){return function(c3){return c3.nodeName.toLowerCase()==="input"&&c3.type===e}},cr=function(e){return function(c4){var c3=c4.nodeName.toLowerCase();return(c3==="input"||c3==="button")&&c4.type===e}},cH=function(c3){var c4=false,c6=b6.createElement("div");try{c4=c3(c6)}catch(c5){}c6=null;return c4},cn=cH(function(c3){c3.innerHTML="";var e=typeof c3.lastChild.getAttribute("multiple");return e!=="boolean"&&e!=="string"}),b0=cH(function(c3){c3.id=cW+0;c3.innerHTML="
";b9.insertBefore(c3,b9.firstChild);var e=b6.getElementsByName&&b6.getElementsByName(cW).length===2+b6.getElementsByName(cW+0).length;b8=!b6.getElementById(cW);b9.removeChild(c3);return e}),b5=cH(function(e){e.appendChild(b6.createComment(""));return e.getElementsByTagName("*").length===0}),cD=cH(function(e){e.innerHTML="";return e.firstChild&&typeof e.firstChild.getAttribute!==cw&&e.firstChild.getAttribute("href")==="#"}),cC=cH(function(e){e.innerHTML="";if(!e.getElementsByClassName||e.getElementsByClassName("e").length===0){return false}e.lastChild.className="e";return e.getElementsByClassName("e").length!==1});var cN=function(c5,e,c7,da){c7=c7||[];e=e||b6;var c8,c3,c9,c4,c6=e.nodeType;if(c6!==1&&c6!==9){return[]}if(!c5||typeof c5!=="string"){return c7}c9=ck(e);if(!c9&&!da){if((c8=cK.exec(c5))){if((c4=c8[1])){if(c6===9){c3=e.getElementById(c4);if(c3&&c3.parentNode){if(c3.id===c4){c7.push(c3);return c7}}else{return c7}}else{if(e.ownerDocument&&(c3=e.ownerDocument.getElementById(c4))&&cA(e,c3)&&c3.id===c4){c7.push(c3);return c7}}}else{if(c8[2]){cS.apply(c7,cj.call(e.getElementsByTagName(c5),0));return c7}else{if((c4=c8[3])&&cC&&e.getElementsByClassName){cS.apply(c7,cj.call(e.getElementsByClassName(c4),0));return c7}}}}}return cV(c5,e,c7,da,c9)};var cG=cN.selectors={cacheLength:50,match:cE,order:["ID","TAG"],attrHandle:{},createPseudo:cY,find:{ID:b8?function(c5,c4,c3){if(typeof c4.getElementById!==cw&&!c3){var e=c4.getElementById(c5);return e&&e.parentNode?[e]:[]}}:function(c5,c4,c3){if(typeof c4.getElementById!==cw&&!c3){var e=c4.getElementById(c5);return e?e.id===c5||typeof e.getAttributeNode!==cw&&e.getAttributeNode("id").value===c5?[e]:cg:[]}},TAG:b5?function(e,c3){if(typeof c3.getElementsByTagName!==cw){return c3.getElementsByTagName(e)}}:function(e,c6){var c5=c6.getElementsByTagName(e);if(e==="*"){var c7,c4=[],c3=0;for(;(c7=c5[c3]);c3++){if(c7.nodeType===1){c4.push(c7)}}return c4}return c5}},relative:{">":{dir:"parentNode",first:true}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:true},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){e[1]=e[1].replace(cs,"");e[3]=(e[4]||e[5]||"").replace(cs,"");if(e[2]==="~="){e[3]=" "+e[3]+" "}return e.slice(0,4)},CHILD:function(e){e[1]=e[1].toLowerCase();if(e[1]==="nth"){if(!e[2]){cN.error(e[0])}e[3]=+(e[3]?e[4]+(e[5]||1):2*(e[2]==="even"||e[2]==="odd"));e[4]=+((e[6]+e[7])||e[2]==="odd")}else{if(e[2]){cN.error(e[0])}}return e},PSEUDO:function(e){var c3,c4=e[4];if(cE.CHILD.test(e[0])){return null}if(c4&&(c3=cJ.exec(c4))&&c3.pop()){e[0]=e[0].slice(0,c3[0].length-c4.length-1);c4=c3[0].slice(0,-1)}e.splice(2,3,c4||e[3]);return e}},filter:{ID:b8?function(e){e=e.replace(cs,"");return function(c3){return c3.getAttribute("id")===e}}:function(e){e=e.replace(cs,"");return function(c4){var c3=typeof c4.getAttributeNode!==cw&&c4.getAttributeNode("id");return c3&&c3.value===e}},TAG:function(e){if(e==="*"){return function(){return true}}e=e.replace(cs,"").toLowerCase();return function(c3){return c3.nodeName&&c3.nodeName.toLowerCase()===e}},CLASS:function(e){var c3=cR[e];if(!c3){c3=cR[e]=new RegExp("(^|"+cz+")"+e+"("+cz+"|$)");cq.push(e);if(cq.length>cG.cacheLength){delete cR[cq.shift()]}}return function(c4){return c3.test(c4.className||(typeof c4.getAttribute!==cw&&c4.getAttribute("class"))||"")}},ATTR:function(c4,c3,e){if(!c3){return function(c5){return cN.attr(c5,c4)!=null}}return function(c6){var c5=cN.attr(c6,c4),c7=c5+"";if(c5==null){return c3==="!="}switch(c3){case"=":return c7===e;case"!=":return c7!==e;case"^=":return e&&c7.indexOf(e)===0;case"*=":return e&&c7.indexOf(e)>-1;case"$=":return e&&c7.substr(c7.length-e.length)===e;case"~=":return(" "+c7+" ").indexOf(e)>-1;case"|=":return c7===e||c7.substr(0,e.length+1)===e+"-"}}},CHILD:function(c3,c5,c6,c4){if(c3==="nth"){var e=ce++;return function(da){var c7,db,c9=0,c8=da;if(c6===1&&c4===0){return true}c7=da.parentNode;if(c7&&(c7[cW]!==e||!da.sizset)){for(c8=c7.firstChild;c8;c8=c8.nextSibling){if(c8.nodeType===1){c8.sizset=++c9;if(c8===da){break}}}c7[cW]=e}db=da.sizset-c4;if(c6===0){return db===0}else{return(db%c6===0&&db/c6>=0)}}}return function(c8){var c7=c8;switch(c3){case"only":case"first":while((c7=c7.previousSibling)){if(c7.nodeType===1){return false}}if(c3==="first"){return true}c7=c8;case"last":while((c7=c7.nextSibling)){if(c7.nodeType===1){return false}}return true}}},PSEUDO:function(c6,c5,c3,e){var c4=cG.pseudos[c6]||cG.pseudos[c6.toLowerCase()];if(!c4){cN.error("unsupported pseudo: "+c6)}if(!c4.sizzleFilter){return c4}return c4(c5,c3,e)}},pseudos:{not:cY(function(e,c4,c3){var c5=cb(e.replace(cU,"$1"),c4,c3);return function(c6){return !c5(c6)}}),enabled:function(e){return e.disabled===false},disabled:function(e){return e.disabled===true},checked:function(e){var c3=e.nodeName.toLowerCase();return(c3==="input"&&!!e.checked)||(c3==="option"&&!!e.selected)},selected:function(e){if(e.parentNode){e.parentNode.selectedIndex}return e.selected===true},parent:function(e){return !cG.pseudos.empty(e)},empty:function(c3){var e;c3=c3.firstChild;while(c3){if(c3.nodeName>"@"||(e=c3.nodeType)===3||e===4){return false}c3=c3.nextSibling}return true},contains:cY(function(e){return function(c3){return(c3.textContent||c3.innerText||bZ(c3)).indexOf(e)>-1}}),has:cY(function(e){return function(c3){return cN(e,c3).length>0}}),header:function(e){return cp.test(e.nodeName)},text:function(c4){var c3,e;return c4.nodeName.toLowerCase()==="input"&&(c3=c4.type)==="text"&&((e=c4.getAttribute("type"))==null||e.toLowerCase()===c3)},radio:b3("radio"),checkbox:b3("checkbox"),file:b3("file"),password:b3("password"),image:b3("image"),submit:cr("submit"),reset:cr("reset"),button:function(c3){var e=c3.nodeName.toLowerCase();return e==="input"&&c3.type==="button"||e==="button"},input:function(e){return cM.test(e.nodeName)},focus:function(e){var c3=e.ownerDocument;return e===c3.activeElement&&(!c3.hasFocus||c3.hasFocus())&&!!(e.type||e.href)},active:function(e){return e===e.ownerDocument.activeElement}},setFilters:{first:function(c4,c3,e){return e?c4.slice(1):[c4[0]]},last:function(c5,c4,c3){var e=c5.pop();return c3?c5:[e]},even:function(c7,c6,c5){var c4=[],c3=c5?1:0,e=c7.length;for(;c30?c6(c5,c8,c7):[]}function cQ(dc,e,da,c4,dg){var c7,c3,c6,di,c9,dh,db,df,dd=0,de=dg.length,c5=cE.POS,c8=new RegExp("^"+c5.source+"(?!"+cz+")","i"),dj=function(){var dl=1,dk=arguments.length-2;for(;dlc6){db=dc.slice(c6,c7.index);c6=df;dh=[e];if(cF.test(db)){if(c9){dh=c9}c9=c4}if((c3=cX.test(db))){db=db.slice(0,-5).replace(cF,"$&*")}if(c7.length>1){c7[0].replace(c8,dj)}c9=cI(db,c7[1],c7[2],dh,c9,c3)}}if(c9){di=di.concat(c9);if((db=dc.slice(c6))&&db!==")"){if(cF.test(db)){cm(db,di,da,c4)}else{cN(db,e,da,c4?c4.concat(c9):c9)}}else{cS.apply(da,di)}}else{cN(dc,e,da,c4)}}return de===1?da:cN.uniqueSort(da)}function b1(c8,c4,db){var dd,dc,de,c6=[],c9=0,da=cJ.exec(c8),c3=!da.pop()&&!da.pop(),df=c3&&c8.match(ct)||[""],e=cG.preFilter,c5=cG.filter,c7=!db&&c4!==b6;for(;(dc=df[c9])!=null&&c3;c9++){c6.push(dd=[]);if(c7){dc=" "+dc}while(dc){c3=false;if((da=cF.exec(dc))){dc=dc.slice(da[0].length);c3=dd.push({part:da.pop().replace(cU," "),captures:da})}for(de in c5){if((da=cE[de].exec(dc))&&(!e[de]||(da=e[de](da,c4,db)))){dc=dc.slice(da.shift().length);c3=dd.push({part:de,captures:da})}}if(!c3){break}}}if(!c3){cN.error(c8)}return c6}function cx(c6,c5,c4){var e=c5.dir,c3=ce++;if(!c6){c6=function(c7){return c7===c4}}return c5.first?function(c8,c7){while((c8=c8[e])){if(c8.nodeType===1){return c6(c8,c7)&&c8}}}:function(c9,c8){var c7,da=c3+"."+co,db=da+"."+cT;while((c9=c9[e])){if(c9.nodeType===1){if((c7=c9[cW])===db){return c9.sizset}else{if(typeof c7==="string"&&c7.indexOf(da)===0){if(c9.sizset){return c9}}else{c9[cW]=db;if(c6(c9,c8)){c9.sizset=true;return c9}c9.sizset=false}}}}}}function cv(e,c3){return e?function(c6,c5){var c4=c3(c6,c5);return c4&&e(c4===true?c6:c4,c5)}:c3}function cy(c7,c5,e){var c4,c6,c3=0;for(;(c4=c7[c3]);c3++){if(cG.relative[c4.part]){c6=cx(c6,cG.relative[c4.part],c5)}else{c4.captures.push(c5,e);c6=cv(c6,cG.filter[c4.part].apply(null,c4.captures))}}return c6}function b4(e){return function(c5,c4){var c6,c3=0;for(;(c6=e[c3]);c3++){if(c6(c5,c4)){return true}}return false}}var cb=cN.compile=function(e,c5,c3){var c8,c7,c4,c6=cl[e];if(c6&&c6.context===c5){return c6}c7=b1(e,c5,c3);for(c4=0;(c8=c7[c4]);c4++){c7[c4]=cy(c8,c5,c3)}c6=cl[e]=b4(c7);c6.context=c5;c6.runs=c6.dirruns=0;cu.push(e);if(cu.length>cG.cacheLength){delete cl[cu.shift()]}return c6};cN.matches=function(c3,e){return cN(c3,null,null,e)};cN.matchesSelector=function(e,c3){return cN(c3,null,null,[e]).length>0};var cV=function(c6,c3,c8,dc,db){c6=c6.replace(cU,"$1");var e,dd,c9,de,c4,c5,dg,dh,c7,da=c6.match(ct),df=c6.match(cZ),di=c3.nodeType;if(cE.POS.test(c6)){return cQ(c6,c3,c8,dc,da)}if(dc){e=cj.call(dc,0)}else{if(da&&da.length===1){if(df.length>1&&di===9&&!db&&(da=cE.ID.exec(df[0]))){c3=cG.find.ID(da[1],c3,db)[0];if(!c3){return c8}c6=c6.slice(df.shift().length)}dh=((da=cP.exec(df[0]))&&!da.index&&c3.parentNode)||c3;c7=df.pop();c5=c7.split(":not")[0];for(c9=0,de=cG.order.length;c9";if(!c9.querySelectorAll("[selected]").length){c3.push("\\["+cz+"*(?:checked|disabled|ismap|multiple|readonly|selected|value)")}if(!c9.querySelectorAll(":checked").length){c3.push(":checked")}});cH(function(c9){c9.innerHTML="

";if(c9.querySelectorAll("[test^='']").length){c3.push("[*^$]="+cz+"*(?:\"\"|'')")}c9.innerHTML="";if(!c9.querySelectorAll(":enabled").length){c3.push(":enabled",":disabled")}});c3=c3.length&&new RegExp(c3.join("|"));cV=function(de,da,df,dh,dg){if(!dh&&!dg&&(!c3||!c3.test(de))){if(da.nodeType===9){try{cS.apply(df,cj.call(da.querySelectorAll(de),0));return df}catch(dd){}}else{if(da.nodeType===1&&da.nodeName.toLowerCase()!=="object"){var dc=da.getAttribute("id"),c9=dc||cW,db=cP.test(de)&&da.parentNode||da;if(dc){c9=c9.replace(c6,"\\$&")}else{da.setAttribute("id",c9)}try{cS.apply(df,cj.call(db.querySelectorAll(de.replace(ct,"[id='"+c9+"'] $&")),0));return df}catch(dd){}finally{if(!dc){da.removeAttribute("id")}}}}}return c8(de,da,df,dh,dg)};if(c5){cH(function(da){c7=c5.call(da,"div");try{c5.call(da,"[test!='']:sizzle");e.push(cG.match.PSEUDO)}catch(c9){}});e=new RegExp(e.join("|"));cN.matchesSelector=function(da,dc){dc=dc.replace(c4,"='$1']");if(!ck(da)&&!e.test(dc)&&(!c3||!c3.test(dc))){try{var c9=c5.call(da,dc);if(c9||c7||da.document&&da.document.nodeType!==11){return c9}}catch(db){}}return cN(dc,null,null,[da]).length>0}}})()}cN.attr=bG.attr;bG.find=cN;bG.expr=cN.selectors;bG.expr[":"]=bG.expr.pseudos;bG.unique=cN.uniqueSort;bG.text=cN.getText;bG.isXMLDoc=cN.isXML;bG.contains=cN.contains})(a2);var ag=/Until$/,bq=/^(?:parents|prev(?:Until|All))/,al=/^.[^:#\[\.,]*$/,z=bG.expr.match.needsContext,bu={children:true,contents:true,next:true,prev:true};bG.fn.extend({find:function(e){var b2,bZ,b4,b5,b3,b1,b0=this;if(typeof e!=="string"){return bG(e).filter(function(){for(b2=0,bZ=b0.length;b20){for(b5=b4;b5=0:bG.filter(e,this).length>0:this.filter(e).length>0)},closest:function(b2,b1){var b3,b0=0,e=this.length,bZ=[],b4=z.test(b2)||typeof b2!=="string"?bG(b2,b1||this.context):0;for(;b0-1:bG.find.matchesSelector(b3,b2)){bZ.push(b3);break}b3=b3.parentNode}}bZ=bZ.length>1?bG.unique(bZ):bZ;return this.pushStack(bZ,"closest",b2)},index:function(e){if(!e){return(this[0]&&this[0].parentNode)?this.prevAll().length:-1}if(typeof e==="string"){return bG.inArray(this[0],bG(e))}return bG.inArray(e.jquery?e[0]:e,this)},add:function(e,bZ){var b1=typeof e==="string"?bG(e,bZ):bG.makeArray(e&&e.nodeType?[e]:e),b0=bG.merge(this.get(),b1);return this.pushStack(aR(b1[0])||aR(b0[0])?b0:bG.unique(b0))},addBack:function(e){return this.add(e==null?this.prevObject:this.prevObject.filter(e))}});bG.fn.andSelf=bG.fn.addBack;function aR(e){return !e||!e.parentNode||e.parentNode.nodeType===11}function aY(bZ,e){do{bZ=bZ[e]}while(bZ&&bZ.nodeType!==1);return bZ}bG.each({parent:function(bZ){var e=bZ.parentNode;return e&&e.nodeType!==11?e:null},parents:function(e){return bG.dir(e,"parentNode")},parentsUntil:function(bZ,e,b0){return bG.dir(bZ,"parentNode",b0)},next:function(e){return aY(e,"nextSibling")},prev:function(e){return aY(e,"previousSibling")},nextAll:function(e){return bG.dir(e,"nextSibling")},prevAll:function(e){return bG.dir(e,"previousSibling")},nextUntil:function(bZ,e,b0){return bG.dir(bZ,"nextSibling",b0)},prevUntil:function(bZ,e,b0){return bG.dir(bZ,"previousSibling",b0)},siblings:function(e){return bG.sibling((e.parentNode||{}).firstChild,e)},children:function(e){return bG.sibling(e.firstChild)},contents:function(e){return bG.nodeName(e,"iframe")?e.contentDocument||e.contentWindow.document:bG.merge([],e.childNodes)}},function(e,bZ){bG.fn[e]=function(b2,b0){var b1=bG.map(this,bZ,b2);if(!ag.test(e)){b0=b2}if(b0&&typeof b0==="string"){b1=bG.filter(b0,b1)}b1=this.length>1&&!bu[e]?bG.unique(b1):b1;if(this.length>1&&bq.test(e)){b1=b1.reverse()}return this.pushStack(b1,e,a4.call(arguments).join(","))}});bG.extend({filter:function(b0,e,bZ){if(bZ){b0=":not("+b0+")"}return e.length===1?bG.find.matchesSelector(e[0],b0)?[e[0]]:[]:bG.find.matches(b0,e)},dir:function(b0,bZ,b2){var e=[],b1=b0[bZ];while(b1&&b1.nodeType!==9&&(b2===aB||b1.nodeType!==1||!bG(b1).is(b2))){if(b1.nodeType===1){e.push(b1)}b1=b1[bZ]}return e},sibling:function(b0,bZ){var e=[];for(;b0;b0=b0.nextSibling){if(b0.nodeType===1&&b0!==bZ){e.push(b0)}}return e}});function aM(b1,b0,e){b0=b0||0;if(bG.isFunction(b0)){return bG.grep(b1,function(b3,b2){var b4=!!b0.call(b3,b2,b3);return b4===e})}else{if(b0.nodeType){return bG.grep(b1,function(b3,b2){return(b3===b0)===e})}else{if(typeof b0==="string"){var bZ=bG.grep(b1,function(b2){return b2.nodeType===1});if(al.test(b0)){return bG.filter(b0,bZ,!e)}else{b0=bG.filter(b0,bZ)}}}}return bG.grep(b1,function(b3,b2){return(bG.inArray(b3,b0)>=0)===e})}function B(e){var b0=c.split("|"),bZ=e.createDocumentFragment();if(bZ.createElement){while(b0.length){bZ.createElement(b0.pop())}}return bZ}var c="abbr|article|aside|audio|bdi|canvas|data|datalist|details|figcaption|figure|footer|header|hgroup|mark|meter|nav|output|progress|section|summary|time|video",av=/ jQuery\d+="(?:null|\d+)"/g,bY=/^\s+/,ay=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/gi,p=/<([\w:]+)/,bT=/]","i"),aE=/^(?:checkbox|radio)$/,bR=/checked\s*(?:[^=]|=\s*.checked.)/i,bw=/\/(java|ecma)script/i,aH=/^\s*\s*$/g,T={option:[1,""],legend:[1,"
","
"],thead:[1,"","
"],tr:[2,"","
"],td:[3,"","
"],col:[2,"","
"],area:[1,"",""],_default:[0,"",""]},aQ=B(o),l=aQ.appendChild(o.createElement("div"));T.optgroup=T.option;T.tbody=T.tfoot=T.colgroup=T.caption=T.thead;T.th=T.td;if(!bG.support.htmlSerialize){T._default=[1,"X
","
"]}bG.fn.extend({text:function(e){return bG.access(this,function(bZ){return bZ===aB?bG.text(this):this.empty().append((this[0]&&this[0].ownerDocument||o).createTextNode(bZ))},null,e,arguments.length)},wrapAll:function(e){if(bG.isFunction(e)){return this.each(function(b0){bG(this).wrapAll(e.call(this,b0))})}if(this[0]){var bZ=bG(e,this[0].ownerDocument).eq(0).clone(true);if(this[0].parentNode){bZ.insertBefore(this[0])}bZ.map(function(){var b0=this;while(b0.firstChild&&b0.firstChild.nodeType===1){b0=b0.firstChild}return b0}).append(this)}return this},wrapInner:function(e){if(bG.isFunction(e)){return this.each(function(bZ){bG(this).wrapInner(e.call(this,bZ))})}return this.each(function(){var bZ=bG(this),b0=bZ.contents();if(b0.length){b0.wrapAll(e)}else{bZ.append(e)}})},wrap:function(e){var bZ=bG.isFunction(e);return this.each(function(b0){bG(this).wrapAll(bZ?e.call(this,b0):e)})},unwrap:function(){return this.parent().each(function(){if(!bG.nodeName(this,"body")){bG(this).replaceWith(this.childNodes)}}).end()},append:function(){return this.domManip(arguments,true,function(e){if(this.nodeType===1||this.nodeType===11){this.appendChild(e)}})},prepend:function(){return this.domManip(arguments,true,function(e){if(this.nodeType===1||this.nodeType===11){this.insertBefore(e,this.firstChild)}})},before:function(){if(!aR(this[0])){return this.domManip(arguments,false,function(bZ){this.parentNode.insertBefore(bZ,this)})}if(arguments.length){var e=bG.clean(arguments);return this.pushStack(bG.merge(e,this),"before",this.selector)}},after:function(){if(!aR(this[0])){return this.domManip(arguments,false,function(bZ){this.parentNode.insertBefore(bZ,this.nextSibling)})}if(arguments.length){var e=bG.clean(arguments);return this.pushStack(bG.merge(this,e),"after",this.selector)}},remove:function(e,b1){var b0,bZ=0;for(;(b0=this[bZ])!=null;bZ++){if(!e||bG.filter(e,[b0]).length){if(!b1&&b0.nodeType===1){bG.cleanData(b0.getElementsByTagName("*"));bG.cleanData([b0])}if(b0.parentNode){b0.parentNode.removeChild(b0)}}}return this},empty:function(){var bZ,e=0;for(;(bZ=this[e])!=null;e++){if(bZ.nodeType===1){bG.cleanData(bZ.getElementsByTagName("*"))}while(bZ.firstChild){bZ.removeChild(bZ.firstChild)}}return this},clone:function(bZ,e){bZ=bZ==null?false:bZ;e=e==null?bZ:e;return this.map(function(){return bG.clone(this,bZ,e)})},html:function(e){return bG.access(this,function(b2){var b1=this[0]||{},b0=0,bZ=this.length;if(b2===aB){return b1.nodeType===1?b1.innerHTML.replace(av,""):aB}if(typeof b2==="string"&&!aj.test(b2)&&(bG.support.htmlSerialize||!K.test(b2))&&(bG.support.leadingWhitespace||!bY.test(b2))&&!T[(p.exec(b2)||["",""])[1].toLowerCase()]){b2=b2.replace(ay,"<$1>");try{for(;b01&&typeof b5==="string"&&bR.test(b5)){return this.each(function(){bG(this).domManip(b4,b8,b7)})}if(bG.isFunction(b5)){return this.each(function(ca){var b9=bG(this);b4[0]=b5.call(this,ca,b8?b9.html():aB);b9.domManip(b4,b8,b7)})}if(this[0]){b0=bG.buildFragment(b4,this,bZ);b3=b0.fragment;b2=b3.firstChild;if(b3.childNodes.length===1){b3=b2}if(b2){b8=b8&&bG.nodeName(b2,"tr");for(b6=b0.cacheable||e-1;b10?this.clone(true):this).get();bG(b6[b4])[bZ](b2);b3=b3.concat(b2)}return this.pushStack(b3,e,b6.selector)}}});function m(e){if(typeof e.getElementsByTagName!=="undefined"){return e.getElementsByTagName("*")}else{if(typeof e.querySelectorAll!=="undefined"){return e.querySelectorAll("*")}else{return[]}}}function bS(e){if(aE.test(e.type)){e.defaultChecked=e.checked}}bG.extend({clone:function(b2,b4,b0){var e,bZ,b1,b3;if(bG.support.html5Clone||bG.isXMLDoc(b2)||!K.test("<"+b2.nodeName+">")){b3=b2.cloneNode(true)}else{l.innerHTML=b2.outerHTML;l.removeChild(b3=l.firstChild)}if((!bG.support.noCloneEvent||!bG.support.noCloneChecked)&&(b2.nodeType===1||b2.nodeType===11)&&!bG.isXMLDoc(b2)){G(b2,b3);e=m(b2);bZ=m(b3);for(b1=0;e[b1];++b1){if(bZ[b1]){G(e[b1],bZ[b1])}}}if(b4){ao(b2,b3);if(b0){e=m(b2);bZ=m(b3);for(b1=0;e[b1];++b1){ao(e[b1],bZ[b1])}}}e=bZ=null;return b3},clean:function(cb,b0,e,b1){var b7,b3,ca,cf,b4,ce,b5,b2,bZ,b9,cd,b6,b8=0,cc=[];if(!b0||typeof b0.createDocumentFragment==="undefined"){b0=o}for(b3=b0===o&&aQ;(ca=cb[b8])!=null;b8++){if(typeof ca==="number"){ca+=""}if(!ca){continue}if(typeof ca==="string"){if(!J.test(ca)){ca=b0.createTextNode(ca)}else{b3=b3||B(b0);b5=b5||b3.appendChild(b0.createElement("div"));ca=ca.replace(ay,"<$1>");cf=(p.exec(ca)||["",""])[1].toLowerCase();b4=T[cf]||T._default;ce=b4[0];b5.innerHTML=b4[1]+ca+b4[2];while(ce--){b5=b5.lastChild}if(!bG.support.tbody){b2=bT.test(ca);bZ=cf==="table"&&!b2?b5.firstChild&&b5.firstChild.childNodes:b4[1]===""&&!b2?b5.childNodes:[];for(b7=bZ.length-1;b7>=0;--b7){if(bG.nodeName(bZ[b7],"tbody")&&!bZ[b7].childNodes.length){bZ[b7].parentNode.removeChild(bZ[b7])}}}if(!bG.support.leadingWhitespace&&bY.test(ca)){b5.insertBefore(b0.createTextNode(bY.exec(ca)[0]),b5.firstChild)}ca=b5.childNodes;b5=b3.lastChild}}if(ca.nodeType){cc.push(ca)}else{cc=bG.merge(cc,ca)}}if(b5){b3.removeChild(b5);ca=b5=b3=null}if(!bG.support.appendChecked){for(b8=0;(ca=cc[b8])!=null;b8++){if(bG.nodeName(ca,"input")){bS(ca)}else{if(typeof ca.getElementsByTagName!=="undefined"){bG.grep(ca.getElementsByTagName("input"),bS)}}}}if(e){cd=function(cg){if(!cg.type||bw.test(cg.type)){return b1?b1.push(cg.parentNode?cg.parentNode.removeChild(cg):cg):e.appendChild(cg)}};for(b8=0;(ca=cc[b8])!=null;b8++){if(!(bG.nodeName(ca,"script")&&cd(ca))){e.appendChild(ca);if(typeof ca.getElementsByTagName!=="undefined"){b6=bG.grep(bG.merge([],ca.getElementsByTagName("script")),cd);cc.splice.apply(cc,[b8+1,0].concat(b6));b8+=b6.length}}}}return cc},cleanData:function(bZ,b7){var b2,b0,b1,b6,b3=0,b8=bG.expando,e=bG.cache,b4=bG.support.deleteExpando,b5=bG.event.special;for(;(b1=bZ[b3])!=null;b3++){if(b7||bG.acceptData(b1)){b0=b1[b8];b2=b0&&e[b0];if(b2){if(b2.events){for(b6 in b2.events){if(b5[b6]){bG.event.remove(b1,b6)}else{bG.removeEvent(b1,b6,b2.handle)}}}if(e[b0]){delete e[b0];if(b4){delete b1[b8]}else{if(b1.removeAttribute){b1.removeAttribute(b8)}else{b1[b8]=null}}bG.deletedIds.push(b0)}}}}}});(function(){var e,bZ;bG.uaMatch=function(b1){b1=b1.toLowerCase();var b0=/(chrome)[ \/]([\w.]+)/.exec(b1)||/(webkit)[ \/]([\w.]+)/.exec(b1)||/(opera)(?:.*version|)[ \/]([\w.]+)/.exec(b1)||/(msie) ([\w.]+)/.exec(b1)||b1.indexOf("compatible")<0&&/(mozilla)(?:.*? rv:([\w.]+)|)/.exec(b1)||[];return{browser:b0[1]||"",version:b0[2]||"0"}};e=bG.uaMatch(d.userAgent);bZ={};if(e.browser){bZ[e.browser]=true;bZ.version=e.version}if(bZ.webkit){bZ.safari=true}bG.browser=bZ;bG.sub=function(){function b0(b3,b4){return new b0.fn.init(b3,b4)}bG.extend(true,b0,this);b0.superclass=this;b0.fn=b0.prototype=this();b0.fn.constructor=b0;b0.sub=this.sub;b0.fn.init=function b2(b3,b4){if(b4&&b4 instanceof bG&&!(b4 instanceof b0)){b4=b0(b4)}return bG.fn.init.call(this,b3,b4,b1)};b0.fn.init.prototype=b0.fn;var b1=b0(o);return b0}})();var F,az,aW,be=/alpha\([^)]*\)/i,aS=/opacity=([^)]*)/,bk=/^(top|right|bottom|left)$/,aZ=/^margin/,a8=new RegExp("^("+bx+")(.*)$","i"),W=new RegExp("^("+bx+")(?!px)[a-z%]+$","i"),S=new RegExp("^([-+])=("+bx+")","i"),bh={},a9={position:"absolute",visibility:"hidden",display:"block"},bA={letterSpacing:0,fontWeight:400,lineHeight:1},bQ=["Top","Right","Bottom","Left"],ar=["Webkit","O","Moz","ms"],aJ=bG.fn.toggle;function b(b1,bZ){if(bZ in b1){return bZ}var b2=bZ.charAt(0).toUpperCase()+bZ.slice(1),e=bZ,b0=ar.length;while(b0--){bZ=ar[b0]+b2;if(bZ in b1){return bZ}}return e}function Q(bZ,e){bZ=e||bZ;return bG.css(bZ,"display")==="none"||!bG.contains(bZ.ownerDocument,bZ)}function t(b3,e){var b2,b4,bZ=[],b0=0,b1=b3.length;for(;b01)},show:function(){return t(this,true)},hide:function(){return t(this)},toggle:function(b0,bZ){var e=typeof b0==="boolean";if(bG.isFunction(b0)&&bG.isFunction(bZ)){return aJ.apply(this,arguments)}return this.each(function(){if(e?b0:Q(this)){bG(this).show()}else{bG(this).hide()}})}});bG.extend({cssHooks:{opacity:{get:function(b0,bZ){if(bZ){var e=F(b0,"opacity");return e===""?"1":e}}}},cssNumber:{fillOpacity:true,fontWeight:true,lineHeight:true,opacity:true,orphans:true,widows:true,zIndex:true,zoom:true},cssProps:{"float":bG.support.cssFloat?"cssFloat":"styleFloat"},style:function(b1,b0,b7,b2){if(!b1||b1.nodeType===3||b1.nodeType===8||!b1.style){return}var b5,b6,b8,b3=bG.camelCase(b0),bZ=b1.style;b0=bG.cssProps[b3]||(bG.cssProps[b3]=b(bZ,b3));b8=bG.cssHooks[b0]||bG.cssHooks[b3];if(b7!==aB){b6=typeof b7;if(b6==="string"&&(b5=S.exec(b7))){b7=(b5[1]+1)*b5[2]+parseFloat(bG.css(b1,b0));b6="number"}if(b7==null||b6==="number"&&isNaN(b7)){return}if(b6==="number"&&!bG.cssNumber[b3]){b7+="px"}if(!b8||!("set" in b8)||(b7=b8.set(b1,b7,b2))!==aB){try{bZ[b0]=b7}catch(b4){}}}else{if(b8&&"get" in b8&&(b5=b8.get(b1,false,b2))!==aB){return b5}return bZ[b0]}},css:function(b4,b2,b3,bZ){var b5,b1,e,b0=bG.camelCase(b2);b2=bG.cssProps[b0]||(bG.cssProps[b0]=b(b4.style,b0));e=bG.cssHooks[b2]||bG.cssHooks[b0];if(e&&"get" in e){b5=e.get(b4,true,bZ)}if(b5===aB){b5=F(b4,b2)}if(b5==="normal"&&b2 in bA){b5=bA[b2]}if(b3||bZ!==aB){b1=parseFloat(b5);return b3||bG.isNumeric(b1)?b1||0:b5}return b5},swap:function(b2,b1,b3){var b0,bZ,e={};for(bZ in b1){e[bZ]=b2.style[bZ];b2.style[bZ]=b1[bZ]}b0=b3.call(b2);for(bZ in b1){b2.style[bZ]=e[bZ]}return b0}});if(a2.getComputedStyle){F=function(b5,bZ){var e,b2,b1,b4,b3=getComputedStyle(b5,null),b0=b5.style;if(b3){e=b3[bZ];if(e===""&&!bG.contains(b5.ownerDocument.documentElement,b5)){e=bG.style(b5,bZ)}if(W.test(e)&&aZ.test(bZ)){b2=b0.width;b1=b0.minWidth;b4=b0.maxWidth;b0.minWidth=b0.maxWidth=b0.width=e;e=b3.width;b0.width=b2;b0.minWidth=b1;b0.maxWidth=b4}}return e}}else{if(o.documentElement.currentStyle){F=function(b2,b0){var b3,e,bZ=b2.currentStyle&&b2.currentStyle[b0],b1=b2.style;if(bZ==null&&b1&&b1[b0]){bZ=b1[b0]}if(W.test(bZ)&&!bk.test(b0)){b3=b1.left;e=b2.runtimeStyle&&b2.runtimeStyle.left;if(e){b2.runtimeStyle.left=b2.currentStyle.left}b1.left=b0==="fontSize"?"1em":bZ;bZ=b1.pixelLeft+"px";b1.left=b3;if(e){b2.runtimeStyle.left=e}}return bZ===""?"auto":bZ}}}function aG(e,b0,b1){var bZ=a8.exec(b0);return bZ?Math.max(0,bZ[1]-(b1||0))+(bZ[2]||"px"):b0}function at(b1,bZ,e,b3){var b0=e===(b3?"border":"content")?4:bZ==="width"?1:0,b2=0;for(;b0<4;b0+=2){if(e==="margin"){b2+=bG.css(b1,e+bQ[b0],true)}if(b3){if(e==="content"){b2-=parseFloat(F(b1,"padding"+bQ[b0]))||0}if(e!=="margin"){b2-=parseFloat(F(b1,"border"+bQ[b0]+"Width"))||0}}else{b2+=parseFloat(F(b1,"padding"+bQ[b0]))||0;if(e!=="padding"){b2+=parseFloat(F(b1,"border"+bQ[b0]+"Width"))||0}}}return b2}function v(b1,bZ,e){var b2=bZ==="width"?b1.offsetWidth:b1.offsetHeight,b0=true,b3=bG.support.boxSizing&&bG.css(b1,"boxSizing")==="border-box";if(b2<=0){b2=F(b1,bZ);if(b2<0||b2==null){b2=b1.style[bZ]}if(W.test(b2)){return b2}b0=b3&&(bG.support.boxSizingReliable||b2===b1.style[bZ]);b2=parseFloat(b2)||0}return(b2+at(b1,bZ,e||(b3?"border":"content"),b0))+"px"}function bC(b0){if(bh[b0]){return bh[b0]}var e=bG("<"+b0+">").appendTo(o.body),bZ=e.css("display");e.remove();if(bZ==="none"||bZ===""){az=o.body.appendChild(az||bG.extend(o.createElement("iframe"),{frameBorder:0,width:0,height:0}));if(!aW||!az.createElement){aW=(az.contentWindow||az.contentDocument).document;aW.write("");aW.close()}e=aW.body.appendChild(aW.createElement(b0));bZ=F(e,"display");o.body.removeChild(az)}bh[b0]=bZ;return bZ}bG.each(["height","width"],function(bZ,e){bG.cssHooks[e]={get:function(b2,b1,b0){if(b1){if(b2.offsetWidth!==0||F(b2,"display")!=="none"){return v(b2,e,b0)}else{return bG.swap(b2,a9,function(){return v(b2,e,b0)})}}},set:function(b1,b2,b0){return aG(b1,b2,b0?at(b1,e,b0,bG.support.boxSizing&&bG.css(b1,"boxSizing")==="border-box"):0)}}});if(!bG.support.opacity){bG.cssHooks.opacity={get:function(bZ,e){return aS.test((e&&bZ.currentStyle?bZ.currentStyle.filter:bZ.style.filter)||"")?(0.01*parseFloat(RegExp.$1))+"":e?"1":""},set:function(b2,b3){var b1=b2.style,bZ=b2.currentStyle,e=bG.isNumeric(b3)?"alpha(opacity="+b3*100+")":"",b0=bZ&&bZ.filter||b1.filter||"";b1.zoom=1;if(b3>=1&&bG.trim(b0.replace(be,""))===""&&b1.removeAttribute){b1.removeAttribute("filter");if(bZ&&!bZ.filter){return}}b1.filter=be.test(b0)?b0.replace(be,e):b0+" "+e}}}bG(function(){if(!bG.support.reliableMarginRight){bG.cssHooks.marginRight={get:function(bZ,e){return bG.swap(bZ,{display:"inline-block"},function(){if(e){return F(bZ,"marginRight")}})}}}if(!bG.support.pixelPosition&&bG.fn.position){bG.each(["top","left"],function(e,bZ){bG.cssHooks[bZ]={get:function(b2,b1){if(b1){var b0=F(b2,bZ);return W.test(b0)?bG(b2).position()[bZ]+"px":b0}}}})}});if(bG.expr&&bG.expr.filters){bG.expr.filters.hidden=function(e){return(e.offsetWidth===0&&e.offsetHeight===0)||(!bG.support.reliableHiddenOffsets&&((e.style&&e.style.display)||F(e,"display"))==="none")};bG.expr.filters.visible=function(e){return !bG.expr.filters.hidden(e)}}bG.each({margin:"",padding:"",border:"Width"},function(e,bZ){bG.cssHooks[e+bZ]={expand:function(b2){var b1,b3=typeof b2==="string"?b2.split(" "):[b2],b0={};for(b1=0;b1<4;b1++){b0[e+bQ[b1]+bZ]=b3[b1]||b3[b1-2]||b3[0]}return b0}};if(!aZ.test(e)){bG.cssHooks[e+bZ].set=aG}});var bs=/%20/g,aP=/\[\]$/,U=/\r?\n/g,bz=/^(?:color|date|datetime|datetime-local|email|hidden|month|number|password|range|search|tel|text|time|url|week)$/i,aD=/^(?:select|textarea)/i;bG.fn.extend({serialize:function(){return bG.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?bG.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||aD.test(this.nodeName)||bz.test(this.type))}).map(function(e,bZ){var b0=bG(this).val();return b0==null?null:bG.isArray(b0)?bG.map(b0,function(b2,b1){return{name:bZ.name,value:b2.replace(U,"\r\n")}}):{name:bZ.name,value:b0.replace(U,"\r\n")}}).get()}});bG.param=function(e,b0){var b1,bZ=[],b2=function(b3,b4){b4=bG.isFunction(b4)?b4():(b4==null?"":b4);bZ[bZ.length]=encodeURIComponent(b3)+"="+encodeURIComponent(b4)};if(b0===aB){b0=bG.ajaxSettings&&bG.ajaxSettings.traditional}if(bG.isArray(e)||(e.jquery&&!bG.isPlainObject(e))){bG.each(e,function(){b2(this.name,this.value)})}else{for(b1 in e){k(b1,e[b1],b0,b2)}}return bZ.join("&").replace(bs,"+")};function k(b0,b2,bZ,b1){var e;if(bG.isArray(b2)){bG.each(b2,function(b4,b3){if(bZ||aP.test(b0)){b1(b0,b3)}else{k(b0+"["+(typeof b3==="object"?b4:"")+"]",b3,bZ,b1)}})}else{if(!bZ&&bG.type(b2)==="object"){for(e in b2){k(b0+"["+e+"]",b2[e],bZ,b1)}}else{b1(b0,b2)}}}var Y,bX,an=/#.*$/,ad=/^(.*?):[ \t]*([^\r\n]*)\r?$/mg,C=/^(?:about|app|app\-storage|.+\-extension|file|res|widget):$/,s=/^(?:GET|HEAD)$/,aC=/^\/\//,bN=/\?/,g=/)<[^<]*)*<\/script>/gi,P=/([?&])_=[^&]*/,aT=/^([\w\+\.\-]+:)(?:\/\/([^\/?#:]*)(?::(\d+)|)|)/,bW=bG.fn.load,w={},a6={},aX=["*/"]+["*"];try{Y=aI.href}catch(bd){Y=o.createElement("a");Y.href="";Y=Y.href}bX=aT.exec(Y.toLowerCase())||[];function bI(e){return function(b2,b4){if(typeof b2!=="string"){b4=b2;b2="*"}var bZ,b5,b6,b1=b2.toLowerCase().split(aV),b0=0,b3=b1.length;if(bG.isFunction(b4)){for(;b0=0){e=b1.slice(b3,b1.length);b1=b1.slice(0,b3)}if(bG.isFunction(b4)){b5=b4;b4=aB}else{if(typeof b4==="object"){b2="POST"}}bG.ajax({url:b1,type:b2,dataType:"html",data:b4,complete:function(b7,b6){if(b5){bZ.each(b5,b0||[b7.responseText,b6,b7])}}}).done(function(b6){b0=arguments;bZ.html(e?bG("
").append(b6.replace(g,"")).find(e):b6)});return this};bG.each("ajaxStart ajaxStop ajaxComplete ajaxError ajaxSuccess ajaxSend".split(" "),function(e,bZ){bG.fn[bZ]=function(b0){return this.on(bZ,b0)}});bG.each(["get","post"],function(e,bZ){bG[bZ]=function(b0,b2,b3,b1){if(bG.isFunction(b2)){b1=b1||b3;b3=b2;b2=aB}return bG.ajax({type:bZ,url:b0,data:b2,success:b3,dataType:b1})}});bG.extend({getScript:function(e,bZ){return bG.get(e,aB,bZ,"script")},getJSON:function(e,bZ,b0){return bG.get(e,bZ,b0,"json")},ajaxSetup:function(bZ,e){if(e){u(bZ,bG.ajaxSettings)}else{e=bZ;bZ=bG.ajaxSettings}u(bZ,e);return bZ},ajaxSettings:{url:Y,isLocal:C.test(bX[1]),global:true,type:"GET",contentType:"application/x-www-form-urlencoded; charset=UTF-8",processData:true,async:true,accepts:{xml:"application/xml, text/xml",html:"text/html",text:"text/plain",json:"application/json, text/javascript","*":aX},contents:{xml:/xml/,html:/html/,json:/json/},responseFields:{xml:"responseXML",text:"responseText"},converters:{"* text":a2.String,"text html":true,"text json":bG.parseJSON,"text xml":bG.parseXML},flatOptions:{context:true,url:true}},ajaxPrefilter:bI(w),ajaxTransport:bI(a6),ajax:function(b4,b1){if(typeof b4==="object"){b1=b4;b4=aB}b1=b1||{};var b7,cl,b2,cg,b9,cd,b0,cf,b8=bG.ajaxSetup({},b1),cn=b8.context||b8,cb=cn!==b8&&(cn.nodeType||cn instanceof bG)?bG(cn):bG.event,cm=bG.Deferred(),ci=bG.Callbacks("once memory"),b5=b8.statusCode||{},cc={},cj={},b3=0,b6="canceled",ce={readyState:0,setRequestHeader:function(co,cp){if(!b3){var e=co.toLowerCase();co=cj[e]=cj[e]||co;cc[co]=cp}return this},getAllResponseHeaders:function(){return b3===2?cl:null},getResponseHeader:function(co){var e;if(b3===2){if(!b2){b2={};while((e=ad.exec(cl))){b2[e[1].toLowerCase()]=e[2]}}e=b2[co.toLowerCase()]}return e===aB?null:e},overrideMimeType:function(e){if(!b3){b8.mimeType=e}return this},abort:function(e){e=e||b6;if(cg){cg.abort(e)}ca(0,e);return this}};function ca(cs,co,ct,cq){var e,cw,cu,cr,cv,cp=co;if(b3===2){return}b3=2;if(b9){clearTimeout(b9)}cg=aB;cl=cq||"";ce.readyState=cs>0?4:0;if(ct){cr=h(b8,ce,ct)}if(cs>=200&&cs<300||cs===304){if(b8.ifModified){cv=ce.getResponseHeader("Last-Modified");if(cv){bG.lastModified[b7]=cv}cv=ce.getResponseHeader("Etag");if(cv){bG.etag[b7]=cv}}if(cs===304){cp="notmodified";e=true}else{e=ae(b8,cr);cp=e.state;cw=e.data;cu=e.error;e=!cu}}else{cu=cp;if(!cp||cs){cp="error";if(cs<0){cs=0}}}ce.status=cs;ce.statusText=""+(co||cp);if(e){cm.resolveWith(cn,[cw,cp,ce])}else{cm.rejectWith(cn,[ce,cp,cu])}ce.statusCode(b5);b5=aB;if(b0){cb.trigger("ajax"+(e?"Success":"Error"),[ce,b8,e?cw:cu])}ci.fireWith(cn,[ce,cp]);if(b0){cb.trigger("ajaxComplete",[ce,b8]);if(!(--bG.active)){bG.event.trigger("ajaxStop")}}}cm.promise(ce);ce.success=ce.done;ce.error=ce.fail;ce.complete=ci.add;ce.statusCode=function(co){if(co){var e;if(b3<2){for(e in co){b5[e]=[b5[e],co[e]]}}else{e=co[ce.status];ce.always(e)}}return this};b8.url=((b4||b8.url)+"").replace(an,"").replace(aC,bX[1]+"//");b8.dataTypes=bG.trim(b8.dataType||"*").toLowerCase().split(aV);if(b8.crossDomain==null){cd=aT.exec(b8.url.toLowerCase());b8.crossDomain=!!(cd&&(cd[1]!=bX[1]||cd[2]!=bX[2]||(cd[3]||(cd[1]==="http:"?80:443))!=(bX[3]||(bX[1]==="http:"?80:443))))}if(b8.data&&b8.processData&&typeof b8.data!=="string"){b8.data=bG.param(b8.data,b8.traditional)}r(w,b8,b1,ce);if(b3===2){return ce}b0=b8.global;b8.type=b8.type.toUpperCase();b8.hasContent=!s.test(b8.type);if(b0&&bG.active++===0){bG.event.trigger("ajaxStart")}if(!b8.hasContent){if(b8.data){b8.url+=(bN.test(b8.url)?"&":"?")+b8.data;delete b8.data}b7=b8.url;if(b8.cache===false){var bZ=bG.now(),ck=b8.url.replace(P,"$1_="+bZ);b8.url=ck+((ck===b8.url)?(bN.test(b8.url)?"&":"?")+"_="+bZ:"")}}if(b8.data&&b8.hasContent&&b8.contentType!==false||b1.contentType){ce.setRequestHeader("Content-Type",b8.contentType)}if(b8.ifModified){b7=b7||b8.url;if(bG.lastModified[b7]){ce.setRequestHeader("If-Modified-Since",bG.lastModified[b7])}if(bG.etag[b7]){ce.setRequestHeader("If-None-Match",bG.etag[b7])}}ce.setRequestHeader("Accept",b8.dataTypes[0]&&b8.accepts[b8.dataTypes[0]]?b8.accepts[b8.dataTypes[0]]+(b8.dataTypes[0]!=="*"?", "+aX+"; q=0.01":""):b8.accepts["*"]);for(cf in b8.headers){ce.setRequestHeader(cf,b8.headers[cf])}if(b8.beforeSend&&(b8.beforeSend.call(cn,ce,b8)===false||b3===2)){return ce.abort()}b6="abort";for(cf in {success:1,error:1,complete:1}){ce[cf](b8[cf])}cg=r(a6,b8,b1,ce);if(!cg){ca(-1,"No Transport")}else{ce.readyState=1;if(b0){cb.trigger("ajaxSend",[ce,b8])}if(b8.async&&b8.timeout>0){b9=setTimeout(function(){ce.abort("timeout")},b8.timeout)}try{b3=1;cg.send(cc,ca)}catch(ch){if(b3<2){ca(-1,ch)}else{throw ch}}}return ce},active:0,lastModified:{},etag:{}});function h(b7,b6,b3){var b2,b4,b1,e,bZ=b7.contents,b5=b7.dataTypes,b0=b7.responseFields;for(b4 in b0){if(b4 in b3){b6[b0[b4]]=b3[b4]}}while(b5[0]==="*"){b5.shift();if(b2===aB){b2=b7.mimeType||b6.getResponseHeader("content-type")}}if(b2){for(b4 in bZ){if(bZ[b4]&&bZ[b4].test(b2)){b5.unshift(b4);break}}}if(b5[0] in b3){b1=b5[0]}else{for(b4 in b3){if(!b5[0]||b7.converters[b4+" "+b5[0]]){b1=b4;break}if(!e){e=b4}}b1=b1||e}if(b1){if(b1!==b5[0]){b5.unshift(b1)}return b3[b1]}}function ae(b9,b1){var b7,bZ,b5,b3,b6=b9.dataTypes.slice(),b0=b6[0],b8={},b2=0;if(b9.dataFilter){b1=b9.dataFilter(b1,b9.dataType)}if(b6[1]){for(b7 in b9.converters){b8[b7.toLowerCase()]=b9.converters[b7]}}for(;(b5=b6[++b2]);){if(b5!=="*"){if(b0!=="*"&&b0!==b5){b7=b8[b0+" "+b5]||b8["* "+b5];if(!b7){for(bZ in b8){b3=bZ.split(" ");if(b3[1]===b5){b7=b8[b0+" "+b3[0]]||b8["* "+b3[0]];if(b7){if(b7===true){b7=b8[bZ]}else{if(b8[bZ]!==true){b5=b3[0];b6.splice(b2--,0,b5)}}break}}}}if(b7!==true){if(b7&&b9["throws"]){b1=b7(b1)}else{try{b1=b7(b1)}catch(b4){return{state:"parsererror",error:b7?b4:"No conversion from "+b0+" to "+b5}}}}}b0=b5}}return{state:"success",data:b1}}var bp=[],aw=/\?/,a5=/(=)\?(?=&|$)|\?\?/,bl=bG.now();bG.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var e=bp.pop()||(bG.expando+"_"+(bl++));this[e]=true;return e}});bG.ajaxPrefilter("json jsonp",function(b8,b3,b7){var b6,e,b5,b1=b8.data,bZ=b8.url,b0=b8.jsonp!==false,b4=b0&&a5.test(bZ),b2=b0&&!b4&&typeof b1==="string"&&!(b8.contentType||"").indexOf("application/x-www-form-urlencoded")&&a5.test(b1);if(b8.dataTypes[0]==="jsonp"||b4||b2){b6=b8.jsonpCallback=bG.isFunction(b8.jsonpCallback)?b8.jsonpCallback():b8.jsonpCallback;e=a2[b6];if(b4){b8.url=bZ.replace(a5,"$1"+b6)}else{if(b2){b8.data=b1.replace(a5,"$1"+b6)}else{if(b0){b8.url+=(aw.test(bZ)?"&":"?")+b8.jsonp+"="+b6}}}b8.converters["script json"]=function(){if(!b5){bG.error(b6+" was not called")}return b5[0]};b8.dataTypes[0]="json";a2[b6]=function(){b5=arguments};b7.always(function(){a2[b6]=e;if(b8[b6]){b8.jsonpCallback=b3.jsonpCallback;bp.push(b6)}if(b5&&bG.isFunction(e)){e(b5[0])}b5=e=aB});return"script"}});bG.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/javascript|ecmascript/},converters:{"text script":function(e){bG.globalEval(e);return e}}});bG.ajaxPrefilter("script",function(e){if(e.cache===aB){e.cache=false}if(e.crossDomain){e.type="GET";e.global=false}});bG.ajaxTransport("script",function(b0){if(b0.crossDomain){var e,bZ=o.head||o.getElementsByTagName("head")[0]||o.documentElement;return{send:function(b1,b2){e=o.createElement("script");e.async="async";if(b0.scriptCharset){e.charset=b0.scriptCharset}e.src=b0.url;e.onload=e.onreadystatechange=function(b4,b3){if(b3||!e.readyState||/loaded|complete/.test(e.readyState)){e.onload=e.onreadystatechange=null;if(bZ&&e.parentNode){bZ.removeChild(e)}e=aB;if(!b3){b2(200,"success")}}};bZ.insertBefore(e,bZ.firstChild)},abort:function(){if(e){e.onload(0,1)}}}}});var ah,aO=a2.ActiveXObject?function(){for(var e in ah){ah[e](0,1)}}:false,au=0;function bB(){try{return new a2.XMLHttpRequest()}catch(bZ){}}function bb(){try{return new a2.ActiveXObject("Microsoft.XMLHTTP")}catch(bZ){}}bG.ajaxSettings.xhr=a2.ActiveXObject?function(){return !this.isLocal&&bB()||bb()}:bB;(function(e){bG.extend(bG.support,{ajax:!!e,cors:!!e&&("withCredentials" in e)})})(bG.ajaxSettings.xhr());if(bG.support.ajax){bG.ajaxTransport(function(e){if(!e.crossDomain||bG.support.cors){var bZ;return{send:function(b5,b0){var b3,b2,b4=e.xhr();if(e.username){b4.open(e.type,e.url,e.async,e.username,e.password)}else{b4.open(e.type,e.url,e.async)}if(e.xhrFields){for(b2 in e.xhrFields){b4[b2]=e.xhrFields[b2]}}if(e.mimeType&&b4.overrideMimeType){b4.overrideMimeType(e.mimeType)}if(!e.crossDomain&&!b5["X-Requested-With"]){b5["X-Requested-With"]="XMLHttpRequest"}try{for(b2 in b5){b4.setRequestHeader(b2,b5[b2])}}catch(b1){}b4.send((e.hasContent&&e.data)||null);bZ=function(ce,b8){var b9,b7,b6,cc,cb;try{if(bZ&&(b8||b4.readyState===4)){bZ=aB;if(b3){b4.onreadystatechange=bG.noop;if(aO){delete ah[b3]}}if(b8){if(b4.readyState!==4){b4.abort()}}else{b9=b4.status;b6=b4.getAllResponseHeaders();cc={};cb=b4.responseXML;if(cb&&cb.documentElement){cc.xml=cb}try{cc.text=b4.responseText}catch(ce){}try{b7=b4.statusText}catch(cd){b7=""}if(!b9&&e.isLocal&&!e.crossDomain){b9=cc.text?200:404}else{if(b9===1223){b9=204}}}}}catch(ca){if(!b8){b0(-1,ca)}}if(cc){b0(b9,b7,cc,b6)}};if(!e.async){bZ()}else{if(b4.readyState===4){setTimeout(bZ,0)}else{b3=++au;if(aO){if(!ah){ah={};bG(a2).unload(aO)}ah[b3]=bZ}b4.onreadystatechange=bZ}}},abort:function(){if(bZ){bZ(0,1)}}}}})}var L,ab,bO=/^(?:toggle|show|hide)$/,bH=new RegExp("^(?:([-+])=|)("+bx+")([a-z%]*)$","i"),bM=/queueHooks$/,ax=[i],a1={"*":[function(bZ,b5){var b2,b6,e,b7=this.createTween(bZ,b5),b3=bH.exec(b5),b4=b7.cur(),b0=+b4||0,b1=1;if(b3){b2=+b3[2];b6=b3[3]||(bG.cssNumber[bZ]?"":"px");if(b6!=="px"&&b0){b0=bG.css(b7.elem,bZ,true)||b2||1;do{e=b1=b1||".5";b0=b0/b1;bG.style(b7.elem,bZ,b0+b6);b1=b7.cur()/b4}while(b1!==1&&b1!==e)}b7.unit=b6;b7.start=b0;b7.end=b3[1]?b0+(b3[1]+1)*b2:b2}return b7}]};function bj(){setTimeout(function(){L=aB},0);return(L=bG.now())}function bc(bZ,e){bG.each(e,function(b4,b2){var b3=(a1[b4]||[]).concat(a1["*"]),b0=0,b1=b3.length;for(;b0-1,b7={},b6={},b0,b2;if(b9){b6=b3.position();b0=b6.top;b2=b6.left}else{b0=parseFloat(e)||0;b2=parseFloat(b8)||0}if(bG.isFunction(ca)){ca=ca.call(b1,b4,bZ)}if(ca.top!=null){b7.top=(ca.top-bZ.top)+b0}if(ca.left!=null){b7.left=(ca.left-bZ.left)+b2}if("using" in ca){ca.using.call(b1,b7)}else{b3.css(b7)}}};bG.fn.extend({position:function(){if(!this[0]){return}var b0=this[0],bZ=this.offsetParent(),b1=this.offset(),e=bm.test(bZ[0].nodeName)?{top:0,left:0}:bZ.offset();b1.top-=parseFloat(bG.css(b0,"marginTop"))||0;b1.left-=parseFloat(bG.css(b0,"marginLeft"))||0;e.top+=parseFloat(bG.css(bZ[0],"borderTopWidth"))||0;e.left+=parseFloat(bG.css(bZ[0],"borderLeftWidth"))||0;return{top:b1.top-e.top,left:b1.left-e.left}},offsetParent:function(){return this.map(function(){var e=this.offsetParent||o.body;while(e&&(!bm.test(e.nodeName)&&bG.css(e,"position")==="static")){e=e.offsetParent}return e||o.body})}});bG.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(b0,bZ){var e=/Y/.test(bZ);bG.fn[b0]=function(b1){return bG.access(this,function(b2,b5,b4){var b3=bn(b2);if(b4===aB){return b3?(bZ in b3)?b3[bZ]:b3.document.documentElement[b5]:b2[b5]}if(b3){b3.scrollTo(!e?b4:bG(b3).scrollLeft(),e?b4:bG(b3).scrollTop())}else{b2[b5]=b4}},b0,b1,arguments.length,null)}});function bn(e){return bG.isWindow(e)?e:e.nodeType===9?e.defaultView||e.parentWindow:false}bG.each({Height:"height",Width:"width"},function(e,bZ){bG.each({padding:"inner"+e,content:bZ,"":"outer"+e},function(b0,b1){bG.fn[b1]=function(b5,b4){var b3=arguments.length&&(b0||typeof b5!=="boolean"),b2=b0||(b5===true||b4===true?"margin":"border");return bG.access(this,function(b7,b6,b8){var b9;if(bG.isWindow(b7)){return b7.document.documentElement["client"+e]}if(b7.nodeType===9){b9=b7.documentElement;return Math.max(b7.body["scroll"+e],b9["scroll"+e],b7.body["offset"+e],b9["offset"+e],b9["client"+e])}return b8===aB?bG.css(b7,b6,b8,b2):bG.style(b7,b6,b8,b2)},bZ,b3?b5:aB,b3)}})});a2.jQuery=a2.$=bG;if(typeof define==="function"&&define.amd&&define.amd.jQuery){define("jquery",[],function(){return bG})}})(window);!function(a){a(function(){a.support.transition=(function(){var b=(function(){var e=document.createElement("bootstrap"),d={WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend",OTransition:"oTransitionEnd otransitionend",transition:"transitionend"},c;for(c in d){if(e.style[c]!==undefined){return d[c]}}}());return b&&{end:b}})()})}(window.jQuery);!function(c){var b='[data-dismiss="alert"]',a=function(d){c(d).on("click",b,this.close)};a.prototype.close=function(i){var h=c(this),f=h.attr("data-target"),g;if(!f){f=h.attr("href");f=f&&f.replace(/.*(?=#[^\s]*$)/,"")}g=c(f);i&&i.preventDefault();g.length||(g=h.hasClass("alert")?h:h.parent());g.trigger(i=c.Event("close"));if(i.isDefaultPrevented()){return}g.removeClass("in");function d(){g.trigger("closed").remove()}c.support.transition&&g.hasClass("fade")?g.on(c.support.transition.end,d):d()};c.fn.alert=function(d){return this.each(function(){var f=c(this),e=f.data("alert");if(!e){f.data("alert",(e=new a(this)))}if(typeof d=="string"){e[d].call(f)}})};c.fn.alert.Constructor=a;c(function(){c("body").on("click.alert.data-api",b,a.prototype.close)})}(window.jQuery);!function(b){var a=function(d,c){this.$element=b(d);this.options=b.extend({},b.fn.button.defaults,c)};a.prototype.setState=function(f){var h="disabled",c=this.$element,e=c.data(),g=c.is("input")?"val":"html";f=f+"Text";e.resetText||c.data("resetText",c[g]());c[g](e[f]||this.options[f]);setTimeout(function(){f=="loadingText"?c.addClass(h).attr(h,h):c.removeClass(h).removeAttr(h)},0)};a.prototype.toggle=function(){var c=this.$element.parent('[data-toggle="buttons-radio"]');c&&c.find(".active").removeClass("active");this.$element.toggleClass("active")};b.fn.button=function(c){return this.each(function(){var f=b(this),e=f.data("button"),d=typeof c=="object"&&c;if(!e){f.data("button",(e=new a(this,d)))}if(c=="toggle"){e.toggle()}else{if(c){e.setState(c)}}})};b.fn.button.defaults={loadingText:"loading..."};b.fn.button.Constructor=a;b(function(){b("body").on("click.button.data-api","[data-toggle^=button]",function(d){var c=b(d.target);if(!c.hasClass("btn")){c=c.closest(".btn")}c.button("toggle")})})}(window.jQuery);!function(a){var b=function(d,c){this.$element=a(d);this.options=c;this.options.slide&&this.slide(this.options.slide);this.options.pause=="hover"&&this.$element.on("mouseenter",a.proxy(this.pause,this)).on("mouseleave",a.proxy(this.cycle,this))};b.prototype={cycle:function(c){if(!c){this.paused=false}this.options.interval&&!this.paused&&(this.interval=setInterval(a.proxy(this.next,this),this.options.interval));return this},to:function(g){var c=this.$element.find(".item.active"),d=c.parent().children(),e=d.index(c),f=this;if(g>(d.length-1)||g<0){return}if(this.sliding){return this.$element.one("slid",function(){f.to(g)})}if(e==g){return this.pause().cycle()}return this.slide(g>e?"next":"prev",a(d[g]))},pause:function(c){if(!c){this.paused=true}if(this.$element.find(".next, .prev").length&&a.support.transition.end){this.$element.trigger(a.support.transition.end);this.cycle()}clearInterval(this.interval);this.interval=null;return this},next:function(){if(this.sliding){return}return this.slide("next")},prev:function(){if(this.sliding){return}return this.slide("prev")},slide:function(j,d){var l=this.$element.find(".item.active"),c=d||l[j](),i=this.interval,k=j=="next"?"left":"right",f=j=="next"?"first":"last",g=this,h=a.Event("slide",{relatedTarget:c[0]});this.sliding=true;i&&this.pause();c=c.length?c:this.$element.find(".item")[f]();if(c.hasClass("active")){return}if(a.support.transition&&this.$element.hasClass("slide")){this.$element.trigger(h);if(h.isDefaultPrevented()){return}c.addClass(j);c[0].offsetWidth;l.addClass(k);c.addClass(k);this.$element.one(a.support.transition.end,function(){c.removeClass([j,k].join(" ")).addClass("active");l.removeClass(["active",k].join(" "));g.sliding=false;setTimeout(function(){g.$element.trigger("slid")},0)})}else{this.$element.trigger(h);if(h.isDefaultPrevented()){return}l.removeClass("active");c.addClass("active");this.sliding=false;this.$element.trigger("slid")}i&&this.cycle();return this}};a.fn.carousel=function(c){return this.each(function(){var g=a(this),f=g.data("carousel"),d=a.extend({},a.fn.carousel.defaults,typeof c=="object"&&c),e=typeof c=="string"?c:d.slide;if(!f){g.data("carousel",(f=new b(this,d)))}if(typeof c=="number"){f.to(c)}else{if(e){f[e]()}else{if(d.interval){f.cycle()}}}})};a.fn.carousel.defaults={interval:5000,pause:"hover"};a.fn.carousel.Constructor=b;a(function(){a("body").on("click.carousel.data-api","[data-slide]",function(h){var g=a(this),d,c=a(g.attr("data-target")||(d=g.attr("href"))&&d.replace(/.*(?=#[^\s]+$)/,"")),f=!c.data("modal")&&a.extend({},c.data(),g.data());c.carousel(f);h.preventDefault()})})}(window.jQuery);!function(a){var b=function(d,c){this.$element=a(d);this.options=a.extend({},a.fn.collapse.defaults,c);if(this.options.parent){this.$parent=a(this.options.parent)}this.options.toggle&&this.toggle()};b.prototype={constructor:b,dimension:function(){var c=this.$element.hasClass("width");return c?"width":"height"},show:function(){var f,c,e,d;if(this.transitioning){return}f=this.dimension();c=a.camelCase(["scroll",f].join("-"));e=this.$parent&&this.$parent.find("> .accordion-group > .in");if(e&&e.length){d=e.data("collapse");if(d&&d.transitioning){return}e.collapse("hide");d||e.data("collapse",null)}this.$element[f](0);this.transition("addClass",a.Event("show"),"shown");a.support.transition&&this.$element[f](this.$element[0][c])},hide:function(){var c;if(this.transitioning){return}c=this.dimension();this.reset(this.$element[c]());this.transition("removeClass",a.Event("hide"),"hidden");this.$element[c](0)},reset:function(c){var d=this.dimension();this.$element.removeClass("collapse")[d](c||"auto")[0].offsetWidth;this.$element[c!==null?"addClass":"removeClass"]("collapse");return this},transition:function(g,d,e){var f=this,c=function(){if(d.type=="show"){f.reset()}f.transitioning=0;f.$element.trigger(e)};this.$element.trigger(d);if(d.isDefaultPrevented()){return}this.transitioning=1;this.$element[g]("in");a.support.transition&&this.$element.hasClass("collapse")?this.$element.one(a.support.transition.end,c):c()},toggle:function(){this[this.$element.hasClass("in")?"hide":"show"]()}};a.fn.collapse=function(c){return this.each(function(){var f=a(this),e=f.data("collapse"),d=typeof c=="object"&&c;if(!e){f.data("collapse",(e=new b(this,d)))}if(typeof c=="string"){e[c]()}})};a.fn.collapse.defaults={toggle:true};a.fn.collapse.Constructor=b;a(function(){a("body").on("click.collapse.data-api","[data-toggle=collapse]",function(h){var g=a(this),c,f=g.attr("data-target")||h.preventDefault()||(c=g.attr("href"))&&c.replace(/.*(?=#[^\s]+$)/,""),d=a(f).data("collapse")?"toggle":g.data();g[a(f).hasClass("in")?"addClass":"removeClass"]("collapsed");a(f).collapse(d)})})}(window.jQuery);!function(e){var b="[data-toggle=dropdown]",a=function(g){var f=e(g).on("click.dropdown.data-api",this.toggle);e("html").on("click.dropdown.data-api",function(){f.parent().removeClass("open")})};a.prototype={constructor:a,toggle:function(i){var h=e(this),g,f;if(h.is(".disabled, :disabled")){return}g=d(h);f=g.hasClass("open");c();if(!f){g.toggleClass("open");h.focus()}return false},keydown:function(k){var j,l,f,i,h,g;if(!/(38|40|27)/.test(k.keyCode)){return}j=e(this);k.preventDefault();k.stopPropagation();if(j.is(".disabled, :disabled")){return}i=d(j);h=i.hasClass("open");if(!h||(h&&k.keyCode==27)){return j.click()}l=e("[role=menu] li:not(.divider) a",i);if(!l.length){return}g=l.index(l.filter(":focus"));if(k.keyCode==38&&g>0){g--}if(k.keyCode==40&&g').appendTo(document.body);if(this.options.backdrop!="static"){this.$backdrop.click(b.proxy(this.hide,this))}if(c){this.$backdrop[0].offsetWidth}this.$backdrop.addClass("in");c?this.$backdrop.one(b.support.transition.end,f):f()}else{if(!this.isShown&&this.$backdrop){this.$backdrop.removeClass("in");b.support.transition&&this.$element.hasClass("fade")?this.$backdrop.one(b.support.transition.end,b.proxy(this.removeBackdrop,this)):this.removeBackdrop()}else{if(f){f()}}}}};b.fn.modal=function(c){return this.each(function(){var f=b(this),e=f.data("modal"),d=b.extend({},b.fn.modal.defaults,f.data(),typeof c=="object"&&c);if(!e){f.data("modal",(e=new a(this,d)))}if(typeof c=="string"){e[c]()}else{if(d.show){e.show()}}})};b.fn.modal.defaults={backdrop:true,keyboard:true,show:true};b.fn.modal.Constructor=a;b(function(){b("body").on("click.modal.data-api",'[data-toggle="modal"]',function(h){var g=b(this),d=g.attr("href"),c=b(g.attr("data-target")||(d&&d.replace(/.*(?=#[^\s]+$)/,""))),f=c.data("modal")?"toggle":b.extend({remote:!/#/.test(d)&&d},c.data(),g.data());h.preventDefault();c.modal(f).one("hide",function(){g.focus()})})})}(window.jQuery);!function(b){var a=function(d,c){this.init("tooltip",d,c)};a.prototype={constructor:a,init:function(f,e,d){var g,c;this.type=f;this.$element=b(e);this.options=this.getOptions(d);this.enabled=true;if(this.options.trigger=="click"){this.$element.on("click."+this.type,this.options.selector,b.proxy(this.toggle,this))}else{if(this.options.trigger!="manual"){g=this.options.trigger=="hover"?"mouseenter":"focus";c=this.options.trigger=="hover"?"mouseleave":"blur";this.$element.on(g+"."+this.type,this.options.selector,b.proxy(this.enter,this));this.$element.on(c+"."+this.type,this.options.selector,b.proxy(this.leave,this))}}this.options.selector?(this._options=b.extend({},this.options,{trigger:"manual",selector:""})):this.fixTitle()},getOptions:function(c){c=b.extend({},b.fn[this.type].defaults,c,this.$element.data());if(c.delay&&typeof c.delay=="number"){c.delay={show:c.delay,hide:c.delay}}return c},enter:function(d){var c=b(d.currentTarget)[this.type](this._options).data(this.type);if(!c.options.delay||!c.options.delay.show){return c.show()}clearTimeout(this.timeout);c.hoverState="in";this.timeout=setTimeout(function(){if(c.hoverState=="in"){c.show()}},c.options.delay.show)},leave:function(d){var c=b(d.currentTarget)[this.type](this._options).data(this.type);if(this.timeout){clearTimeout(this.timeout)}if(!c.options.delay||!c.options.delay.hide){return c.hide()}c.hoverState="out";this.timeout=setTimeout(function(){if(c.hoverState=="out"){c.hide()}},c.options.delay.hide)},show:function(){var g,c,i,e,h,d,f;if(this.hasContent()&&this.enabled){g=this.tip();this.setContent();if(this.options.animation){g.addClass("fade")}d=typeof this.options.placement=="function"?this.options.placement.call(this,g[0],this.$element[0]):this.options.placement;c=/in/.test(d);g.remove().css({top:0,left:0,display:"block"}).appendTo(c?this.$element:document.body);i=this.getPosition(c);e=g[0].offsetWidth;h=g[0].offsetHeight;switch(c?d.split(" ")[1]:d){case"bottom":f={top:i.top+i.height,left:i.left+i.width/2-e/2};break;case"top":f={top:i.top-h,left:i.left+i.width/2-e/2};break;case"left":f={top:i.top+i.height/2-h/2,left:i.left-e};break;case"right":f={top:i.top+i.height/2-h/2,left:i.left+i.width};break}g.css(f).addClass(d).addClass("in")}},setContent:function(){var d=this.tip(),c=this.getTitle();d.find(".tooltip-inner")[this.options.html?"html":"text"](c);d.removeClass("fade in top bottom left right")},hide:function(){var c=this,d=this.tip();d.removeClass("in");function e(){var f=setTimeout(function(){d.off(b.support.transition.end).remove()},500);d.one(b.support.transition.end,function(){clearTimeout(f);d.remove()})}b.support.transition&&this.$tip.hasClass("fade")?e():d.remove();return this},fixTitle:function(){var c=this.$element;if(c.attr("title")||typeof(c.attr("data-original-title"))!="string"){c.attr("data-original-title",c.attr("title")||"").removeAttr("title")}},hasContent:function(){return this.getTitle()},getPosition:function(c){return b.extend({},(c?{top:0,left:0}:this.$element.offset()),{width:this.$element[0].offsetWidth,height:this.$element[0].offsetHeight})},getTitle:function(){var e,c=this.$element,d=this.options;e=c.attr("data-original-title")||(typeof d.title=="function"?d.title.call(c[0]):d.title);return e},tip:function(){return this.$tip=this.$tip||b(this.options.template)},validate:function(){if(!this.$element[0].parentNode){this.hide();this.$element=null;this.options=null}},enable:function(){this.enabled=true},disable:function(){this.enabled=false},toggleEnabled:function(){this.enabled=!this.enabled},toggle:function(){this[this.tip().hasClass("in")?"hide":"show"]()},destroy:function(){this.hide().$element.off("."+this.type).removeData(this.type)}};b.fn.tooltip=function(c){return this.each(function(){var f=b(this),e=f.data("tooltip"),d=typeof c=="object"&&c;if(!e){f.data("tooltip",(e=new a(this,d)))}if(typeof c=="string"){e[c]()}})};b.fn.tooltip.Constructor=a;b.fn.tooltip.defaults={animation:true,placement:"top",selector:false,template:'
',trigger:"hover",title:"",delay:0,html:true}}(window.jQuery);!function(b){var a=function(d,c){this.init("popover",d,c)};a.prototype=b.extend({},b.fn.tooltip.Constructor.prototype,{constructor:a,setContent:function(){var e=this.tip(),d=this.getTitle(),c=this.getContent();e.find(".popover-title")[this.options.html?"html":"text"](d);e.find(".popover-content > *")[this.options.html?"html":"text"](c);e.removeClass("fade top bottom left right in")},hasContent:function(){return this.getTitle()||this.getContent()},getContent:function(){var d,c=this.$element,e=this.options;d=c.attr("data-content")||(typeof e.content=="function"?e.content.call(c[0]):e.content);return d},tip:function(){if(!this.$tip){this.$tip=b(this.options.template)}return this.$tip},destroy:function(){this.hide().$element.off("."+this.type).removeData(this.type)}});b.fn.popover=function(c){return this.each(function(){var f=b(this),e=f.data("popover"),d=typeof c=="object"&&c;if(!e){f.data("popover",(e=new a(this,d)))}if(typeof c=="string"){e[c]()}})};b.fn.popover.Constructor=a;b.fn.popover.defaults=b.extend({},b.fn.tooltip.defaults,{placement:"right",trigger:"click",content:"",template:'

'})}(window.jQuery);!function(b){function a(f,e){var g=b.proxy(this.process,this),c=b(f).is("body")?b(window):b(f),d;this.options=b.extend({},b.fn.scrollspy.defaults,e);this.$scrollElement=c.on("scroll.scroll-spy.data-api",g);this.selector=(this.options.target||((d=b(f).attr("href"))&&d.replace(/.*(?=#[^\s]+$)/,""))||"")+" .nav li > a";this.$body=b("body");this.refresh();this.process()}a.prototype={constructor:a,refresh:function(){var c=this,d;this.offsets=b([]);this.targets=b([]);d=this.$body.find(this.selector).map(function(){var f=b(this),e=f.data("target")||f.attr("href"),g=/^#\w/.test(e)&&b(e);return(g&&g.length&&[[g.position().top,e]])||null}).sort(function(f,e){return f[0]-e[0]}).each(function(){c.offsets.push(this[0]);c.targets.push(this[1])})},process:function(){var h=this.$scrollElement.scrollTop()+this.options.offset,e=this.$scrollElement[0].scrollHeight||this.$body[0].scrollHeight,g=e-this.$scrollElement.height(),f=this.offsets,c=this.targets,j=this.activeTarget,d;if(h>=g){return j!=(d=c.last()[0])&&this.activate(d)}for(d=f.length;d--;){j!=c[d]&&h>=f[d]&&(!f[d+1]||h<=f[d+1])&&this.activate(c[d])}},activate:function(e){var d,c;this.activeTarget=e;b(this.selector).parent(".active").removeClass("active");c=this.selector+'[data-target="'+e+'"],'+this.selector+'[href="'+e+'"]';d=b(c).parent("li").addClass("active");if(d.parent(".dropdown-menu").length){d=d.closest("li.dropdown").addClass("active")}d.trigger("activate")}};b.fn.scrollspy=function(c){return this.each(function(){var f=b(this),e=f.data("scrollspy"),d=typeof c=="object"&&c;if(!e){f.data("scrollspy",(e=new a(this,d)))}if(typeof c=="string"){e[c]()}})};b.fn.scrollspy.Constructor=a;b.fn.scrollspy.defaults={offset:10};b(window).on("load",function(){b('[data-spy="scroll"]').each(function(){var c=b(this);c.scrollspy(c.data())})})}(window.jQuery);!function(b){var a=function(c){this.element=b(c)};a.prototype={constructor:a,show:function(){var i=this.element,f=i.closest("ul:not(.dropdown-menu)"),d=i.attr("data-target"),g,c,h;if(!d){d=i.attr("href");d=d&&d.replace(/.*(?=#[^\s]*$)/,"")}if(i.parent("li").hasClass("active")){return}g=f.find(".active a").last()[0];h=b.Event("show",{relatedTarget:g});i.trigger(h);if(h.isDefaultPrevented()){return}c=b(d);this.activate(i.parent("li"),f);this.activate(c,c.parent(),function(){i.trigger({type:"shown",relatedTarget:g})})},activate:function(e,d,h){var c=d.find("> .active"),g=h&&b.support.transition&&c.hasClass("fade");function f(){c.removeClass("active").find("> .dropdown-menu > .active").removeClass("active");e.addClass("active");if(g){e[0].offsetWidth;e.addClass("in")}else{e.removeClass("fade")}if(e.parent(".dropdown-menu")){e.closest("li.dropdown").addClass("active")}h&&h()}g?c.one(b.support.transition.end,f):f();c.removeClass("in")}};b.fn.tab=function(c){return this.each(function(){var e=b(this),d=e.data("tab");if(!d){e.data("tab",(d=new a(this)))}if(typeof c=="string"){d[c]()}})};b.fn.tab.Constructor=a;b(function(){b("body").on("click.tab.data-api",'[data-toggle="tab"], [data-toggle="pill"]',function(c){c.preventDefault();b(this).tab("show")})})}(window.jQuery);!function(a){var b=function(d,c){this.$element=a(d);this.options=a.extend({},a.fn.typeahead.defaults,c);this.matcher=this.options.matcher||this.matcher;this.sorter=this.options.sorter||this.sorter;this.highlighter=this.options.highlighter||this.highlighter;this.updater=this.options.updater||this.updater;this.$menu=a(this.options.menu).appendTo("body");this.source=this.options.source;this.shown=false;this.listen()};b.prototype={constructor:b,select:function(){var c=this.$menu.find(".active").attr("data-value");this.$element.val(this.updater(c)).change();return this.hide()},updater:function(c){return c},show:function(){var c=a.extend({},this.$element.offset(),{height:this.$element[0].offsetHeight});this.$menu.css({top:c.top+c.height,left:c.left});this.$menu.show();this.shown=true;return this},hide:function(){this.$menu.hide();this.shown=false;return this},lookup:function(d){var c;this.query=this.$element.val();if(!this.query||this.query.length"+f+""})},render:function(c){var d=this;c=a(c).map(function(e,f){e=a(d.options.item).attr("data-value",f);e.find("a").html(d.highlighter(f));return e[0]});c.first().addClass("active");this.$menu.html(c);return this},next:function(d){var e=this.$menu.find(".active").removeClass("active"),c=e.next();if(!c.length){c=a(this.$menu.find("li")[0])}c.addClass("active")},prev:function(d){var e=this.$menu.find(".active").removeClass("active"),c=e.prev();if(!c.length){c=this.$menu.find("li").last()}c.addClass("active")},listen:function(){this.$element.on("blur",a.proxy(this.blur,this)).on("keypress",a.proxy(this.keypress,this)).on("keyup",a.proxy(this.keyup,this));if(a.browser.webkit||a.browser.msie){this.$element.on("keydown",a.proxy(this.keydown,this))}this.$menu.on("click",a.proxy(this.click,this)).on("mouseenter","li",a.proxy(this.mouseenter,this))},move:function(c){if(!this.shown){return}switch(c.keyCode){case 9:case 13:case 27:c.preventDefault();break;case 38:c.preventDefault();this.prev();break;case 40:c.preventDefault();this.next();break}c.stopPropagation()},keydown:function(c){this.suppressKeyPressRepeat=!~a.inArray(c.keyCode,[40,38,9,13,27]);this.move(c)},keypress:function(c){if(this.suppressKeyPressRepeat){return}this.move(c)},keyup:function(c){switch(c.keyCode){case 40:case 38:break;case 9:case 13:if(!this.shown){return}this.select();break;case 27:if(!this.shown){return}this.hide();break;default:this.lookup()}c.stopPropagation();c.preventDefault()},blur:function(d){var c=this;setTimeout(function(){c.hide()},150)},click:function(c){c.stopPropagation();c.preventDefault();this.select()},mouseenter:function(c){this.$menu.find(".active").removeClass("active");a(c.currentTarget).addClass("active")}};a.fn.typeahead=function(c){return this.each(function(){var f=a(this),e=f.data("typeahead"),d=typeof c=="object"&&c;if(!e){f.data("typeahead",(e=new b(this,d)))}if(typeof c=="string"){e[c]()}})};a.fn.typeahead.defaults={source:[],items:8,menu:'',item:'
  • ',minLength:1};a.fn.typeahead.Constructor=b;a(function(){a("body").on("focus.typeahead.data-api",'[data-provide="typeahead"]',function(d){var c=a(this);if(c.data("typeahead")){return}d.preventDefault();c.typeahead(c.data())})})}(window.jQuery);!function(b){var a=function(d,c){this.options=b.extend({},b.fn.affix.defaults,c);this.$window=b(window).on("scroll.affix.data-api",b.proxy(this.checkPosition,this));this.$element=b(d);this.checkPosition()};a.prototype.checkPosition=function(){if(!this.$element.is(":visible")){return}var g=b(document).height(),i=this.$window.scrollTop(),c=this.$element.offset(),j=this.options.offset,e=j.bottom,f=j.top,h="affix affix-top affix-bottom",d;if(typeof j!="object"){e=f=j}if(typeof f=="function"){f=j.top()}if(typeof e=="function"){e=j.bottom()}d=this.unpin!=null&&(i+this.unpin<=c.top)?false:e!=null&&(c.top+this.$element.height()>=g-e)?"bottom":f!=null&&i<=f?"top":false;if(this.affixed===d){return}this.affixed=d;this.unpin=d=="bottom"?c.top-i:null;this.$element.removeClass(h).addClass("affix"+(d?"-"+d:""))};b.fn.affix=function(c){return this.each(function(){var f=b(this),e=f.data("affix"),d=typeof c=="object"&&c;if(!e){f.data("affix",(e=new a(this,d)))}if(typeof c=="string"){e[c]()}})};b.fn.affix.Constructor=a;b.fn.affix.defaults={offset:0};b(window).on("load",function(){b('[data-spy="affix"]').each(function(){var d=b(this),c=d.data();c.offset=c.offset||{};c.offsetBottom&&(c.offset.bottom=c.offsetBottom);c.offsetTop&&(c.offset.top=c.offsetTop);d.affix(c)})})}(window.jQuery);var q=null;window.PR_SHOULD_USE_CONTINUATION=!0;(function(){function d(F){function w(J){var K=J.charCodeAt(0);if(K!==92){return K}var I=J.charAt(1);return(K=k[I])?K:"0"<=I&&I<="7"?parseInt(J.substring(1),8):I==="u"||I==="x"?parseInt(J.substring(2),16):J.charCodeAt(1)}function C(I){if(I<32){return(I<16?"\\x0":"\\x")+I.toString(16)}I=String.fromCharCode(I);if(I==="\\"||I==="-"||I==="["||I==="]"){I="\\"+I}return I}function A(J){for(var M=J.substring(1,J.length-1).match(/\\u[\dA-Fa-f]{4}|\\x[\dA-Fa-f]{2}|\\[0-3][0-7]{0,2}|\\[0-7]{1,2}|\\[\S\s]|[^\\]/g),J=[],I=[],O=M[0]==="^",P=O?1:0,L=M.length;P122||(N<65||K>90||I.push([Math.max(65,K)|32,Math.min(N,90)|32]),N<97||K>122||I.push([Math.max(97,K)&-33,Math.min(N,122)&-33]))}}I.sort(function(Q,R){return Q[0]-R[0]||R[1]-Q[1]});M=[];K=[NaN,NaN];for(P=0;PL[0]&&(L[1]+1>L[0]&&I.push("-"),I.push(C(L[1])))}I.push("]");return I.join("")}function E(J){for(var M=J.source.match(/\[(?:[^\\\]]|\\[\S\s])*]|\\u[\dA-Fa-f]{4}|\\x[\dA-Fa-f]{2}|\\\d+|\\[^\dux]|\(\?[!:=]|[()^]|[^()[\\^]+/g),I=M.length,N=[],O=0,L=0;O=2&&J==="["?M[O]=A(K):J!=="\\"&&(M[O]=K.replace(/[A-Za-z]/g,function(P){P=P.charCodeAt(0);return"["+String.fromCharCode(P&-33,P|32)+"]"}))}}return M.join("")}for(var G=0,H=!1,x=!1,u=0,D=F.length;u=5&&"lang-"===O.substring(0,5))&&!(D&&typeof D[1]==="string")){M=!1,O="src"}M||(B[K]=O)}I=L;L+=K.length;if(M){M=D[1];var H=K.indexOf(M),G=H+M.length;D[2]&&(G=K.length-D[2].length,H=G-M.length);O=O.substring(5);t(F+I,K.substring(0,H),x,C);t(F+I+H,M,s(O,M),C);t(F+I+G,K.substring(G),x,C)}else{C.push(F+I,O)}}P.e=C}var w={},A;(function(){for(var G=u.concat(k),B=[],F={},H=0,E=G.length;H=0;){w[I.charAt(C)]=D}}D=D[1];I=""+D;F.hasOwnProperty(I)||(B.push(D),F[I]=q)}B.push(/[\S\s]/);A=d(B)})();var v=k.length;return x}function o(u){var k=[],w=[];u.tripleQuotedStrings?k.push(["str",/^(?:'''(?:[^'\\]|\\[\S\s]|''?(?=[^']))*(?:'''|$)|"""(?:[^"\\]|\\[\S\s]|""?(?=[^"]))*(?:"""|$)|'(?:[^'\\]|\\[\S\s])*(?:'|$)|"(?:[^"\\]|\\[\S\s])*(?:"|$))/,q,"'\""]):u.multiLineStrings?k.push(["str",/^(?:'(?:[^'\\]|\\[\S\s])*(?:'|$)|"(?:[^"\\]|\\[\S\s])*(?:"|$)|`(?:[^\\`]|\\[\S\s])*(?:`|$))/,q,"'\"`"]):k.push(["str",/^(?:'(?:[^\n\r'\\]|\\.)*(?:'|$)|"(?:[^\n\r"\\]|\\.)*(?:"|$))/,q,"\"'"]);u.verbatimStrings&&w.push(["str",/^@"(?:[^"]|"")*(?:"|$)/,q]);var v=u.hashComments;v&&(u.cStyleComments?(v>1?k.push(["com",/^#(?:##(?:[^#]|#(?!##))*(?:###|$)|.*)/,q,"#"]):k.push(["com",/^#(?:(?:define|elif|else|endif|error|ifdef|include|ifndef|line|pragma|undef|warning)\b|[^\n\r]*)/,q,"#"]),w.push(["str",/^<(?:(?:(?:\.\.\/)*|\/?)(?:[\w-]+(?:\/[\w-]+)+)?[\w-]+\.h|[a-z]\w*)>/,q])):k.push(["com",/^#[^\n\r]*/,q,"#"]));u.cStyleComments&&(w.push(["com",/^\/\/[^\n\r]*/,q]),w.push(["com",/^\/\*[\S\s]*?(?:\*\/|$)/,q]));u.regexLiterals&&w.push(["lang-regex",/^(?:^^\.?|[!+-]|!=|!==|#|%|%=|&|&&|&&=|&=|\(|\*|\*=|\+=|,|-=|->|\/|\/=|:|::|;|<|<<|<<=|<=|=|==|===|>|>=|>>|>>=|>>>|>>>=|[?@[^]|\^=|\^\^|\^\^=|{|\||\|=|\|\||\|\|=|~|break|case|continue|delete|do|else|finally|instanceof|return|throw|try|typeof)\s*(\/(?=[^*/])(?:[^/[\\]|\\[\S\s]|\[(?:[^\\\]]|\\[\S\s])*(?:]|$))+\/)/]);(v=u.types)&&w.push(["typ",v]);u=(""+u.keywords).replace(/^ | $/g,"");u.length&&w.push(["kwd",RegExp("^(?:"+u.replace(/[\s,]+/g,"|")+")\\b"),q]);k.push(["pln",/^\s+/,q," \r\n\t\xa0"]);w.push(["lit",/^@[$_a-z][\w$@]*/i,q],["typ",/^(?:[@_]?[A-Z]+[a-z][\w$@]*|\w+_t\b)/,q],["pln",/^[$_a-z][\w$@]*/i,q],["lit",/^(?:0x[\da-f]+|(?:\d(?:_\d+)*\d*(?:\.\d*)?|\.\d\+)(?:e[+-]?\d+)?)[a-z]*/i,q,"0123456789"],["pln",/^\\[\S\s]?/,q],["pun",/^.[^\s\w"-$'./@\\`]*/,q]);return h(k,w)}function r(H,x){function E(K){switch(K.nodeType){case 1:if(B.test(K.className)){break}if("BR"===K.nodeName){C(K),K.parentNode&&K.parentNode.removeChild(K)}else{for(K=K.firstChild;K;K=K.nextSibling){E(K)}}break;case 3:case 4:if(v){var k=K.nodeValue,L=k.match(I);if(L){var M=k.substring(0,L.index);K.nodeValue=M;(k=k.substring(L.index+L[0].length))&&K.parentNode.insertBefore(J.createTextNode(k),K.nextSibling);C(K);M||K.parentNode.removeChild(K)}}}}function C(K){function k(M,R){var Q=R?M.cloneNode(!1):M,P=M.parentNode;if(P){var P=k(P,1),O=M.nextSibling;P.appendChild(Q);for(var N=O;N;N=O){O=N.nextSibling,P.appendChild(N)}}return Q}for(;!K.nextSibling;){if(K=K.parentNode,!K){return}}for(var K=k(K.nextSibling,0),L;(L=K.parentNode)&&L.nodeType===1;){K=L}F.push(K)}var B=/(?:^|\s)nocode(?:\s|$)/,I=/\r\n?|\n/,J=H.ownerDocument,A;H.currentStyle?A=H.currentStyle.whiteSpace:window.getComputedStyle&&(A=J.defaultView.getComputedStyle(H,q).getPropertyValue("white-space"));var v=A&&"pre"===A.substring(0,3);for(A=J.createElement("LI");H.firstChild;){A.appendChild(H.firstChild)}for(var F=[A],D=0;D=0;){var v=k[w];y.hasOwnProperty(v)?window.console&&console.warn("cannot override language handler %s",v):y[v]=u}}function s(u,k){if(!u||!y.hasOwnProperty(u)){u=/^\s*=J&&(Q+=2);T>=V&&(X+=2)}}catch(C){"console" in window&&console.log(C&&C.stack?C.stack:C)}}var m=["break,continue,do,else,for,if,return,while"],j=[[m,"auto,case,char,const,default,double,enum,extern,float,goto,int,long,register,short,signed,sizeof,static,struct,switch,typedef,union,unsigned,void,volatile"],"catch,class,delete,false,import,new,operator,private,protected,public,this,throw,true,try,typeof"],n=[j,"alignof,align_union,asm,axiom,bool,concept,concept_map,const_cast,constexpr,decltype,dynamic_cast,explicit,export,friend,inline,late_check,mutable,namespace,nullptr,reinterpret_cast,static_assert,static_cast,template,typeid,typename,using,virtual,where"],l=[j,"abstract,boolean,byte,extends,final,finally,implements,import,instanceof,null,native,package,strictfp,super,synchronized,throws,transient"],i=[l,"as,base,by,checked,decimal,delegate,descending,dynamic,event,fixed,foreach,from,group,implicit,in,interface,internal,into,is,lock,object,out,override,orderby,params,partial,readonly,ref,sbyte,sealed,stackalloc,string,select,uint,ulong,unchecked,unsafe,ushort,var"],j=[j,"debugger,eval,export,function,get,null,set,undefined,var,with,Infinity,NaN"],g=[m,"and,as,assert,class,def,del,elif,except,exec,finally,from,global,import,in,is,lambda,nonlocal,not,or,pass,print,raise,try,with,yield,False,True,None"],f=[m,"alias,and,begin,case,class,def,defined,elsif,end,ensure,false,in,module,next,nil,not,or,redo,rescue,retry,self,super,then,true,undef,unless,until,when,yield,BEGIN,END"],m=[m,"case,done,elif,esac,eval,fi,function,in,local,set,then,until"],e=/^(DIR|FILE|vector|(de|priority_)?queue|list|stack|(const_)?iterator|(multi)?(set|map)|bitset|u?(int|float)\d*)/,b=/\S/,a=o({keywords:[n,i,j,"caller,delete,die,do,dump,elsif,eval,exit,foreach,for,goto,if,import,last,local,my,next,no,our,print,package,redo,require,sub,undef,unless,until,use,wantarray,while,BEGIN,END"+g,f,m],hashComments:!0,cStyleComments:!0,multiLineStrings:!0,regexLiterals:!0}),y={};z(a,["default-code"]);z(h([],[["pln",/^[^]*(?:>|$)/],["com",/^<\!--[\S\s]*?(?:--\>|$)/],["lang-",/^<\?([\S\s]+?)(?:\?>|$)/],["lang-",/^<%([\S\s]+?)(?:%>|$)/],["pun",/^(?:<[%?]|[%?]>)/],["lang-",/^]*>([\S\s]+?)<\/xmp\b[^>]*>/i],["lang-js",/^]*>([\S\s]*?)(<\/script\b[^>]*>)/i],["lang-css",/^]*>([\S\s]*?)(<\/style\b[^>]*>)/i],["lang-in.tag",/^(<\/?[a-z][^<>]*>)/i]]),["default-markup","htm","html","mxml","xhtml","xml","xsl"]);z(h([["pln",/^\s+/,q," \t\r\n"],["atv",/^(?:"[^"]*"?|'[^']*'?)/,q,"\"'"]],[["tag",/^^<\/?[a-z](?:[\w-.:]*\w)?|\/?>$/i],["atn",/^(?!style[\s=]|on)[a-z](?:[\w:-]*\w)?/i],["lang-uq.val",/^=\s*([^\s"'>]*(?:[^\s"'/>]|\/(?=\s)))/],["pun",/^[/<->]+/],["lang-js",/^on\w+\s*=\s*"([^"]+)"/i],["lang-js",/^on\w+\s*=\s*'([^']+)'/i],["lang-js",/^on\w+\s*=\s*([^\s"'>]+)/i],["lang-css",/^style\s*=\s*"([^"]+)"/i],["lang-css",/^style\s*=\s*'([^']+)'/i],["lang-css",/^style\s*=\s*([^\s"'>]+)/i]]),["in.tag"]);z(h([],[["atv",/^[\S\s]+/]]),["uq.val"]);z(o({keywords:n,hashComments:!0,cStyleComments:!0,types:e}),["c","cc","cpp","cxx","cyc","m"]);z(o({keywords:"null,true,false"}),["json"]);z(o({keywords:i,hashComments:!0,cStyleComments:!0,verbatimStrings:!0,types:e}),["cs"]);z(o({keywords:l,cStyleComments:!0}),["java"]);z(o({keywords:m,hashComments:!0,multiLineStrings:!0}),["bsh","csh","sh"]);z(o({keywords:g,hashComments:!0,multiLineStrings:!0,tripleQuotedStrings:!0}),["cv","py"]);z(o({keywords:"caller,delete,die,do,dump,elsif,eval,exit,foreach,for,goto,if,import,last,local,my,next,no,our,print,package,redo,require,sub,undef,unless,until,use,wantarray,while,BEGIN,END",hashComments:!0,multiLineStrings:!0,regexLiterals:!0}),["perl","pl","pm"]);z(o({keywords:f,hashComments:!0,multiLineStrings:!0,regexLiterals:!0}),["rb"]);z(o({keywords:j,cStyleComments:!0,regexLiterals:!0}),["js"]);z(o({keywords:"all,and,by,catch,class,else,extends,false,finally,for,if,in,is,isnt,loop,new,no,not,null,of,off,on,or,return,super,then,true,try,unless,until,when,while,yes",hashComments:3,cStyleComments:!0,multilineStrings:!0,tripleQuotedStrings:!0,regexLiterals:!0}),["coffee"]);z(h([],[["str",/^[\S\s]+/]]),["regex"]);window.prettyPrintOne=function(u,k,w){var v=document.createElement("PRE");v.innerHTML=u;w&&r(v,w);p({g:k,i:w,h:v});return v.innerHTML};window.prettyPrint=function(E){function v(){for(var L=window.PR_SHOULD_USE_CONTINUATION?w.now()+250:Infinity;u=0){var I=I.match(B),K,H;if(H=!I){H=O;for(var M=void 0,N=H.firstChild;N;N=N.nextSibling){var J=N.nodeType,M=J===1?M?H:N:J===3?b.test(N.nodeValue)?H:M:M}H=(K=M===H?void 0:M)&&"CODE"===K.tagName}H&&(I=K.className.match(B));I&&(I=I[1]);H=!1;for(M=O.parentNode;M;M=M.parentNode){if((M.tagName==="pre"||M.tagName==="code"||M.tagName==="xmp")&&M.className&&M.className.indexOf("prettyprint")>=0){H=!0;break}}H||((H=(H=O.className.match(/\blinenums\b(?::(\d+))?/))?H[1]&&H[1].length?+H[1]:!0:!1)&&r(O,H),D={g:I,h:O,i:H},p(D))}}u + + + + + + + + Nodeclipse - + + + + + + + + + + + + + + + + + + Fork me on GitHub + + + + + + + +
    + +
    + + + + + +
    +
    + +
    + + +
    + +

    Maven-site-plugin supports Markdown (*.md) markup language. see http://stackoverflow.com/questions/14829190/how-to-use-markdown-for-maven-project-site

    +

    Markdown is also used by gihub.com, SourceForge.net and stackoverflow.com.

    +

    Visit the official Markdown syntax reference page.

    +

    Markdown support via Markdown Editor plugin for Eclipse developped by Daniel Winterstein
    Download site: http://winterwell.com/software/updatesite/

    +

    Redmine uses different Textile markup language. But there is Markdown formatter plugin (not tried).

    +
    +
    +
    + +
    + + + + diff --git a/site/maven.html b/site/maven.html new file mode 100644 index 00000000..459139f5 --- /dev/null +++ b/site/maven.html @@ -0,0 +1,550 @@ + + + + + + + + + Nodeclipse - + + + + + + + + + + + + + + + + + + Fork me on GitHub + + + + + + + + + +
    + + + + + +
    +
    + +
    + + +
    + +
    +
    +
    +
    +
    Maven/tycho version update
    + +
    +
    mvn -Dtycho.mode=maven org.eclipse.tycho:tycho-versions-plugin:set-version -DnewVersion=0.7.0-SNAPSHOT
    +
    +
    +
    +
    + +
    + + + + diff --git a/site/modules.html b/site/modules.html new file mode 100644 index 00000000..a65dacfb --- /dev/null +++ b/site/modules.html @@ -0,0 +1,730 @@ + + + + + + + + + Nodeclipse - Project Modules + + + + + + + + + + + + + + + + + + Fork me on GitHub + + + + + + + + + +
    + + + + + +
    +
    + +
    + + +
    + +
    +

    Project Modules

    +

    This project has declared the following modules:

    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    NameDescription
    org.nodeclipse.pluginslistorg.nodeclipse.pluginslist Plugin
    org.nodeclipse.pluginslist (feature)Node.js http://nodejs.org/ development in Eclipse http://eclipse.org/
    org.nodeclipse.helporg.nodeclipse.help
    org.nodeclipse.bundle.coffeeorg.nodeclipse.bundle.coffee
    org.nodeclipse.bundle.coffee.featureorg.nodeclipse.bundle.coffee.feature
    org.nodeclipse.bundle.expressorg.nodeclipse.bundle.express
    org.nodeclipse.bundle.express.featureorg.nodeclipse.bundle.express.feature
    org.nodeclipse.uiorg.nodeclipse.ui
    org.chromium.parentorg.chromium.parent
    org.nodeclipse.debugorg.nodeclipse.debug
    org.nodeclipse.phantomjsSupport for PhantomJS + + http://phantomjs.org/ + + PhantomJS is a headless WebKit scriptable with a JavaScript API. It has fast and native support for various web standards: + DOM handling, CSS selector, JSON, Canvas, and SVG.
    org.nodeclipse.phantomjs.featureorg.nodeclipse.phantomjs.feature
    org.nodeclipse.jjsorg.nodeclipse.jjs
    org.nodeclipse.jjs.featureorg.nodeclipse.jjs.feature Nodeclipse JJS
    org.nodeclipse.mongodborg.nodeclipse.mongodb
    org.nodeclipse.mongodb.featureorg.nodeclipse.mongodb.feature Nodeclipse MongoDB Shell Integration
    org.nodeclipse.vertxorg.nodeclipse.vertx
    org.nodeclipse.vertx.featureorg.nodeclipse.vertx.feature Nodeclipse Vert.x
    org.nodeclipse (feature)org.nodeclipse (feature)
    org.nodeclipse.enide.editors.jadeMinimalist Jade Editor
    org.nodeclipse.enide.editors.jade.featureorg.nodeclipse.enide.editors.jade.feature Minimalist Jade Editor
    org.nodeclipse.enide.nodejs.featureInide Node.js (Combined features dependencies)
    org.nodeclipse.enide.editors.gradleNodeclipse/Enide minimal Editor for build.Gradle
    org.nodeclipse.enide.editors.gradle.featureorg.nodeclipse.enide.editors.gradle.feature Minimalist Gradle Editor
    org.nodeclipse.commonorg.nodeclipse.common
    org.nodeclipse.enide.gradle`build.gradle` Run As Gradle GUI
    org.nodeclipse.enide.gradle.featureorg.nodeclipse.enide.gradle.feature
    org.nodeclipse.enide.mavenpom.xml Run As Maven build
    org.nodeclipse.enide.maven.featureorg.nodeclipse.enide.maven.feature
    org.nodeclipse.enide.studio.included.featureFeatures included in Enide Studio
    org.nodeclipse.siteorg.nodeclipse.site (p2 repository / update site)
    + + + + +
    + + + + diff --git a/site/plugin-management.html b/site/plugin-management.html new file mode 100644 index 00000000..8f78299b --- /dev/null +++ b/site/plugin-management.html @@ -0,0 +1,648 @@ + + + + + + + + + Nodeclipse - Project Plugin Management + + + + + + + + + + + + + + + + + + Fork me on GitHub + + + + + + + + + +
    + + + + + +
    +
    + +
    + + +
    + +
    +

    Project Plugin Management

    + + + + + + + + + + + + + + + + + + + + +
    GroupIdArtifactIdVersion
    org.apache.maven.pluginsmaven-antrun-plugin1.3
    org.apache.maven.pluginsmaven-assembly-plugin2.2-beta-5
    org.apache.maven.pluginsmaven-dependency-plugin2.8
    org.apache.maven.pluginsmaven-release-plugin2.3.2
    +
    +
    +
    + +
    + + + + diff --git a/site/plugins.html b/site/plugins.html new file mode 100644 index 00000000..f6e4b37e --- /dev/null +++ b/site/plugins.html @@ -0,0 +1,675 @@ + + + + + + + + + Nodeclipse - Project Build Plugins + + + + + + + + + + + + + + + + + + Fork me on GitHub + + + + + + + + + +
    + + + + + +
    +
    + +
    + + +
    + +
    +

    Project Build Plugins

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    GroupIdArtifactIdVersion
    com.github.githubsite-maven-plugin0.12
    org.apache.maven.pluginsmaven-clean-plugin2.5
    org.apache.maven.pluginsmaven-deploy-plugin2.7
    org.apache.maven.pluginsmaven-install-plugin2.4
    org.apache.maven.pluginsmaven-site-plugin3.3
    org.eclipse.tychotarget-platform-configuration0.21.0
    org.eclipse.tychotycho-compiler-plugin0.21.0
    org.eclipse.tychotycho-maven-plugin0.21.0
    +
    +

    Project Report Plugins

    + + + + + + + + +
    GroupIdArtifactIdVersion
    org.codehaus.mojotaglist-maven-plugin2.4
    +
    +
    +
    + +
    + + + + diff --git a/site/project-info.html b/site/project-info.html new file mode 100644 index 00000000..c5e3374d --- /dev/null +++ b/site/project-info.html @@ -0,0 +1,670 @@ + + + + + + + + + Nodeclipse - Project Information + + + + + + + + + + + + + + + + + + Fork me on GitHub + + + + + + + + + +
    + + + + + +
    +
    + +
    + + +
    + +
    +

    Project Information

    +

    This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

    +
    +

    Overview

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    DocumentDescription
    Continuous IntegrationThis is a link to the definitions of all continuous integration processes that builds and tests code on a frequent, regular basis.
    Dependency ConvergenceThis document presents the convergence of dependency versions across the entire project, and its sub modules.
    Dependency InformationThis document describes how to to include this project as a dependency using various dependency management tools.
    Distribution ManagementThis document provides informations on the distribution management of this project.
    AboutNode.js http://nodejs.org/ development in Eclipse http://eclipse.org/
    Issue TrackingThis document provides information on the issue management system used in this project.
    Project ModulesThis document lists the modules (sub-projects) of this project.
    Plugin ManagementThis document lists the plugins that are defined through pluginManagement.
    Project PluginsThis document lists the build plugins and the report plugins used by this project.
    Project TeamThis document provides information on the members of this project. These are the individuals who have contributed to the project in one form or another.
    Source RepositoryThis document lists ways to access the online source repository.
    Project SummaryThis document lists other related information of this project
    +
    +
    +
    + +
    + + + + diff --git a/site/project-summary.html b/site/project-summary.html new file mode 100644 index 00000000..8750d23d --- /dev/null +++ b/site/project-summary.html @@ -0,0 +1,672 @@ + + + + + + + + + Nodeclipse - Project Summary + + + + + + + + + + + + + + + + + + Fork me on GitHub + + + + + + + + + +
    + + + + + +
    +
    + +
    + + +
    + +
    +

    Project Summary

    +
    +

    Project Information

    + + + + + + + + + + + + +
    FieldValue
    NameNodeclipse-1
    DescriptionNode.js http://nodejs.org/ development in Eclipse http://eclipse.org/
    Homepagehttp://nodeclipse.github.io
    +
    +

    Project Organization

    + + + + + + + + + +
    FieldValue
    NameNodeclipse organization
    URLhttp://www.nodeclipse.org/
    +
    +

    Build Information

    + + + + + + + + + + + + + + + +
    FieldValue
    GroupIdorg.nodeclipse.nodeclipse-1
    ArtifactIdparent
    Version1.0.2-SNAPSHOT
    Typepom
    +
    +
    +
    + +
    + + + + diff --git a/site/release-helper.html b/site/release-helper.html new file mode 100644 index 00000000..c88b7e4d --- /dev/null +++ b/site/release-helper.html @@ -0,0 +1,557 @@ + + + + + + + + + Nodeclipse - + + + + + + + + + + + + + + + + + + Fork me on GitHub + + + + + + + + + +
    + + + + + +
    +
    + +
    + + +
    + +
    +
    +

    Personal note on how to release

    +

    mvn package rename SNAPSHOT to org.nodeclipse.site-0.11.0-201402250343.zip copy to E:\Enide\update-site-archive upload to https://bintray.com/nodeclipse/nodeclipse/nodeclipse-1/ https://sourceforge.net/projects/nodeclipse/upload/update-site-archive/

    +

    http://dl.bintray.com/nodeclipse/nodeclipse/0.11/

    +

    update composite repositories - C:\Users\weibl\git\www.nodeclipse.org\updates - C:\Users\weibl\git\eclipse-p2-composite-repository

    +

    make announce on www.nodeclipse.org and in plugin list

    +

    Update marketplace entries http://marketplace.eclipse.org/content/nodeclipse http://marketplace.eclipse.org/content/markdown-text-editor http://marketplace.eclipse.org/content/maven/edit http://marketplace.eclipse.org/content/nodeclipse-git-addon/edit http://marketplace.eclipse.org/content/gradle http://marketplace.eclipse.org/content/vertx

    +

    Notes 2

    +

    org.nodeclipse.mongodb.feature_0.15.1.201404300203.jar

    +

    commit with close # issues

    +

    rename zip copy to E: upload to bintray upload to sourceforge

    +

    push to github Github release to add tag pull to get tag

    +

    announce index.html edit nodeclipse updates repository edit Enide eclipse-p2-composite-repository edit Enide-NodeX ‘0.12.0-201403310510’ ‘0.15.1-201404300203’

    +

    close issues, milestone on GitHUb

    +

    http://marketplace.eclipse.org/content/nodeclipse/edit http://marketplace.eclipse.org/content/enide-eclipse-nodejs-ide/edit

    +
    +
    +
    + +
    + + + + diff --git a/site/source-repository.html b/site/source-repository.html new file mode 100644 index 00000000..c9e7b310 --- /dev/null +++ b/site/source-repository.html @@ -0,0 +1,646 @@ + + + + + + + + + Nodeclipse - Source Repository + + + + + + + + + + + + + + + + + + Fork me on GitHub + + + + + + + + + +
    + + + + + +
    +
    + +
    + + +
    + +
    +

    Overview

    +

    This project uses Git to manage its source code. Instructions on Git use can be found at http://git-scm.com/documentation.

    +
    +

    Web Browser Access

    +

    The following is a link to a browsable version of the source repository:

    +
    +
    +

    Anonymous Access

    +

    The source can be checked out anonymously from Git with this command (See http://git-scm.com/docs/git-clone):

    +
    +
    $ git clone https://github.com/Nodeclipse/nodeclipse-1.git
    +
    +

    Developer Access

    +

    Only project developers can access the Git tree via this method (See http://git-scm.com/docs/git-clone).

    +
    +
    $ git clone https://github.com/Nodeclipse/nodeclipse-1.git
    +
    +

    Access from Behind a Firewall

    +

    Refer to the documentation of the SCM used for more information about access behind a firewall.

    +
    +
    +
    + +
    + + + + diff --git a/site/team-list.html b/site/team-list.html new file mode 100644 index 00000000..70a9d3c4 --- /dev/null +++ b/site/team-list.html @@ -0,0 +1,660 @@ + + + + + + + + + Nodeclipse - Project Team + + + + + + + + + + + + + + + + + + Fork me on GitHub + + + + + + + + + +
    + + + + + +
    +
    + +
    + + +
    + +
    +

    The Team

    +

    A successful project requires many people to play many roles. Some members write code or documentation, while others are valuable as testers, submitting patches and suggestions.

    +

    The team is comprised of Members and Contributors. Members have direct access to the source of a project and actively evolve the code-base. Contributors improve the project through submission of patches and suggestions to the Members. The number of Contributors to the project is unbounded. Get involved today. All contributions to the project are greatly appreciated.

    +
    +

    Members

    +

    The following is a list of developers with commit privileges that have directly contributed to the project in one way or another.

    + + + + + + + + + + + + + + + + + + + + + + + + +
    ImageIdNameEmailRoles
    lambLamb Gao-Developer
    tomaro1065Tomoyuki Inagaki-Developer
    PaulVIPaul Verestpaul.verest@live.comDeveloper
    +
    +

    Contributors

    +

    There are no contributors listed for this project. Please check back again later.

    +
    +
    +
    + +
    + + + + diff --git a/site/tips.html b/site/tips.html new file mode 100644 index 00000000..d4f30e63 --- /dev/null +++ b/site/tips.html @@ -0,0 +1,545 @@ + + + + + + + + + Nodeclipse - + + + + + + + + + + + + + + + + + + Fork me on GitHub + + + + + + + + + +
    + + + + + +
    +
    + +
    + + +
    + +
    +

    Q: How to determine which eclipse plugins are contributing to menus and toolbars

    +
    +

    Alt + Shift + F2
    then click some menu.
    You can know contributor and menu URI.

    +

    Alt + Shift + F1 : inspect current active part and selection.
    Alt + Shift + F3 : inspector contributor of Widget or item.

    +

    You needs plugin-spy plugin in runtime.

    +
    +
    +
    + +
    + + + + From 22ebe9878c088f4002777b2b50e1ee0463fa03bf Mon Sep 17 00:00:00 2001 From: Paul Verest Date: Wed, 30 Sep 2015 09:23:19 +0000 Subject: [PATCH 03/41] Puplishing site for 1.0.2-SNAPSHOT --- site/README.html | 579 ------ site/build.html | 571 ------ site/dependencies.html | 1642 +++++++++++++++++ site/dependency-convergence.html | 391 +--- site/dependency-info.html | 409 +--- site/developing.html | 626 ------- site/distribution-management.html | 393 +--- site/git-remove-submodules.html | 569 ------ site/header3.png | Bin 28776 -> 0 bytes site/images/close.gif | Bin 0 -> 279 bytes ...import-from-git-with-submodules-result.png | Bin 5939 -> 0 bytes site/import-from-git-with-submodules.png | Bin 37730 -> 0 bytes site/index.html | 500 +---- site/integration.html | 391 +--- site/issue-tracking.html | 391 +--- site/markdown.html | 544 ------ site/maven.html | 550 ------ site/modules.html | 730 -------- site/plugin-management.html | 391 +--- site/plugins.html | 413 +---- site/project-info.html | 407 +--- site/project-reports.html | 213 +++ site/project-summary.html | 404 +--- site/release-helper.html | 557 ------ site/source-repository.html | 393 +--- site/taglist.html | 214 +++ site/team-list.html | 391 +--- site/tips.html | 545 ------ 28 files changed, 2379 insertions(+), 9835 deletions(-) delete mode 100644 site/README.html delete mode 100644 site/build.html create mode 100644 site/dependencies.html delete mode 100644 site/developing.html delete mode 100644 site/git-remove-submodules.html delete mode 100644 site/header3.png create mode 100644 site/images/close.gif delete mode 100644 site/import-from-git-with-submodules-result.png delete mode 100644 site/import-from-git-with-submodules.png delete mode 100644 site/markdown.html delete mode 100644 site/maven.html delete mode 100644 site/modules.html create mode 100644 site/project-reports.html delete mode 100644 site/release-helper.html create mode 100644 site/taglist.html delete mode 100644 site/tips.html diff --git a/site/README.html b/site/README.html deleted file mode 100644 index 1ae6fbca..00000000 --- a/site/README.html +++ /dev/null @@ -1,579 +0,0 @@ - - - - - - - - - Nodeclipse - - - - - - - - - - - - - - - - - - - Fork me on GitHub - - - - - - - - - -
    - - - - - -
    -
    - -
    - - -
    - -

    Maven generated documentation site

    -
    -

    Maven project site

    -

    First check How to use markdown for maven project site?

    -

    name and description fields in pom.xml are usually optonal, but required for mvn site as it otherwise produces long links with word “Underfined” .

    - -
    -
    <name>org.nodeclipse.ui</name>
    -<description>org.nodeclipse.ui</description>
    -
    -
    -

    Generating

    - -
    -
    mvn site:site
    -mvn site:stage -DstagingDirectory=C:\TEMP\fullsite  
    -
    -
    -

    Some snippets

    - -
    -
           <!-- http://maven.apache.org/plugins/maven-project-info-reports-plugin -->
    -       <plugin>
    -         <groupId>org.apache.maven.plugins</groupId>
    -         <artifactId>maven-project-info-reports-plugin</artifactId>
    -         <version>2.6</version>
    -         <!-- 
    -         <configuration>
    -          <webAccessUrl>http://svn.example.org/viewvc/project/trunk</webAccessUrl>
    -          <anonymousConnection>scm:svn:http://svn.example.org/repo/project/trunk</anonymousConnection>
    -          <developerConnection>scm:svn:https://svn.example.org/repo/project/trunk</developerConnection>
    -         </configuration>
    -          -->
    -       </plugin>
    -
    -    </plugins>
    -</build>
    -
    -
    -
    -
    - -
    - - - - diff --git a/site/build.html b/site/build.html deleted file mode 100644 index 08f5cacd..00000000 --- a/site/build.html +++ /dev/null @@ -1,571 +0,0 @@ - - - - - - - - - Nodeclipse - - - - - - - - - - - - - - - - - - - Fork me on GitHub - - - - - - - - - -
    - - - - - -
    -
    - -
    - - -
    - -

    Nodeclipse build

    -
    -

    Build

    - -
      - -
    • Simple build
    • -
    -

    clone and mvn package

    - -
      - -
    • Build with Git Submodules (not used)
    • -
    -

    clone, init git submodules, enable submodules in pom.xml and org.nodeclipse.site/pom.xml, mvn package

    -
    -

    Build with Git Submodules

    -

    This one is not used, but may help in other projects

    - -
      - -
    • command line
    • -
    -

    (Check org.nodeclipse.examples project)

    - -
      - -
    • Eclipse EGit
    • -
    -

    when importing check “Clone submodules”

    -

    ![](import-from-git-with-submodules-result.png)

    -

    ![](import-from-git-with-submodules.png)

    -
    -
    -
    - -
    - - - - diff --git a/site/dependencies.html b/site/dependencies.html new file mode 100644 index 00000000..8cce7e1e --- /dev/null +++ b/site/dependencies.html @@ -0,0 +1,1642 @@ + + + + + + + + + org.nodeclipse.pluginslist - Project Dependencies + + + + + + + + + + + + + + + + + + Fork me on GitHub + + + + + + + + + +
    + + + + + +
    +
    + +
    + + +
    + + +
    +

    Project Dependencies

    +
    +

    system

    +

    The following is a list of system dependencies for this project. These dependencies are required to compile the application:

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    GroupIdArtifactIdVersionTypeLicense
    p2.eclipse-plugincom.ibm.icu50.1.1.v201304230130jar-
    p2.eclipse-pluginjavax.annotation1.1.0.v201209060031jar-
    p2.eclipse-pluginjavax.inject1.0.0.v20091030jar-
    p2.eclipse-pluginjavax.xml1.3.4.v201005080400jar-
    p2.eclipse-pluginorg.apache.batik.css1.6.0.v201011041432jar-
    p2.eclipse-pluginorg.apache.batik.util1.6.0.v201011041432jar-
    p2.eclipse-pluginorg.apache.batik.util.gui1.6.0.v201011041432jar-
    p2.eclipse-pluginorg.eclipse.core.commands3.6.100.v20130515-1857jar-
    p2.eclipse-pluginorg.eclipse.core.contenttype3.4.200.v20130326-1255jar-
    p2.eclipse-pluginorg.eclipse.core.databinding1.4.1.v20130515-1857jar-
    p2.eclipse-pluginorg.eclipse.core.databinding.observable1.4.1.v20130515-1857jar-
    p2.eclipse-pluginorg.eclipse.core.databinding.property1.4.200.v20130515-1857jar-
    p2.eclipse-pluginorg.eclipse.core.expressions3.4.501.v20131118-1915jar-
    p2.eclipse-pluginorg.eclipse.core.jobs3.5.300.v20130429-1813jar-
    p2.eclipse-pluginorg.eclipse.core.runtime3.9.100.v20131218-1515jar-
    p2.eclipse-pluginorg.eclipse.e4.core.commands0.10.2.v20130515-1857jar-
    p2.eclipse-pluginorg.eclipse.e4.core.contexts1.3.1.v20130905-0905jar-
    p2.eclipse-pluginorg.eclipse.e4.core.di1.3.0.v20130514-1256jar-
    p2.eclipse-pluginorg.eclipse.e4.core.di.extensions0.11.100.v20130514-1256jar-
    p2.eclipse-pluginorg.eclipse.e4.core.services1.1.0.v20130515-1343jar-
    p2.eclipse-pluginorg.eclipse.e4.ui.bindings0.10.102.v20140117-1939jar-
    p2.eclipse-pluginorg.eclipse.e4.ui.css.core0.10.100.v20130515-1857jar-
    p2.eclipse-pluginorg.eclipse.e4.ui.css.swt0.11.0.v20130515-1857jar-
    p2.eclipse-pluginorg.eclipse.e4.ui.css.swt.theme0.9.100.v20130515-1857jar-
    p2.eclipse-pluginorg.eclipse.e4.ui.di1.0.0.v20130515-1857jar-
    p2.eclipse-pluginorg.eclipse.e4.ui.model.workbench1.0.1.v20131118-1956jar-
    p2.eclipse-pluginorg.eclipse.e4.ui.services1.0.1.v20131118-1940jar-
    p2.eclipse-pluginorg.eclipse.e4.ui.widgets1.0.0.v20130515-1857jar-
    p2.eclipse-pluginorg.eclipse.e4.ui.workbench1.0.2.v20131202-1739jar-
    p2.eclipse-pluginorg.eclipse.e4.ui.workbench.addons.swt1.0.2.v20131129-1621jar-
    p2.eclipse-pluginorg.eclipse.e4.ui.workbench.renderers.swt0.11.2.v20140205-1834jar-
    p2.eclipse-pluginorg.eclipse.e4.ui.workbench.swt0.12.2.v20140117-1939jar-
    p2.eclipse-pluginorg.eclipse.e4.ui.workbench30.12.0.v20130515-1857jar-
    p2.eclipse-pluginorg.eclipse.emf.common2.9.2.v20131212-0545jar-
    p2.eclipse-pluginorg.eclipse.emf.ecore2.9.2.v20131212-0545jar-
    p2.eclipse-pluginorg.eclipse.emf.ecore.change2.9.0.v20131212-0545jar-
    p2.eclipse-pluginorg.eclipse.emf.ecore.xmi2.9.1.v20131212-0545jar-
    p2.eclipse-pluginorg.eclipse.equinox.app1.3.100.v20130327-1442jar-
    p2.eclipse-pluginorg.eclipse.equinox.common3.6.200.v20130402-1505jar-
    p2.eclipse-pluginorg.eclipse.equinox.ds1.4.101.v20130813-1853jar-
    p2.eclipse-pluginorg.eclipse.equinox.event1.3.0.v20130327-1442jar-
    p2.eclipse-pluginorg.eclipse.equinox.preferences3.5.100.v20130422-1538jar-
    p2.eclipse-pluginorg.eclipse.equinox.registry3.5.301.v20130717-1549jar-
    p2.eclipse-pluginorg.eclipse.equinox.util1.0.500.v20130404-1337jar-
    p2.eclipse-pluginorg.eclipse.help3.6.0.v20130326-1254jar-
    p2.eclipse-pluginorg.eclipse.jface3.9.1.v20130725-1141jar-
    p2.eclipse-pluginorg.eclipse.jface.databinding1.6.200.v20130515-1857jar-
    p2.eclipse-pluginorg.eclipse.osgi3.9.1.v20140110-1610jar-
    p2.eclipse-pluginorg.eclipse.osgi.services3.3.100.v20130513-1956jar-
    p2.eclipse-pluginorg.eclipse.swt3.102.1.v20140206-1334jar-
    p2.eclipse-pluginorg.eclipse.swt.cocoa.macosx.x86_643.102.1.v20140206-1358jar-
    p2.eclipse-pluginorg.eclipse.swt.gtk.linux.x863.102.1.v20140206-1358jar-
    p2.eclipse-pluginorg.eclipse.swt.gtk.linux.x86_643.102.1.v20140206-1358jar-
    p2.eclipse-pluginorg.eclipse.swt.win32.win32.x863.102.1.v20140206-1358jar-
    p2.eclipse-pluginorg.eclipse.swt.win32.win32.x86_643.102.1.v20140206-1358jar-
    p2.eclipse-pluginorg.eclipse.ui3.105.0.v20130522-1122jar-
    p2.eclipse-pluginorg.eclipse.ui.workbench3.105.2.v20140211-1711jar-
    p2.eclipse-pluginorg.w3c.css.sac1.3.1.v200903091627jar-
    p2.eclipse-pluginorg.w3c.dom.events3.0.0.draft20060413_v201105210656jar-
    p2.eclipse-pluginorg.w3c.dom.smil1.0.1.v200903091627jar-
    p2.eclipse-pluginorg.w3c.dom.svg1.1.0.v201011041433jar-
    +
    +

    Project Transitive Dependencies

    +

    No transitive dependencies are required for this project.

    +
    +

    Project Dependency Graph

    + +
    +

    Dependency Tree

    +
      +
    • org.nodeclipse.nodeclipse-1:org.nodeclipse.pluginslist.core:eclipse-plugin:1.0.2-SNAPSHOT Information +
        +
      • p2.eclipse-plugin:javax.annotation:jar:1.1.0.v201209060031 (system) Information
      • +
      • p2.eclipse-plugin:javax.xml:jar:1.3.4.v201005080400 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.osgi:jar:3.9.1.v20140110-1610 (system) Information
      • +
      • p2.eclipse-plugin:org.apache.batik.css:jar:1.6.0.v201011041432 (system) Information
      • +
      • p2.eclipse-plugin:org.apache.batik.util:jar:1.6.0.v201011041432 (system) Information
      • +
      • p2.eclipse-plugin:org.w3c.css.sac:jar:1.3.1.v200903091627 (system) Information
      • +
      • p2.eclipse-plugin:org.w3c.dom.svg:jar:1.1.0.v201011041433 (system) Information
      • +
      • p2.eclipse-plugin:org.apache.batik.util.gui:jar:1.6.0.v201011041432 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.osgi.services:jar:3.3.100.v20130513-1956 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.core.commands:jar:3.6.100.v20130515-1857 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.equinox.common:jar:3.6.200.v20130402-1505 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.core.contenttype:jar:3.4.200.v20130326-1255 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.equinox.preferences:jar:3.5.100.v20130422-1538 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.equinox.registry:jar:3.5.301.v20130717-1549 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.core.databinding:jar:1.4.1.v20130515-1857 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.core.databinding.observable:jar:1.4.1.v20130515-1857 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.core.databinding.property:jar:1.4.200.v20130515-1857 (system) Information
      • +
      • p2.eclipse-plugin:com.ibm.icu:jar:50.1.1.v201304230130 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.core.runtime:jar:3.9.100.v20131218-1515 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.core.expressions:jar:3.4.501.v20131118-1915 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.core.jobs:jar:3.5.300.v20130429-1813 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.equinox.app:jar:1.3.100.v20130327-1442 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.e4.core.commands:jar:0.10.2.v20130515-1857 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.e4.core.di:jar:1.3.0.v20130514-1256 (system) Information
      • +
      • p2.eclipse-plugin:javax.inject:jar:1.0.0.v20091030 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.e4.core.contexts:jar:1.3.1.v20130905-0905 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.e4.core.services:jar:1.1.0.v20130515-1343 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.e4.core.di.extensions:jar:0.11.100.v20130514-1256 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.swt:jar:3.102.1.v20140206-1334 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.jface:jar:3.9.1.v20130725-1141 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.e4.ui.bindings:jar:0.10.102.v20140117-1939 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.e4.ui.css.core:jar:0.10.100.v20130515-1857 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.e4.ui.css.swt:jar:0.11.0.v20130515-1857 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.e4.ui.css.swt.theme:jar:0.9.100.v20130515-1857 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.e4.ui.di:jar:1.0.0.v20130515-1857 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.emf.ecore:jar:2.9.2.v20131212-0545 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.e4.ui.model.workbench:jar:1.0.1.v20131118-1956 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.e4.ui.services:jar:1.0.1.v20131118-1940 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.e4.ui.widgets:jar:1.0.0.v20130515-1857 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.emf.ecore.change:jar:2.9.0.v20131212-0545 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.emf.ecore.xmi:jar:2.9.1.v20131212-0545 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.e4.ui.workbench:jar:1.0.2.v20131202-1739 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.e4.ui.workbench.renderers.swt:jar:0.11.2.v20140205-1834 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.e4.ui.workbench.swt:jar:0.12.2.v20140117-1939 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.e4.ui.workbench.addons.swt:jar:1.0.2.v20131129-1621 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.jface.databinding:jar:1.6.200.v20130515-1857 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.e4.ui.workbench3:jar:0.12.0.v20130515-1857 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.equinox.ds:jar:1.4.101.v20130813-1853 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.equinox.event:jar:1.3.0.v20130327-1442 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.emf.common:jar:2.9.2.v20131212-0545 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.equinox.util:jar:1.0.500.v20130404-1337 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.help:jar:3.6.0.v20130326-1254 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.ui:jar:3.105.0.v20130522-1122 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.ui.workbench:jar:3.105.2.v20140211-1711 (system) Information
      • +
      • p2.eclipse-plugin:org.w3c.dom.smil:jar:1.0.1.v200903091627 (system) Information
      • +
      • p2.eclipse-plugin:org.w3c.dom.events:jar:3.0.0.draft20060413_v201105210656 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.swt.gtk.linux.x86:jar:3.102.1.v20140206-1358 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.swt.gtk.linux.x86_64:jar:3.102.1.v20140206-1358 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.swt.win32.win32.x86:jar:3.102.1.v20140206-1358 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.swt.win32.win32.x86_64:jar:3.102.1.v20140206-1358 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.swt.cocoa.macosx.x86_64:jar:3.102.1.v20140206-1358 (system) Information
    +
    +

    Licenses

    +

    Unknown: org.nodeclipse.pluginslist

    +
    +

    Dependency File Details

    + + + + + + + + + + + + + + + + +
    FilenameSizeEntriesClassesPackagesJava VersionDebug Information
    TotalSizeEntriesClassesPackagesJava VersionDebug Information
    +
    +

    Dependency Repository Locations

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Repo IDURLReleaseSnapshotBlacklisted
    keplerhttp://download.eclipse.org/releases/keplerNoNoNo
    sonatype-snapshotshttps://oss.sonatype.org/content/repositories/snapshots/NoYesNo
    sonatypehttps://oss.sonatype.org/content/repositories/releases/YesNoNo
    codehaus-snapshotshttps://nexus.codehaus.org/snapshots/NoYesYes
    apache-snapshotshttps://repository.apache.org/snapshots/NoYesNo
    sonatype-apachehttps://repository.apache.org/releases/YesNoYes
    centralhttps://repo.maven.apache.org/maven2YesNoNo
    +

    Repository locations for each of the Dependencies.

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Artifactkeplersonatype-snapshotssonatypeapache-snapshotscentral
    p2.eclipse-plugin:com.ibm.icu:jar:50.1.1.v201304230130-----
    p2.eclipse-plugin:javax.annotation:jar:1.1.0.v201209060031-----
    p2.eclipse-plugin:javax.inject:jar:1.0.0.v20091030-----
    p2.eclipse-plugin:javax.xml:jar:1.3.4.v201005080400-----
    p2.eclipse-plugin:org.apache.batik.css:jar:1.6.0.v201011041432-----
    p2.eclipse-plugin:org.apache.batik.util:jar:1.6.0.v201011041432-----
    p2.eclipse-plugin:org.apache.batik.util.gui:jar:1.6.0.v201011041432-----
    p2.eclipse-plugin:org.eclipse.core.commands:jar:3.6.100.v20130515-1857-----
    p2.eclipse-plugin:org.eclipse.core.contenttype:jar:3.4.200.v20130326-1255-----
    p2.eclipse-plugin:org.eclipse.core.databinding:jar:1.4.1.v20130515-1857-----
    p2.eclipse-plugin:org.eclipse.core.databinding.observable:jar:1.4.1.v20130515-1857-----
    p2.eclipse-plugin:org.eclipse.core.databinding.property:jar:1.4.200.v20130515-1857-----
    p2.eclipse-plugin:org.eclipse.core.expressions:jar:3.4.501.v20131118-1915-----
    p2.eclipse-plugin:org.eclipse.core.jobs:jar:3.5.300.v20130429-1813-----
    p2.eclipse-plugin:org.eclipse.core.runtime:jar:3.9.100.v20131218-1515-----
    p2.eclipse-plugin:org.eclipse.e4.core.commands:jar:0.10.2.v20130515-1857-----
    p2.eclipse-plugin:org.eclipse.e4.core.contexts:jar:1.3.1.v20130905-0905-----
    p2.eclipse-plugin:org.eclipse.e4.core.di:jar:1.3.0.v20130514-1256-----
    p2.eclipse-plugin:org.eclipse.e4.core.di.extensions:jar:0.11.100.v20130514-1256-----
    p2.eclipse-plugin:org.eclipse.e4.core.services:jar:1.1.0.v20130515-1343-----
    p2.eclipse-plugin:org.eclipse.e4.ui.bindings:jar:0.10.102.v20140117-1939-----
    p2.eclipse-plugin:org.eclipse.e4.ui.css.core:jar:0.10.100.v20130515-1857-----
    p2.eclipse-plugin:org.eclipse.e4.ui.css.swt:jar:0.11.0.v20130515-1857-----
    p2.eclipse-plugin:org.eclipse.e4.ui.css.swt.theme:jar:0.9.100.v20130515-1857-----
    p2.eclipse-plugin:org.eclipse.e4.ui.di:jar:1.0.0.v20130515-1857-----
    p2.eclipse-plugin:org.eclipse.e4.ui.model.workbench:jar:1.0.1.v20131118-1956-----
    p2.eclipse-plugin:org.eclipse.e4.ui.services:jar:1.0.1.v20131118-1940-----
    p2.eclipse-plugin:org.eclipse.e4.ui.widgets:jar:1.0.0.v20130515-1857-----
    p2.eclipse-plugin:org.eclipse.e4.ui.workbench:jar:1.0.2.v20131202-1739-----
    p2.eclipse-plugin:org.eclipse.e4.ui.workbench.addons.swt:jar:1.0.2.v20131129-1621-----
    p2.eclipse-plugin:org.eclipse.e4.ui.workbench.renderers.swt:jar:0.11.2.v20140205-1834-----
    p2.eclipse-plugin:org.eclipse.e4.ui.workbench.swt:jar:0.12.2.v20140117-1939-----
    p2.eclipse-plugin:org.eclipse.e4.ui.workbench3:jar:0.12.0.v20130515-1857-----
    p2.eclipse-plugin:org.eclipse.emf.common:jar:2.9.2.v20131212-0545-----
    p2.eclipse-plugin:org.eclipse.emf.ecore:jar:2.9.2.v20131212-0545-----
    p2.eclipse-plugin:org.eclipse.emf.ecore.change:jar:2.9.0.v20131212-0545-----
    p2.eclipse-plugin:org.eclipse.emf.ecore.xmi:jar:2.9.1.v20131212-0545-----
    p2.eclipse-plugin:org.eclipse.equinox.app:jar:1.3.100.v20130327-1442-----
    p2.eclipse-plugin:org.eclipse.equinox.common:jar:3.6.200.v20130402-1505-----
    p2.eclipse-plugin:org.eclipse.equinox.ds:jar:1.4.101.v20130813-1853-----
    p2.eclipse-plugin:org.eclipse.equinox.event:jar:1.3.0.v20130327-1442-----
    p2.eclipse-plugin:org.eclipse.equinox.preferences:jar:3.5.100.v20130422-1538-----
    p2.eclipse-plugin:org.eclipse.equinox.registry:jar:3.5.301.v20130717-1549-----
    p2.eclipse-plugin:org.eclipse.equinox.util:jar:1.0.500.v20130404-1337-----
    p2.eclipse-plugin:org.eclipse.help:jar:3.6.0.v20130326-1254-----
    p2.eclipse-plugin:org.eclipse.jface:jar:3.9.1.v20130725-1141-----
    p2.eclipse-plugin:org.eclipse.jface.databinding:jar:1.6.200.v20130515-1857-----
    p2.eclipse-plugin:org.eclipse.osgi:jar:3.9.1.v20140110-1610-----
    p2.eclipse-plugin:org.eclipse.osgi.services:jar:3.3.100.v20130513-1956-----
    p2.eclipse-plugin:org.eclipse.swt:jar:3.102.1.v20140206-1334-----
    p2.eclipse-plugin:org.eclipse.swt.cocoa.macosx.x86_64:jar:3.102.1.v20140206-1358-----
    p2.eclipse-plugin:org.eclipse.swt.gtk.linux.x86:jar:3.102.1.v20140206-1358-----
    p2.eclipse-plugin:org.eclipse.swt.gtk.linux.x86_64:jar:3.102.1.v20140206-1358-----
    p2.eclipse-plugin:org.eclipse.swt.win32.win32.x86:jar:3.102.1.v20140206-1358-----
    p2.eclipse-plugin:org.eclipse.swt.win32.win32.x86_64:jar:3.102.1.v20140206-1358-----
    p2.eclipse-plugin:org.eclipse.ui:jar:3.105.0.v20130522-1122-----
    p2.eclipse-plugin:org.eclipse.ui.workbench:jar:3.105.2.v20140211-1711-----
    p2.eclipse-plugin:org.w3c.css.sac:jar:1.3.1.v200903091627-----
    p2.eclipse-plugin:org.w3c.dom.events:jar:3.0.0.draft20060413_v201105210656-----
    p2.eclipse-plugin:org.w3c.dom.smil:jar:1.0.1.v200903091627-----
    p2.eclipse-plugin:org.w3c.dom.svg:jar:1.1.0.v201011041433-----
    Totalkeplersonatype-snapshotssonatypeapache-snapshotscentral
    61 (system: 61)00000
    +
    +
    +
    + +
    + + + + diff --git a/site/dependency-convergence.html b/site/dependency-convergence.html index 5e255b3f..409c4637 100644 --- a/site/dependency-convergence.html +++ b/site/dependency-convergence.html @@ -9,7 +9,7 @@ - Nodeclipse - Reactor Dependency Convergence + org.nodeclipse.pluginslist - Reactor Dependency Convergence @@ -54,6 +54,8 @@ Project Information - - - - @@ -211,7 +104,7 @@

    Apache Ivy

    -
    <dependency org="org.nodeclipse.nodeclipse-1" name="parent" rev="1.0.2-SNAPSHOT">
    -  <artifact name="parent" type="pom" />
    +
    <dependency org="org.nodeclipse.nodeclipse-1" name="org.nodeclipse.pluginslist.core" rev="1.0.2-SNAPSHOT">
    +  <artifact name="org.nodeclipse.pluginslist.core" type="eclipse-plugin" />
     </dependency>

    Groovy Grape

    @Grapes(
    -@Grab(group='org.nodeclipse.nodeclipse-1', module='parent', version='1.0.2-SNAPSHOT')
    +@Grab(group='org.nodeclipse.nodeclipse-1', module='org.nodeclipse.pluginslist.core', version='1.0.2-SNAPSHOT')
     )

    Grails

    -
    compile 'org.nodeclipse.nodeclipse-1:parent:1.0.2-SNAPSHOT'
    +
    compile 'org.nodeclipse.nodeclipse-1:org.nodeclipse.pluginslist.core:1.0.2-SNAPSHOT'

    Leiningen

    -
    [org.nodeclipse.nodeclipse-1/parent "1.0.2-SNAPSHOT"]
    +
    [org.nodeclipse.nodeclipse-1/org.nodeclipse.pluginslist.core "1.0.2-SNAPSHOT"]

    SBT

    -
    libraryDependencies += "org.nodeclipse.nodeclipse-1" % "parent" % "1.0.2-SNAPSHOT"
    +
    libraryDependencies += "org.nodeclipse.nodeclipse-1" % "org.nodeclipse.pluginslist.core" % "1.0.2-SNAPSHOT"
    diff --git a/site/developing.html b/site/developing.html deleted file mode 100644 index 72317088..00000000 --- a/site/developing.html +++ /dev/null @@ -1,626 +0,0 @@ - - - - - - - - - Nodeclipse - - - - - - - - - - - - - - - - - - - Fork me on GitHub - - - - - - - - - -
    - - - - - -
    -
    - -
    - - -
    - -
    -

    Developing

    -
    -

    First tiny steps

    - -
      - -
    1. Register & login within GitHub
    2. - -
    3. Add stars to the projects, that you like
    4. - -
    5. Fork to your account, learn the code
    6. -
    -
    -

    Before starting development, please do

    - -
      - -
    1. Raise an issue to contact developers
    2. - -
    3. Say what you are going to do, before you head in. Share and discuss ideas. We had pull request that we could not merge, because it was not compatible with changes we were going to make.
    4. - -
    5. Carefully read materials root and this README.
    6. - -
    7. Install and give thorough try
    8. -
    -
    -

    Preparing environment

    -
    -

    Clone using Eclipse EGit

    -

    In Eclipse with PDE (e.g. Eclipse SDK/Classic, for RCP developers)

    - -
      - -
    1. Copy to clipboard git repository URL: https://github.com/Nodeclipse/nodeclipse-1.git
    2. - -
    3. File -> Import.. -> Git / Project from git
    4. -
    -
    -
    Clone using git
    - -
      - -
    1. git clone https://github.com/Nodeclipse/nodeclipse-1.git
    2. - -
    3. File -> Import -> Existing Projects into Workspace
    4. - -
    5. Enter cloned folder path to [Select root directory].
    6. - -
    7. Check “Search for nested project” ImportProjects-Selected.png
    8. - -
    9. Press “Deselect All” button, and select only base project and org.nodeclipse.ui, org.nodeclipse.debug (or more when you know you need them)
    10. - -
    11. -

      Push [Finish] button.

    12. -
    -
    -

    Eclipse build

    -

    Build starts automatically when you import into workspace and whenever you save changes (incremental build).

    -

    If you are using Enide Studio it should be OK.

    -

    If you got build error, probably you have not installed JSDT yet. Try following steps:

    - -
      - -
    1. Select [Help]-[Install New Software…].
    2. - -
    3. Select [Juno - http://download.eclipse.org/releases/juno] or [Kepler - http://download.eclipse.org/releases/kepler] in [Work with] drop-down list.
    4. - -
    5. Check [Web, XML, Java EE and OSGi Enterprise Development]-[JavaScript Development Tools].
    6. -
    -
    -

    Maven build

    -

    (see Maven build in README.md in the root)

    -
    -

    How to Run or Debug it

    - -
      - -
    1. Select project folder, for instance org.nodeclipse.ui, on Package Explorer.
    2. - -
    3. Open context menu by right-clicking.
    4. - -
    5. Select [Run As / Debug As]-[Eclipse Application]. RunOrDebug
    6. -
    -

    A new Eclipse workbench starts with Nodeclipse version that you started to run or debug.

    -
    -
    -
    - -
    - - - - diff --git a/site/distribution-management.html b/site/distribution-management.html index 9e0e2e52..4e30b490 100644 --- a/site/distribution-management.html +++ b/site/distribution-management.html @@ -9,7 +9,7 @@ - Nodeclipse - Project Distribution Management + org.nodeclipse.pluginslist - Project Distribution Management @@ -54,6 +54,8 @@ Project Information - - - - @@ -211,7 +104,7 @@ +

    D:\TEMP\site\/org.nodeclipse.pluginslist.core

    diff --git a/site/git-remove-submodules.html b/site/git-remove-submodules.html deleted file mode 100644 index 413c439f..00000000 --- a/site/git-remove-submodules.html +++ /dev/null @@ -1,569 +0,0 @@ - - - - - - - - - Nodeclipse - - - - - - - - - - - - - - - - - - - Fork me on GitHub - - - - - - - - - -
    - - - - - -
    -
    - -
    - - -
    - -

    http://stackoverflow.com/questions/1260748/how-do-i-remove-a-git-submodule

    -

    Via the page Git Submodule Tutorial:

    -

    To remove a submodule you need to:

    - -
      - -
    1. Delete the relevant section from the .gitmodules file.
    2. - -
    3. Stage the .gitmodules changes git add .gitmodules
    4. - -
    5. Delete the relevant section from .git/config.
    6. - -
    7. Run git rm --cached path_to_submodule (no trailing slash).
    8. - -
    9. Run rm -rf .git/modules/path_to_submodule
    10. - -
    11. Commit
    12. - -
    13. Delete the now untracked submodule files
      rm -rf path_to_submodule
    14. -
    -

    or what worked in my case:

    - -
      - -
    1. checkout project from GitHUb
    2. - -
    3. remove .gitmodules
    4. - -
    5. commit with Eclipse (git submodules were not initialized, so initially Eclipse had them as deleted)
    6. -
    -
    -
    -
    - -
    - - - - diff --git a/site/header3.png b/site/header3.png deleted file mode 100644 index 1ac9789796c36b409740b1167a8f825747a7a13e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 28776 zcmWh!c_0(+8}F9%C6*{x2@B<_+($|=*FvsbxsuylbBz*dVPhlYScfCmmUGUngf)uX zx5XUI%zbWVzkYu_@AE#-|Ihn=KA-1#;1A6W|2uQ(%#kBU{sS2qSROfYJmueA>-4FA zrxN4D#y@v7#M1EY5p0hr?O$-hOW#cY$dM`}&w=a7e=&EEk$uRKBfRbZx1*WzydwXS z7envcg<1tZ4TZV}dmhpE2z2wj4DxsN^0f4H^@xO!J++S<2^<9(=s${ZX0-Zt106=D z>TuKfNZ0nO@HewZ1uYEVXZY{)pI0srSkF5rcwF+0fxst=dv3R~pIeA$EZ%SbEOm`v zA9hvpb>R7fYsGxSkINqn*%2>=ShJg1)4MQM==Y~CoU*WN-yUUB9{r(pU|f&hR84MH} z>@2}UNwBObQX8Z-dKWulE5hI~#!J8$UggL67J*xk`rdYWcD?e(jJf9+r{ve}=p%XI5u2%cKuEON}RO)*2K?3X09-EdSR!>QL4KZ!FS2F zI;@Cjuh5&=L%@bD=9Q+}bDW3R0_R*JZn~z zx{-HY{aev`*Qoq+>*uCn*lI5`DJMSrR|>6Q83|i9h8s5j+&T{U1*iX#IoocipI#`R zU*dr~`Oxf?lgxP7ZG_-alVVv&q#C`p?OWISBhv9!cau1^*xz<#?~7T6!TVHG8AAu2 z>wChYtee~gfFe1#wG(-XX`(wnDpf3((kO0u5#LJBVfw;wN_Mn_WCN@V-a550at6+R z2&{gwOb5JwBat`p3`~wl`u3IB@y7{yVE?j8{U{dG6Wf~20lo&1>{O& ze5{GC8|vE;Q}Nk7HWaN~XG_!F{}h@bLnse#Y1vGh12O(7 zf{0$I_z~xrEg9FGpPy97qwuh?LbQfDL|W4Af~1p*fSpd``3>udFXc}CUPK`u5>)q> zRIV7*Aa5Z&?jhu9SBIi45$ZnG#Mac4UkZsZ58N$w!}1s-@FX|}s0(b^e2D&8>JiK|c&Ndh z19fbLVJ{gYQ4ZX{0rzx{CU))hkVk5#06fd$%{ojr-=b6xD>yReZ=-nKy#@7muj{x{ zl`oo;U+$tqrS`qS_*DEVIRi*W+?MDCH1CZXZTO!gP!uotC^GBCMEICnJfz2-LQcEw zaFDG$+Gfj10gP=Jcu<}BpHuG^&+s}$s^|PIF?nuVc?FXuV-JSE(J43AjEl`D29v`R zb!eNh>iSoC9ed=mO=D|UQ&XVFiA-6d_kU-1ytc)OBXi413tUI%@ z^^2a%zkhy+?Yy@e*Gb))pf?9hP<}m-(2Y?)_$I{HzoO(x3_5PEl;#V=qlGIYegSjZ z3n!da!!DxzuZ3JfvvNopofe1YhYv3H3l}(E#rF^YtK1c|O6K)XoXvKF`i_`3`X#M~ zknnm-*K$yFD9W>lI`#^Oe|gm;DID8d$Cv9s~98B`B@@G4u9+}Kk6ff*XzZ(gzJ?!XX@xML9q&mD!H zNdt|5cxN)ui(riIb!3GmR-OF$%RF@;ebnPPGZ_`a_rTljo`MhK^NnDu*-N_;nD_f_ z3CM5VX(D2ZThb7N4fGtYlHp?u@^9$*%<&Pp#*T>Gp)$&1@ZSlSZEkGbX4S{(1t4uc zr6?u0zdnv=l4K=yiuxj1K*u4p`6Wjb`cU2=ZIo^xYvPhNl$7Mf)rRCLZU zjbkuwlaF^dUmcAkLH8VmF5T}~x30)MfKyt`6L(U!~)kKdvmoz-ddt$R|h?v zqoefZ6_}|)mb-JkX**af1l98HR5v{eu2 zXqGnh3IR`u9_zEElQjs>(i+}x2uUQfyz0JY9K2Nz`T6Ku5+jsS?}fUhyYGOm(ZR{M z6e_&a$rWuc-=!W(=Q!!sr3V2gnmEm=8l|%hWQ!q5zV37uK&{pn%SZa){sQj6x{trX4K|fT0suT<*`o=Wi=4Y6s5)L~(m;Z&O^CG&|4p zc9k9Y@tFjA9m4Fxx8ABwA`7M2+b6vB1Z-Ww+*-!`HJSo>jEm$qwNp>M9SubyuDlH$TPaToqH@6QA-RB?J|iePmGd}wkWzgT^;To-V#zp2ELn03THJa^!Jp~C+F9zYZr}yNt_ie zkGW&1rDFEm;r(~hSO|}``!9VyPIPG^|E}KBf9v1!Q_QxH@>nFQ3Ortk_CLs>B-jSx zTOXCOsdFpBn}o~1SGk;arEiFiKnb2HM$KVKl{=fITb>f~8Y5M;#y@X~$3YNaVc1#S zKI8R9C#{3PI1AxOjP9acsd`A5&e&&EYL(HVm=JU@$;QD z7q-3Qm@XmsF0VPbz3@w+2cM+rb%B{_eqT=`V!@$v>dO}h=Aecb-^WGB$Nkj&QVH-^ z=cAWMGr^6UQ{8$*X&ghfR?}FtjJxzlhKId|Tai22mf`p8dR~HeOK7-sV*b*O+B?f( zV`!x!4j08;;yetHm(gW7pSjjjf5v%9PuhOSn3F$Mekh78e{bTlMX{!UkhXD}F4gno zO*uQPQkG0g&yB-kFbNKR{R1XXDW8*aZdF{G2YvjgOuy(p{zj$TjAAD6itUfAbfQhc z^dlfKCWgAM>yRk>;G6q*c42PA8m`f&v|LS8D+Ibib!cC!E{|zwoX<-0ZTbl#`&888 zqX-Tr=H^YHmW3vp{Lo+iMMS60!sEfO@nEMdX8rrD<-7yiJW|Jbw`YR)M0>@Brc~v7 zTBwelKL)V}_teAL=XwY4wFxpXp=xvHXd?4Q&L`Y{QPe%c7_>TNeSMcn(UOf1aLB2U!w;X(aHiZaeH3@el6^M&L|P~4BqwRcsc9Q1LcAP8xg0GN&HZ4IK7O!nYL^M+CwsnbL0^?8zTFid0w`rrw-|6<3juD#&b8H>V^eOtrn(PT(wJ4S5qX)Qz-f{)Om-8P$=X6r%v%p$YZK-$2UHcW?UyGL*e5xA#G2IY0~-;s=MG&X)r-((xhDdC zf_qjlzVqUzt%4pl7d*_PXkN5TvpcxqbZH{*#4ijzi2bG2z)$@BINQEHgiBeP3`>bP zg?v5`xC)f^M%_p^=$GD(jfXx-CcVRuh@S~B>>wLZmPLV7GggD_ zEBXF?7d&2x0T2Su^)MF^JjW-$bkOt=fg}NTBC|ixEj6N)DFxVXP^8sYWxk3l{_dz`W^ zKTQq!-D8_~IoNhYBT?7Dw0RO%UEAunuqGnvvMAN3tQ}8&)!R!=eShiG!F}q-UZ)8E zUi>2kvxlP1D+8aF_Yftl^Zxf5w;jSw(b3FTUHungr#!v1jkomz9l&gzDgVq^7j^AW z0?}!l5`V*G-AjjkqoFOu`SPulYMNI~ddwhXh%}+vFa=$Dbf)Da|X5o6;hv_^?&R9xmfqSQ2EgGr5XdT%# z*?S$cgb8mQSk2@6Rh{ZGcLZ`$NK@T;k$ygR(h%%efwa(c#@W52d{FiviVK=;TZ%@9 z-&pO^DQ8ujZ(LrZ4@S}L^{4a z7+0y&+@rY7Nb)xRil;lVACDw? znxVrpTTM-O`1-Q4DZsBJen$s?>->y!O5C!_mf8{x8~U@C`FX=!T*J@J9u$A^P+J=3 zM!x7>Pdj~6+KF63<0>)lk^0n@O>ZYb`|>-E@?~%Z`k_yyeuD-ME;PfcGK9l0GUlS? zAR*_1*yUt#a&e^s&_b6yoA7)mJLsHxP zVWrU$I{Yd{%6S{INuc+TqUxyZ%>*yK<1TY4f|!!g4~cy>1&E#A-fLC?3}+P~yN(ju zRsPkv!m?KDJj)hosNO|G6v?w887WVY*j>Qq^%LaT($0m1e&KR;G}FAnW$aIB%NEWS zVwnkCj7s6>mCJ9qL9>E;wWdr&T0^D3Qu@J`o|ab9 z51^NAa)*Sy*90R_y!{P^=W0G(3|u4?jGfBQWRxE8U)%i@ahThly#mRK4~r4V4E;}9XetQ^V?h^-e?keXrOHcHCEC^K9Dl&MZ0^mW(j{PLz>MzE% zifa_jI*uf+_DEsC8yXaJw8o5d@9s`LdFKUVO7FAQb~pU<1v@?#E1^&K1B8imKV&`# zhSe8$j{y;jNpnf2i@cBCXjxtVnh=|TfdczOUX)A~Na#4se1(7mJ}Z@hy5J@IM$5FC zk*T+EzFo5Ko4}Qt_S9G_!kdY*4cywXFe5?`tv)td` zP|jtlRt{x2O)J(!x+Yi!$Gx3>TBWh*7vR+RZAw-4RyFq$JL<@6#QbOO+*mNf3{cf7 z0rjE0=;M(U<&n!pogBHceYYj;M|N6>T2cg9b)jyHC951+{eW!}Zr=HL!u#VV<|QlE zl#C$R&~^h7Y$y_hn!4bnEgKLA-Wx+}(}wAI-+@{4BX%1dvgbHKum_-x->W}_1V{S8 z08G7#>}5!N>+EmAw^r3N!ZRlZt5yy(yBeL}wG2VI=X(XgySlqqzxQ*k)Am9fc2w~k z-9W%4@&GX1AsW#6W#Vmw!v1TfXRyT(&aa{huj|Nh)`b99p%oK-HdA2r;KPu7vdygH zia~fZ1339(W`$Jkn-v{(8H-`R!|+W2^ICh^sbx2N3jm@>AZhPiK4T8O*^0kc;9Buf zjMfeE!cynxwIbckXN8u>Lnf_TA(Ly`S7sDfjj9q=`k!KtuMQ}i^<3penaepfQ-H)i zcEYxGq=Zmo$AodjEIV@wp5En!8JDDyw{sh0W&#pB1W#G&bZr$9W~o+VghEmO79aNx zYcgItz$R~b($aO^q;tClySXF80dS^6r83)qFVT5&Kzoe@`DOBDv?KhzWitvdIW+go zR2u;KGIa~_Hpu)axq#C=5O#8KP@EinKUC`RxVQ1G-2}W-bHz@8p!8LMKeX`8Ep@~h zE@AG>M!D8x0)s01b9HeeM`-N&fsy`87XrWruiFs z8;FH)gi~+HLR{8&Vo-SpaO7afix1Kf?df>R0g}R9$mr)4QqGF)24+;S4A%a9(3uHi zVMDu*fUl!{0lZeIKM_7*31TB9ou8P@8$_cRgXwh@T~{OOle<6RnY)yw0b8=NviLIK z0g{LCEWIIaqcxSoE5`6Qi0ZYf>8 zM8}rUR^J@3W9UqHdO)dOnF!nia=v!sG>px|O8yF3RDSJ&PjtPI^iJ^lnwJ9ld16`4 zm72YRGJWgy+?t({Eln~W5xy>5asE2yoD0s^aA}YN5iOrmWvl3~txHJ`-exeLZG6lx zK{9S{hI?eF)40D9&>uCIHY4^EWLwE3>p&S7_&Ie2%-r6b(R_@f>98XocXax#dSj@; zJULD24+pH$O#B-=ADAgoA&|f;p(Vp0^3|N+IG*HBwc2icm>!>p-H%Ti@8ivq$vpdK z8qB`if<&nHQ0Upn&jhBe5dqbTon6RaqDcV-7#NB!HPFM(UBqtD(N!NpjR>RVG- zp&Mq4@-AP~CCr*suZtai(YyCo-7m`Q#e@(T!P4T?&y6i^p=CfZn!On*FLYwN%IvfC+vI;>m2q8@!_Spz%Dw6Xgov#-%|56fU~PEa z@oxjgF-C6%6bEkCNA*K@MgQDJG`T!d|KObQ!;H(pzof5m{SSB&%Bt9M?szGvwwGpooA2V18&lN$9)Aq>kYF+N2`nQv0JW5WvZY#O@*_B)w+S=Gcu>;y+*uCbthP6+ z^uM_2`Oj9flaO~2jaw(pE_`>tp@&lj10KW^k5%!|YkpmrJbifz_q<56=)0YlxM)j^ z@$|tvk@lBxkqyL=Axc-Hy5HLY zeGG^dm3TLYvQnrYby=Z~3?xwI-!TJ#kCr?1O2uaD-`rE6uR~eaf5x7-RyX1SdbiB^ z;xRH#j%K({Pyl#+z`bV%IP>>!S9l5>*0vuh zhfhSGApBAjb6I6EJx?*;k^a8Cx(qo(soh5%5*1EDt~nd{AOxl-@OTI& znY&c1`j~Bk3IADg<@+}I#G~?(;A6BMBe@;1yP9yi@vh~uT)%mFrl~k6UaHQdEzxUq z92V!w#VWyFdu=l}J>9P+Em{A$ze>54-~aI71j~7>sm|K$VJU#tNbd{J5zf>2=Jvd7 zJl`mglP+*(sl$Ih+w5Bw=tJkK3jgk)#P+;OasGqVPwafe8uthSO4^=3?VOu7S{0U6 zXL)pn-4SiL;ouYt?ps&TU{{ho?|umhG@b?E$S#8} z_{GCiVgl<8PpjUTN!0AI7YG9ow6=s*?Ea%0cu-OeP<){_d8*aFvWZ?}z{)ir$fj8x z=B~3;4qLxa$2m_Odd5Iph{{5(5$la^>$4HTNR2zzC2zc7%bV|6xR-%nu0@!(q`Mm@ zfiH+o?bOa^_`V{=?HQ%1e`Zr)ewoLc@}Ef%ieD2ZH%baaXe09_H%2d1Ed}#Kg)|_{ zwklb+3@^wIGp@?{9OIg3f++2dKcgt|B4+lqo<&YFF-D(=*JT039bhbz!yLWP(U;#Y zr`|ZJ#w7~ii|^AfCF)d}fU@&m0NR1o*FbJgK=oAC-3L3MlQQ_S?_%629(Y#gE@iSc z$VrB@)HGF)?sivQI^%(zc?)@%i+_1;dcNw(d!}HzMta(pmH;VkQ8Pc!LM_yXPP)fi zB?FP0p!5QxH&$z-q*W^9tce~iHY++VJ)!gWA%2+ko46Z84TY&SY2^%n=z(6Mc2Rw36@{GY-hUaxn! z3-;)k2h$2RQse$GVnOmE%(Kl!z0P9aWj6VZ+Fua`t?he$|IkVU%dev(!$tU`^B^Bo zRzqfc3>T>7rT{ihiAYr@D=(}YZU5Mp`wqvB^CMsaG}VH=1dw9N%(~}Va{khojD>;& zu1xH@Sn?$FY`&F-hP6nZc4I;5&BfyO8m!1joK}BSP{x?K|HD(kb%gJu;TOfe_XoB; zZcA#I`$(A*Z*hja-aIHv>HZTYpkTxJ9cW8fQr$g7BL>{AY%hctF5RdL-PmD#IhwU{v#r}yn+Cmns@Q(gZ? zzI|;88l|{)@;f+zbMhJ$(zn09-;CV6EQirG=41dmiCY*p-&@62&=d0$iwX3jyMkKP z1us$Lhtl7VMrk|PYV;Zp8%#4Emwi7{5}cWLRygy}k?YKyvyI`nV=sU|P;DjN$Qpl% zh?He)7!wT6!$&n9pwb15WlppkJkAWP4zeAb@bxeDSP1Rh7qQjdIfSzKv<$4;JOG_= zgJq)yAM0kl<29VkBMSh1x9igUO`QgRA_z}OAW5B(4^-8Yb>b%&&8Y=nZR|>8UNjZo z5HmS@=ogatRjTDaVN@VEwNfmY=KkN|{NWs-i~D-Fw9eXN<7Yzw? z4Oz7?1|&cBL9@W|%qcX^I<{B+?m<-nM)>o1OY_RXoz_Sv=7F&u4nh6hcbEhg_J)$? zrbY!$tu7n<)Ot`Bol!-)bmRB=yW;Dg|6G|}h|nDh53;3#RU_`Z%-J#ny8d%|>Z(Tb zt2Q~egu)Rd_rQ*Cwa;&+iHK0(j`IqJt(f4py)1S}+}>Wrsh4e2cjP=Z)@A;oC#75-B>yNhlskr_STRZL)JSaFg&su6#)7eY_SbbLhCtwBt0MJ;_qy1Tz zfszs}_dgkICam)%`l3u9Ejp@lbq?)>$@M!d)?Znpt1(RT8hT)D*~^lwCO#R3b=@sI z>y!KYwh{!^I!_YT7l;aE3FDC?h{R*2X#hfLH0i@Q$Z>)JKm?nqPsi?!%A1>OPilCR zaNP`s^}*krG{wGQ1+TVbceOEVMrlCiiAK(Tx3!d(5bE{G9cp#I#AEwKxe*bxkHU$@ z0#s`&!`;*-4HQM6AaXQkd=_uCo?p%giHU7v3E&@THTLMB`Rpn}MXc>i_Wmj+o z4+y{OC6qs<(bY@SB^e&-?9IyqQ}EwevcQzM{Xh<~_-ZNm8(K8+M2nBS1`2C!aLvtY zN-IZ4|A|Pc!g0O-Y^0ZEEdm%f|CskQ5yLr%W!Tw)LP^u0@*#Vm0MJ{{%jINJ;b!QK zlXi7E@oxl<(-OE}jDYmts23K=Eux)2Px9=6KObFnOsL4aSULZZR5@}j!S156w3dxx`BP%w=@`<}?_v1>mj&}2+ z|IINlAf;K*4jRj)svmpKE<*jWdr(`sU$;~{10CPYwa~RL_pxH!`Q&Sp_(nkS#1H!B zFJjjESYQ9>&a^P_y7l|F*rB(&+AjOl6kGKiZ0tH>nZe2yF+mPXfDEiHc1VfY%D7W{rBz7g)uV2A=T) zbuT-DPEZW3I=hc01t9VN6QWPDSTpES3nb8ZwEF($gfz zfBKAFY$l@3c=aYAgY&+e)&`OKwy4?mq(d;v~1uEKZg9wMoVGnLo+Q-dC@EN&AM;U5GLUwHfag{JnW@qhTRoVu~|W zFJ(n0ldm8{tY6%ZTENnl^%lLn@<>uy-E*RgXuDHn5GUHJ-6r?+_MusCUPGE%;7>aU)+oAEWAw5arO#73H(@LYRwHwB9@~ z)n!}ppikFpX36`Q&81raSsCD2CAeeW*Ze_wY20a}KRdCOn38(|6nOjq_H-HpyETl4 zpR|;7YFOFE17!%C@8aoYQ*(pz8(yr8R1ehaT-9yO{B!kAXUsol7uLpt*5JQod*!Y@ za?jmz)w5JGqae3*MXofNqjanbMj6C)`;*N1Gv(sTwz1iBzVom)^;B=XeR&DznM7Ad z`(wuT>g1S0AS+kZwE1r(G2BT}VEv>R9ut0A8snbca`n25#1)*kSI-1Emd^He%oDA0 z87s@ACiIc|#s_%a`yG62ReZGH{pOcRqHeB0x$3GXPVs98m57b~MC1rL;P=L=L*3h9|bBetfkq zrPM|nIX3ZatO^2IdseyfEfIQi=ZK53;JBda4T7j|d3`wqP!1jsa%vE>X=0B@BWMa# z1ov(t$WSpfyEA523>0_sGmE>~v&Ej49B#%a)_!$Z-?q)a`x4x!V2c_08_Y;7)e`gc zjLq44*a1x?&4W~Fd;SVJVRo~nHPz@hDIh!+OlToXxuAyi5B0gs&=yQq-!I%FgZ$U}2FH7cTdMIL5 zGXJQXw*Z1Yn$z9aRZlti^Y0}Q`=S*aV#-p;Va?XwY@&Xw!~BC9|He3d=*h8UP~o_v z+21CZYWY;by{fJeY79+o~6AT6Y!LERN1z8#`S` zrY0C%HF`{!XN0 zjs)=;0Kb^~XoqQGt)te$x1bKUY%mV1q?;(RbN$zt>~FRV2iW#1{P^)k_fJUJr^uB% zb<9=Dsl80cy5Q;@;4BH-vGdK7wkS*?EXAe`ALb2aTw^pl$}d}#Ov%Z^U`^@38r9nbflko*%T%5#vwg$$G4Q-kl=k}BXR|&F=Le%_{T6{F%$giRvoY>3Zg%EW zRRT^c0HOnIX~6!)TZxBfC9k{;J;a1kT+q)K?YJM+rpGjY4t6xplWw)#4G>~#v#uzt z#3({4b}=4qnCVxX{JC(aqUu;o9ImqqGCfqejNVeCKRJ@39n1W_eWCzAHoM8BOnJ~A zv;4bDUBp&<@4Cz}JSZiEuth!M^ZJMWaxpEpFsNX$YPz6@u=8Ox@XT_-LD zp|CtujzLr2c_XO*-3TcGR*j0nKh~J@{I>lx1NW!|>trrt8yhHtV;)gbzP6up)^xP) z6H51JaIRFf+1&ls^3=C!X@k~p0i6bN??$V7kB{UUtCK&)nF#q1$F93R-*fwT?P5AzveZ|ob7vLyIhP70iF$bqc^OH~k0*Vz~ z(giYVAQIv~^V1I`7J1cRzhH9GGG6`4YjaUyE%ij(qnL0s0d^J+XyS`e*E@>|q8yaO zjU6@g%BPZxDYPD^Luf~L|F54n4xf%)#H{oVI<-YCskvq~IL}<~V0KXiFjF%h zx}=@`%a=&*&*nKRCgfr$WNs;WaW-P3QIOY13uD-|d6!CfZFM?#!|Q@sOzhjn6?18O zvg^-~f+x7PtL#^hS$O`Wq1>`g$MRzraN$MIAGdpbd!)UQivEj2AEqZdKj5q3wd zs*$>jV#Z`hSLDjqDx5WHr@hh6g`C={ExPdTXXEjhfWVmvlnR0^N;MiR|H>d=X3&qO zjg}iJpOn~ksazV^k;=19^J79=R~a5-eUcz4%(QzCEx z(#P=AY9Tn#08-!|ldC<}O!|rzl=vFP^fNx;aB&CX<`#42)4R29nX*+L@phlt6T7Lk zzWO=>H)Wq;A-9PB+n_Yp_d8OA4IxtJm-&5BpK;fZ;GW4ax0{UcDEnPyQre-p{&eHF z?fg&^n03UZ5%6T~$>ZcNdihEgC0kbHSv!GFv^YApU;Xng+*q??VjJo((l%;O7UEWPoT=BC5#dxv-T8!*=IpA-#~Q&@ zdfhH=9A5>*t^2;gwl+w0zw&d&~>(@NXt@<%XqJ%aVws<0%fo3x`vYa zC{7nA`0t?}TMu)EUD}!K@0kl)ITt|;{*091EU&jX58=9db+y;FPFz%6Hd4_#V%63z zHF%tsIoKn1Rv?>W?lI&!Wj5f6pPOc_dn_RSmQqz`ns*qa&`#e`WK`~1Q@3o>U*@4J z5C1k%$+llTC1iMP^A|?+1|s1n)0=>Sp#~@(<$LzGKI}wo8Z6}f=C{4Kx|o2l^PkUU z7vW4lQ|$?ILC?5u&U8bTVLZLl3fm}Kt3|48ZPEycpg;-Dozq;DG@cgJLXPeQc=?V1 z5#-@o9N3OV?7!$~Dw+`_<5$`XhgQ)SS~3L$mfn%yd+d@spDng~m0cZ+IeLZm3ujHv zr4I}JIS5=L16|5i8PTRj@E0LHW1Pm<0|+T_M2*@T-h3D2R#B`dPo7d!Ys3lgc8n;Z zrf|eZ#mJdJRVBJWu;JM>p*9OG*MbXjpZOrh{Z6yHJunttjvVJ);BGDovj1^Zwv%<6 zd12dFp}g}ip;nG+7c^a*cc``B?xY~~SoG7;%>jM)) zrunO?Nii%+%*yec;UukL)_CE#U}r14BsOiWY9mK5Q2s%+Davi(rYse5pgM@Vih5q9_QKkZ(IY{-_D@Wf2>+CCU? zJI#I>J4$jTJ9Vx$2BG3JmmGn7i?bcSd+nZY=oW2StE?x;3yAY_C`2#l+7#iHr8KZw zOUS@xen<#dy27>MAh!xDIwIeiW{bYQMQo3Qax1gnvUwI?j&OymUlDwOI&_q&n}-#G zo+esAroSb!K00Q;mok4VPFD1JsjUozP%oP9%8pM=Ky#bLZ}BP|lXi*}@z(CSmswf2 zIX-`rqD#mAh*ev*5|r_m#3N7JmM zhp+7jlt?=jYtGRMSC=l&DR#l+O4Mci7Z;}FYDf#%{S`G}f!vtX96k5jn1GpO z=BKWD*ll(@F#@AGjKDqHI8Tw@NDrm-GbaP)2g;ad9u-tn{7{x9;ha1*07hA@OW$7< zJ|Dy?XXmlc-ZeEGXGX;3L7$Wouku$3Q6qv4p4_}P#eYr=&2F4*S_EYSJ{e^sRL}=Y zxt!`4y~mxxV3O_Ym-D6L1Luui%U(-gwiK&dMcbQ=O8MTm!yZ@cjw0*iI}Y?X-VgY< z_fZiq$XF%k1v#H|$zo4(Yp~_hLrv5V?q8qgd?jsvfHIY!PEW;{H!pcP7^fuik9{<=q}pdKl7J9*OvT~Z`Aimg0vjJ(q?MZ4oS*vrHBYc4 zsdHn?+T|f6-{+h1`m4<B$2(zAx$6$NKw;>3)TteIa`&#! zB< zIV-}EndQ`D5V0o>{Z8}hk(hgHGeQY{*DyELyh}>o@j+2XZrjwgZtz30>7=ku@)D+h8#*?vZaP=3#N~_LQaVmMTaeZJd_1_xJJ)v=Fv1STNi?#vs z3+~BRmuc|`_QWj}AXD=S{ATSoSSkO(Ed16hN+s;WbqZBmdlMLi?q=EAo!aZi1CtrL zb<+EiwAeWP&G{nd*`&Iag3G|HeAJ z9CILEF>2~k#G9PKtX5&&HyeeVX61uN{~&j99NSjS>1@9gt?*9lmGjY_Au=_aH^R<{ znts;d2gTVw@nzSkX-4&bpE?7xdCrYKpEs>SV|bhP_l}xf?6tNGJYZ;UD+kp@+^-e) zbI`zCt|!v2Rkjp-u$uji-N%AhmA+U-U0i=x3kCBbSFbmnDDo-1$oCY4WZNbRf1dp) zU%N`ZE<03m%KF96`E+ybqw6OEdF!bcdxwni?o4wo>$`V}$?dhPol!~)cV7W0>eK(& z)}oQ==+-Yu#Z5`B=|&k#V<-VY4%u?yqGZe)k1H?$BIycU_aH>1-FcfZ1nMZA=a0kr-8t z@yTTqUH36>R14&7NcyrSYw%eOEbuM$-&anBb?zQi(8<6<#eU&!bv!8p{@q_qeciI|a>!a+Rkt3d@VA9o>%5cjCkCoOw7bUv8~C<#HlCiPUa?|f zGv3YaU}VPJNX;cIdHx`luC|+HxLwTpn?VY^`5*GVNExkuEj%G48 z2Mp1Y9V@@jShIB@V8h(K>(p#Wfh(cSaYnFlFiG)PA6RagFpkUut3sn~G{#1@_PZZL zbCnK-2228b-bWF9re9heJB@Qf{eazF@<(58NgdJ=aJ)U^e#GjlhM0cytB|`7(}PaF zTe{e5qkA%1p!eVcVblHsUz(YW*+V4v*SF8Y7ssY87s;==iqf<54WDM7h>8blSba7A z)&?2_=%;p*be7d+9>r4T{WppPCo|5aYZteFh=8EE#tfFMH$o8Zx>y}7Mr-DA&Tzt4 zArVVT(*mf*y{1j#Wi7oT^~w$L2nTPKxee)-df)BY&aYE^6L`ub4)D~G_tf2e@R_uJ zlgF1Y12w!NeoNwR**8So)lssGaM9J}%hNqt)Z-z+7ru3MYLh$m@t2STCHtbh@4Jhu z&l*?5*eigKbDV?Mt*l&5<$Ce|DmoK?Cj38+cPL-gmm*O)%C&D4Ig)d$DCR8JDn_p4 z&N=rI(g+zEIaax^&5dUFs{rxHiT0DOtGL*I7Sy2s(vr4qRDq$N?_;L@|>2Q!j48YX_xFk;^h;gO$5r;&3;hy^Z`ANo{JcNw?Ho#7g`UB^8? zT)57hMoH&%-7H2>2~(s2r2|^FjD<;xuI*ASX$l5BdSyOj%COK_trx6kSj0TvGkbW# zXq~?BJ^Xc7FkEVGE9c?5emIbhz0f%o!tC2Jh^lcI{6vQL)&`w`O7qaz!TkH49Nydf-o+uSO9ehu8i zu815%_1qT0hgyjb#rJJ zqF-uO0;&pW@-HaLOClUjbNm;=c>#Z0nc7+W*%#5y;Lufs;reX_L&zhVHM^dl*q>@H zUaqp90C;KkGY^KGwhs@qO`vFegz0Jv?KYD@ZLrjZi0^|UkT?a{sCn*?`H2MHdT+IEzIQ}3hsPyPazsLm{B)cSq{?+>jQh;4i- z?JE=!2J@3{W+-Q%&GSB>E;TSiR;WEDI&0Z_>j~jV>n^Q8^Yw3M3+-GLAl29JNZj|| zkUa(&h?&=#f+EqICTImG0O-jZv#88Kq@rU{*xOxspxvDQtYg?Kma>AK4mdz2;8U7M zmPo&zi+?YFBXhHRZO8wQjD$hL)B$Wr+T7=&JbyF%*;DXOvL8*%ww%2+nMJ{E#5TTpJ>K&y9} zcujBzXUUL-eCL!OX&0K`w5`b9b~r7|)jf7&;wR~22O;mYLz)RhuCb#}@^BN!(v={k6%b*dj^uPJN7=Ym?4;|GM%`or#uH91Kl&6;wvORF+|0gil~`)tKQJ8z zPrSBvK3{RCbmwEtsNMVPIz(fB#RZ*G>PfUHv8?)hBs<)IY}g!_TYj*?JH&^2IOGri zm`Zu8Ii$b6R0mA|;dCMM;hU&FfwQiMM4D-oY0DO7^wXzX3x6&QIDpJG7E?%WN&5W! zF*+~<*DumkY3^!x_4=e~f0fP-ap067wH?|dV zb$2G94id8HY7Bfk+aV&2@p%}ask(7PD|~{*3dH{ZUH5PD`dsNR1U0`#NB3Q7Et9aG zAEMn#9R}^CdKB3)GQ@>@vfIkwmfU_OHAOarj^-x@Z*C$gvWk=r-_P}xA#*wP(xAB3|zqa$Eu}w^WbT zCSSTd?dWTZJ;&qTT3z&?XBQDe$vWtvR{#ksdA*qq0k@Do{Y^#@s6mOZ2eD5Qwh0hWv z$=zRGj5|%#g9cDhU)CQ_oTQ`(q)Sc&4NZ|o{ZGfs<-I-niH04 zi#gq&bN}qIwJ(ex^p0`E$G;vNy zgNa#rB%m6nyZ*58nVGb&h2Vj+8ccXuycJ?cfPaFKdcWZGB}UKh_pismYLZiC`@r*5Ou6g0_J2^weRu5Vpaz*Atz8*3 z02pM>PwZUeq?cY1_C&N@QxAtZl@>fw0T$IxKfj6mV=d}LY}g#*IYl!y6!8=t{7;?Ev;=8;>17DYRSEY zwA2S*Zc>2i80pw~ICxq`T8LYJ%Cxv&BS}Y)B(`pY7Hhvcp2*r{_|L3p)-&}QYvtL0 z)`YmocI|NEW)r;~0-y{u@gNkY@7Dh#O4xT zrYM}N>3O}CYOQ-Zfz)(gJO3v>(eN694Utn0n@z9pRz4)HHLuvsS*V$yXsIJc>kP=g zb8#F&6fGTwO_{9Qs0T+@RiG$==6dfaeOA;>dsMCYN`)$R^_|uj z=Q1(MT-uVhtNiyVtPo@?8&a7p%Z5g+59Bq4=2!9D5E`i)c| zPh81sk?>R(`;Q9Z`PoQorSr?I>Fz;2hMW~BqR;JM_31?=-xEG;J$$i7&Do^Kfv8;X z1f!G~UOPjD+D{9nagk^9_zF_59V6+QVUCz36npV^12nRfjmwnUn(7XAuH#?fjLg*k z1_w4VH*L4*X(sXV9ydsByDjMBWq>yYd>m7;*Ik##BE~dR%1_`#ODYJdz^~wGJ;C-E z-pK8)i$OKsBJbJZ*!tlHlDXu<5;cKRSI_$uDXvVs;1;yrA^~ZyRBu^`(*%>_D4HDy`T?`a+HNazjI} zmie=`MztJ5T^7p{6V1rfb3c^R3h9R~`sN4Dlty5B5y?sxCZQIZoX6U@F?h*AGPY0M z#g+=l3XqQqfBV%NGXXHukcl&w*`+ek(;{c$cgWu3z-uIo_F?_%`N60a|%eF?+_=3g`8pDj55qKS^B5xO~;ONIo z(hxagY)60BY?AG;)$m@gs1d%mw)?6vzCQHFTEO^Ir;eb=UGKtSxyU*p;I75RFg)Sw z!MIb}JyPIiA$lqP0S$fq?H;V5GgtUO*5O^FtR5Qy%%W~T-BOC+(4?eogUK3v`PMNz zBr6~$<|haCMG2oF8Laq?<2d?=O-(S`7ASObGVez+i%D-OOai?;P2&-25^*vg0&%tE z&V^b8hT{pbsoBE16~m$8^VW=j7HL-30lX~=ioZBI*eszNGXRU6f^5MW3cuG??`t>* zM-MtNce(=pF!T_h@BcPo?;JlU)vt}E13OHyiR&lOTVn9g$e00ROrf+pEx-)o$JJ|(MUXA<|4o} z^|lUV-)jMo9^9}5Hfseg$Pzq{`CSz}72e;pAVnS9aMjaNo7f$V9~1%g22FOFy8q3U zdpt7~4H&#v*KXPC37cT=IdqPby?8hFT5-fJYq;V8R(|Y7lB+}L7^Le;Ds#I@TA)y> ztTmHhZCObeiMAFP(Nc(5x!%u!rfvMhTXmqL66P#iZQBXx(l(DDq1Dc#0QucqEwkoL z?lXS6v&Hj;n-RNfrehQbkN(M=t6xAn`fDZKb3iA?wt%#U&-gjSs&kM+G~?PdG>x*c z=-bg#y7ug(^Wohe(#hqe%DiErEyi9uKc=N!J0tqCaShGqq>>V_6YW|r^ zXu^L>78o9h3pSE=3=rtsrY1@lSeL)q{iPnCYCtAw>&(2E1aQ(bCQ%Yf9agh&76fZh zRcpD63JUBnNI1HnM3m=XgMT;5v#KZF_KQ%fH#2A5m8hXPA}lFA95q#|&N|ALN*Fr^ z-~ezvx~T2dzeMLT1RjGPch;3iTmkIcxDP*UuM&s)VwS%QQCN{w$D{suHjCFZ|CoF| z6Z9eicx%PTSHX4eJgE9>@85_L*?$uVckk#U-1Yv#@}Kt;O)C%4fBUH@h6sDcLTMPn zEk33p^~ml&iyMhpu$x(g;%vYpp*nKffLtK>tu5{*Vy=P`6lf)XdYbqqE+{W%>L`x3MQf5D@e87_K9g-bHV)qYIm^8bn|S=t zZ1*B~B`g`E^0rx0KCv%v?W-@$5hTqbK5C1TT=v=J2xu@`|3ZFG+_09k!=8 zM=etDCPfHnZ)bu;lfZtg$l0-Uz>$&UrD;ImrU?6E)4Vv0oN#lZx(=KbCOOyO5!~*B zR1KOSVMhhCyFURAM}~>MPYX$9-71pam(@tvI$xtY z?$|k*KMM?~-(p;&c|g~ages+}rpZJA-EyzJLH5VKl(5GHb;}Y1c9lsRhLJq3Y=6gBFBR-4$wVgr8~0POF~#V#PL#?$XN zWc~C0aM=mtOlk;Cd=sbmawz^mOpXGy8n1DtVwFHBA9Zq8KDK*y#Om~FXt>5**FSFK z+RxmDT)F`lPwgV$TH4?pE9p~S;KWKd0;3ckZXVN1Dp{hxghuAB|Azv7OxKESai8s` z(q744nRYs1fU#i65iqg0P7~$@V?F zG}T+{f=XUv5pA2qt)=Enp2_hAPS%uUBA7@kRdm!Iu!(SW5>fHF+4^1MQ%X+VPP4c~EP5QLu59`%w2C}>ZK`_QyzYZUi)RaDt(^@FmoW_Hcn=8Sw~O!G+^*kt~pa=nViP6)TU@pW-h z9+UP#C7k2&TYO1dNizBOu;81e5kQgk{fBM;+z}|L`4E9HyyD6tuIArESp!aIw;78u zjM1DMUoOcfrc#bBXog!wLZxR67OUW51W(@C*HE|*x-}g`{AIUDC4N;K5r9+8B|N>W zi?G6P`n$H-|L$8DHA-YmhPU)2N$Txxl(ruZB&r^-{Jjoo&GNjnvR#c#%mNj~*cOz^ zDL48Ep5;bQOC6*0CSI=e3;Esb?cDju@#Wu0N>iU!;F)M$QYq4GGMrOGnxJXjb{4JG z4CcA4sU{JXfbY{^7Bv~RYBf<^M>ip4*?_b@8cV7Fxqh<+b2he5*=(xo8qu+u$X zT=%@~6yT|C>Y6^=QL)pT_Haycs~Pzq&_r;8#EE_>i&E0r7IUns`QoMQ{F+gAAZDcdP}`$J%hPg}>14w}L~V_&m4s##`rXw<2@e zuHmf7^H&^~V%~H*wg{(HljBv7X`%A@3TsbGlfEh50Ti@>kT}ZD-=iwGeuk|4vLzkE z*7HQKq_nseJI$9F&`U@e|LD+1K$JkSw|^rs9NQt_Ba*va|M zZyip}wSYxf!pGiwmahv$>{8oJXs>@{eh05)et4T4HFzh=kP?`f;vhq2V#lOwu&YWr zJ(d@YioIh177>NKKma?tnQmNYp6AXS><(d;BM~~5-0Wqv%WKzh#(bD3Bj`wPSFDLY zQG8p#wd+SEU);Fu#iXM@-eL5mtq(rYURz!&&+b4OM}j|XO??-+=hIrvk#pNFXQ%V8 z6T}DFewzZJYxpHBa*S$WX0MRTZm=sT{UnjGLZl^X{PMagiiXT>tXoFOIX|&YTN~OC z4rEIvV%>_<{)EBWz@8VndsWaoGK?s(R>$)Ty$h56TQK+J_=bZq^gb{>7YOMpFPwZg zf(8C%F4hkF`V9N4=A zpMz#gB5FaA*V>M>W`HvOk>AEW#t;Ysd&}yeo28+{>FuNkYv;^#k`&@ET+GPWye!#d z`*?;G@LBTlSaEQMaW}RBpG8}1aoeP+IV0TAJ=87nqr?3yq*1epNO$&Wwnx(TXsFO* zr8;rf_n_q8p@H@ojCyV1w4IwwyH{I5806d7zPx-^s!+qn1IL&PLG{}c2BX|?M#a-^-IYio~7|YQ0rF4T`ihGnx*e2La3bU z?6cI2fX*caJh-vEH{HliF9e27x)$d&0JX`w*aDKy`Q2=>yx_51JU2>zUu4?!qZz*6 z?_)cF}F z@BAA-4?pO7tTqUvk_5>P{*Sjxgs8e&IhhJ|R?#mfjz$3HeG`7gopRTrzI&{<M zBaW59`BAON^uw=7kPB&ZMe9?df|+{7m%h8*afkBE721E;?oS@mkZK72(mvqD>LD)g z$?5H$XjQrXV8xF0|3PAhHEZr-3az+kE=%fhI7(gqK5c&mqIEdHd>S)gTO!w?YAo4O z&{OF74Kq>hu4^l^vJLkb_)mug7GzY|wp1e@(brdc+$zvvDs*P5zleuiEBp!yP!Nc= zd4pz${+_B0g@Lj>{OX5X-DTM-Ol#>)Pn1U&TM-g4o$o+POKKu05stdHxt6VKHwJi= zX8HE4!6KegG4{K4bIbig;*cIyTOUXIU&NHs8w+lJL3ZHbWF}ssg#f$23|=c{i3rlD zlg{s)&RlewV2%BQ_`;!gm zf7Ikd2zO=LM87B`g6rsyJ6|E;^4>9d^IOuv=?$9T zyx#C@!u6b59*}*qR(+YLaKRt>3e)_((IO#4nC^o=nsQPU^(0c0(8akdhXTEZh%Q-2 z{f|Dp2BG35X~q~Pl4q;Eo5l0Hn~m4mcvtYQ&16@Bm42xYGL>H%k0iD@6gt6D3s-%X3#HN zDQO~ah6Hp8662Vf3LFLH2hnL$)^Fm69JZCw*Q`$G`Yk0L)h@|Wk&}8hpl_G)=PXgn z(S^#?6+0uMe3LymZ>9roS@k9~G|i|DE{LNQqpVewbZy5Mb^sFRRI+!4?E&o&O?&66 z4%=eciNYaYcTTU^Gs^Z*Hm%aAl@qT_uIk$n711FMiR3A8*gNFu3{7jl+B$Hnkz@1? zkEjk+YG2gr&m?`uf#zvm|x zw)-}qT3@VG3Es;Zz9Br8PFwN+y{Rg1v}yQsH_}u~oX-yNeM+@I>8nGGj<`s+C#r9{ zAJzT!*0)1*>(|MbK2Fjvlgy#==gC;gJGq{^10UK++g1;5c+T0M(~asLnO_J=Y{YVS zlR@=>^cW^Mftpbm@oR>q9~#{TYQ&W$zQ3lmAxK+zUre4`VI`+%EV8ZR4qF zom2Ut-8V3RsW2bIV{7aVzt`(l9maJu%zf)Cijm753-R+Cvya@*ed+tDCFo-G2t4S^ zw~&d6)vXsAucXtM`Kcn8EN5RXo1A*Cx<-WI{Wy!AiPJ@MF&757R_AwRVde5Dm4f?@ zM0l~f^Yv@@6sQgX=eFn$#&G#xLalS|4+sXM@O61y*(--x^l8tnR&FS#sV?gAmaJp^ zT=uUW3Dp*6L^vM5@M3K^I##ux@zd?M)@JL1`b@Fy(D~@cI;L9XS_4D~`FTR_p3mP! zYi05*ZLuihgwp0Q6{Az7djPgy7T^I(EN3<6eQ5lZwV`yQWf2|exTTkROA%|?bxEF! z_zNN-=m`^5J^ECi?OI33ANGjkO{()t_O~QT!DQv$40wv^UU%@~T+lAaHzNO_NtMgA z6*1m>jK!N9>fBmBuP*d3-^~7Hn{>HZ(Vrql|J^&_)KWF>P=Z|3x#!|%Q+H>&j={d7 z^s)*RE+xtqW(?1sH(Fe+ul{XxCtb2eF^q3uzem{}*yBQpD>t4=?Qux-a}t`oa6ni% zb^G``%lefaoiP)L1(@I>KQSK^G@jQzNstV1Y`2MZGn0& z;s<^2fr6k`K>u8lUmXeh@=Ww7Qhnk0yU}*9BZ@fFR?uft%55KB)a=v}v&~Lk2^MuD zSdDoLVCFV~i{Xq$$7_~K<{bFgiztX>#*e%hIrP@6m<9hiwOZklUE1L6>HYUxR;PY8 z?;C=>5)lG`WoghdRq(S|b?~WimW6dI24e0v5q~FC9^EYToVA`Bv=uu1i|bYUDx>O` zU!^S6KW?!iSXT}N!=P3WvVn8rRQ8Z!cidVe@bFLUxSXF}X;}VGw5A?@V`(2!mkv{$ z%3qUVUCY^l(oZt&ql(dBN2l@C@v!k{*zD$#^^7Et2m~XQVeEjMy~*y6Uj8IPvk?XK z9H(jW@+aP5?SR3*o3KwN@dWVg2k;I{4m!XBkeIswo}hj)wh5^>pzBO7AGoI zdsUT=n9^qZ_Xuk_Z)*ljB>j%g2LCGm`>Is+`S~-8((YTDSrNyH zgD2WGu8`wNZ*kyeBcPs^$N{3k zMOMZ&sHMjn=Zh<8n+Z1W9%>;kL{39}cjIRfDZ)Z_&DDF?NmZIwr;PJT*55yr+JZ%v zrH!5m-`fEEI%zp_;pFa+n{Sso zYC9CPt>cH^+&5m(+AX43wX(6ZvGYpY5N$$uzq`_YgtQdeu5QTEv(S4p9|S0Fq|f;z z0*xub(Pj0s=kXQh6BzTIBHeD!*>`%7fMrPx1ejfujd%Qz$7>w;z8xWy$aUoGD~XJJQf4}5c0%TDXz8QqYdZfi6J zdGKQL;Vy*N-OR^7wwWUh-X!VQi6)x7D#MOg8o1S2>7qhg&HmXMWPirA_+%R+^XnI( zUOW23XQKBVloi}D-l);I7EDm-pHxCIF)4ZT)YIJS5$E+OIl(jI<~ThI`T!9(4qq=$ ziqj*@3b9Y9Y-J1Qmsh9QOQIg2D6=!)LbR$capcYmN;e>m)RNa+MJzn8(!COLe))wE z>dhZYU{TED0ln+A?+ zGrjNw7jUGxzrKc`j@v0C7lcw^SVGA90YE3}cRsSM-PYc6H@pk=j7V#88k%P5YEsY-KO``yRgo85a;N7I>~gZ=J4qqE>ZALOC67E>)r$*E+;D}V*|8Q8SxHVoQp zR8DnMqEDb>0p}tkhh6?WO=bY?Y}|X)IlxipBFW+9X@d$5qw#CtQ)RtvzO6Y<7l@B@ z>BW$P5J_a3hT`|TB<|{;We9L`*<0Pg>1divR|Ma^irxGZV-;{lH8|080nkV{YNF_y z6GULaT%Qb_FDt@+CFfkA-NQv+{V2qD=w5mAICi)I+sKwXKAF-~_h6lo6>Yb#_XR@l z;A}c9fODyRdz%O4(KgH;xMroam@*oLb35u%#9S^|Mj9+`|H2Rsx0HCeCQfds%k3xWpQO8b zbaVrU_T9Y4#I^|By|VJL)=Y|W5zgTr(W@(c)bF~gdbdu=JEDMEdzE+4YSBgWLsQ+O z>eUG94curD2KYcCO#5@F#+M}dEJxv2)-LmUv)l|9V_SUtW4jN@HO94SjQw_L&CK4nM#WQAH6MYM z%|Vxbg#NaUDhs`ppt?BbI~snvwRhxhhiEiwL_h&^+R875}9-kPPi$%v;GVRiGc!49PQ*;T@2n3_cPsqFIgjEWyvIduSu@5 z`u7yAn^XDvQ=q2htA~G#!j|30$TcTB#k1%JC0nY6E$~P9k%6x&?(&#Vc-fJ~MnH|x;+`J() zk+TiPD^)?neZ~+%{x=!M>HKYa?nrpL*i&t+3hNnT^;xBB)s&^~$wlhE(^lEVlzfDc z?=)r8Lxd5=Nn%zAjG8QD6=+EXvQ#}kyS}aySpt$(mqR)|K#Em1zNu?@h^4Qa5$XMm z(QqH0UJ@tO^(W)~PQyAP$tdBn{#=jd=(JJW=9|f`yRQg2nNw?&U5KQGxbCYY0g8z< z?eH#!!dfxDLWIw#M;^AR7jwOazFbV5+PCn(Z65G7y33b7w-K=9kG@_K);7!Rw{$*K zH8-vRd`w=nehGXuy0cw>z8$g#Al?Z0_?YNcTaghKAnL8uuA2rxKbHi*8#(9t@4WYB zL)`-!d*5YArM-EQ)YGW4BFIqN{ROz}Us$UwLaldt$z8;0Zb95-`y1W z5S2okYs9?1La+6z??7Qr9yoP|1FU9=(f8_pf~NSPjw;RHjq)BLS9Oln z+a9urFrJ$k*S28F(o-D10ma+$>;JYQwdD^NF1ICTtbW?o7SuP$Q7E2HVo(Lpg^TzkGrUZo7f(F z($W=R^>t{#!;pQ^{TLO_{6R%6<E%T(^s53HH!C=fP7KWJQ=d2#M;Q_!|m`cT%Y$)&tdx5<3hXzKnE0&%Y12bSf|TOgU8E19#~5rzApR)|CUJ;S1X5jt8Pq5(luS1L9Zn zLr0yT`?}{d^-A-7$EG})?BX*JiM0F-QH(a`y!06JVfB$@K)>s<2QO8uH*-}9`Z*HE z$wfxe$$+P%(u`A!xgo?O-=5{*@|&|91{c|aMJopb@Yd+%Tto`5K%qEdnBLeKeD$Bl zp@GkP3Vtqisd&Epd?6A^^bJQ<6^qR@W3RKl@RYC#*jan+Xw!8;>IKOA@p64?>~gL5 z(n2SZ2YYqnuO|^ z@~=OBn-5vuCe6Eb$Vpa6Dx_6Z@*oE!_9OWLgvOOzz%|5+_J8q~?1~mS>4{v;koAkr z1!+Du`*NJ>n!6pQZl?CdFJ^bsuaVzz97ZjRQN6GNK2z+HfPJx8DpnC9?;^0|_CHTbP?3E8%GzXU}W8<~}I` zhdh2^41Bn@Q5C1&xN|3)c*38Up`7Z`^^GJA0WSD*!V-=Jf?Q>^W!I?3upG?LK|mmN zxnO!#nJlP(Re`nw1O5UhZl8OSGA70eF3QP(^`_6B-I~W|==JXt3_4;r-lUNZBHWC# z8F}_X)W0uUfCgb6x`AO`^byMhU**};*0!e{x?tGO17_=dhx?MiF;NE8|1bJhd|; zLc#!k%YGxZ%3T*|`gne<{`Im{esyF?QBFe1E3r?g%K(xC zDKPPeMt_k3E80>+!WFz?a&U#9CGyPe_EvVhkT?M{H~q*D=;yCe{81<*dYPItmp+)q z)lc7$Ej`a$h)>-182Srd%qUt$_)Rtmi{4;^NZ|2CVmSHmKRj*6h)%>&glhVu6KYuz!nY_VYA))_-#rx}@-PS& zes=Av{xO$!`GzplnZtHjohKixAkPS`XSphnD?Zri{KXw9$P4YM!9!24o8mSoaUMb$ z`6u@)PO09J#Kxf2CdCIY1Ryalhu(ZVaK7V4q7fmxCq*2OpT)ux5sNXS9zz>Va@M`p zY|%I-^uAYZyrwOM&Tc$OeZpV1-U?`Ge)k0!`IpgzmyaBcX~B3ClADb5kz#VhR?D$t zXU4w3H7}87bw4OQ(q5q%RH22*qYXtu6B&9tD|a2Yff4pQ7A{G5mxq02^-8qHDIFKP zT~F1C8?={%jbqqb6--g;vpnYXv}Lky2RZiRZ2eQ? zlG)1cP_4F6k!G$B29}bqW*P8Ex0VAt*tve|Aq=BGo~6@HDoI<$+?JA+(m<_pbNXz! zFkf%EAkxi(Ri5?t>fr4gVFP))dN+HwusQ+o@CwvuGqPO|^pFklV?``7F+Bfj7L(!r c?;hObJ{Xr1f93wcA;3f6yB3C+J5OHz4>cnokN^Mx diff --git a/site/images/close.gif b/site/images/close.gif new file mode 100644 index 0000000000000000000000000000000000000000..1c26bbc5264fcc943ad7b5a0f1a84daece211f34 GIT binary patch literal 279 zcmZ?wbhEHb6kyFkwP}e}6+mLp=yE)H5&?6cps==O-j2#K*@61O)i|`#U%|*xTD17#Qg5 z>nkWI$ji$M2ng`=^D}^ygDj#2&;c6F0P+h1n~g(5frm~PL&uV$l`S$eFDwzBDbhJD v>}Bvw*Al_tWna1PC9OaGVdk23i}vRhZI{iR^*V|n<^22a#~T_O9T}_vbswrX literal 0 HcmV?d00001 diff --git a/site/import-from-git-with-submodules-result.png b/site/import-from-git-with-submodules-result.png deleted file mode 100644 index af4ee73c75b5e5bdf3aab04b918a6aa5bb11ae91..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 5939 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 BzQh0k diff --git a/site/index.html b/site/index.html index 35c2a19c..edfca7ff 100644 --- a/site/index.html +++ b/site/index.html @@ -9,7 +9,7 @@ - Nodeclipse - About + org.nodeclipse.pluginslist - About @@ -54,6 +54,8 @@ Project Information

    - - - - @@ -211,7 +104,7 @@ diff --git a/site/integration.html b/site/integration.html index 569cb057..480879be 100644 --- a/site/integration.html +++ b/site/integration.html @@ -9,7 +9,7 @@ - Nodeclipse - Continuous Integration + org.nodeclipse.pluginslist - Continuous Integration @@ -54,6 +54,8 @@ Project Information - - - - @@ -211,7 +104,7 @@ - -
    - - - - - -
    -
    - -
    - - -
    - -
    -
    -
    -
    -
    Maven/tycho version update
    - -
    -
    mvn -Dtycho.mode=maven org.eclipse.tycho:tycho-versions-plugin:set-version -DnewVersion=0.7.0-SNAPSHOT
    -
    -
    -
    -
    - -
    - - - - diff --git a/site/modules.html b/site/modules.html deleted file mode 100644 index a65dacfb..00000000 --- a/site/modules.html +++ /dev/null @@ -1,730 +0,0 @@ - - - - - - - - - Nodeclipse - Project Modules - - - - - - - - - - - - - - - - - - Fork me on GitHub - - - - - - - - - -
    - - - - - -
    -
    - -
    - - -
    - -
    -

    Project Modules

    -

    This project has declared the following modules:

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    NameDescription
    org.nodeclipse.pluginslistorg.nodeclipse.pluginslist Plugin
    org.nodeclipse.pluginslist (feature)Node.js http://nodejs.org/ development in Eclipse http://eclipse.org/
    org.nodeclipse.helporg.nodeclipse.help
    org.nodeclipse.bundle.coffeeorg.nodeclipse.bundle.coffee
    org.nodeclipse.bundle.coffee.featureorg.nodeclipse.bundle.coffee.feature
    org.nodeclipse.bundle.expressorg.nodeclipse.bundle.express
    org.nodeclipse.bundle.express.featureorg.nodeclipse.bundle.express.feature
    org.nodeclipse.uiorg.nodeclipse.ui
    org.chromium.parentorg.chromium.parent
    org.nodeclipse.debugorg.nodeclipse.debug
    org.nodeclipse.phantomjsSupport for PhantomJS - - http://phantomjs.org/ - - PhantomJS is a headless WebKit scriptable with a JavaScript API. It has fast and native support for various web standards: - DOM handling, CSS selector, JSON, Canvas, and SVG.
    org.nodeclipse.phantomjs.featureorg.nodeclipse.phantomjs.feature
    org.nodeclipse.jjsorg.nodeclipse.jjs
    org.nodeclipse.jjs.featureorg.nodeclipse.jjs.feature Nodeclipse JJS
    org.nodeclipse.mongodborg.nodeclipse.mongodb
    org.nodeclipse.mongodb.featureorg.nodeclipse.mongodb.feature Nodeclipse MongoDB Shell Integration
    org.nodeclipse.vertxorg.nodeclipse.vertx
    org.nodeclipse.vertx.featureorg.nodeclipse.vertx.feature Nodeclipse Vert.x
    org.nodeclipse (feature)org.nodeclipse (feature)
    org.nodeclipse.enide.editors.jadeMinimalist Jade Editor
    org.nodeclipse.enide.editors.jade.featureorg.nodeclipse.enide.editors.jade.feature Minimalist Jade Editor
    org.nodeclipse.enide.nodejs.featureInide Node.js (Combined features dependencies)
    org.nodeclipse.enide.editors.gradleNodeclipse/Enide minimal Editor for build.Gradle
    org.nodeclipse.enide.editors.gradle.featureorg.nodeclipse.enide.editors.gradle.feature Minimalist Gradle Editor
    org.nodeclipse.commonorg.nodeclipse.common
    org.nodeclipse.enide.gradle`build.gradle` Run As Gradle GUI
    org.nodeclipse.enide.gradle.featureorg.nodeclipse.enide.gradle.feature
    org.nodeclipse.enide.mavenpom.xml Run As Maven build
    org.nodeclipse.enide.maven.featureorg.nodeclipse.enide.maven.feature
    org.nodeclipse.enide.studio.included.featureFeatures included in Enide Studio
    org.nodeclipse.siteorg.nodeclipse.site (p2 repository / update site)
    -
    -
    -
    - -
    - - - - diff --git a/site/plugin-management.html b/site/plugin-management.html index 8f78299b..67fb1c3f 100644 --- a/site/plugin-management.html +++ b/site/plugin-management.html @@ -9,7 +9,7 @@ - Nodeclipse - Project Plugin Management + org.nodeclipse.pluginslist - Project Plugin Management @@ -54,6 +54,8 @@ Project Information - - - - @@ -211,7 +104,7 @@ +eclipse-plugin + +Java Version +- diff --git a/site/release-helper.html b/site/release-helper.html deleted file mode 100644 index c88b7e4d..00000000 --- a/site/release-helper.html +++ /dev/null @@ -1,557 +0,0 @@ - - - - - - - - - Nodeclipse - - - - - - - - - - - - - - - - - - - Fork me on GitHub - - - - - - - - - -
    - - - - - -
    -
    - -
    - - -
    - -
    -
    -

    Personal note on how to release

    -

    mvn package rename SNAPSHOT to org.nodeclipse.site-0.11.0-201402250343.zip copy to E:\Enide\update-site-archive upload to https://bintray.com/nodeclipse/nodeclipse/nodeclipse-1/ https://sourceforge.net/projects/nodeclipse/upload/update-site-archive/

    -

    http://dl.bintray.com/nodeclipse/nodeclipse/0.11/

    -

    update composite repositories - C:\Users\weibl\git\www.nodeclipse.org\updates - C:\Users\weibl\git\eclipse-p2-composite-repository

    -

    make announce on www.nodeclipse.org and in plugin list

    -

    Update marketplace entries http://marketplace.eclipse.org/content/nodeclipse http://marketplace.eclipse.org/content/markdown-text-editor http://marketplace.eclipse.org/content/maven/edit http://marketplace.eclipse.org/content/nodeclipse-git-addon/edit http://marketplace.eclipse.org/content/gradle http://marketplace.eclipse.org/content/vertx

    -

    Notes 2

    -

    org.nodeclipse.mongodb.feature_0.15.1.201404300203.jar

    -

    commit with close # issues

    -

    rename zip copy to E: upload to bintray upload to sourceforge

    -

    push to github Github release to add tag pull to get tag

    -

    announce index.html edit nodeclipse updates repository edit Enide eclipse-p2-composite-repository edit Enide-NodeX ‘0.12.0-201403310510’ ‘0.15.1-201404300203’

    -

    close issues, milestone on GitHUb

    -

    http://marketplace.eclipse.org/content/nodeclipse/edit http://marketplace.eclipse.org/content/enide-eclipse-nodejs-ide/edit

    -
    -
    -
    - -
    - - - - diff --git a/site/source-repository.html b/site/source-repository.html index c9e7b310..b62a61be 100644 --- a/site/source-repository.html +++ b/site/source-repository.html @@ -9,7 +9,7 @@ - Nodeclipse - Source Repository + org.nodeclipse.pluginslist - Source Repository @@ -54,6 +54,8 @@ Project Information - - - - @@ -211,7 +104,7 @@ +
    https://github.com/nodeclipse/nodeclipse-1/org.nodeclipse.pluginslist.core/

    Anonymous Access

    The source can be checked out anonymously from Git with this command (See http://git-scm.com/docs/git-clone):

    diff --git a/site/taglist.html b/site/taglist.html new file mode 100644 index 00000000..4ebcb741 --- /dev/null +++ b/site/taglist.html @@ -0,0 +1,214 @@ + + + + + + + + + org.nodeclipse.pluginslist - Tag List report + + + + + + + + + + + + + + + + + + Fork me on GitHub + + + + + + + +
    + +
    + + + + + +
    +
    + +
    + + +
    + +
    +

    Tag List Report

    +

    The following document contains the listing of user tags found in the code. Below is the summary of the occurrences per tag.

    + + + + + + + + +
    Tag ClassTotal number of occurrencesTag strings used by tag class
    Todo Work0todo, FIXME
    +

    Each tag is detailed below:

    +
    +
    +
    + +
    + + + + diff --git a/site/team-list.html b/site/team-list.html index 70a9d3c4..f9f745ea 100644 --- a/site/team-list.html +++ b/site/team-list.html @@ -9,7 +9,7 @@ - Nodeclipse - Project Team + org.nodeclipse.pluginslist - Project Team @@ -54,6 +54,8 @@ Project Information - - - - @@ -211,7 +104,7 @@ - -
    - - - - - -
    -
    - -
    - - -
    - -
    -

    Q: How to determine which eclipse plugins are contributing to menus and toolbars

    -
    -

    Alt + Shift + F2
    then click some menu.
    You can know contributor and menu URI.

    -

    Alt + Shift + F1 : inspect current active part and selection.
    Alt + Shift + F3 : inspector contributor of Widget or item.

    -

    You needs plugin-spy plugin in runtime.

    -
    -
    -
    - -
    - - - - From 18d3c62c6aac2d58033c092681cc8ab066dcacaf Mon Sep 17 00:00:00 2001 From: Paul Verest Date: Wed, 30 Sep 2015 09:25:49 +0000 Subject: [PATCH 04/41] Puplishing site for 1.0.2-SNAPSHOT --- site/dependencies.html | 229 ++++++++++++++++++------------ site/dependency-convergence.html | 19 +-- site/dependency-info.html | 37 ++--- site/distribution-management.html | 21 +-- site/index.html | 23 +-- site/integration.html | 19 +-- site/issue-tracking.html | 19 +-- site/plugin-management.html | 19 +-- site/plugins.html | 33 +---- site/project-info.html | 21 +-- site/project-reports.html | 213 --------------------------- site/project-summary.html | 32 +---- site/source-repository.html | 21 +-- site/taglist.html | 214 ---------------------------- site/team-list.html | 19 +-- 15 files changed, 183 insertions(+), 756 deletions(-) delete mode 100644 site/project-reports.html delete mode 100644 site/taglist.html diff --git a/site/dependencies.html b/site/dependencies.html index 8cce7e1e..3444dfec 100644 --- a/site/dependencies.html +++ b/site/dependencies.html @@ -9,7 +9,7 @@ - org.nodeclipse.pluginslist - Project Dependencies + org.nodeclipse.pluginslist (feature) - Project Dependencies @@ -79,14 +79,6 @@ - - @@ -104,7 +96,7 @@ +eclipse-feature diff --git a/site/source-repository.html b/site/source-repository.html index b62a61be..a06a9fb1 100644 --- a/site/source-repository.html +++ b/site/source-repository.html @@ -9,7 +9,7 @@ - org.nodeclipse.pluginslist - Source Repository + org.nodeclipse.pluginslist (feature) - Source Repository @@ -79,14 +79,6 @@ - - @@ -104,7 +96,7 @@ +
    https://github.com/nodeclipse/nodeclipse-1/features/org.nodeclipse.pluginslist.feature/

    Anonymous Access

    The source can be checked out anonymously from Git with this command (See http://git-scm.com/docs/git-clone):

    diff --git a/site/taglist.html b/site/taglist.html deleted file mode 100644 index 4ebcb741..00000000 --- a/site/taglist.html +++ /dev/null @@ -1,214 +0,0 @@ - - - - - - - - - org.nodeclipse.pluginslist - Tag List report - - - - - - - - - - - - - - - - - - Fork me on GitHub - - - - - - - -
    - -
    - - - - - -
    -
    - -
    - - -
    - -
    -

    Tag List Report

    -

    The following document contains the listing of user tags found in the code. Below is the summary of the occurrences per tag.

    - - - - - - - - -
    Tag ClassTotal number of occurrencesTag strings used by tag class
    Todo Work0todo, FIXME
    -

    Each tag is detailed below:

    -
    -
    -
    - -
    - - - - diff --git a/site/team-list.html b/site/team-list.html index f9f745ea..776bb7aa 100644 --- a/site/team-list.html +++ b/site/team-list.html @@ -9,7 +9,7 @@ - org.nodeclipse.pluginslist - Project Team + org.nodeclipse.pluginslist (feature) - Project Team @@ -79,14 +79,6 @@ - - @@ -104,7 +96,7 @@ diff --git a/site/source-repository.html b/site/source-repository.html index a06a9fb1..67231942 100644 --- a/site/source-repository.html +++ b/site/source-repository.html @@ -9,7 +9,7 @@ - org.nodeclipse.pluginslist (feature) - Source Repository + org.nodeclipse.help - Source Repository @@ -79,6 +79,14 @@ + + @@ -96,7 +104,7 @@ +
    https://github.com/nodeclipse/nodeclipse-1/org.nodeclipse.help/

    Anonymous Access

    The source can be checked out anonymously from Git with this command (See http://git-scm.com/docs/git-clone):

    diff --git a/site/taglist.html b/site/taglist.html new file mode 100644 index 00000000..2d5ed6a4 --- /dev/null +++ b/site/taglist.html @@ -0,0 +1,214 @@ + + + + + + + + + org.nodeclipse.help - Tag List report + + + + + + + + + + + + + + + + + + Fork me on GitHub + + + + + + + +
    + +
    + + + + + +
    +
    + +
    + + +
    + +
    +

    Tag List Report

    +

    The following document contains the listing of user tags found in the code. Below is the summary of the occurrences per tag.

    + + + + + + + + +
    Tag ClassTotal number of occurrencesTag strings used by tag class
    Todo Work0todo, FIXME
    +

    Each tag is detailed below:

    +
    +
    +
    + +
    + + + + diff --git a/site/team-list.html b/site/team-list.html index 776bb7aa..c87d197a 100644 --- a/site/team-list.html +++ b/site/team-list.html @@ -9,7 +9,7 @@ - org.nodeclipse.pluginslist (feature) - Project Team + org.nodeclipse.help - Project Team @@ -79,6 +79,14 @@ + + @@ -96,7 +104,7 @@ - -
    - - - - - -
    -
    - -
    - - -
    - -
    -

    Generated Reports

    -

    This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

    -
    -

    Overview

    - - - - - - -
    DocumentDescription
    Tag ListReport on various tags found in the code.
    -
    -
    -
    - -
    - - - - diff --git a/site/project-summary.html b/site/project-summary.html index dce08be9..8084ee7c 100644 --- a/site/project-summary.html +++ b/site/project-summary.html @@ -9,7 +9,7 @@ - org.nodeclipse.bundle.coffee - Project Summary + org.nodeclipse.bundle.coffee.feature - Project Summary @@ -79,14 +79,6 @@ - - @@ -104,7 +96,7 @@ +http://nodeclipse.github.io/features/org.nodeclipse.bundle.coffee.feature

    Project Organization

    @@ -296,13 +281,13 @@

    Build Information

    - + -
    ArtifactIdorg.nodeclipse.bundle.coffee
    org.nodeclipse.bundle.coffee.feature
    Version 1.6.3
    Typeeclipse-plugin
    +eclipse-feature diff --git a/site/source-repository.html b/site/source-repository.html index d99aad5c..3805bdb7 100644 --- a/site/source-repository.html +++ b/site/source-repository.html @@ -9,7 +9,7 @@ - org.nodeclipse.bundle.coffee - Source Repository + org.nodeclipse.bundle.coffee.feature - Source Repository @@ -79,14 +79,6 @@ - - @@ -104,7 +96,7 @@ +
    https://github.com/nodeclipse/nodeclipse-1/features/org.nodeclipse.bundle.coffee.feature/

    Anonymous Access

    The source can be checked out anonymously from Git with this command (See http://git-scm.com/docs/git-clone):

    diff --git a/site/taglist.html b/site/taglist.html deleted file mode 100644 index c5aaa386..00000000 --- a/site/taglist.html +++ /dev/null @@ -1,214 +0,0 @@ - - - - - - - - - org.nodeclipse.bundle.coffee - Tag List report - - - - - - - - - - - - - - - - - - Fork me on GitHub - - - - - - - -
    - -
    - - - - - -
    -
    - -
    - - -
    - -
    -

    Tag List Report

    -

    The following document contains the listing of user tags found in the code. Below is the summary of the occurrences per tag.

    - - - - - - - - -
    Tag ClassTotal number of occurrencesTag strings used by tag class
    Todo Work0todo, FIXME
    -

    Each tag is detailed below:

    -
    -
    -
    - -
    - - - - diff --git a/site/team-list.html b/site/team-list.html index a34e2f04..2d169956 100644 --- a/site/team-list.html +++ b/site/team-list.html @@ -9,7 +9,7 @@ - org.nodeclipse.bundle.coffee - Project Team + org.nodeclipse.bundle.coffee.feature - Project Team @@ -79,14 +79,6 @@ - - @@ -104,7 +96,7 @@ diff --git a/site/source-repository.html b/site/source-repository.html index 3805bdb7..8f5e905b 100644 --- a/site/source-repository.html +++ b/site/source-repository.html @@ -9,7 +9,7 @@ - org.nodeclipse.bundle.coffee.feature - Source Repository + org.nodeclipse.bundle.express - Source Repository @@ -79,6 +79,14 @@ + + @@ -96,7 +104,7 @@ +
    https://github.com/nodeclipse/nodeclipse-1/org.nodeclipse.bundle.express/

    Anonymous Access

    The source can be checked out anonymously from Git with this command (See http://git-scm.com/docs/git-clone):

    diff --git a/site/taglist.html b/site/taglist.html new file mode 100644 index 00000000..9e694123 --- /dev/null +++ b/site/taglist.html @@ -0,0 +1,214 @@ + + + + + + + + + org.nodeclipse.bundle.express - Tag List report + + + + + + + + + + + + + + + + + + Fork me on GitHub + + + + + + + +
    + +
    + + + + + +
    +
    + +
    + + +
    + +
    +

    Tag List Report

    +

    The following document contains the listing of user tags found in the code. Below is the summary of the occurrences per tag.

    + + + + + + + + +
    Tag ClassTotal number of occurrencesTag strings used by tag class
    Todo Work0todo, FIXME
    +

    Each tag is detailed below:

    +
    +
    +
    + +
    + + + + diff --git a/site/team-list.html b/site/team-list.html index 2d169956..03bfe38d 100644 --- a/site/team-list.html +++ b/site/team-list.html @@ -9,7 +9,7 @@ - org.nodeclipse.bundle.coffee.feature - Project Team + org.nodeclipse.bundle.express - Project Team @@ -79,6 +79,14 @@ + + @@ -96,7 +104,7 @@ diff --git a/site/source-repository.html b/site/source-repository.html index 8f5e905b..cca73305 100644 --- a/site/source-repository.html +++ b/site/source-repository.html @@ -9,7 +9,7 @@ - org.nodeclipse.bundle.express - Source Repository + org.nodeclipse.bundle.express.feature - Source Repository @@ -79,14 +79,6 @@ - - @@ -104,7 +96,7 @@ +
    https://github.com/nodeclipse/nodeclipse-1/features/org.nodeclipse.bundle.express.feature/

    Anonymous Access

    The source can be checked out anonymously from Git with this command (See http://git-scm.com/docs/git-clone):

    diff --git a/site/taglist.html b/site/taglist.html deleted file mode 100644 index 9e694123..00000000 --- a/site/taglist.html +++ /dev/null @@ -1,214 +0,0 @@ - - - - - - - - - org.nodeclipse.bundle.express - Tag List report - - - - - - - - - - - - - - - - - - Fork me on GitHub - - - - - - - -
    - -
    - - - - - -
    -
    - -
    - - -
    - -
    -

    Tag List Report

    -

    The following document contains the listing of user tags found in the code. Below is the summary of the occurrences per tag.

    - - - - - - - - -
    Tag ClassTotal number of occurrencesTag strings used by tag class
    Todo Work0todo, FIXME
    -

    Each tag is detailed below:

    -
    -
    -
    - -
    - - - - diff --git a/site/team-list.html b/site/team-list.html index 03bfe38d..cface28f 100644 --- a/site/team-list.html +++ b/site/team-list.html @@ -9,7 +9,7 @@ - org.nodeclipse.bundle.express - Project Team + org.nodeclipse.bundle.express.feature - Project Team @@ -79,14 +79,6 @@ - - @@ -104,7 +96,7 @@ - -
    - - - - - -
    -
    - -
    - - -
    - - -
    -

    Project Dependencies

    -
    -

    provided

    -

    The following is a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:

    - - - - - - - - - - - - -
    GroupIdArtifactIdVersionTypeLicense
    org.nodeclipse.nodeclipse-1org.nodeclipse.bundle.express3.2.5eclipse-plugin-
    -
    -

    system

    -

    The following is a list of system dependencies for this project. These dependencies are required to compile the application:

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    GroupIdArtifactIdVersionTypeLicense
    p2.eclipse-plugincom.ibm.icu50.1.1.v201304230130jar-
    p2.eclipse-pluginjavax.annotation1.1.0.v201209060031jar-
    p2.eclipse-pluginjavax.inject1.0.0.v20091030jar-
    p2.eclipse-pluginjavax.xml1.3.4.v201005080400jar-
    p2.eclipse-pluginorg.apache.batik.css1.6.0.v201011041432jar-
    p2.eclipse-pluginorg.apache.batik.util1.6.0.v201011041432jar-
    p2.eclipse-pluginorg.apache.batik.util.gui1.6.0.v201011041432jar-
    p2.eclipse-pluginorg.eclipse.core.commands3.6.100.v20130515-1857jar-
    p2.eclipse-pluginorg.eclipse.core.contenttype3.4.200.v20130326-1255jar-
    p2.eclipse-pluginorg.eclipse.core.databinding1.4.1.v20130515-1857jar-
    p2.eclipse-pluginorg.eclipse.core.databinding.observable1.4.1.v20130515-1857jar-
    p2.eclipse-pluginorg.eclipse.core.databinding.property1.4.200.v20130515-1857jar-
    p2.eclipse-pluginorg.eclipse.core.expressions3.4.501.v20131118-1915jar-
    p2.eclipse-pluginorg.eclipse.core.jobs3.5.300.v20130429-1813jar-
    p2.eclipse-pluginorg.eclipse.core.runtime3.9.100.v20131218-1515jar-
    p2.eclipse-pluginorg.eclipse.e4.core.commands0.10.2.v20130515-1857jar-
    p2.eclipse-pluginorg.eclipse.e4.core.contexts1.3.1.v20130905-0905jar-
    p2.eclipse-pluginorg.eclipse.e4.core.di1.3.0.v20130514-1256jar-
    p2.eclipse-pluginorg.eclipse.e4.core.di.extensions0.11.100.v20130514-1256jar-
    p2.eclipse-pluginorg.eclipse.e4.core.services1.1.0.v20130515-1343jar-
    p2.eclipse-pluginorg.eclipse.e4.ui.bindings0.10.102.v20140117-1939jar-
    p2.eclipse-pluginorg.eclipse.e4.ui.css.core0.10.100.v20130515-1857jar-
    p2.eclipse-pluginorg.eclipse.e4.ui.css.swt0.11.0.v20130515-1857jar-
    p2.eclipse-pluginorg.eclipse.e4.ui.css.swt.theme0.9.100.v20130515-1857jar-
    p2.eclipse-pluginorg.eclipse.e4.ui.di1.0.0.v20130515-1857jar-
    p2.eclipse-pluginorg.eclipse.e4.ui.model.workbench1.0.1.v20131118-1956jar-
    p2.eclipse-pluginorg.eclipse.e4.ui.services1.0.1.v20131118-1940jar-
    p2.eclipse-pluginorg.eclipse.e4.ui.widgets1.0.0.v20130515-1857jar-
    p2.eclipse-pluginorg.eclipse.e4.ui.workbench1.0.2.v20131202-1739jar-
    p2.eclipse-pluginorg.eclipse.e4.ui.workbench.addons.swt1.0.2.v20131129-1621jar-
    p2.eclipse-pluginorg.eclipse.e4.ui.workbench.renderers.swt0.11.2.v20140205-1834jar-
    p2.eclipse-pluginorg.eclipse.e4.ui.workbench.swt0.12.2.v20140117-1939jar-
    p2.eclipse-pluginorg.eclipse.e4.ui.workbench30.12.0.v20130515-1857jar-
    p2.eclipse-pluginorg.eclipse.emf.common2.9.2.v20131212-0545jar-
    p2.eclipse-pluginorg.eclipse.emf.ecore2.9.2.v20131212-0545jar-
    p2.eclipse-pluginorg.eclipse.emf.ecore.change2.9.0.v20131212-0545jar-
    p2.eclipse-pluginorg.eclipse.emf.ecore.xmi2.9.1.v20131212-0545jar-
    p2.eclipse-pluginorg.eclipse.equinox.app1.3.100.v20130327-1442jar-
    p2.eclipse-pluginorg.eclipse.equinox.common3.6.200.v20130402-1505jar-
    p2.eclipse-pluginorg.eclipse.equinox.ds1.4.101.v20130813-1853jar-
    p2.eclipse-pluginorg.eclipse.equinox.event1.3.0.v20130327-1442jar-
    p2.eclipse-pluginorg.eclipse.equinox.preferences3.5.100.v20130422-1538jar-
    p2.eclipse-pluginorg.eclipse.equinox.registry3.5.301.v20130717-1549jar-
    p2.eclipse-pluginorg.eclipse.equinox.util1.0.500.v20130404-1337jar-
    p2.eclipse-pluginorg.eclipse.help3.6.0.v20130326-1254jar-
    p2.eclipse-pluginorg.eclipse.jface3.9.1.v20130725-1141jar-
    p2.eclipse-pluginorg.eclipse.jface.databinding1.6.200.v20130515-1857jar-
    p2.eclipse-pluginorg.eclipse.osgi3.9.1.v20140110-1610jar-
    p2.eclipse-pluginorg.eclipse.osgi.services3.3.100.v20130513-1956jar-
    p2.eclipse-pluginorg.eclipse.swt3.102.1.v20140206-1334jar-
    p2.eclipse-pluginorg.eclipse.swt.cocoa.macosx.x86_643.102.1.v20140206-1358jar-
    p2.eclipse-pluginorg.eclipse.swt.gtk.linux.x863.102.1.v20140206-1358jar-
    p2.eclipse-pluginorg.eclipse.swt.gtk.linux.x86_643.102.1.v20140206-1358jar-
    p2.eclipse-pluginorg.eclipse.swt.win32.win32.x863.102.1.v20140206-1358jar-
    p2.eclipse-pluginorg.eclipse.swt.win32.win32.x86_643.102.1.v20140206-1358jar-
    p2.eclipse-pluginorg.eclipse.ui3.105.0.v20130522-1122jar-
    p2.eclipse-pluginorg.eclipse.ui.workbench3.105.2.v20140211-1711jar-
    p2.eclipse-pluginorg.w3c.css.sac1.3.1.v200903091627jar-
    p2.eclipse-pluginorg.w3c.dom.events3.0.0.draft20060413_v201105210656jar-
    p2.eclipse-pluginorg.w3c.dom.smil1.0.1.v200903091627jar-
    p2.eclipse-pluginorg.w3c.dom.svg1.1.0.v201011041433jar-
    -
    -

    Project Transitive Dependencies

    -

    No transitive dependencies are required for this project.

    -
    -

    Project Dependency Graph

    - -
    -

    Dependency Tree

    -
      -
    • org.nodeclipse.nodeclipse-1:org.nodeclipse.bundle.express.feature:eclipse-feature:3.2.5 Information -
        -
      • p2.eclipse-plugin:javax.annotation:jar:1.1.0.v201209060031 (system) Information
      • -
      • p2.eclipse-plugin:javax.xml:jar:1.3.4.v201005080400 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.osgi:jar:3.9.1.v20140110-1610 (system) Information
      • -
      • p2.eclipse-plugin:org.apache.batik.css:jar:1.6.0.v201011041432 (system) Information
      • -
      • p2.eclipse-plugin:org.apache.batik.util:jar:1.6.0.v201011041432 (system) Information
      • -
      • p2.eclipse-plugin:org.w3c.css.sac:jar:1.3.1.v200903091627 (system) Information
      • -
      • p2.eclipse-plugin:org.w3c.dom.svg:jar:1.1.0.v201011041433 (system) Information
      • -
      • p2.eclipse-plugin:org.apache.batik.util.gui:jar:1.6.0.v201011041432 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.osgi.services:jar:3.3.100.v20130513-1956 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.core.commands:jar:3.6.100.v20130515-1857 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.equinox.common:jar:3.6.200.v20130402-1505 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.core.contenttype:jar:3.4.200.v20130326-1255 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.equinox.preferences:jar:3.5.100.v20130422-1538 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.equinox.registry:jar:3.5.301.v20130717-1549 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.core.databinding:jar:1.4.1.v20130515-1857 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.core.databinding.observable:jar:1.4.1.v20130515-1857 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.core.databinding.property:jar:1.4.200.v20130515-1857 (system) Information
      • -
      • p2.eclipse-plugin:com.ibm.icu:jar:50.1.1.v201304230130 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.core.runtime:jar:3.9.100.v20131218-1515 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.core.expressions:jar:3.4.501.v20131118-1915 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.core.jobs:jar:3.5.300.v20130429-1813 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.equinox.app:jar:1.3.100.v20130327-1442 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.e4.core.commands:jar:0.10.2.v20130515-1857 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.e4.core.di:jar:1.3.0.v20130514-1256 (system) Information
      • -
      • p2.eclipse-plugin:javax.inject:jar:1.0.0.v20091030 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.e4.core.contexts:jar:1.3.1.v20130905-0905 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.e4.core.services:jar:1.1.0.v20130515-1343 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.e4.core.di.extensions:jar:0.11.100.v20130514-1256 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.swt:jar:3.102.1.v20140206-1334 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.jface:jar:3.9.1.v20130725-1141 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.e4.ui.bindings:jar:0.10.102.v20140117-1939 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.e4.ui.css.core:jar:0.10.100.v20130515-1857 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.e4.ui.css.swt:jar:0.11.0.v20130515-1857 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.e4.ui.css.swt.theme:jar:0.9.100.v20130515-1857 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.e4.ui.di:jar:1.0.0.v20130515-1857 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.emf.ecore:jar:2.9.2.v20131212-0545 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.e4.ui.model.workbench:jar:1.0.1.v20131118-1956 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.e4.ui.services:jar:1.0.1.v20131118-1940 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.e4.ui.widgets:jar:1.0.0.v20130515-1857 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.emf.ecore.change:jar:2.9.0.v20131212-0545 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.emf.ecore.xmi:jar:2.9.1.v20131212-0545 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.e4.ui.workbench:jar:1.0.2.v20131202-1739 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.e4.ui.workbench.renderers.swt:jar:0.11.2.v20140205-1834 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.e4.ui.workbench.swt:jar:0.12.2.v20140117-1939 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.e4.ui.workbench.addons.swt:jar:1.0.2.v20131129-1621 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.jface.databinding:jar:1.6.200.v20130515-1857 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.e4.ui.workbench3:jar:0.12.0.v20130515-1857 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.equinox.ds:jar:1.4.101.v20130813-1853 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.equinox.event:jar:1.3.0.v20130327-1442 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.emf.common:jar:2.9.2.v20131212-0545 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.equinox.util:jar:1.0.500.v20130404-1337 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.help:jar:3.6.0.v20130326-1254 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.ui:jar:3.105.0.v20130522-1122 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.ui.workbench:jar:3.105.2.v20140211-1711 (system) Information
      • -
      • org.nodeclipse.nodeclipse-1:org.nodeclipse.bundle.express:eclipse-plugin:3.2.5 (provided) Information
      • -
      • p2.eclipse-plugin:org.w3c.dom.smil:jar:1.0.1.v200903091627 (system) Information
      • -
      • p2.eclipse-plugin:org.w3c.dom.events:jar:3.0.0.draft20060413_v201105210656 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.swt.gtk.linux.x86:jar:3.102.1.v20140206-1358 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.swt.gtk.linux.x86_64:jar:3.102.1.v20140206-1358 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.swt.win32.win32.x86:jar:3.102.1.v20140206-1358 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.swt.win32.win32.x86_64:jar:3.102.1.v20140206-1358 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.swt.cocoa.macosx.x86_64:jar:3.102.1.v20140206-1358 (system) Information
    -
    -

    Licenses

    -

    Unknown: org.nodeclipse.bundle.express, org.nodeclipse.bundle.express.feature

    -
    -

    Dependency File Details

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    FilenameSizeEntriesClassesPackagesJava VersionDebug Information
    org.nodeclipse.bundle.express-3.2.5.jar353.80 kB-----
    TotalSizeEntriesClassesPackagesJava VersionDebug Information
    1353.80 kB---0.0-
    provided: 1provided: 353.80 kB-----
    -
    -

    Dependency Repository Locations

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Repo IDURLReleaseSnapshotBlacklisted
    keplerhttp://download.eclipse.org/releases/keplerNoNoNo
    sonatype-snapshotshttps://oss.sonatype.org/content/repositories/snapshots/NoYesNo
    sonatypehttps://oss.sonatype.org/content/repositories/releases/YesNoNo
    codehaus-snapshotshttps://nexus.codehaus.org/snapshots/NoYesYes
    apache-snapshotshttps://repository.apache.org/snapshots/NoYesNo
    sonatype-apachehttps://repository.apache.org/releases/YesNoYes
    centralhttps://repo.maven.apache.org/maven2YesNoNo
    -

    Repository locations for each of the Dependencies.

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Artifactkeplersonatype-snapshotssonatypeapache-snapshotscentral
    org.nodeclipse.nodeclipse-1:org.nodeclipse.bundle.express:eclipse-plugin:3.2.5-----
    p2.eclipse-plugin:com.ibm.icu:jar:50.1.1.v201304230130-----
    p2.eclipse-plugin:javax.annotation:jar:1.1.0.v201209060031-----
    p2.eclipse-plugin:javax.inject:jar:1.0.0.v20091030-----
    p2.eclipse-plugin:javax.xml:jar:1.3.4.v201005080400-----
    p2.eclipse-plugin:org.apache.batik.css:jar:1.6.0.v201011041432-----
    p2.eclipse-plugin:org.apache.batik.util:jar:1.6.0.v201011041432-----
    p2.eclipse-plugin:org.apache.batik.util.gui:jar:1.6.0.v201011041432-----
    p2.eclipse-plugin:org.eclipse.core.commands:jar:3.6.100.v20130515-1857-----
    p2.eclipse-plugin:org.eclipse.core.contenttype:jar:3.4.200.v20130326-1255-----
    p2.eclipse-plugin:org.eclipse.core.databinding:jar:1.4.1.v20130515-1857-----
    p2.eclipse-plugin:org.eclipse.core.databinding.observable:jar:1.4.1.v20130515-1857-----
    p2.eclipse-plugin:org.eclipse.core.databinding.property:jar:1.4.200.v20130515-1857-----
    p2.eclipse-plugin:org.eclipse.core.expressions:jar:3.4.501.v20131118-1915-----
    p2.eclipse-plugin:org.eclipse.core.jobs:jar:3.5.300.v20130429-1813-----
    p2.eclipse-plugin:org.eclipse.core.runtime:jar:3.9.100.v20131218-1515-----
    p2.eclipse-plugin:org.eclipse.e4.core.commands:jar:0.10.2.v20130515-1857-----
    p2.eclipse-plugin:org.eclipse.e4.core.contexts:jar:1.3.1.v20130905-0905-----
    p2.eclipse-plugin:org.eclipse.e4.core.di:jar:1.3.0.v20130514-1256-----
    p2.eclipse-plugin:org.eclipse.e4.core.di.extensions:jar:0.11.100.v20130514-1256-----
    p2.eclipse-plugin:org.eclipse.e4.core.services:jar:1.1.0.v20130515-1343-----
    p2.eclipse-plugin:org.eclipse.e4.ui.bindings:jar:0.10.102.v20140117-1939-----
    p2.eclipse-plugin:org.eclipse.e4.ui.css.core:jar:0.10.100.v20130515-1857-----
    p2.eclipse-plugin:org.eclipse.e4.ui.css.swt:jar:0.11.0.v20130515-1857-----
    p2.eclipse-plugin:org.eclipse.e4.ui.css.swt.theme:jar:0.9.100.v20130515-1857-----
    p2.eclipse-plugin:org.eclipse.e4.ui.di:jar:1.0.0.v20130515-1857-----
    p2.eclipse-plugin:org.eclipse.e4.ui.model.workbench:jar:1.0.1.v20131118-1956-----
    p2.eclipse-plugin:org.eclipse.e4.ui.services:jar:1.0.1.v20131118-1940-----
    p2.eclipse-plugin:org.eclipse.e4.ui.widgets:jar:1.0.0.v20130515-1857-----
    p2.eclipse-plugin:org.eclipse.e4.ui.workbench:jar:1.0.2.v20131202-1739-----
    p2.eclipse-plugin:org.eclipse.e4.ui.workbench.addons.swt:jar:1.0.2.v20131129-1621-----
    p2.eclipse-plugin:org.eclipse.e4.ui.workbench.renderers.swt:jar:0.11.2.v20140205-1834-----
    p2.eclipse-plugin:org.eclipse.e4.ui.workbench.swt:jar:0.12.2.v20140117-1939-----
    p2.eclipse-plugin:org.eclipse.e4.ui.workbench3:jar:0.12.0.v20130515-1857-----
    p2.eclipse-plugin:org.eclipse.emf.common:jar:2.9.2.v20131212-0545-----
    p2.eclipse-plugin:org.eclipse.emf.ecore:jar:2.9.2.v20131212-0545-----
    p2.eclipse-plugin:org.eclipse.emf.ecore.change:jar:2.9.0.v20131212-0545-----
    p2.eclipse-plugin:org.eclipse.emf.ecore.xmi:jar:2.9.1.v20131212-0545-----
    p2.eclipse-plugin:org.eclipse.equinox.app:jar:1.3.100.v20130327-1442-----
    p2.eclipse-plugin:org.eclipse.equinox.common:jar:3.6.200.v20130402-1505-----
    p2.eclipse-plugin:org.eclipse.equinox.ds:jar:1.4.101.v20130813-1853-----
    p2.eclipse-plugin:org.eclipse.equinox.event:jar:1.3.0.v20130327-1442-----
    p2.eclipse-plugin:org.eclipse.equinox.preferences:jar:3.5.100.v20130422-1538-----
    p2.eclipse-plugin:org.eclipse.equinox.registry:jar:3.5.301.v20130717-1549-----
    p2.eclipse-plugin:org.eclipse.equinox.util:jar:1.0.500.v20130404-1337-----
    p2.eclipse-plugin:org.eclipse.help:jar:3.6.0.v20130326-1254-----
    p2.eclipse-plugin:org.eclipse.jface:jar:3.9.1.v20130725-1141-----
    p2.eclipse-plugin:org.eclipse.jface.databinding:jar:1.6.200.v20130515-1857-----
    p2.eclipse-plugin:org.eclipse.osgi:jar:3.9.1.v20140110-1610-----
    p2.eclipse-plugin:org.eclipse.osgi.services:jar:3.3.100.v20130513-1956-----
    p2.eclipse-plugin:org.eclipse.swt:jar:3.102.1.v20140206-1334-----
    p2.eclipse-plugin:org.eclipse.swt.cocoa.macosx.x86_64:jar:3.102.1.v20140206-1358-----
    p2.eclipse-plugin:org.eclipse.swt.gtk.linux.x86:jar:3.102.1.v20140206-1358-----
    p2.eclipse-plugin:org.eclipse.swt.gtk.linux.x86_64:jar:3.102.1.v20140206-1358-----
    p2.eclipse-plugin:org.eclipse.swt.win32.win32.x86:jar:3.102.1.v20140206-1358-----
    p2.eclipse-plugin:org.eclipse.swt.win32.win32.x86_64:jar:3.102.1.v20140206-1358-----
    p2.eclipse-plugin:org.eclipse.ui:jar:3.105.0.v20130522-1122-----
    p2.eclipse-plugin:org.eclipse.ui.workbench:jar:3.105.2.v20140211-1711-----
    p2.eclipse-plugin:org.w3c.css.sac:jar:1.3.1.v200903091627-----
    p2.eclipse-plugin:org.w3c.dom.events:jar:3.0.0.draft20060413_v201105210656-----
    p2.eclipse-plugin:org.w3c.dom.smil:jar:1.0.1.v200903091627-----
    p2.eclipse-plugin:org.w3c.dom.svg:jar:1.1.0.v201011041433-----
    Totalkeplersonatype-snapshotssonatypeapache-snapshotscentral
    62 (provided: 1, system: 61)00000
    -
    -
    -
    - -
    - - - - diff --git a/site/dependency-convergence.html b/site/dependency-convergence.html index 3d11ed82..8ae111ea 100644 --- a/site/dependency-convergence.html +++ b/site/dependency-convergence.html @@ -9,7 +9,7 @@ - org.nodeclipse.bundle.express.feature - Reactor Dependency Convergence + org.chromium.parent - Reactor Dependency Convergence @@ -54,8 +54,6 @@ Project Information @@ -96,7 +104,7 @@

    Apache Buildr

    -
    'org.chromium.chromedevtools:org.chromium.parent:pom:0.3.9-SNAPSHOT'
    +
    'org.chromium.chromedevtools:org.chromium.sdk:eclipse-plugin:0.3.9-SNAPSHOT'

    Apache Ivy

    -
    <dependency org="org.chromium.chromedevtools" name="org.chromium.parent" rev="0.3.9-SNAPSHOT">
    -  <artifact name="org.chromium.parent" type="pom" />
    +
    <dependency org="org.chromium.chromedevtools" name="org.chromium.sdk" rev="0.3.9-SNAPSHOT">
    +  <artifact name="org.chromium.sdk" type="eclipse-plugin" />
     </dependency>

    Groovy Grape

    @Grapes(
    -@Grab(group='org.chromium.chromedevtools', module='org.chromium.parent', version='0.3.9-SNAPSHOT')
    +@Grab(group='org.chromium.chromedevtools', module='org.chromium.sdk', version='0.3.9-SNAPSHOT')
     )

    Grails

    -
    compile 'org.chromium.chromedevtools:org.chromium.parent:0.3.9-SNAPSHOT'
    +
    compile 'org.chromium.chromedevtools:org.chromium.sdk:0.3.9-SNAPSHOT'

    Leiningen

    -
    [org.chromium.chromedevtools/org.chromium.parent "0.3.9-SNAPSHOT"]
    +
    [org.chromium.chromedevtools/org.chromium.sdk "0.3.9-SNAPSHOT"]

    SBT

    -
    libraryDependencies += "org.chromium.chromedevtools" % "org.chromium.parent" % "0.3.9-SNAPSHOT"
    +
    libraryDependencies += "org.chromium.chromedevtools" % "org.chromium.sdk" % "0.3.9-SNAPSHOT"
    diff --git a/site/distribution-management.html b/site/distribution-management.html index c0d0fea4..c1f4c0f3 100644 --- a/site/distribution-management.html +++ b/site/distribution-management.html @@ -9,7 +9,7 @@ - org.chromium.parent - Project Distribution Management + org.chromium.sdk - Project Distribution Management @@ -54,6 +54,8 @@ Project Information + + @@ -96,7 +104,7 @@ +

    D:\TEMP\site\/org.chromium.parent/features/org.chromium.sdk

    diff --git a/site/images/close.gif b/site/images/close.gif new file mode 100644 index 0000000000000000000000000000000000000000..1c26bbc5264fcc943ad7b5a0f1a84daece211f34 GIT binary patch literal 279 zcmZ?wbhEHb6kyFkwP}e}6+mLp=yE)H5&?6cps==O-j2#K*@61O)i|`#U%|*xTD17#Qg5 z>nkWI$ji$M2ng`=^D}^ygDj#2&;c6F0P+h1n~g(5frm~PL&uV$l`S$eFDwzBDbhJD v>}Bvw*Al_tWna1PC9OaGVdk23i}vRhZI{iR^*V|n<^22a#~T_O9T}_vbswrX literal 0 HcmV?d00001 diff --git a/site/index.html b/site/index.html index 44f1fa03..c1b98ecc 100644 --- a/site/index.html +++ b/site/index.html @@ -9,7 +9,7 @@ - org.chromium.parent - About + org.chromium.sdk - About @@ -54,6 +54,8 @@ Project Information + + @@ -96,7 +104,7 @@ diff --git a/site/integration.html b/site/integration.html index c0177fe9..9e5ebb30 100644 --- a/site/integration.html +++ b/site/integration.html @@ -9,7 +9,7 @@ - org.chromium.parent - Continuous Integration + org.chromium.sdk - Continuous Integration @@ -54,6 +54,8 @@ Project Information + + @@ -96,7 +104,7 @@ diff --git a/site/source-repository.html b/site/source-repository.html index 7fe72b5a..4b9984ea 100644 --- a/site/source-repository.html +++ b/site/source-repository.html @@ -9,7 +9,7 @@ - org.chromium.parent - Source Repository + org.chromium.sdk - Source Repository @@ -54,6 +54,8 @@ Project Information + + @@ -96,7 +104,7 @@ +
    https://github.com/nodeclipse/nodeclipse-1/org.chromium.parent/features/org.chromium.sdk/

    Anonymous Access

    The source can be checked out anonymously from Git with this command (See http://git-scm.com/docs/git-clone):

    diff --git a/site/taglist.html b/site/taglist.html new file mode 100644 index 00000000..9c6caa8c --- /dev/null +++ b/site/taglist.html @@ -0,0 +1,431 @@ + + + + + + + + + org.chromium.sdk - Tag List report + + + + + + + + + + + + + + + + + + Fork me on GitHub + + + + + + + +
    + +
    + + + + + +
    +
    + +
    + + +
    + +
    +

    Tag List Report

    +

    The following document contains the listing of user tags found in the code. Below is the summary of the occurrences per tag.

    + + + + + + + + +
    Tag ClassTotal number of occurrencesTag strings used by tag class
    Todo Work40todo, FIXME
    +

    Each tag is detailed below:

    +
    +

    Todo Work

    +

    Number of occurrences found in the code: 40

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    org.chromium.sdk.ConnectionLoggerLine
    consider removing it out of logging.40
    org.chromium.sdk.DebugContextLine
    consider redesigning it with subtypes.70
    org.chromium.sdk.DebugEventListenerLine
    consider adding disconnect reason here.33
    org.chromium.sdk.JavascriptVmLine
    support notification about collected scripts in all backends.79
    org.chromium.sdk.JsEvaluateContextLine
    support thrown JavaScript exception here. Currently they are passed as pseudoobject.22
    org.chromium.sdk.JsObjectLine
    make it return list of JsObjectProperty once hacks for supporting exceptions are removed.26
    org.chromium.sdk.JsScopeLine
    consider adding object getter for both with and global scopes.13
    add "block" type (corresponds to block scope in JavaScript 1.7).24
    org.chromium.sdk.JsVariableLine
    do not decorate property name with square brackets, http://code.google.com/p/chromedevtools/issues/detail?id=7742
    org.chromium.sdk.RemoteValueMappingLine
    add methods that describe mapping life-cycle and its other properties.13
    org.chromium.sdk.StandaloneVmLine
    align this with {@link JavascriptVm#getVersion()} method.39
    org.chromium.sdk.TabDebugEventListenerLine
    consider adding close reason here.29
    org.chromium.sdk.UpdatableScriptLine
    add an explicit output parameter about whether VM was resumed or not.18
    org.chromium.sdk.internal.BrowserFactoryImplLine
    rename it somehow. It's not only a browser factory.22
    org.chromium.sdk.internal.shellprotocol.BrowserImplLine
    (peter.rybin): get rid of this structure (if we can get rid of corresponding notification)88
    org.chromium.sdk.internal.shellprotocol.SessionManagerLine
    (peter.rybin): notify listeners here in case they are interested167
    org.chromium.sdk.internal.shellprotocol.tools.devtools.DevToolsServiceHandlerLine
    properly handle errors here, in particular throw IOException if timeout.201
    org.chromium.sdk.internal.shellprotocol.tools.v8debugger.ChromeDevToolSessionManagerLine
    (peter.rybin): Here we are probably supposed to compare it with our context id.107
    org.chromium.sdk.internal.standalonev8.StandaloneVmImplLine
    (peter.rybin): check version here137
    (peter.rybin): support {@code immediate} in protocol249
    org.chromium.sdk.internal.transport.HandshakerLine
    (prybin): expose this as a parameter or get rid of this option if we don't need it.42
    org.chromium.sdk.internal.transport.SocketWrapperLine
    consider renaming into AutoLoggingSocketWrapper21
    org.chromium.sdk.internal.v8native.BreakpointImplLine
    make this code thread-safe.159
    org.chromium.sdk.internal.v8native.CallFrameImplLine
    (apavlov): Terry says: we need to use the [e.g. Rhino] AST to decide if line is debuggerword. If so, find the next sequential line. The below works for simple scripts but doesn't take into account comments, etc.105
    (peter.rybin): do we really need this thing? (advancing to the next line?) stopping on "debugger;" seems to be a quite natural thing.109
    org.chromium.sdk.internal.v8native.ContextBuilderLine
    (peter.rybin): complete it130
    (peter.rybin): implement135
    org.chromium.sdk.internal.v8native.DebugSessionLine
    consider loading all scripts synchronously on session start.179
    (peter.rybin): make some kind of option out of this289
    org.chromium.sdk.internal.v8native.InternalContextLine
    (peter.rybin): document this30
    org.chromium.sdk.internal.v8native.JavascriptVmImplLine
    make sure we do not return those scripts that are reported compiled but not loaded yet.36
    (peter.rybin): This message will be obsolete in JavaSE-1.6.110
    org.chromium.sdk.internal.v8native.protocol.input.EventNotificationLine
    (peter.rybin): does this field really exist?40
    org.chromium.sdk.internal.v8native.value.ExceptionDataImplLine
    make it thread-safe.37
    org.chromium.sdk.internal.v8native.value.JsArrayImplLine
    (peter.rybin) optimize it: either read "length" from remote or count PropertyReference rather than JsVariableImpl46
    (peter.rybin): rename propRefs50
    org.chromium.sdk.internal.v8native.value.JsObjectBaseLine
    (peter.rybin) Maybe assert that context is valid here273
    org.chromium.sdk.internal.v8native.value.JsVariableImplLine
    (apavlov): fix once V8 supports it98
    (apavlov): implement once the readability metadata are available103
    (apavlov): currently V8 does not support it109
    +
    +
    +
    + +
    + + + + diff --git a/site/team-list.html b/site/team-list.html index 99e40f07..3822b4a5 100644 --- a/site/team-list.html +++ b/site/team-list.html @@ -9,7 +9,7 @@ - org.chromium.parent - Project Team + org.chromium.sdk - Project Team @@ -54,6 +54,8 @@ Project Information + + @@ -96,7 +104,7 @@ +
    +

    Project Transitive Dependencies

    +

    No transitive dependencies are required for this project.

    +
    +

    Project Dependency Graph

    + +
    +

    Dependency Tree

    +
      +
    • org.chromium.chromedevtools:org.chromium.debug.core:eclipse-plugin:0.3.9-SNAPSHOT Information +
        +
      • p2.eclipse-plugin:javax.annotation:jar:1.1.0.v201209060031 (system) Information
      • +
      • p2.eclipse-plugin:javax.xml:jar:1.3.4.v201005080400 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.osgi:jar:3.9.1.v20140110-1610 (system) Information
      • +
      • p2.eclipse-plugin:org.apache.batik.css:jar:1.6.0.v201011041432 (system) Information
      • +
      • p2.eclipse-plugin:org.apache.batik.util:jar:1.6.0.v201011041432 (system) Information
      • +
      • p2.eclipse-plugin:org.w3c.css.sac:jar:1.3.1.v200903091627 (system) Information
      • +
      • p2.eclipse-plugin:org.w3c.dom.svg:jar:1.1.0.v201011041433 (system) Information
      • +
      • p2.eclipse-plugin:org.apache.batik.util.gui:jar:1.6.0.v201011041432 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.osgi.services:jar:3.3.100.v20130513-1956 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.core.runtime:jar:3.9.100.v20131218-1515 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.core.filesystem:jar:1.4.0.v20130514-1240 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.debug.ui:jar:3.9.0.v20130516-1713 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.ui:jar:3.105.0.v20130522-1122 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.jface.text:jar:3.8.101.v20130802-1147 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.ui.workbench.texteditor:jar:3.8.101.v20130729-1318 (system) Information
      • +
      • org.chromium.chromedevtools:org.chromium.sdk:eclipse-plugin:0.3.9-SNAPSHOT (provided) Information
      • +
      • org.chromium.chromedevtools:org.chromium.sdk:jar:lib/json_simple/json_simple-1.1.jar:0.3.9.qualifier (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.core.expressions:jar:3.4.501.v20131118-1915 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.compare.core:jar:3.5.300.v20130514-1224 (system) Information
      • +
      • p2.eclipse-plugin:com.ibm.icu:jar:50.1.1.v201304230130 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.core.commands:jar:3.6.100.v20130515-1857 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.equinox.common:jar:3.6.200.v20130402-1505 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.core.contenttype:jar:3.4.200.v20130326-1255 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.equinox.preferences:jar:3.5.100.v20130422-1538 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.equinox.registry:jar:3.5.301.v20130717-1549 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.core.databinding:jar:1.4.1.v20130515-1857 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.core.databinding.observable:jar:1.4.1.v20130515-1857 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.core.databinding.property:jar:1.4.200.v20130515-1857 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.core.filebuffers:jar:3.5.300.v20130225-1821 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.text:jar:3.5.300.v20130515-1451 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.core.jobs:jar:3.5.300.v20130429-1813 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.core.resources:jar:3.8.101.v20130717-0806 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.equinox.app:jar:1.3.100.v20130327-1442 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.core.variables:jar:3.2.700.v20130402-1741 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.debug.core:jar:3.8.0.v20130514-0954 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.ui.console:jar:3.5.200.v20130514-0954 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.help:jar:3.6.0.v20130326-1254 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.ui.ide:jar:3.9.2.v20131004-0923 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.ui.editors:jar:3.8.100.v20130513-1637 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.ui.forms:jar:3.6.1.v20130822-1117 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.e4.core.commands:jar:0.10.2.v20130515-1857 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.e4.core.di:jar:1.3.0.v20130514-1256 (system) Information
      • +
      • p2.eclipse-plugin:javax.inject:jar:1.0.0.v20091030 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.e4.core.contexts:jar:1.3.1.v20130905-0905 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.e4.core.services:jar:1.1.0.v20130515-1343 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.e4.core.di.extensions:jar:0.11.100.v20130514-1256 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.swt:jar:3.102.1.v20140206-1334 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.jface:jar:3.9.1.v20130725-1141 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.e4.ui.bindings:jar:0.10.102.v20140117-1939 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.e4.ui.css.core:jar:0.10.100.v20130515-1857 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.e4.ui.css.swt:jar:0.11.0.v20130515-1857 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.e4.ui.css.swt.theme:jar:0.9.100.v20130515-1857 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.e4.ui.di:jar:1.0.0.v20130515-1857 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.emf.ecore:jar:2.9.2.v20131212-0545 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.e4.ui.model.workbench:jar:1.0.1.v20131118-1956 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.e4.ui.services:jar:1.0.1.v20131118-1940 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.e4.ui.widgets:jar:1.0.0.v20130515-1857 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.emf.ecore.change:jar:2.9.0.v20131212-0545 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.emf.ecore.xmi:jar:2.9.1.v20131212-0545 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.e4.ui.workbench:jar:1.0.2.v20131202-1739 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.e4.ui.workbench.renderers.swt:jar:0.11.2.v20140205-1834 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.e4.ui.workbench.swt:jar:0.12.2.v20140117-1939 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.e4.ui.workbench.addons.swt:jar:1.0.2.v20131129-1621 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.jface.databinding:jar:1.6.200.v20130515-1857 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.e4.ui.workbench3:jar:0.12.0.v20130515-1857 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.equinox.ds:jar:1.4.101.v20130813-1853 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.equinox.event:jar:1.3.0.v20130327-1442 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.emf.common:jar:2.9.2.v20131212-0545 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.equinox.bidi:jar:0.10.0.v20130327-1442 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.equinox.util:jar:1.0.500.v20130404-1337 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.equinox.p2.core:jar:2.3.0.v20130327-2119 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.equinox.p2.engine:jar:2.3.0.v20130526-2122 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.equinox.p2.metadata:jar:2.2.0.v20130523-1557 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.equinox.p2.metadata.repository:jar:1.2.100.v20130327-2119 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.equinox.p2.repository:jar:2.3.0.v20130412-2032 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.equinox.security:jar:1.2.0.v20130424-1801 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.ui.workbench:jar:3.105.2.v20140211-1711 (system) Information
      • +
      • p2.eclipse-plugin:org.w3c.dom.smil:jar:1.0.1.v200903091627 (system) Information
      • +
      • p2.eclipse-plugin:org.w3c.dom.events:jar:3.0.0.draft20060413_v201105210656 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.swt.gtk.linux.x86:jar:3.102.1.v20140206-1358 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.swt.gtk.linux.x86_64:jar:3.102.1.v20140206-1358 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.swt.win32.win32.x86:jar:3.102.1.v20140206-1358 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.swt.win32.win32.x86_64:jar:3.102.1.v20140206-1358 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.swt.cocoa.macosx.x86_64:jar:3.102.1.v20140206-1358 (system) Information
    +
    +

    Licenses

    +

    Unknown: org.chromium.debug.core, org.chromium.sdk

    +
    +

    Dependency File Details

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    FilenameSizeEntriesClassesPackagesJava VersionDebug Information
    org.chromium.sdk-0.3.9-SNAPSHOT.jar615.00 kB-----
    TotalSizeEntriesClassesPackagesJava VersionDebug Information
    1615.00 kB---0.0-
    provided: 1provided: 615.00 kB-----
    +
    +

    Dependency Repository Locations

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Repo IDURLReleaseSnapshotBlacklisted
    keplerhttp://download.eclipse.org/releases/keplerNoNoNo
    sonatype-snapshotshttps://oss.sonatype.org/content/repositories/snapshots/NoYesNo
    sonatypehttps://oss.sonatype.org/content/repositories/releases/YesNoNo
    codehaus-snapshotshttps://nexus.codehaus.org/snapshots/NoYesYes
    apache-snapshotshttps://repository.apache.org/snapshots/NoYesNo
    sonatype-apachehttps://repository.apache.org/releases/YesNoYes
    centralhttps://repo.maven.apache.org/maven2YesNoNo
    +

    Repository locations for each of the Dependencies.

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/site/dependency-convergence.html b/site/dependency-convergence.html index fc0aced8..7da6cc9b 100644 --- a/site/dependency-convergence.html +++ b/site/dependency-convergence.html @@ -9,7 +9,7 @@ - org.chromium.sdk - Reactor Dependency Convergence + org.chromium.debug.core - Reactor Dependency Convergence diff --git a/site/dependency-info.html b/site/dependency-info.html index 1425d9c0..e40f25e1 100644 --- a/site/dependency-info.html +++ b/site/dependency-info.html @@ -9,7 +9,7 @@ - org.chromium.sdk - Dependency Information + org.chromium.debug.core - Dependency Information @@ -263,38 +263,38 @@

    Apache Maven

    <dependency>
       <groupId>org.chromium.chromedevtools</groupId>
    -  <artifactId>org.chromium.sdk</artifactId>
    +  <artifactId>org.chromium.debug.core</artifactId>
       <version>0.3.9-SNAPSHOT</version>
       <type>eclipse-plugin</type>
     </dependency>

    Apache Buildr

    -
    'org.chromium.chromedevtools:org.chromium.sdk:eclipse-plugin:0.3.9-SNAPSHOT'
    +
    'org.chromium.chromedevtools:org.chromium.debug.core:eclipse-plugin:0.3.9-SNAPSHOT'

    Apache Ivy

    -
    <dependency org="org.chromium.chromedevtools" name="org.chromium.sdk" rev="0.3.9-SNAPSHOT">
    -  <artifact name="org.chromium.sdk" type="eclipse-plugin" />
    +
    <dependency org="org.chromium.chromedevtools" name="org.chromium.debug.core" rev="0.3.9-SNAPSHOT">
    +  <artifact name="org.chromium.debug.core" type="eclipse-plugin" />
     </dependency>

    Groovy Grape

    @Grapes(
    -@Grab(group='org.chromium.chromedevtools', module='org.chromium.sdk', version='0.3.9-SNAPSHOT')
    +@Grab(group='org.chromium.chromedevtools', module='org.chromium.debug.core', version='0.3.9-SNAPSHOT')
     )

    Grails

    -
    compile 'org.chromium.chromedevtools:org.chromium.sdk:0.3.9-SNAPSHOT'
    +
    compile 'org.chromium.chromedevtools:org.chromium.debug.core:0.3.9-SNAPSHOT'

    Leiningen

    -
    [org.chromium.chromedevtools/org.chromium.sdk "0.3.9-SNAPSHOT"]
    +
    [org.chromium.chromedevtools/org.chromium.debug.core "0.3.9-SNAPSHOT"]

    SBT

    -
    libraryDependencies += "org.chromium.chromedevtools" % "org.chromium.sdk" % "0.3.9-SNAPSHOT"
    +
    libraryDependencies += "org.chromium.chromedevtools" % "org.chromium.debug.core" % "0.3.9-SNAPSHOT"
    diff --git a/site/distribution-management.html b/site/distribution-management.html index c1f4c0f3..2fb0b3a3 100644 --- a/site/distribution-management.html +++ b/site/distribution-management.html @@ -9,7 +9,7 @@ - org.chromium.sdk - Project Distribution Management + org.chromium.debug.core - Project Distribution Management @@ -261,7 +261,7 @@

    Overview

    The following is the distribution management information used by this project.

    Site - nodeclipse-1-site

    -

    D:\TEMP\site\/org.chromium.parent/features/org.chromium.sdk

    +

    D:\TEMP\site\/org.chromium.parent/plugins/org.chromium.debug.core

    diff --git a/site/index.html b/site/index.html index c1b98ecc..c2d5a034 100644 --- a/site/index.html +++ b/site/index.html @@ -9,7 +9,7 @@ - org.chromium.sdk - About + org.chromium.debug.core - About @@ -257,8 +257,8 @@
    -

    About org.chromium.sdk

    -

    org.chromium.sdk

    +

    About org.chromium.debug.core

    +

    org.chromium.debug.core

    diff --git a/site/integration.html b/site/integration.html index 9e5ebb30..5bfd83a1 100644 --- a/site/integration.html +++ b/site/integration.html @@ -9,7 +9,7 @@ - org.chromium.sdk - Continuous Integration + org.chromium.debug.core - Continuous Integration diff --git a/site/issue-tracking.html b/site/issue-tracking.html index 64dee004..9a00efbe 100644 --- a/site/issue-tracking.html +++ b/site/issue-tracking.html @@ -9,7 +9,7 @@ - org.chromium.sdk - Issue Tracking + org.chromium.debug.core - Issue Tracking diff --git a/site/plugin-management.html b/site/plugin-management.html index f5d051c3..fb462c1e 100644 --- a/site/plugin-management.html +++ b/site/plugin-management.html @@ -9,7 +9,7 @@ - org.chromium.sdk - Project Plugin Management + org.chromium.debug.core - Project Plugin Management diff --git a/site/plugins.html b/site/plugins.html index 4920fc1b..d28702bc 100644 --- a/site/plugins.html +++ b/site/plugins.html @@ -9,7 +9,7 @@ - org.chromium.sdk - Project Build Plugins + org.chromium.debug.core - Project Build Plugins diff --git a/site/project-info.html b/site/project-info.html index 03aaea25..1b0f8378 100644 --- a/site/project-info.html +++ b/site/project-info.html @@ -9,7 +9,7 @@ - org.chromium.sdk - Project Information + org.chromium.debug.core - Project Information @@ -282,7 +282,7 @@

    Overview

    - + diff --git a/site/project-reports.html b/site/project-reports.html index 4eead843..f4a94a19 100644 --- a/site/project-reports.html +++ b/site/project-reports.html @@ -9,7 +9,7 @@ - org.chromium.sdk - Generated Reports + org.chromium.debug.core - Generated Reports diff --git a/site/project-summary.html b/site/project-summary.html index c34f768c..19e162be 100644 --- a/site/project-summary.html +++ b/site/project-summary.html @@ -9,7 +9,7 @@ - org.chromium.sdk - Project Summary + org.chromium.debug.core - Project Summary @@ -266,13 +266,13 @@

    Project Information

    - + - + -
    Artifactkeplersonatype-snapshotssonatypeapache-snapshotscentral
    org.chromium.chromedevtools:org.chromium.sdk:eclipse-plugin:0.3.9-SNAPSHOT-----
    org.chromium.chromedevtools:org.chromium.sdk:jar:lib/json_simple/json_simple-1.1.jar:0.3.9.qualifier-----
    p2.eclipse-plugin:com.ibm.icu:jar:50.1.1.v201304230130-----
    p2.eclipse-plugin:javax.annotation:jar:1.1.0.v201209060031-----
    p2.eclipse-plugin:javax.inject:jar:1.0.0.v20091030-----
    p2.eclipse-plugin:javax.xml:jar:1.3.4.v201005080400-----
    p2.eclipse-plugin:org.apache.batik.css:jar:1.6.0.v201011041432-----
    p2.eclipse-plugin:org.apache.batik.util:jar:1.6.0.v201011041432-----
    p2.eclipse-plugin:org.apache.batik.util.gui:jar:1.6.0.v201011041432-----
    p2.eclipse-plugin:org.eclipse.compare.core:jar:3.5.300.v20130514-1224-----
    p2.eclipse-plugin:org.eclipse.core.commands:jar:3.6.100.v20130515-1857-----
    p2.eclipse-plugin:org.eclipse.core.contenttype:jar:3.4.200.v20130326-1255-----
    p2.eclipse-plugin:org.eclipse.core.databinding:jar:1.4.1.v20130515-1857-----
    p2.eclipse-plugin:org.eclipse.core.databinding.observable:jar:1.4.1.v20130515-1857-----
    p2.eclipse-plugin:org.eclipse.core.databinding.property:jar:1.4.200.v20130515-1857-----
    p2.eclipse-plugin:org.eclipse.core.expressions:jar:3.4.501.v20131118-1915-----
    p2.eclipse-plugin:org.eclipse.core.filebuffers:jar:3.5.300.v20130225-1821-----
    p2.eclipse-plugin:org.eclipse.core.filesystem:jar:1.4.0.v20130514-1240-----
    p2.eclipse-plugin:org.eclipse.core.jobs:jar:3.5.300.v20130429-1813-----
    p2.eclipse-plugin:org.eclipse.core.resources:jar:3.8.101.v20130717-0806-----
    p2.eclipse-plugin:org.eclipse.core.runtime:jar:3.9.100.v20131218-1515-----
    p2.eclipse-plugin:org.eclipse.core.variables:jar:3.2.700.v20130402-1741-----
    p2.eclipse-plugin:org.eclipse.debug.core:jar:3.8.0.v20130514-0954-----
    p2.eclipse-plugin:org.eclipse.debug.ui:jar:3.9.0.v20130516-1713-----
    p2.eclipse-plugin:org.eclipse.e4.core.commands:jar:0.10.2.v20130515-1857-----
    p2.eclipse-plugin:org.eclipse.e4.core.contexts:jar:1.3.1.v20130905-0905-----
    p2.eclipse-plugin:org.eclipse.e4.core.di:jar:1.3.0.v20130514-1256-----
    p2.eclipse-plugin:org.eclipse.e4.core.di.extensions:jar:0.11.100.v20130514-1256-----
    p2.eclipse-plugin:org.eclipse.e4.core.services:jar:1.1.0.v20130515-1343-----
    p2.eclipse-plugin:org.eclipse.e4.ui.bindings:jar:0.10.102.v20140117-1939-----
    p2.eclipse-plugin:org.eclipse.e4.ui.css.core:jar:0.10.100.v20130515-1857-----
    p2.eclipse-plugin:org.eclipse.e4.ui.css.swt:jar:0.11.0.v20130515-1857-----
    p2.eclipse-plugin:org.eclipse.e4.ui.css.swt.theme:jar:0.9.100.v20130515-1857-----
    p2.eclipse-plugin:org.eclipse.e4.ui.di:jar:1.0.0.v20130515-1857-----
    p2.eclipse-plugin:org.eclipse.e4.ui.model.workbench:jar:1.0.1.v20131118-1956-----
    p2.eclipse-plugin:org.eclipse.e4.ui.services:jar:1.0.1.v20131118-1940-----
    p2.eclipse-plugin:org.eclipse.e4.ui.widgets:jar:1.0.0.v20130515-1857-----
    p2.eclipse-plugin:org.eclipse.e4.ui.workbench:jar:1.0.2.v20131202-1739-----
    p2.eclipse-plugin:org.eclipse.e4.ui.workbench.addons.swt:jar:1.0.2.v20131129-1621-----
    p2.eclipse-plugin:org.eclipse.e4.ui.workbench.renderers.swt:jar:0.11.2.v20140205-1834-----
    p2.eclipse-plugin:org.eclipse.e4.ui.workbench.swt:jar:0.12.2.v20140117-1939-----
    p2.eclipse-plugin:org.eclipse.e4.ui.workbench3:jar:0.12.0.v20130515-1857-----
    p2.eclipse-plugin:org.eclipse.emf.common:jar:2.9.2.v20131212-0545-----
    p2.eclipse-plugin:org.eclipse.emf.ecore:jar:2.9.2.v20131212-0545-----
    p2.eclipse-plugin:org.eclipse.emf.ecore.change:jar:2.9.0.v20131212-0545-----
    p2.eclipse-plugin:org.eclipse.emf.ecore.xmi:jar:2.9.1.v20131212-0545-----
    p2.eclipse-plugin:org.eclipse.equinox.app:jar:1.3.100.v20130327-1442-----
    p2.eclipse-plugin:org.eclipse.equinox.bidi:jar:0.10.0.v20130327-1442-----
    p2.eclipse-plugin:org.eclipse.equinox.common:jar:3.6.200.v20130402-1505-----
    p2.eclipse-plugin:org.eclipse.equinox.ds:jar:1.4.101.v20130813-1853-----
    p2.eclipse-plugin:org.eclipse.equinox.event:jar:1.3.0.v20130327-1442-----
    p2.eclipse-plugin:org.eclipse.equinox.p2.core:jar:2.3.0.v20130327-2119-----
    p2.eclipse-plugin:org.eclipse.equinox.p2.engine:jar:2.3.0.v20130526-2122-----
    p2.eclipse-plugin:org.eclipse.equinox.p2.metadata:jar:2.2.0.v20130523-1557-----
    p2.eclipse-plugin:org.eclipse.equinox.p2.metadata.repository:jar:1.2.100.v20130327-2119-----
    p2.eclipse-plugin:org.eclipse.equinox.p2.repository:jar:2.3.0.v20130412-2032-----
    p2.eclipse-plugin:org.eclipse.equinox.preferences:jar:3.5.100.v20130422-1538-----
    p2.eclipse-plugin:org.eclipse.equinox.registry:jar:3.5.301.v20130717-1549-----
    p2.eclipse-plugin:org.eclipse.equinox.security:jar:1.2.0.v20130424-1801-----
    p2.eclipse-plugin:org.eclipse.equinox.util:jar:1.0.500.v20130404-1337-----
    p2.eclipse-plugin:org.eclipse.help:jar:3.6.0.v20130326-1254-----
    p2.eclipse-plugin:org.eclipse.jface:jar:3.9.1.v20130725-1141-----
    p2.eclipse-plugin:org.eclipse.jface.databinding:jar:1.6.200.v20130515-1857-----
    p2.eclipse-plugin:org.eclipse.jface.text:jar:3.8.101.v20130802-1147-----
    p2.eclipse-plugin:org.eclipse.osgi:jar:3.9.1.v20140110-1610-----
    p2.eclipse-plugin:org.eclipse.osgi.services:jar:3.3.100.v20130513-1956-----
    p2.eclipse-plugin:org.eclipse.swt:jar:3.102.1.v20140206-1334-----
    p2.eclipse-plugin:org.eclipse.swt.cocoa.macosx.x86_64:jar:3.102.1.v20140206-1358-----
    p2.eclipse-plugin:org.eclipse.swt.gtk.linux.x86:jar:3.102.1.v20140206-1358-----
    p2.eclipse-plugin:org.eclipse.swt.gtk.linux.x86_64:jar:3.102.1.v20140206-1358-----
    p2.eclipse-plugin:org.eclipse.swt.win32.win32.x86:jar:3.102.1.v20140206-1358-----
    p2.eclipse-plugin:org.eclipse.swt.win32.win32.x86_64:jar:3.102.1.v20140206-1358-----
    p2.eclipse-plugin:org.eclipse.text:jar:3.5.300.v20130515-1451-----
    p2.eclipse-plugin:org.eclipse.ui:jar:3.105.0.v20130522-1122-----
    p2.eclipse-plugin:org.eclipse.ui.console:jar:3.5.200.v20130514-0954-----
    p2.eclipse-plugin:org.eclipse.ui.editors:jar:3.8.100.v20130513-1637-----
    p2.eclipse-plugin:org.eclipse.ui.forms:jar:3.6.1.v20130822-1117-----
    p2.eclipse-plugin:org.eclipse.ui.ide:jar:3.9.2.v20131004-0923-----
    p2.eclipse-plugin:org.eclipse.ui.workbench:jar:3.105.2.v20140211-1711-----
    p2.eclipse-plugin:org.eclipse.ui.workbench.texteditor:jar:3.8.101.v20130729-1318-----
    p2.eclipse-plugin:org.w3c.css.sac:jar:1.3.1.v200903091627-----
    p2.eclipse-plugin:org.w3c.dom.events:jar:3.0.0.draft20060413_v201105210656-----
    p2.eclipse-plugin:org.w3c.dom.smil:jar:1.0.1.v200903091627-----
    p2.eclipse-plugin:org.w3c.dom.svg:jar:1.1.0.v201011041433-----
    Totalkeplersonatype-snapshotssonatypeapache-snapshotscentral
    84 (provided: 1, system: 83) 0 0 0 This document provides informations on the distribution management of this project.
    Aboutorg.chromium.sdk
    org.chromium.debug.core
    Issue Tracking This document provides information on the issue management system used in this project.
    Nameorg.chromium.sdk
    org.chromium.debug.core
    Descriptionorg.chromium.sdk
    org.chromium.debug.core
    Homepagehttp://nodeclipse.github.io/org.chromium.parent/features/org.chromium.sdk
    +http://nodeclipse.github.io/org.chromium.parent/plugins/org.chromium.debug.core

    Project Organization

    @@ -296,7 +296,7 @@

    Build Information

    - + diff --git a/site/source-repository.html b/site/source-repository.html index 4b9984ea..9956d3f2 100644 --- a/site/source-repository.html +++ b/site/source-repository.html @@ -9,7 +9,7 @@ - org.chromium.sdk - Source Repository + org.chromium.debug.core - Source Repository @@ -263,7 +263,7 @@

    Overview

    Web Browser Access

    The following is a link to a browsable version of the source repository:

    +
    https://github.com/nodeclipse/nodeclipse-1/org.chromium.parent/plugins/org.chromium.debug.core/

    Anonymous Access

    The source can be checked out anonymously from Git with this command (See http://git-scm.com/docs/git-clone):

    diff --git a/site/taglist.html b/site/taglist.html index 9c6caa8c..bc3e877d 100644 --- a/site/taglist.html +++ b/site/taglist.html @@ -9,7 +9,7 @@ - org.chromium.sdk - Tag List report + org.chromium.debug.core - Tag List report @@ -188,227 +188,119 @@

    Tag List Report

    - - + +
    ArtifactIdorg.chromium.sdk
    org.chromium.debug.core
    Version 0.3.9-SNAPSHOT
    Total number of occurrences Tag strings used by tag class
    Todo Work40Todo Work21 todo, FIXME

    Each tag is detailed below:

    -

    Todo Work

    -

    Number of occurrences found in the code: 40

    +

    Todo Work

    +

    Number of occurrences found in the code: 21

    - + - - + + - + - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + - - + + - - - - + - - - - - + + - - + + - + - - + + - + - - + + - - + + - - + + - - + + - - - - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + - + - - + + - + - - + + - - - - + - - - - - + + - + - - + + - + - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - - - - + - - + + - + - - + + - - + + - -
    org.chromium.sdk.ConnectionLoggerorg.chromium.debug.core.model.BreakpointSynchronizer Line
    consider removing it out of logging.40
    (peter.rybin): Consider supporting inline scripts here.494
    org.chromium.sdk.DebugContextorg.chromium.debug.core.model.ChromiumLineBreakpoint Line
    consider redesigning it with subtypes.70
    rename 'remove' -> 'remote'.193
    org.chromium.sdk.DebugEventListenerLine
    consider adding disconnect reason here.33
    org.chromium.sdk.JavascriptVmLine
    support notification about collected scripts in all backends.79
    org.chromium.sdk.JsEvaluateContextLine
    support thrown JavaScript exception here. Currently they are passed as pseudoobject.22
    org.chromium.sdk.JsObjectLine
    make it return list of JsObjectProperty once hacks for supporting exceptions are removed.26
    org.chromium.sdk.JsScopeLine
    consider adding object getter for both with and global scopes.13
    add "block" type (corresponds to block scope in JavaScript 1.7).24
    support source mapping perhaps.233
    org.chromium.sdk.JsVariableLine
    check earlier in UI.238
    do not decorate property name with square brackets, http://code.google.com/p/chromedevtools/issues/detail?id=7742
    org.chromium.sdk.RemoteValueMappingorg.chromium.debug.core.model.ConnectedTargetData Line
    add methods that describe mapping life-cycle and its other properties.13
    org.chromium.sdk.StandaloneVmLine
    (peter.rybin): from Alexander Pavlov: I think you need to fire a terminate event after this line, for consolePseudoProcess if one is not null.198
    align this with {@link JavascriptVm#getVersion()} method.39
    (peter.rybin): maybe have one instance of listener for all targets?232
    org.chromium.sdk.TabDebugEventListenerorg.chromium.debug.core.model.JavascriptVmEmbedder Line
    consider adding close reason here.29
    (peter.rybin): clean-up this interface; maybe decrease number of methods.65
    org.chromium.sdk.UpdatableScriptorg.chromium.debug.core.model.LineBreakpointAdapter Line
    add an explicit output parameter about whether VM was resumed or not.18
    (apavlov): Implement method breakpoints if feasible.92
    org.chromium.sdk.internal.BrowserFactoryImplLine
    (apavlov): Implement method breakpoints if feasible.96
    rename it somehow. It's not only a browser factory.22
    (apavlov): Implement watchpoints if feasible.102
    org.chromium.sdk.internal.shellprotocol.BrowserImplLine
    (apavlov): Implement watchpoints if feasible.106
    (peter.rybin): get rid of this structure (if we can get rid of corresponding notification)88
    org.chromium.sdk.internal.shellprotocol.SessionManagerorg.chromium.debug.core.model.PushChangesPlan Line
    (peter.rybin): notify listeners here in case they are interested167
    org.chromium.sdk.internal.shellprotocol.tools.devtools.DevToolsServiceHandlerLine
    properly handle errors here, in particular throw IOException if timeout.201
    org.chromium.sdk.internal.shellprotocol.tools.v8debugger.ChromeDevToolSessionManagerLine
    (peter.rybin): Here we are probably supposed to compare it with our context id.107
    org.chromium.sdk.internal.standalonev8.StandaloneVmImplLine
    (peter.rybin): check version here137
    (peter.rybin): support {@code immediate} in protocol249
    org.chromium.sdk.internal.transport.HandshakerLine
    (prybin): expose this as a parameter or get rid of this option if we don't need it.42
    org.chromium.sdk.internal.transport.SocketWrapperLine
    consider renaming into AutoLoggingSocketWrapper21
    fix the rough behavior (inside this call).24
    org.chromium.sdk.internal.v8native.BreakpointImplorg.chromium.debug.core.model.ResourceManager Line
    make this code thread-safe.159
    (peter.rybin): support adding scripts to one resource at once not to rewrite file every time.85
    org.chromium.sdk.internal.v8native.CallFrameImplorg.chromium.debug.core.model.StackFrame Line
    (apavlov): Terry says: we need to use the [e.g. Rhino] AST to decide if line is debuggerword. If so, find the next sequential line. The below works for simple scripts but doesn't take into account comments, etc.105
    update stack frames in Eclipse debug framework. However this branch is never reachable with current V8 implementation.164
    (peter.rybin): do we really need this thing? (advancing to the next line?) stopping on "debugger;" seems to be a quite natural thing.109
    org.chromium.sdk.internal.v8native.ContextBuilderorg.chromium.debug.core.model.ValueBase Line
    (peter.rybin): complete it130
    (peter.rybin): implement135
    support clearing with cache clear.76
    org.chromium.sdk.internal.v8native.DebugSessionorg.chromium.debug.core.model.Variable Line
    consider loading all scripts synchronously on session start.179
    (peter.rybin): use it in UI.174
    (peter.rybin): make some kind of option out of this(apavlov): fix once V8 supports it 289
    org.chromium.sdk.internal.v8native.InternalContextorg.chromium.debug.core.model.VmResource Line
    (peter.rybin): document this30
    org.chromium.sdk.internal.v8native.JavascriptVmImplLine
    make sure we do not return those scripts that are reported compiled but not loaded yet.36
    (peter.rybin): This message will be obsolete in JavaSE-1.6.110
    org.chromium.sdk.internal.v8native.protocol.input.EventNotificationLine
    (peter.rybin): does this field really exist?40
    org.chromium.sdk.internal.v8native.value.ExceptionDataImplLine
    make it thread-safe.37
    org.chromium.sdk.internal.v8native.value.JsArrayImplLine
    (peter.rybin) optimize it: either read "length" from remote or count PropertyReference rather than JsVariableImpl(peter.rybin): redesign this method to normally work with html resources. 46
    (peter.rybin): rename propRefs50
    org.chromium.sdk.internal.v8native.value.JsObjectBaseorg.chromium.debug.core.util.JavaScriptRegExpSupport Line
    (peter.rybin) Maybe assert that context is valid here273
    complete the list.41
    org.chromium.sdk.internal.v8native.value.JsVariableImplorg.chromium.debug.core.util.JsValueStringifier Line
    (apavlov): fix once V8 supports it98
    (apavlov): implement good stringification of other types?101
    (apavlov): implement once the readability metadata are available103
    org.chromium.debug.core.util.ScriptTargetMappingLine
    (apavlov): currently V8 does not support it109
    +re-design program and handle errors nicer than RuntimeException's +59 diff --git a/site/team-list.html b/site/team-list.html index 3822b4a5..a3f3374a 100644 --- a/site/team-list.html +++ b/site/team-list.html @@ -9,7 +9,7 @@ - org.chromium.sdk - Project Team + org.chromium.debug.core - Project Team From 15d36356b52ff861f3619b6fdbeccd6b7472480c Mon Sep 17 00:00:00 2001 From: Paul Verest Date: Wed, 30 Sep 2015 09:48:54 +0000 Subject: [PATCH 13/41] Puplishing site for 0.3.9-SNAPSHOT --- site/dependencies.html | 1842 +++-------------------------- site/dependency-convergence.html | 2 +- site/dependency-info.html | 18 +- site/distribution-management.html | 4 +- site/index.html | 6 +- site/integration.html | 2 +- site/issue-tracking.html | 2 +- site/plugin-management.html | 2 +- site/plugins.html | 2 +- site/project-info.html | 4 +- site/project-reports.html | 2 +- site/project-summary.html | 10 +- site/source-repository.html | 4 +- site/taglist.html | 117 +- site/team-list.html | 2 +- 15 files changed, 178 insertions(+), 1841 deletions(-) diff --git a/site/dependencies.html b/site/dependencies.html index 05f17d8f..af889f42 100644 --- a/site/dependencies.html +++ b/site/dependencies.html @@ -9,7 +9,7 @@ - org.chromium.debug.core - Project Dependencies + org.chromium.sdk.wip.eclipse - Project Dependencies @@ -295,130 +295,18 @@

    system

    - p2.eclipse-plugin -com.ibm.icu -50.1.1.v201304230130 -- -jar -- - -p2.eclipse-plugin -javax.annotation -1.1.0.v201209060031 -- -jar -- - -p2.eclipse-plugin -javax.inject -1.0.0.v20091030 -- -jar -- - -p2.eclipse-plugin -javax.xml -1.3.4.v201005080400 -- -jar -- - -p2.eclipse-plugin -org.apache.batik.css -1.6.0.v201011041432 -- -jar -- - -p2.eclipse-plugin -org.apache.batik.util -1.6.0.v201011041432 -- -jar -- - -p2.eclipse-plugin -org.apache.batik.util.gui -1.6.0.v201011041432 -- -jar -- - -p2.eclipse-plugin -org.eclipse.compare.core -3.5.300.v20130514-1224 -- -jar -- - -p2.eclipse-plugin -org.eclipse.core.commands -3.6.100.v20130515-1857 -- -jar -- - -p2.eclipse-plugin org.eclipse.core.contenttype 3.4.200.v20130326-1255 - jar - - -p2.eclipse-plugin -org.eclipse.core.databinding -1.4.1.v20130515-1857 -- -jar -- - -p2.eclipse-plugin -org.eclipse.core.databinding.observable -1.4.1.v20130515-1857 -- -jar -- - -p2.eclipse-plugin -org.eclipse.core.databinding.property -1.4.200.v20130515-1857 -- -jar -- - -p2.eclipse-plugin -org.eclipse.core.expressions -3.4.501.v20131118-1915 -- -jar -- - -p2.eclipse-plugin -org.eclipse.core.filebuffers -3.5.300.v20130225-1821 -- -jar -- p2.eclipse-plugin -org.eclipse.core.filesystem -1.4.0.v20130514-1240 -- -jar -- - -p2.eclipse-plugin org.eclipse.core.jobs 3.5.300.v20130429-1813 - jar - - -p2.eclipse-plugin -org.eclipse.core.resources -3.8.101.v20130717-0806 -- -jar -- p2.eclipse-plugin org.eclipse.core.runtime @@ -428,193 +316,11 @@

    system

    - p2.eclipse-plugin -org.eclipse.core.variables -3.2.700.v20130402-1741 -- -jar -- - -p2.eclipse-plugin -org.eclipse.debug.core -3.8.0.v20130514-0954 -- -jar -- - -p2.eclipse-plugin -org.eclipse.debug.ui -3.9.0.v20130516-1713 -- -jar -- - -p2.eclipse-plugin -org.eclipse.e4.core.commands -0.10.2.v20130515-1857 -- -jar -- - -p2.eclipse-plugin -org.eclipse.e4.core.contexts -1.3.1.v20130905-0905 -- -jar -- - -p2.eclipse-plugin -org.eclipse.e4.core.di -1.3.0.v20130514-1256 -- -jar -- - -p2.eclipse-plugin -org.eclipse.e4.core.di.extensions -0.11.100.v20130514-1256 -- -jar -- - -p2.eclipse-plugin -org.eclipse.e4.core.services -1.1.0.v20130515-1343 -- -jar -- - -p2.eclipse-plugin -org.eclipse.e4.ui.bindings -0.10.102.v20140117-1939 -- -jar -- - -p2.eclipse-plugin -org.eclipse.e4.ui.css.core -0.10.100.v20130515-1857 -- -jar -- - -p2.eclipse-plugin -org.eclipse.e4.ui.css.swt -0.11.0.v20130515-1857 -- -jar -- - -p2.eclipse-plugin -org.eclipse.e4.ui.css.swt.theme -0.9.100.v20130515-1857 -- -jar -- - -p2.eclipse-plugin -org.eclipse.e4.ui.di -1.0.0.v20130515-1857 -- -jar -- - -p2.eclipse-plugin -org.eclipse.e4.ui.model.workbench -1.0.1.v20131118-1956 -- -jar -- - -p2.eclipse-plugin -org.eclipse.e4.ui.services -1.0.1.v20131118-1940 -- -jar -- - -p2.eclipse-plugin -org.eclipse.e4.ui.widgets -1.0.0.v20130515-1857 -- -jar -- - -p2.eclipse-plugin -org.eclipse.e4.ui.workbench -1.0.2.v20131202-1739 -- -jar -- - -p2.eclipse-plugin -org.eclipse.e4.ui.workbench.addons.swt -1.0.2.v20131129-1621 -- -jar -- - -p2.eclipse-plugin -org.eclipse.e4.ui.workbench.renderers.swt -0.11.2.v20140205-1834 -- -jar -- - -p2.eclipse-plugin -org.eclipse.e4.ui.workbench.swt -0.12.2.v20140117-1939 -- -jar -- - -p2.eclipse-plugin -org.eclipse.e4.ui.workbench3 -0.12.0.v20130515-1857 -- -jar -- - -p2.eclipse-plugin -org.eclipse.emf.common -2.9.2.v20131212-0545 -- -jar -- - -p2.eclipse-plugin -org.eclipse.emf.ecore -2.9.2.v20131212-0545 -- -jar -- - -p2.eclipse-plugin -org.eclipse.emf.ecore.change -2.9.0.v20131212-0545 -- -jar -- - -p2.eclipse-plugin -org.eclipse.emf.ecore.xmi -2.9.1.v20131212-0545 -- -jar -- - -p2.eclipse-plugin org.eclipse.equinox.app 1.3.100.v20130327-1442 - jar - - -p2.eclipse-plugin -org.eclipse.equinox.bidi -0.10.0.v20130327-1442 -- -jar -- p2.eclipse-plugin org.eclipse.equinox.common @@ -624,246 +330,22 @@

    system

    - p2.eclipse-plugin -org.eclipse.equinox.ds -1.4.101.v20130813-1853 -- -jar -- - -p2.eclipse-plugin -org.eclipse.equinox.event -1.3.0.v20130327-1442 -- -jar -- - -p2.eclipse-plugin -org.eclipse.equinox.p2.core -2.3.0.v20130327-2119 -- -jar -- - -p2.eclipse-plugin -org.eclipse.equinox.p2.engine -2.3.0.v20130526-2122 -- -jar -- - -p2.eclipse-plugin -org.eclipse.equinox.p2.metadata -2.2.0.v20130523-1557 -- -jar -- - -p2.eclipse-plugin -org.eclipse.equinox.p2.metadata.repository -1.2.100.v20130327-2119 -- -jar -- - -p2.eclipse-plugin -org.eclipse.equinox.p2.repository -2.3.0.v20130412-2032 -- -jar -- - -p2.eclipse-plugin org.eclipse.equinox.preferences 3.5.100.v20130422-1538 - jar - - + p2.eclipse-plugin org.eclipse.equinox.registry 3.5.301.v20130717-1549 - jar - - -p2.eclipse-plugin -org.eclipse.equinox.security -1.2.0.v20130424-1801 -- -jar -- p2.eclipse-plugin -org.eclipse.equinox.util -1.0.500.v20130404-1337 -- -jar -- - -p2.eclipse-plugin -org.eclipse.help -3.6.0.v20130326-1254 -- -jar -- - -p2.eclipse-plugin -org.eclipse.jface -3.9.1.v20130725-1141 -- -jar -- - -p2.eclipse-plugin -org.eclipse.jface.databinding -1.6.200.v20130515-1857 -- -jar -- - -p2.eclipse-plugin -org.eclipse.jface.text -3.8.101.v20130802-1147 -- -jar -- - -p2.eclipse-plugin -org.eclipse.osgi -3.9.1.v20140110-1610 -- -jar -- - -p2.eclipse-plugin -org.eclipse.osgi.services -3.3.100.v20130513-1956 -- -jar -- - -p2.eclipse-plugin -org.eclipse.swt -3.102.1.v20140206-1334 -- -jar -- - -p2.eclipse-plugin -org.eclipse.swt.cocoa.macosx.x86_64 -3.102.1.v20140206-1358 -- -jar -- - -p2.eclipse-plugin -org.eclipse.swt.gtk.linux.x86 -3.102.1.v20140206-1358 -- -jar -- - -p2.eclipse-plugin -org.eclipse.swt.gtk.linux.x86_64 -3.102.1.v20140206-1358 -- -jar -- - -p2.eclipse-plugin -org.eclipse.swt.win32.win32.x86 -3.102.1.v20140206-1358 -- -jar -- - -p2.eclipse-plugin -org.eclipse.swt.win32.win32.x86_64 -3.102.1.v20140206-1358 -- -jar -- - -p2.eclipse-plugin -org.eclipse.text -3.5.300.v20130515-1451 -- -jar -- - -p2.eclipse-plugin -org.eclipse.ui -3.105.0.v20130522-1122 -- -jar -- - -p2.eclipse-plugin -org.eclipse.ui.console -3.5.200.v20130514-0954 -- -jar -- - -p2.eclipse-plugin -org.eclipse.ui.editors -3.8.100.v20130513-1637 -- -jar -- - -p2.eclipse-plugin -org.eclipse.ui.forms -3.6.1.v20130822-1117 -- -jar -- - -p2.eclipse-plugin -org.eclipse.ui.ide -3.9.2.v20131004-0923 -- -jar -- - -p2.eclipse-plugin -org.eclipse.ui.workbench -3.105.2.v20140211-1711 -- -jar -- - -p2.eclipse-plugin -org.eclipse.ui.workbench.texteditor -3.8.101.v20130729-1318 -- -jar -- - -p2.eclipse-plugin -org.w3c.css.sac -1.3.1.v200903091627 -- -jar -- - -p2.eclipse-plugin -org.w3c.dom.events -3.0.0.draft20060413_v201105210656 -- -jar -- - -p2.eclipse-plugin -org.w3c.dom.smil -1.0.1.v200903091627 -- -jar -- - -p2.eclipse-plugin -org.w3c.dom.svg -1.1.0.v201011041433 +org.eclipse.osgi +3.9.1.v20140110-1610 - jar - @@ -892,1295 +374,259 @@

    Project Dependency Graph

    - -
    -

    Dependency Tree

    -
      -
    • org.chromium.chromedevtools:org.chromium.sdk.wip.eclipse:eclipse-plugin:0.3.9-SNAPSHOT Information -
        -
      • p2.eclipse-plugin:org.eclipse.osgi:jar:3.9.1.v20140110-1610 (system) Information
      • -
      • org.chromium.chromedevtools:org.chromium.sdk:eclipse-plugin:0.3.9-SNAPSHOT (provided) Information
      • -
      • org.chromium.chromedevtools:org.chromium.sdk:jar:lib/json_simple/json_simple-1.1.jar:0.3.9.qualifier (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.equinox.registry:jar:3.5.301.v20130717-1549 (system) Information
    +
    +

    Project Transitive Dependencies

    +

    No transitive dependencies are required for this project.

    +
    +

    Project Dependency Graph

    + +
    +

    Dependency Tree

    +
      +
    • org.chromium.chromedevtools:org.chromium.debug.ui:eclipse-plugin:0.3.9-SNAPSHOT Information +
        +
      • p2.eclipse-plugin:javax.annotation:jar:1.1.0.v201209060031 (system) Information
      • +
      • p2.eclipse-plugin:javax.xml:jar:1.3.4.v201005080400 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.osgi:jar:3.9.1.v20140110-1610 (system) Information
      • +
      • p2.eclipse-plugin:org.apache.batik.css:jar:1.6.0.v201011041432 (system) Information
      • +
      • p2.eclipse-plugin:org.apache.batik.util:jar:1.6.0.v201011041432 (system) Information
      • +
      • p2.eclipse-plugin:org.w3c.css.sac:jar:1.3.1.v200903091627 (system) Information
      • +
      • p2.eclipse-plugin:org.w3c.dom.svg:jar:1.1.0.v201011041433 (system) Information
      • +
      • p2.eclipse-plugin:org.apache.batik.util.gui:jar:1.6.0.v201011041432 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.osgi.services:jar:3.3.100.v20130513-1956 (system) Information
      • +
      • org.chromium.chromedevtools:org.chromium.debug.core:eclipse-plugin:0.3.9-SNAPSHOT (provided) Information
      • +
      • p2.eclipse-plugin:org.eclipse.core.runtime:jar:3.9.100.v20131218-1515 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.core.filesystem:jar:1.4.0.v20130514-1240 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.debug.ui:jar:3.9.0.v20130516-1713 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.ui:jar:3.105.0.v20130522-1122 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.jface.text:jar:3.8.101.v20130802-1147 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.ui.workbench.texteditor:jar:3.8.101.v20130729-1318 (system) Information
      • +
      • org.chromium.chromedevtools:org.chromium.sdk:eclipse-plugin:0.3.9-SNAPSHOT (provided) Information
      • +
      • org.chromium.chromedevtools:org.chromium.sdk:jar:lib/json_simple/json_simple-1.1.jar:0.3.9.qualifier (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.core.expressions:jar:3.4.501.v20131118-1915 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.ui.editors:jar:3.8.100.v20130513-1637 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.core.variables:jar:3.2.700.v20130402-1741 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.ui.ide:jar:3.9.2.v20131004-0923 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.compare:jar:3.5.401.v20130709-1308 (system) Information
      • +
      • org.chromium.chromedevtools:org.chromium.sdk.wip.eclipse:eclipse-plugin:0.3.9-SNAPSHOT (provided) Information
      • +
      • p2.eclipse-plugin:org.eclipse.wst.jsdt.core:jar:1.3.1.v201401291437 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.wst.jsdt.ui:jar:1.1.401.v201401171657 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.equinox.registry:jar:3.5.301.v20130717-1549 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.equinox.common:jar:3.6.200.v20130402-1505 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.core.resources:jar:3.8.101.v20130717-0806 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.ui.views:jar:3.6.100.v20130326-1250 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.ui.forms:jar:3.6.1.v20130822-1117 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.compare.core:jar:3.5.300.v20130514-1224 (system) Information
      • +
      • p2.eclipse-plugin:com.ibm.icu:jar:50.1.1.v201304230130 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.core.commands:jar:3.6.100.v20130515-1857 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.core.contenttype:jar:3.4.200.v20130326-1255 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.equinox.preferences:jar:3.5.100.v20130422-1538 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.core.databinding:jar:1.4.1.v20130515-1857 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.core.databinding.observable:jar:1.4.1.v20130515-1857 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.core.databinding.property:jar:1.4.200.v20130515-1857 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.core.filebuffers:jar:3.5.300.v20130225-1821 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.text:jar:3.5.300.v20130515-1451 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.core.jobs:jar:3.5.300.v20130429-1813 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.equinox.app:jar:1.3.100.v20130327-1442 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.debug.core:jar:3.8.0.v20130514-0954 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.ui.console:jar:3.5.200.v20130514-0954 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.help:jar:3.6.0.v20130326-1254 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.e4.core.commands:jar:0.10.2.v20130515-1857 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.e4.core.di:jar:1.3.0.v20130514-1256 (system) Information
      • +
      • p2.eclipse-plugin:javax.inject:jar:1.0.0.v20091030 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.e4.core.contexts:jar:1.3.1.v20130905-0905 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.e4.core.services:jar:1.1.0.v20130515-1343 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.e4.core.di.extensions:jar:0.11.100.v20130514-1256 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.swt:jar:3.102.1.v20140206-1334 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.jface:jar:3.9.1.v20130725-1141 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.e4.ui.bindings:jar:0.10.102.v20140117-1939 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.e4.ui.css.core:jar:0.10.100.v20130515-1857 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.e4.ui.css.swt:jar:0.11.0.v20130515-1857 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.e4.ui.css.swt.theme:jar:0.9.100.v20130515-1857 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.e4.ui.di:jar:1.0.0.v20130515-1857 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.emf.ecore:jar:2.9.2.v20131212-0545 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.e4.ui.model.workbench:jar:1.0.1.v20131118-1956 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.e4.ui.services:jar:1.0.1.v20131118-1940 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.e4.ui.widgets:jar:1.0.0.v20130515-1857 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.emf.ecore.change:jar:2.9.0.v20131212-0545 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.emf.ecore.xmi:jar:2.9.1.v20131212-0545 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.e4.ui.workbench:jar:1.0.2.v20131202-1739 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.e4.ui.workbench.renderers.swt:jar:0.11.2.v20140205-1834 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.e4.ui.workbench.swt:jar:0.12.2.v20140117-1939 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.e4.ui.workbench.addons.swt:jar:1.0.2.v20131129-1621 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.jface.databinding:jar:1.6.200.v20130515-1857 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.e4.ui.workbench3:jar:0.12.0.v20130515-1857 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.equinox.ds:jar:1.4.101.v20130813-1853 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.equinox.event:jar:1.3.0.v20130327-1442 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.emf.common:jar:2.9.2.v20131212-0545 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.equinox.bidi:jar:0.10.0.v20130327-1442 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.equinox.util:jar:1.0.500.v20130404-1337 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.equinox.p2.core:jar:2.3.0.v20130327-2119 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.equinox.p2.engine:jar:2.3.0.v20130526-2122 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.equinox.p2.metadata:jar:2.2.0.v20130523-1557 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.equinox.p2.metadata.repository:jar:1.2.100.v20130327-2119 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.equinox.p2.repository:jar:2.3.0.v20130412-2032 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.equinox.security:jar:1.2.0.v20130424-1801 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.ltk.core.refactoring:jar:3.6.100.v20130605-1748 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.ltk.ui.refactoring:jar:3.7.100.v20130605-1748 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.ui.navigator:jar:3.5.300.v20130517-0139 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.team.core:jar:3.7.0.v20130514-1224 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.team.ui:jar:3.7.1.v20130729-1104 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.search:jar:3.9.1.v20131121-1346 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.ui.workbench:jar:3.105.2.v20140211-1711 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.wst.jsdt.manipulation:jar:1.0.400.v201204261600 (system) Information
      • +
      • p2.eclipse-plugin:org.w3c.dom.smil:jar:1.0.1.v200903091627 (system) Information
      • +
      • p2.eclipse-plugin:org.w3c.dom.events:jar:3.0.0.draft20060413_v201105210656 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.swt.gtk.linux.x86:jar:3.102.1.v20140206-1358 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.swt.gtk.linux.x86_64:jar:3.102.1.v20140206-1358 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.swt.win32.win32.x86:jar:3.102.1.v20140206-1358 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.swt.win32.win32.x86_64:jar:3.102.1.v20140206-1358 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.swt.cocoa.macosx.x86_64:jar:3.102.1.v20140206-1358 (system) Information
    +
    +

    Licenses

    +

    Unknown: org.chromium.debug.core, org.chromium.debug.ui, org.chromium.sdk, org.chromium.sdk.wip.eclipse

    +
    +

    Dependency File Details

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    FilenameSizeEntriesClassesPackagesJava VersionDebug Information
    org.chromium.debug.core-0.3.9-SNAPSHOT.jar361.97 kB-----
    org.chromium.sdk-0.3.9-SNAPSHOT.jar615.00 kB-----
    org.chromium.sdk.wip.eclipse-0.3.9-SNAPSHOT.jar5.16 kB-----
    TotalSizeEntriesClassesPackagesJava VersionDebug Information
    3982.13 kB---0.0-
    provided: 3provided: 982.13 kB-----
    +
    +

    Dependency Repository Locations

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Repo IDURLReleaseSnapshotBlacklisted
    keplerhttp://download.eclipse.org/releases/keplerNoNoNo
    sonatype-snapshotshttps://oss.sonatype.org/content/repositories/snapshots/NoYesNo
    sonatypehttps://oss.sonatype.org/content/repositories/releases/YesNoNo
    codehaus-snapshotshttps://nexus.codehaus.org/snapshots/NoYesYes
    apache-snapshotshttps://repository.apache.org/snapshots/NoYesNo
    sonatype-apachehttps://repository.apache.org/releases/YesNoYes
    centralhttps://repo.maven.apache.org/maven2YesNoNo
    +

    Repository locations for each of the Dependencies.

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + + + + + + -
    Artifactkeplersonatype-snapshotssonatypeapache-snapshotscentral
    org.chromium.chromedevtools:org.chromium.debug.core:eclipse-plugin:0.3.9-SNAPSHOT-----
    org.chromium.chromedevtools:org.chromium.sdk:eclipse-plugin:0.3.9-SNAPSHOT-----
    org.chromium.chromedevtools:org.chromium.sdk:jar:lib/json_simple/json_simple-1.1.jar:0.3.9.qualifier-----
    org.chromium.chromedevtools:org.chromium.sdk.wip.eclipse:eclipse-plugin:0.3.9-SNAPSHOT-----
    p2.eclipse-plugin:com.ibm.icu:jar:50.1.1.v201304230130-----
    p2.eclipse-plugin:javax.annotation:jar:1.1.0.v201209060031-----
    p2.eclipse-plugin:javax.inject:jar:1.0.0.v20091030-----
    p2.eclipse-plugin:javax.xml:jar:1.3.4.v201005080400-----
    p2.eclipse-plugin:org.apache.batik.css:jar:1.6.0.v201011041432-----
    p2.eclipse-plugin:org.apache.batik.util:jar:1.6.0.v201011041432-----
    p2.eclipse-plugin:org.apache.batik.util.gui:jar:1.6.0.v201011041432-----
    p2.eclipse-plugin:org.eclipse.compare:jar:3.5.401.v20130709-1308-----
    p2.eclipse-plugin:org.eclipse.compare.core:jar:3.5.300.v20130514-1224-----
    p2.eclipse-plugin:org.eclipse.core.commands:jar:3.6.100.v20130515-1857-----
    p2.eclipse-plugin:org.eclipse.core.contenttype:jar:3.4.200.v20130326-1255-----
    p2.eclipse-plugin:org.eclipse.core.databinding:jar:1.4.1.v20130515-1857-----
    p2.eclipse-plugin:org.eclipse.core.databinding.observable:jar:1.4.1.v20130515-1857-----
    p2.eclipse-plugin:org.eclipse.core.databinding.property:jar:1.4.200.v20130515-1857-----
    p2.eclipse-plugin:org.eclipse.core.expressions:jar:3.4.501.v20131118-1915-----
    p2.eclipse-plugin:org.eclipse.core.filebuffers:jar:3.5.300.v20130225-1821-----
    p2.eclipse-plugin:org.eclipse.core.filesystem:jar:1.4.0.v20130514-1240-----
    p2.eclipse-plugin:org.eclipse.core.jobs:jar:3.5.300.v20130429-1813-----
    p2.eclipse-plugin:org.eclipse.core.resources:jar:3.8.101.v20130717-0806-----
    p2.eclipse-plugin:org.eclipse.core.runtime:jar:3.9.100.v20131218-1515-----
    p2.eclipse-plugin:org.eclipse.core.variables:jar:3.2.700.v20130402-1741-----
    p2.eclipse-plugin:org.eclipse.debug.core:jar:3.8.0.v20130514-0954-----
    p2.eclipse-plugin:org.eclipse.debug.ui:jar:3.9.0.v20130516-1713-----
    p2.eclipse-plugin:org.eclipse.e4.core.commands:jar:0.10.2.v20130515-1857-----
    p2.eclipse-plugin:org.eclipse.e4.core.contexts:jar:1.3.1.v20130905-0905-----
    p2.eclipse-plugin:org.eclipse.e4.core.di:jar:1.3.0.v20130514-1256-----
    p2.eclipse-plugin:org.eclipse.e4.core.di.extensions:jar:0.11.100.v20130514-1256-----
    p2.eclipse-plugin:org.eclipse.e4.core.services:jar:1.1.0.v20130515-1343-----
    p2.eclipse-plugin:org.eclipse.e4.ui.bindings:jar:0.10.102.v20140117-1939-----
    p2.eclipse-plugin:org.eclipse.e4.ui.css.core:jar:0.10.100.v20130515-1857-----
    p2.eclipse-plugin:org.eclipse.e4.ui.css.swt:jar:0.11.0.v20130515-1857-----
    p2.eclipse-plugin:org.eclipse.e4.ui.css.swt.theme:jar:0.9.100.v20130515-1857-----
    p2.eclipse-plugin:org.eclipse.e4.ui.di:jar:1.0.0.v20130515-1857-----
    p2.eclipse-plugin:org.eclipse.e4.ui.model.workbench:jar:1.0.1.v20131118-1956-----
    p2.eclipse-plugin:org.eclipse.e4.ui.services:jar:1.0.1.v20131118-1940-----
    p2.eclipse-plugin:org.eclipse.e4.ui.widgets:jar:1.0.0.v20130515-1857-----
    p2.eclipse-plugin:org.eclipse.e4.ui.workbench:jar:1.0.2.v20131202-1739-----
    p2.eclipse-plugin:org.eclipse.e4.ui.workbench.addons.swt:jar:1.0.2.v20131129-1621-----
    p2.eclipse-plugin:org.eclipse.e4.ui.workbench.renderers.swt:jar:0.11.2.v20140205-1834-----
    p2.eclipse-plugin:org.eclipse.e4.ui.workbench.swt:jar:0.12.2.v20140117-1939-----
    p2.eclipse-plugin:org.eclipse.e4.ui.workbench3:jar:0.12.0.v20130515-1857-----
    p2.eclipse-plugin:org.eclipse.emf.common:jar:2.9.2.v20131212-0545-----
    p2.eclipse-plugin:org.eclipse.emf.ecore:jar:2.9.2.v20131212-0545-----
    p2.eclipse-plugin:org.eclipse.emf.ecore.change:jar:2.9.0.v20131212-0545-----
    p2.eclipse-plugin:org.eclipse.emf.ecore.xmi:jar:2.9.1.v20131212-0545-----
    p2.eclipse-plugin:org.eclipse.equinox.app:jar:1.3.100.v20130327-1442-----
    p2.eclipse-plugin:org.eclipse.equinox.bidi:jar:0.10.0.v20130327-1442-----
    p2.eclipse-plugin:org.eclipse.equinox.common:jar:3.6.200.v20130402-1505-----
    p2.eclipse-plugin:org.eclipse.equinox.ds:jar:1.4.101.v20130813-1853-----
    p2.eclipse-plugin:org.eclipse.equinox.event:jar:1.3.0.v20130327-1442-----
    p2.eclipse-plugin:org.eclipse.equinox.p2.core:jar:2.3.0.v20130327-2119-----
    p2.eclipse-plugin:org.eclipse.equinox.p2.engine:jar:2.3.0.v20130526-2122-----
    p2.eclipse-plugin:org.eclipse.equinox.p2.metadata:jar:2.2.0.v20130523-1557-----
    p2.eclipse-plugin:org.eclipse.equinox.registry:jar:3.5.301.v20130717-1549
    p2.eclipse-plugin:org.eclipse.equinox.p2.metadata.repository:jar:1.2.100.v20130327-2119-----
    -

    Description: There is currently no description associated with this project.

    -
  • p2.eclipse-plugin:org.eclipse.equinox.common:jar:3.6.200.v20130402-1505 (system) Information
  • -
  • p2.eclipse-plugin:org.eclipse.core.runtime:jar:3.9.100.v20131218-1515 (system) Information
  • -
  • p2.eclipse-plugin:org.eclipse.core.contenttype:jar:3.4.200.v20130326-1255 (system) Information
  • -
  • p2.eclipse-plugin:org.eclipse.equinox.preferences:jar:3.5.100.v20130422-1538 (system) Information
  • -
  • p2.eclipse-plugin:org.eclipse.core.jobs:jar:3.5.300.v20130429-1813 (system) Information
  • -
  • p2.eclipse-plugin:org.eclipse.equinox.app:jar:1.3.100.v20130327-1442 (system) Information
  • -
    -

    Licenses

    -

    Unknown: org.chromium.sdk, org.chromium.sdk.wip.eclipse

    -
    -

    Dependency File Details

    - + + + + + + - - - - - - - + + + + + + - - + - - - - - - - + + + + + + - - + + - - - + -
    p2.eclipse-plugin:org.eclipse.osgi.services:jar:3.3.100.v20130513-1956-----
    FilenameSizeEntriesClassesPackagesJava VersionDebug Information
    p2.eclipse-plugin:org.eclipse.search:jar:3.9.1.v20131121-1346-----
    org.chromium.sdk-0.3.9-SNAPSHOT.jar615.00 kBp2.eclipse-plugin:org.eclipse.swt:jar:3.102.1.v20140206-1334 - - - - -
    TotalSizeEntriesClassesPackagesJava VersionDebug Information
    p2.eclipse-plugin:org.eclipse.swt.cocoa.macosx.x86_64:jar:3.102.1.v20140206-1358-----
    1615.00 kBp2.eclipse-plugin:org.eclipse.swt.gtk.linux.x86:jar:3.102.1.v20140206-1358- - - -0.0 -
    provided: 1provided: 615.00 kBp2.eclipse-plugin:org.eclipse.swt.gtk.linux.x86_64:jar:3.102.1.v20140206-1358 - - - --
    -
    -

    Dependency Repository Locations

    - + + + + + + + + - - - - - + + + + + + - - - - - + + + + + + - - - - - + + + + + + - - - - - + + + + + + - - - - - + + + + + + - - - - - + + + + + + - - - - - + + + + + + - - - - -
    -
    p2.eclipse-plugin:org.eclipse.swt.win32.win32.x86:jar:3.102.1.v20140206-1358-----
    Repo IDURLReleaseSnapshotBlacklisted
    p2.eclipse-plugin:org.eclipse.swt.win32.win32.x86_64:jar:3.102.1.v20140206-1358-----
    keplerhttp://download.eclipse.org/releases/keplerNoNoNo
    p2.eclipse-plugin:org.eclipse.team.core:jar:3.7.0.v20130514-1224-----
    sonatype-snapshotshttps://oss.sonatype.org/content/repositories/snapshots/NoYesNo
    p2.eclipse-plugin:org.eclipse.team.ui:jar:3.7.1.v20130729-1104-----
    sonatypehttps://oss.sonatype.org/content/repositories/releases/YesNoNo
    p2.eclipse-plugin:org.eclipse.text:jar:3.5.300.v20130515-1451-----
    codehaus-snapshotshttps://nexus.codehaus.org/snapshots/NoYesYes
    p2.eclipse-plugin:org.eclipse.ui:jar:3.105.0.v20130522-1122-----
    apache-snapshotshttps://repository.apache.org/snapshots/NoYesNo
    p2.eclipse-plugin:org.eclipse.ui.console:jar:3.5.200.v20130514-0954-----
    sonatype-apachehttps://repository.apache.org/releases/YesNoYes
    p2.eclipse-plugin:org.eclipse.ui.editors:jar:3.8.100.v20130513-1637-----
    centralhttps://repo.maven.apache.org/maven2YesNoNo
    -

    Repository locations for each of the Dependencies.

    - + + + + + + - - - - - - + + + + + + - + - + - + - + - + - + - + - + - + - + + + + + + + + - - + + diff --git a/site/dependency-convergence.html b/site/dependency-convergence.html index c2536072..7593d610 100644 --- a/site/dependency-convergence.html +++ b/site/dependency-convergence.html @@ -9,7 +9,7 @@ - org.chromium.sdk.wip.eclipse - Reactor Dependency Convergence + org.chromium.debug.ui - Reactor Dependency Convergence diff --git a/site/dependency-info.html b/site/dependency-info.html index 18ea30ba..751b7521 100644 --- a/site/dependency-info.html +++ b/site/dependency-info.html @@ -9,7 +9,7 @@ - org.chromium.sdk.wip.eclipse - Dependency Information + org.chromium.debug.ui - Dependency Information @@ -263,38 +263,38 @@

    Apache Maven

    <dependency>
       <groupId>org.chromium.chromedevtools</groupId>
    -  <artifactId>org.chromium.sdk.wip.eclipse</artifactId>
    +  <artifactId>org.chromium.debug.ui</artifactId>
       <version>0.3.9-SNAPSHOT</version>
       <type>eclipse-plugin</type>
     </dependency>

    Apache Buildr

    -
    'org.chromium.chromedevtools:org.chromium.sdk.wip.eclipse:eclipse-plugin:0.3.9-SNAPSHOT'
    +
    'org.chromium.chromedevtools:org.chromium.debug.ui:eclipse-plugin:0.3.9-SNAPSHOT'

    Apache Ivy

    -
    <dependency org="org.chromium.chromedevtools" name="org.chromium.sdk.wip.eclipse" rev="0.3.9-SNAPSHOT">
    -  <artifact name="org.chromium.sdk.wip.eclipse" type="eclipse-plugin" />
    +
    <dependency org="org.chromium.chromedevtools" name="org.chromium.debug.ui" rev="0.3.9-SNAPSHOT">
    +  <artifact name="org.chromium.debug.ui" type="eclipse-plugin" />
     </dependency>

    Groovy Grape

    @Grapes(
    -@Grab(group='org.chromium.chromedevtools', module='org.chromium.sdk.wip.eclipse', version='0.3.9-SNAPSHOT')
    +@Grab(group='org.chromium.chromedevtools', module='org.chromium.debug.ui', version='0.3.9-SNAPSHOT')
     )

    Grails

    -
    compile 'org.chromium.chromedevtools:org.chromium.sdk.wip.eclipse:0.3.9-SNAPSHOT'
    +
    compile 'org.chromium.chromedevtools:org.chromium.debug.ui:0.3.9-SNAPSHOT'

    Leiningen

    -
    [org.chromium.chromedevtools/org.chromium.sdk.wip.eclipse "0.3.9-SNAPSHOT"]
    +
    [org.chromium.chromedevtools/org.chromium.debug.ui "0.3.9-SNAPSHOT"]

    SBT

    -
    libraryDependencies += "org.chromium.chromedevtools" % "org.chromium.sdk.wip.eclipse" % "0.3.9-SNAPSHOT"
    +
    libraryDependencies += "org.chromium.chromedevtools" % "org.chromium.debug.ui" % "0.3.9-SNAPSHOT"
    diff --git a/site/distribution-management.html b/site/distribution-management.html index 5b621139..57b3fa62 100644 --- a/site/distribution-management.html +++ b/site/distribution-management.html @@ -9,7 +9,7 @@ - org.chromium.sdk.wip.eclipse - Project Distribution Management + org.chromium.debug.ui - Project Distribution Management @@ -261,7 +261,7 @@

    Overview

    The following is the distribution management information used by this project.

    Site - nodeclipse-1-site

    -

    D:\TEMP\site\/org.chromium.parent/plugins/org.chromium.sdk.wip.eclipse

    +

    D:\TEMP\site\/org.chromium.parent/plugins/org.chromium.debug.ui

    diff --git a/site/index.html b/site/index.html index 5a885e94..fbba512a 100644 --- a/site/index.html +++ b/site/index.html @@ -9,7 +9,7 @@ - org.chromium.sdk.wip.eclipse - About + org.chromium.debug.ui - About @@ -257,8 +257,8 @@
    -

    About org.chromium.sdk.wip.eclipse

    -

    org.chromium.sdk.wip.eclipse

    +

    About org.chromium.debug.ui

    +

    org.chromium.debug.ui

    diff --git a/site/integration.html b/site/integration.html index 82311409..0aac4109 100644 --- a/site/integration.html +++ b/site/integration.html @@ -9,7 +9,7 @@ - org.chromium.sdk.wip.eclipse - Continuous Integration + org.chromium.debug.ui - Continuous Integration diff --git a/site/issue-tracking.html b/site/issue-tracking.html index b383bd98..323fa6d6 100644 --- a/site/issue-tracking.html +++ b/site/issue-tracking.html @@ -9,7 +9,7 @@ - org.chromium.sdk.wip.eclipse - Issue Tracking + org.chromium.debug.ui - Issue Tracking diff --git a/site/plugin-management.html b/site/plugin-management.html index 8808dafa..730d83a3 100644 --- a/site/plugin-management.html +++ b/site/plugin-management.html @@ -9,7 +9,7 @@ - org.chromium.sdk.wip.eclipse - Project Plugin Management + org.chromium.debug.ui - Project Plugin Management diff --git a/site/plugins.html b/site/plugins.html index e5702e9f..153ad6e8 100644 --- a/site/plugins.html +++ b/site/plugins.html @@ -9,7 +9,7 @@ - org.chromium.sdk.wip.eclipse - Project Build Plugins + org.chromium.debug.ui - Project Build Plugins diff --git a/site/project-info.html b/site/project-info.html index 36a9d42d..f2aa3837 100644 --- a/site/project-info.html +++ b/site/project-info.html @@ -9,7 +9,7 @@ - org.chromium.sdk.wip.eclipse - Project Information + org.chromium.debug.ui - Project Information @@ -282,7 +282,7 @@

    Overview

    - + diff --git a/site/project-reports.html b/site/project-reports.html index 898040b5..b0d9cab2 100644 --- a/site/project-reports.html +++ b/site/project-reports.html @@ -9,7 +9,7 @@ - org.chromium.sdk.wip.eclipse - Generated Reports + org.chromium.debug.ui - Generated Reports diff --git a/site/project-summary.html b/site/project-summary.html index c2b9ffee..79cf6943 100644 --- a/site/project-summary.html +++ b/site/project-summary.html @@ -9,7 +9,7 @@ - org.chromium.sdk.wip.eclipse - Project Summary + org.chromium.debug.ui - Project Summary @@ -266,13 +266,13 @@

    Project Information

    - + - + -
    p2.eclipse-plugin:org.eclipse.ui.forms:jar:3.6.1.v20130822-1117-----
    Artifactkeplersonatype-snapshotssonatypeapache-snapshotscentral
    p2.eclipse-plugin:org.eclipse.ui.ide:jar:3.9.2.v20131004-0923-----
    org.chromium.chromedevtools:org.chromium.sdk:eclipse-plugin:0.3.9-SNAPSHOTp2.eclipse-plugin:org.eclipse.ui.navigator:jar:3.5.300.v20130517-0139 - - - - -
    org.chromium.chromedevtools:org.chromium.sdk:jar:lib/json_simple/json_simple-1.1.jar:0.3.9.qualifierp2.eclipse-plugin:org.eclipse.ui.views:jar:3.6.100.v20130326-1250 - - - - -
    p2.eclipse-plugin:org.eclipse.core.contenttype:jar:3.4.200.v20130326-1255p2.eclipse-plugin:org.eclipse.ui.workbench:jar:3.105.2.v20140211-1711 - - - - -
    p2.eclipse-plugin:org.eclipse.core.jobs:jar:3.5.300.v20130429-1813p2.eclipse-plugin:org.eclipse.ui.workbench.texteditor:jar:3.8.101.v20130729-1318 - - - - -
    p2.eclipse-plugin:org.eclipse.core.runtime:jar:3.9.100.v20131218-1515p2.eclipse-plugin:org.eclipse.wst.jsdt.core:jar:1.3.1.v201401291437 - - - - -
    p2.eclipse-plugin:org.eclipse.equinox.app:jar:1.3.100.v20130327-1442p2.eclipse-plugin:org.eclipse.wst.jsdt.manipulation:jar:1.0.400.v201204261600 - - - - -
    p2.eclipse-plugin:org.eclipse.equinox.common:jar:3.6.200.v20130402-1505p2.eclipse-plugin:org.eclipse.wst.jsdt.ui:jar:1.1.401.v201401171657 - - - - -
    p2.eclipse-plugin:org.eclipse.equinox.preferences:jar:3.5.100.v20130422-1538p2.eclipse-plugin:org.w3c.css.sac:jar:1.3.1.v200903091627 - - - - -
    p2.eclipse-plugin:org.eclipse.equinox.registry:jar:3.5.301.v20130717-1549p2.eclipse-plugin:org.w3c.dom.events:jar:3.0.0.draft20060413_v201105210656 - - - - -
    p2.eclipse-plugin:org.eclipse.osgi:jar:3.9.1.v20140110-1610p2.eclipse-plugin:org.w3c.dom.smil:jar:1.0.1.v200903091627 - - - - -
    p2.eclipse-plugin:org.w3c.dom.svg:jar:1.1.0.v201011041433-----
    Total kepler sonatype-snapshots sonatype apache-snapshots central
    10 (provided: 1, system: 9)
    97 (provided: 3, system: 94) 0 0 0 This document provides informations on the distribution management of this project.
    Aboutorg.chromium.sdk.wip.eclipse
    org.chromium.debug.ui
    Issue Tracking This document provides information on the issue management system used in this project.
    Nameorg.chromium.sdk.wip.eclipse
    org.chromium.debug.ui
    Descriptionorg.chromium.sdk.wip.eclipse
    org.chromium.debug.ui
    Homepagehttp://nodeclipse.github.io/org.chromium.parent/plugins/org.chromium.sdk.wip.eclipse
    +http://nodeclipse.github.io/org.chromium.parent/plugins/org.chromium.debug.ui

    Project Organization

    @@ -296,7 +296,7 @@

    Build Information

    - + diff --git a/site/source-repository.html b/site/source-repository.html index 1e52a7af..756ce012 100644 --- a/site/source-repository.html +++ b/site/source-repository.html @@ -9,7 +9,7 @@ - org.chromium.sdk.wip.eclipse - Source Repository + org.chromium.debug.ui - Source Repository @@ -263,7 +263,7 @@

    Overview

    Web Browser Access

    The following is a link to a browsable version of the source repository:

    +
    https://github.com/nodeclipse/nodeclipse-1/org.chromium.parent/plugins/org.chromium.debug.ui/

    Anonymous Access

    The source can be checked out anonymously from Git with this command (See http://git-scm.com/docs/git-clone):

    diff --git a/site/taglist.html b/site/taglist.html index b4925411..5e553f67 100644 --- a/site/taglist.html +++ b/site/taglist.html @@ -9,7 +9,7 @@ - org.chromium.sdk.wip.eclipse - Tag List report + org.chromium.debug.ui - Tag List report @@ -188,10 +188,80 @@

    Tag List Report

    - - + +
    ArtifactIdorg.chromium.sdk.wip.eclipse
    org.chromium.debug.ui
    Version 0.3.9-SNAPSHOT
    Total number of occurrences Tag strings used by tag class
    Todo Work0Todo Work14 todo, FIXME
    -

    Each tag is detailed below:

    +

    Each tag is detailed below:

    +
    +

    Todo Work

    +

    Number of occurrences found in the code: 14

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    org.chromium.debug.ui.JsDebugModelPresentationLine
    (peter.rybin): should it really be the default case? There might be no virtual project.132
    org.chromium.debug.ui.actions.JsInspectSnippetActionLine
    (apavlov): fix this when adding inspected variables132
    org.chromium.debug.ui.actions.SynchronizeBreakpointsLine
    (peter.rybin): consider blocking this method until callback is invoked to keep the UI jobs open while something is still happening.103
    (peter.rybin): consider showing progress for several targets.111
    org.chromium.debug.ui.launcher.ChromiumLaunchTypeLine
    (peter.rybin): these projects stay as zombies under the launch; fix it56
    org.chromium.debug.ui.launcher.ScriptMappingTabLine
    support default value from eclipse variables.388
    org.chromium.debug.ui.launcher.WipRemoteTabLine
    support default value from eclipse variables.109
    support default value from eclipse variables.113
    externalize it.151
    externalize it.160
    org.chromium.debug.ui.liveedit.WizardLogicBuilderLine
    have more specific exception types to catch.117
    org.chromium.debug.ui.propertypages.ScriptFilePageLine
    Consider calling mapping.isVirtualProjectResource() instead.72
    (peter.rybin): here we can check that mapping refers to the same project.84
    provide better UI for this case.204
    diff --git a/site/team-list.html b/site/team-list.html index 048e6732..fc4f0e67 100644 --- a/site/team-list.html +++ b/site/team-list.html @@ -9,7 +9,7 @@ - org.chromium.sdk.wip.eclipse - Project Team + org.chromium.debug.ui - Project Team From a65723a0678e87414343d917e48494dc8210879d Mon Sep 17 00:00:00 2001 From: Paul Verest Date: Wed, 30 Sep 2015 09:54:10 +0000 Subject: [PATCH 15/41] Puplishing site for 1.0.2-SNAPSHOT --- site/dependencies.html | 472 ++++++++++++++++++------------ site/dependency-convergence.html | 6 +- site/dependency-info.html | 26 +- site/distribution-management.html | 8 +- site/index.html | 10 +- site/integration.html | 6 +- site/issue-tracking.html | 6 +- site/plugin-management.html | 6 +- site/plugins.html | 6 +- site/project-info.html | 8 +- site/project-reports.html | 6 +- site/project-summary.html | 18 +- site/source-repository.html | 8 +- site/taglist.html | 125 +++++--- site/team-list.html | 6 +- 15 files changed, 423 insertions(+), 294 deletions(-) diff --git a/site/dependencies.html b/site/dependencies.html index 3bb3430b..04d07a54 100644 --- a/site/dependencies.html +++ b/site/dependencies.html @@ -9,7 +9,7 @@ - org.chromium.debug.ui - Project Dependencies + org.nodeclipse.ui - Project Dependencies @@ -104,7 +104,7 @@

    system

    @@ -981,14 +999,14 @@

    Project Dependency Graph

    + +
    +

    Dependency Tree

    +
      +
    • org.chromium.chromedevtools.features:org.chromium.sdk:eclipse-feature:0.3.9-SNAPSHOT Information +
        +
      • p2.eclipse-plugin:org.eclipse.osgi:jar:3.9.1.v20140110-1610 (system) Information
      • +
      • org.chromium.chromedevtools:org.chromium.sdk:eclipse-plugin:0.3.9-SNAPSHOT (provided) Information
      • +
      • org.chromium.chromedevtools:org.chromium.sdk:jar:lib/json_simple/json_simple-1.1.jar:0.3.9.qualifier (system) Information
      • +
      • org.chromium.chromedevtools:org.chromium.sdk.wip.eclipse:eclipse-plugin:0.3.9-SNAPSHOT (provided) Information
      • +
      • p2.eclipse-plugin:org.eclipse.equinox.common:jar:3.6.200.v20130402-1505 (system) Information
    +
    +

    Licenses

    +

    Unknown: org.chromium.sdk, org.chromium.sdk (feature), org.chromium.sdk.wip.eclipse

    +
    +

    Dependency File Details

    + - - - - - - + + + + + + + - - - - - - - - - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + - - - + + - - - - - - - - - - - - - + - - - - - - - - - - + + - - - - - - - - - - - - - - - - - - - - +
    p2.eclipse-pluginorg.eclipse.core.expressions3.4.501.v20131118-1915-jar-
    FilenameSizeEntriesClassesPackagesJava VersionDebug Information
    p2.eclipse-pluginorg.eclipse.core.filebuffers3.5.300.v20130225-1821-jar-
    p2.eclipse-pluginorg.eclipse.core.filesystem1.4.0.v20130514-1240org.chromium.sdk-0.3.9-SNAPSHOT.jar615.00 kB -jar-
    p2.eclipse-pluginorg.eclipse.core.jobs3.5.300.v20130429-1813 -jar-
    p2.eclipse-pluginorg.eclipse.core.resources3.8.101.v20130717-0806 -jar-
    p2.eclipse-pluginorg.eclipse.core.runtime3.9.100.v20131218-1515 -jar -
    p2.eclipse-pluginorg.eclipse.core.variables3.2.700.v20130402-1741-jar-
    p2.eclipse-pluginorg.eclipse.debug.core3.8.0.v20130514-0954org.chromium.sdk.wip.eclipse-0.3.9-SNAPSHOT.jar5.16 kB -jar-
    p2.eclipse-pluginorg.eclipse.debug.ui3.9.0.v20130516-1713 -jar-
    p2.eclipse-pluginorg.eclipse.e4.core.commands0.10.2.v20130515-1857 -jar-
    p2.eclipse-pluginorg.eclipse.e4.core.contexts1.3.1.v20130905-0905 -jar -
    p2.eclipse-pluginorg.eclipse.e4.core.di1.3.0.v20130514-1256-jar-
    TotalSizeEntriesClassesPackagesJava VersionDebug Information
    p2.eclipse-pluginorg.eclipse.e4.core.di.extensions0.11.100.v20130514-12562620.16 kB -jar-
    p2.eclipse-pluginorg.eclipse.e4.core.services1.1.0.v20130515-1343 -jar-
    p2.eclipse-pluginorg.eclipse.e4.ui.bindings0.10.102.v20140117-1939 -jar0.0 -
    p2.eclipse-pluginorg.eclipse.e4.ui.css.core0.10.100.v20130515-1857-jar-
    p2.eclipse-pluginorg.eclipse.e4.ui.css.swt0.11.0.v20130515-1857provided: 2provided: 620.16 kB -jar-
    p2.eclipse-pluginorg.eclipse.e4.ui.css.swt.theme0.9.100.v20130515-1857 -jar-
    p2.eclipse-pluginorg.eclipse.e4.ui.di1.0.0.v20130515-1857 -jar-
    p2.eclipse-pluginorg.eclipse.e4.ui.model.workbench1.0.1.v20131118-1956 -jar-
    -
    +
    +

    Dependency Repository Locations

    + - - - - - - + + + + + - - - - - - + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    p2.eclipse-pluginorg.eclipse.e4.ui.services1.0.1.v20131118-1940-jar-
    Repo IDURLReleaseSnapshotBlacklisted
    p2.eclipse-pluginorg.eclipse.e4.ui.widgets1.0.0.v20130515-1857-jar-
    keplerhttp://download.eclipse.org/releases/keplerNoNoNo
    p2.eclipse-pluginorg.eclipse.e4.ui.workbench1.0.2.v20131202-1739-jar-
    p2.eclipse-pluginorg.eclipse.e4.ui.workbench.addons.swt1.0.2.v20131129-1621-jar-
    p2.eclipse-pluginorg.eclipse.e4.ui.workbench.renderers.swt0.11.2.v20140205-1834-jar-
    p2.eclipse-pluginorg.eclipse.e4.ui.workbench.swt0.12.2.v20140117-1939-jar-
    p2.eclipse-pluginorg.eclipse.e4.ui.workbench30.12.0.v20130515-1857-jar-
    p2.eclipse-pluginorg.eclipse.emf.common2.9.2.v20131212-0545-jar-
    p2.eclipse-pluginorg.eclipse.emf.ecore2.9.2.v20131212-0545-jar-
    p2.eclipse-pluginorg.eclipse.emf.ecore.change2.9.0.v20131212-0545-jar-
    p2.eclipse-pluginorg.eclipse.emf.ecore.xmi2.9.1.v20131212-0545-jar-
    p2.eclipse-pluginorg.eclipse.equinox.app1.3.100.v20130327-1442-jar-
    p2.eclipse-pluginorg.eclipse.equinox.bidi0.10.0.v20130327-1442-jar-
    p2.eclipse-pluginorg.eclipse.equinox.common3.6.200.v20130402-1505-jar-
    p2.eclipse-pluginorg.eclipse.equinox.ds1.4.101.v20130813-1853-jar-
    p2.eclipse-pluginorg.eclipse.equinox.event1.3.0.v20130327-1442-jar-
    p2.eclipse-pluginorg.eclipse.equinox.p2.core2.3.0.v20130327-2119-jar-
    p2.eclipse-pluginorg.eclipse.equinox.p2.engine2.3.0.v20130526-2122-jar-
    p2.eclipse-pluginorg.eclipse.equinox.p2.metadata2.2.0.v20130523-1557-jar-
    p2.eclipse-pluginorg.eclipse.equinox.p2.metadata.repository1.2.100.v20130327-2119-jar-
    p2.eclipse-pluginorg.eclipse.equinox.p2.repository2.3.0.v20130412-2032-jar-
    p2.eclipse-pluginorg.eclipse.equinox.preferences3.5.100.v20130422-1538-jar-
    p2.eclipse-pluginorg.eclipse.equinox.registry3.5.301.v20130717-1549-jar-
    p2.eclipse-pluginorg.eclipse.equinox.security1.2.0.v20130424-1801-jar-
    p2.eclipse-pluginorg.eclipse.equinox.util1.0.500.v20130404-1337-jar-
    p2.eclipse-pluginorg.eclipse.help3.6.0.v20130326-1254-jar-
    p2.eclipse-pluginorg.eclipse.jface3.9.1.v20130725-1141-jar-
    p2.eclipse-pluginorg.eclipse.jface.databinding1.6.200.v20130515-1857-jar-
    p2.eclipse-pluginorg.eclipse.jface.text3.8.101.v20130802-1147-jar-
    p2.eclipse-pluginorg.eclipse.ltk.core.refactoring3.6.100.v20130605-1748-jar-
    p2.eclipse-pluginorg.eclipse.ltk.ui.refactoring3.7.100.v20130605-1748-jar-
    p2.eclipse-pluginorg.eclipse.osgi3.9.1.v20140110-1610-jar-
    p2.eclipse-pluginorg.eclipse.osgi.services3.3.100.v20130513-1956-jar-
    p2.eclipse-pluginorg.eclipse.search3.9.1.v20131121-1346-jar-
    p2.eclipse-pluginorg.eclipse.swt3.102.1.v20140206-1334-jar-
    p2.eclipse-pluginorg.eclipse.swt.cocoa.macosx.x86_643.102.1.v20140206-1358-jar-
    p2.eclipse-pluginorg.eclipse.swt.gtk.linux.x863.102.1.v20140206-1358-jar-
    p2.eclipse-pluginorg.eclipse.swt.gtk.linux.x86_643.102.1.v20140206-1358-jar-
    p2.eclipse-pluginorg.eclipse.swt.win32.win32.x863.102.1.v20140206-1358-jar-
    p2.eclipse-pluginorg.eclipse.swt.win32.win32.x86_643.102.1.v20140206-1358-jar-
    p2.eclipse-pluginorg.eclipse.team.core3.7.0.v20130514-1224-jar-
    p2.eclipse-pluginorg.eclipse.team.ui3.7.1.v20130729-1104-jar-
    p2.eclipse-pluginorg.eclipse.text3.5.300.v20130515-1451-jar-
    p2.eclipse-pluginorg.eclipse.ui3.105.0.v20130522-1122-jar-
    p2.eclipse-pluginorg.eclipse.ui.console3.5.200.v20130514-0954-jar-
    p2.eclipse-pluginorg.eclipse.ui.editors3.8.100.v20130513-1637-jar-
    p2.eclipse-pluginorg.eclipse.ui.forms3.6.1.v20130822-1117-jar-
    p2.eclipse-pluginorg.eclipse.ui.ide3.9.2.v20131004-0923-jar-
    p2.eclipse-pluginorg.eclipse.ui.navigator3.5.300.v20130517-0139-jar-
    p2.eclipse-pluginorg.eclipse.ui.views3.6.100.v20130326-1250-jar-
    p2.eclipse-pluginorg.eclipse.ui.workbench3.105.2.v20140211-1711-jar-
    p2.eclipse-pluginorg.eclipse.ui.workbench.texteditor3.8.101.v20130729-1318-jar-
    p2.eclipse-pluginorg.eclipse.wst.jsdt.core1.3.1.v201401291437-jar-
    p2.eclipse-pluginorg.eclipse.wst.jsdt.manipulation1.0.400.v201204261600-jar-
    p2.eclipse-pluginorg.eclipse.wst.jsdt.ui1.1.401.v201401171657-jar-
    p2.eclipse-pluginorg.w3c.css.sac1.3.1.v200903091627-jar-
    p2.eclipse-pluginorg.w3c.dom.events3.0.0.draft20060413_v201105210656-jar-
    p2.eclipse-pluginorg.w3c.dom.smil1.0.1.v200903091627-jar-
    p2.eclipse-pluginorg.w3c.dom.svg1.1.0.v201011041433-jar-
    -
    -

    Project Transitive Dependencies

    -

    No transitive dependencies are required for this project.

    -
    -

    Project Dependency Graph

    - -
    -

    Dependency Tree

    -
      -
    • org.nodeclipse.nodeclipse-1:org.nodeclipse.ui:eclipse-plugin:1.0.2-SNAPSHOT Information -
        -
      • p2.eclipse-plugin:javax.annotation:jar:1.1.0.v201209060031 (system) Information
      • -
      • p2.eclipse-plugin:javax.xml:jar:1.3.4.v201005080400 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.osgi:jar:3.9.1.v20140110-1610 (system) Information
      • -
      • p2.eclipse-plugin:org.apache.batik.css:jar:1.6.0.v201011041432 (system) Information
      • -
      • p2.eclipse-plugin:org.apache.batik.util:jar:1.6.0.v201011041432 (system) Information
      • -
      • p2.eclipse-plugin:org.w3c.css.sac:jar:1.3.1.v200903091627 (system) Information
      • -
      • p2.eclipse-plugin:org.w3c.dom.svg:jar:1.1.0.v201011041433 (system) Information
      • -
      • p2.eclipse-plugin:org.apache.batik.util.gui:jar:1.6.0.v201011041432 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.osgi.services:jar:3.3.100.v20130513-1956 (system) Information
      • -
      • org.chromium.chromedevtools:org.chromium.debug.core:eclipse-plugin:0.3.9-SNAPSHOT (provided) Information
      • -
      • p2.eclipse-plugin:org.eclipse.core.runtime:jar:3.9.100.v20131218-1515 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.core.filesystem:jar:1.4.0.v20130514-1240 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.debug.ui:jar:3.9.0.v20130516-1713 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.ui:jar:3.105.0.v20130522-1122 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.jface.text:jar:3.8.101.v20130802-1147 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.ui.workbench.texteditor:jar:3.8.101.v20130729-1318 (system) Information
      • -
      • org.chromium.chromedevtools:org.chromium.sdk:eclipse-plugin:0.3.9-SNAPSHOT (provided) Information
      • -
      • org.chromium.chromedevtools:org.chromium.sdk:jar:lib/json_simple/json_simple-1.1.jar:0.3.9.qualifier (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.core.expressions:jar:3.4.501.v20131118-1915 (system) Information
      • -
      • org.chromium.chromedevtools:org.chromium.debug.ui:eclipse-plugin:0.3.9-SNAPSHOT (provided) Information
      • -
      • p2.eclipse-plugin:org.eclipse.ui.editors:jar:3.8.100.v20130513-1637 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.core.variables:jar:3.2.700.v20130402-1741 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.ui.ide:jar:3.9.2.v20131004-0923 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.compare:jar:3.5.401.v20130709-1308 (system) Information
      • -
      • org.chromium.chromedevtools:org.chromium.sdk.wip.eclipse:eclipse-plugin:0.3.9-SNAPSHOT (provided) Information
      • -
      • p2.eclipse-plugin:org.eclipse.wst.jsdt.core:jar:1.3.1.v201401291437 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.wst.jsdt.ui:jar:1.1.401.v201401171657 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.equinox.registry:jar:3.5.301.v20130717-1549 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.equinox.common:jar:3.6.200.v20130402-1505 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.core.resources:jar:3.8.101.v20130717-0806 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.ui.views:jar:3.6.100.v20130326-1250 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.ui.forms:jar:3.6.1.v20130822-1117 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.compare.core:jar:3.5.300.v20130514-1224 (system) Information
      • -
      • p2.eclipse-plugin:com.ibm.icu:jar:50.1.1.v201304230130 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.core.commands:jar:3.6.100.v20130515-1857 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.core.contenttype:jar:3.4.200.v20130326-1255 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.equinox.preferences:jar:3.5.100.v20130422-1538 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.core.databinding:jar:1.4.1.v20130515-1857 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.core.databinding.observable:jar:1.4.1.v20130515-1857 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.core.databinding.property:jar:1.4.200.v20130515-1857 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.core.filebuffers:jar:3.5.300.v20130225-1821 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.text:jar:3.5.300.v20130515-1451 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.core.jobs:jar:3.5.300.v20130429-1813 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.equinox.app:jar:1.3.100.v20130327-1442 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.debug.core:jar:3.8.0.v20130514-0954 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.ui.console:jar:3.5.200.v20130514-0954 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.help:jar:3.6.0.v20130326-1254 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.e4.core.commands:jar:0.10.2.v20130515-1857 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.e4.core.di:jar:1.3.0.v20130514-1256 (system) Information
      • -
      • p2.eclipse-plugin:javax.inject:jar:1.0.0.v20091030 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.e4.core.contexts:jar:1.3.1.v20130905-0905 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.e4.core.services:jar:1.1.0.v20130515-1343 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.e4.core.di.extensions:jar:0.11.100.v20130514-1256 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.swt:jar:3.102.1.v20140206-1334 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.jface:jar:3.9.1.v20130725-1141 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.e4.ui.bindings:jar:0.10.102.v20140117-1939 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.e4.ui.css.core:jar:0.10.100.v20130515-1857 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.e4.ui.css.swt:jar:0.11.0.v20130515-1857 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.e4.ui.css.swt.theme:jar:0.9.100.v20130515-1857 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.e4.ui.di:jar:1.0.0.v20130515-1857 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.emf.ecore:jar:2.9.2.v20131212-0545 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.e4.ui.model.workbench:jar:1.0.1.v20131118-1956 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.e4.ui.services:jar:1.0.1.v20131118-1940 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.e4.ui.widgets:jar:1.0.0.v20130515-1857 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.emf.ecore.change:jar:2.9.0.v20131212-0545 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.emf.ecore.xmi:jar:2.9.1.v20131212-0545 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.e4.ui.workbench:jar:1.0.2.v20131202-1739 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.e4.ui.workbench.renderers.swt:jar:0.11.2.v20140205-1834 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.e4.ui.workbench.swt:jar:0.12.2.v20140117-1939 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.e4.ui.workbench.addons.swt:jar:1.0.2.v20131129-1621 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.jface.databinding:jar:1.6.200.v20130515-1857 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.e4.ui.workbench3:jar:0.12.0.v20130515-1857 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.equinox.ds:jar:1.4.101.v20130813-1853 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.equinox.event:jar:1.3.0.v20130327-1442 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.emf.common:jar:2.9.2.v20131212-0545 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.equinox.bidi:jar:0.10.0.v20130327-1442 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.equinox.util:jar:1.0.500.v20130404-1337 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.equinox.p2.core:jar:2.3.0.v20130327-2119 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.equinox.p2.engine:jar:2.3.0.v20130526-2122 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.equinox.p2.metadata:jar:2.2.0.v20130523-1557 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.equinox.p2.metadata.repository:jar:1.2.100.v20130327-2119 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.equinox.p2.repository:jar:2.3.0.v20130412-2032 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.equinox.security:jar:1.2.0.v20130424-1801 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.ltk.core.refactoring:jar:3.6.100.v20130605-1748 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.ltk.ui.refactoring:jar:3.7.100.v20130605-1748 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.ui.navigator:jar:3.5.300.v20130517-0139 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.team.core:jar:3.7.0.v20130514-1224 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.team.ui:jar:3.7.1.v20130729-1104 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.search:jar:3.9.1.v20131121-1346 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.ui.workbench:jar:3.105.2.v20140211-1711 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.wst.jsdt.manipulation:jar:1.0.400.v201204261600 (system) Information
      • -
      • org.nodeclipse.nodeclipse-1:org.nodeclipse.bundle.coffee:eclipse-plugin:1.6.3 (provided) Information
      • -
      • org.nodeclipse.nodeclipse-1:org.nodeclipse.bundle.express:eclipse-plugin:3.2.5 (provided) Information
      • -
      • p2.eclipse-plugin:org.w3c.dom.smil:jar:1.0.1.v200903091627 (system) Information
      • -
      • p2.eclipse-plugin:org.w3c.dom.events:jar:3.0.0.draft20060413_v201105210656 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.swt.gtk.linux.x86:jar:3.102.1.v20140206-1358 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.swt.gtk.linux.x86_64:jar:3.102.1.v20140206-1358 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.swt.win32.win32.x86:jar:3.102.1.v20140206-1358 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.swt.win32.win32.x86_64:jar:3.102.1.v20140206-1358 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.swt.cocoa.macosx.x86_64:jar:3.102.1.v20140206-1358 (system) Information
    -
    -

    Licenses

    -

    Unknown: org.chromium.debug.core, org.chromium.debug.ui, org.chromium.sdk, org.chromium.sdk.wip.eclipse, org.nodeclipse.bundle.coffee, org.nodeclipse.bundle.express, org.nodeclipse.ui

    -
    -

    Dependency File Details

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    FilenameSizeEntriesClassesPackagesJava VersionDebug Information
    org.chromium.debug.core-0.3.9-SNAPSHOT.jar361.97 kB-----
    org.chromium.debug.ui-0.3.9-SNAPSHOT.jar547.17 kB-----
    org.chromium.sdk-0.3.9-SNAPSHOT.jar615.00 kB-----
    org.chromium.sdk.wip.eclipse-0.3.9-SNAPSHOT.jar5.16 kB-----
    org.nodeclipse.bundle.coffee-1.6.3.jar85.43 kB-----
    org.nodeclipse.bundle.express-3.2.5.jar353.80 kB-----
    TotalSizeEntriesClassesPackagesJava VersionDebug Information
    61.97 MB---0.0-
    provided: 6provided: 1.97 MB-----
    -
    -

    Dependency Repository Locations

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Repo IDURLReleaseSnapshotBlacklisted
    keplerhttp://download.eclipse.org/releases/keplerNoNoNo
    sonatype-snapshotshttps://oss.sonatype.org/content/repositories/snapshots/NoYesNo
    sonatypehttps://oss.sonatype.org/content/repositories/releases/YesNoNo
    codehaus-snapshotshttps://nexus.codehaus.org/snapshots/NoYesYes
    apache-snapshotshttps://repository.apache.org/snapshots/NoYesNo
    sonatype-apachehttps://repository.apache.org/releases/YesNoYes
    centralhttps://repo.maven.apache.org/maven2YesNoNo
    -

    Repository locations for each of the Dependencies.

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + - - - - - - + + + + + - - - - - - + + + + + - - - - - - + + + + + - - - - - - + + + + + - - - - - - + + + + +
    Artifactkeplersonatype-snapshotssonatypeapache-snapshotscentral
    org.chromium.chromedevtools:org.chromium.debug.core:eclipse-plugin:0.3.9-SNAPSHOT-----
    org.chromium.chromedevtools:org.chromium.debug.ui:eclipse-plugin:0.3.9-SNAPSHOT-----
    org.chromium.chromedevtools:org.chromium.sdk:eclipse-plugin:0.3.9-SNAPSHOT-----
    org.chromium.chromedevtools:org.chromium.sdk:jar:lib/json_simple/json_simple-1.1.jar:0.3.9.qualifier-----
    org.chromium.chromedevtools:org.chromium.sdk.wip.eclipse:eclipse-plugin:0.3.9-SNAPSHOT-----
    org.nodeclipse.nodeclipse-1:org.nodeclipse.bundle.coffee:eclipse-plugin:1.6.3-----
    org.nodeclipse.nodeclipse-1:org.nodeclipse.bundle.express:eclipse-plugin:3.2.5-----
    p2.eclipse-plugin:com.ibm.icu:jar:50.1.1.v201304230130-----
    p2.eclipse-plugin:javax.annotation:jar:1.1.0.v201209060031-----
    p2.eclipse-plugin:javax.inject:jar:1.0.0.v20091030-----
    p2.eclipse-plugin:javax.xml:jar:1.3.4.v201005080400-----
    p2.eclipse-plugin:org.apache.batik.css:jar:1.6.0.v201011041432-----
    p2.eclipse-plugin:org.apache.batik.util:jar:1.6.0.v201011041432-----
    p2.eclipse-plugin:org.apache.batik.util.gui:jar:1.6.0.v201011041432-----
    p2.eclipse-plugin:org.eclipse.compare:jar:3.5.401.v20130709-1308-----
    p2.eclipse-plugin:org.eclipse.compare.core:jar:3.5.300.v20130514-1224-----
    p2.eclipse-plugin:org.eclipse.core.commands:jar:3.6.100.v20130515-1857-----
    p2.eclipse-plugin:org.eclipse.core.contenttype:jar:3.4.200.v20130326-1255-----
    p2.eclipse-plugin:org.eclipse.core.databinding:jar:1.4.1.v20130515-1857-----
    p2.eclipse-plugin:org.eclipse.core.databinding.observable:jar:1.4.1.v20130515-1857-----
    p2.eclipse-plugin:org.eclipse.core.databinding.property:jar:1.4.200.v20130515-1857-----
    p2.eclipse-plugin:org.eclipse.core.expressions:jar:3.4.501.v20131118-1915-----
    p2.eclipse-plugin:org.eclipse.core.filebuffers:jar:3.5.300.v20130225-1821-----
    p2.eclipse-plugin:org.eclipse.core.filesystem:jar:1.4.0.v20130514-1240-----
    p2.eclipse-plugin:org.eclipse.core.jobs:jar:3.5.300.v20130429-1813-----
    p2.eclipse-plugin:org.eclipse.core.resources:jar:3.8.101.v20130717-0806-----
    p2.eclipse-plugin:org.eclipse.core.runtime:jar:3.9.100.v20131218-1515-----
    p2.eclipse-plugin:org.eclipse.core.variables:jar:3.2.700.v20130402-1741-----
    p2.eclipse-plugin:org.eclipse.debug.core:jar:3.8.0.v20130514-0954-----
    p2.eclipse-plugin:org.eclipse.debug.ui:jar:3.9.0.v20130516-1713-----
    p2.eclipse-plugin:org.eclipse.e4.core.commands:jar:0.10.2.v20130515-1857-----
    p2.eclipse-plugin:org.eclipse.e4.core.contexts:jar:1.3.1.v20130905-0905-----
    p2.eclipse-plugin:org.eclipse.e4.core.di:jar:1.3.0.v20130514-1256-----
    p2.eclipse-plugin:org.eclipse.e4.core.di.extensions:jar:0.11.100.v20130514-1256-----
    p2.eclipse-plugin:org.eclipse.e4.core.services:jar:1.1.0.v20130515-1343-----
    p2.eclipse-plugin:org.eclipse.e4.ui.bindings:jar:0.10.102.v20140117-1939-----
    p2.eclipse-plugin:org.eclipse.e4.ui.css.core:jar:0.10.100.v20130515-1857-----
    p2.eclipse-plugin:org.eclipse.e4.ui.css.swt:jar:0.11.0.v20130515-1857-----
    p2.eclipse-plugin:org.eclipse.e4.ui.css.swt.theme:jar:0.9.100.v20130515-1857-----
    p2.eclipse-plugin:org.eclipse.e4.ui.di:jar:1.0.0.v20130515-1857-----
    p2.eclipse-plugin:org.eclipse.e4.ui.model.workbench:jar:1.0.1.v20131118-1956-----
    p2.eclipse-plugin:org.eclipse.e4.ui.services:jar:1.0.1.v20131118-1940-----
    p2.eclipse-plugin:org.eclipse.e4.ui.widgets:jar:1.0.0.v20130515-1857-----
    p2.eclipse-plugin:org.eclipse.e4.ui.workbench:jar:1.0.2.v20131202-1739-----
    p2.eclipse-plugin:org.eclipse.e4.ui.workbench.addons.swt:jar:1.0.2.v20131129-1621-----
    p2.eclipse-plugin:org.eclipse.e4.ui.workbench.renderers.swt:jar:0.11.2.v20140205-1834-----
    p2.eclipse-plugin:org.eclipse.e4.ui.workbench.swt:jar:0.12.2.v20140117-1939-----
    p2.eclipse-plugin:org.eclipse.e4.ui.workbench3:jar:0.12.0.v20130515-1857-----
    p2.eclipse-plugin:org.eclipse.emf.common:jar:2.9.2.v20131212-0545-----
    p2.eclipse-plugin:org.eclipse.emf.ecore:jar:2.9.2.v20131212-0545-----
    p2.eclipse-plugin:org.eclipse.emf.ecore.change:jar:2.9.0.v20131212-0545-----
    p2.eclipse-plugin:org.eclipse.emf.ecore.xmi:jar:2.9.1.v20131212-0545-----
    p2.eclipse-plugin:org.eclipse.equinox.app:jar:1.3.100.v20130327-1442-----
    p2.eclipse-plugin:org.eclipse.equinox.bidi:jar:0.10.0.v20130327-1442-----
    p2.eclipse-plugin:org.eclipse.equinox.common:jar:3.6.200.v20130402-1505-----
    p2.eclipse-plugin:org.eclipse.equinox.ds:jar:1.4.101.v20130813-1853-----
    p2.eclipse-plugin:org.eclipse.equinox.event:jar:1.3.0.v20130327-1442-----
    p2.eclipse-plugin:org.eclipse.equinox.p2.core:jar:2.3.0.v20130327-2119-----
    p2.eclipse-plugin:org.eclipse.equinox.p2.engine:jar:2.3.0.v20130526-2122-----
    p2.eclipse-plugin:org.eclipse.equinox.p2.metadata:jar:2.2.0.v20130523-1557-----
    p2.eclipse-plugin:org.eclipse.equinox.p2.metadata.repository:jar:1.2.100.v20130327-2119-----
    p2.eclipse-plugin:org.eclipse.equinox.p2.repository:jar:2.3.0.v20130412-2032-----
    sonatype-snapshotshttps://oss.sonatype.org/content/repositories/snapshots/NoYesNo
    p2.eclipse-plugin:org.eclipse.equinox.preferences:jar:3.5.100.v20130422-1538-----
    sonatypehttps://oss.sonatype.org/content/repositories/releases/YesNoNo
    p2.eclipse-plugin:org.eclipse.equinox.registry:jar:3.5.301.v20130717-1549-----
    codehaus-snapshotshttps://nexus.codehaus.org/snapshots/NoYesYes
    p2.eclipse-plugin:org.eclipse.equinox.security:jar:1.2.0.v20130424-1801-----
    apache-snapshotshttps://repository.apache.org/snapshots/NoYesNo
    p2.eclipse-plugin:org.eclipse.equinox.util:jar:1.0.500.v20130404-1337-----
    sonatype-apachehttps://repository.apache.org/releases/YesNoYes
    p2.eclipse-plugin:org.eclipse.help:jar:3.6.0.v20130326-1254-----
    centralhttps://repo.maven.apache.org/maven2YesNoNo
    +

    Repository locations for each of the Dependencies.

    + - - - - - - + + + + + + - + - + - + - + @@ -2379,203 +522,14 @@

    Dependency Repository Locations-

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + diff --git a/site/dependency-convergence.html b/site/dependency-convergence.html index 59f1cecf..3f5f2181 100644 --- a/site/dependency-convergence.html +++ b/site/dependency-convergence.html @@ -9,7 +9,7 @@ - org.nodeclipse.ui - Reactor Dependency Convergence + org.chromium.sdk (feature) - Reactor Dependency Convergence @@ -79,14 +79,6 @@ - - @@ -104,7 +96,7 @@

    Apache Ivy

    -
    <dependency org="org.nodeclipse.nodeclipse-1" name="org.nodeclipse.ui" rev="1.0.2-SNAPSHOT">
    -  <artifact name="org.nodeclipse.ui" type="eclipse-plugin" />
    +
    <dependency org="org.chromium.chromedevtools.features" name="org.chromium.sdk" rev="0.3.9-SNAPSHOT">
    +  <artifact name="org.chromium.sdk" type="eclipse-feature" />
     </dependency>

    Groovy Grape

    @Grapes(
    -@Grab(group='org.nodeclipse.nodeclipse-1', module='org.nodeclipse.ui', version='1.0.2-SNAPSHOT')
    +@Grab(group='org.chromium.chromedevtools.features', module='org.chromium.sdk', version='0.3.9-SNAPSHOT')
     )

    Grails

    -
    compile 'org.nodeclipse.nodeclipse-1:org.nodeclipse.ui:1.0.2-SNAPSHOT'
    +
    compile 'org.chromium.chromedevtools.features:org.chromium.sdk:0.3.9-SNAPSHOT'

    Leiningen

    -
    [org.nodeclipse.nodeclipse-1/org.nodeclipse.ui "1.0.2-SNAPSHOT"]
    +
    [org.chromium.chromedevtools.features/org.chromium.sdk "0.3.9-SNAPSHOT"]

    SBT

    -
    libraryDependencies += "org.nodeclipse.nodeclipse-1" % "org.nodeclipse.ui" % "1.0.2-SNAPSHOT"
    +
    libraryDependencies += "org.chromium.chromedevtools.features" % "org.chromium.sdk" % "0.3.9-SNAPSHOT"
    diff --git a/site/distribution-management.html b/site/distribution-management.html index e28402c9..d46542e9 100644 --- a/site/distribution-management.html +++ b/site/distribution-management.html @@ -9,7 +9,7 @@ - org.nodeclipse.ui - Project Distribution Management + org.chromium.sdk (feature) - Project Distribution Management @@ -79,14 +79,6 @@ - - @@ -104,7 +96,7 @@ +

    D:\TEMP\site\/org.chromium.parent/features/org.chromium.sdk

    diff --git a/site/index.html b/site/index.html index c0befcf9..c5fc2e40 100644 --- a/site/index.html +++ b/site/index.html @@ -9,7 +9,7 @@ - org.nodeclipse.ui - About + org.chromium.sdk (feature) - About @@ -79,14 +79,6 @@ - - @@ -104,7 +96,7 @@ diff --git a/site/integration.html b/site/integration.html index 70438164..99e5d3ef 100644 --- a/site/integration.html +++ b/site/integration.html @@ -9,7 +9,7 @@ - org.nodeclipse.ui - Continuous Integration + org.chromium.sdk (feature) - Continuous Integration @@ -79,14 +79,6 @@ - - @@ -104,7 +96,7 @@ - - - - - + - + - + - + - +
    p2.eclipse-plugin:org.eclipse.jface:jar:3.9.1.v20130725-1141-----
    Artifactkeplersonatype-snapshotssonatypeapache-snapshotscentral
    p2.eclipse-plugin:org.eclipse.jface.databinding:jar:1.6.200.v20130515-1857org.chromium.chromedevtools:org.chromium.sdk:eclipse-plugin:0.3.9-SNAPSHOT - - - - -
    p2.eclipse-plugin:org.eclipse.jface.text:jar:3.8.101.v20130802-1147org.chromium.chromedevtools:org.chromium.sdk:jar:lib/json_simple/json_simple-1.1.jar:0.3.9.qualifier - - - - -
    p2.eclipse-plugin:org.eclipse.ltk.core.refactoring:jar:3.6.100.v20130605-1748org.chromium.chromedevtools:org.chromium.sdk.wip.eclipse:eclipse-plugin:0.3.9-SNAPSHOT - - - - -
    p2.eclipse-plugin:org.eclipse.ltk.ui.refactoring:jar:3.7.100.v20130605-1748p2.eclipse-plugin:org.eclipse.equinox.common:jar:3.6.200.v20130402-1505 - - --
    p2.eclipse-plugin:org.eclipse.osgi.services:jar:3.3.100.v20130513-1956-----
    p2.eclipse-plugin:org.eclipse.search:jar:3.9.1.v20131121-1346-----
    p2.eclipse-plugin:org.eclipse.swt:jar:3.102.1.v20140206-1334-----
    p2.eclipse-plugin:org.eclipse.swt.cocoa.macosx.x86_64:jar:3.102.1.v20140206-1358-----
    p2.eclipse-plugin:org.eclipse.swt.gtk.linux.x86:jar:3.102.1.v20140206-1358-----
    p2.eclipse-plugin:org.eclipse.swt.gtk.linux.x86_64:jar:3.102.1.v20140206-1358-----
    p2.eclipse-plugin:org.eclipse.swt.win32.win32.x86:jar:3.102.1.v20140206-1358-----
    p2.eclipse-plugin:org.eclipse.swt.win32.win32.x86_64:jar:3.102.1.v20140206-1358-----
    p2.eclipse-plugin:org.eclipse.team.core:jar:3.7.0.v20130514-1224-----
    p2.eclipse-plugin:org.eclipse.team.ui:jar:3.7.1.v20130729-1104-----
    p2.eclipse-plugin:org.eclipse.text:jar:3.5.300.v20130515-1451-----
    p2.eclipse-plugin:org.eclipse.ui:jar:3.105.0.v20130522-1122-----
    p2.eclipse-plugin:org.eclipse.ui.console:jar:3.5.200.v20130514-0954-----
    p2.eclipse-plugin:org.eclipse.ui.editors:jar:3.8.100.v20130513-1637-----
    p2.eclipse-plugin:org.eclipse.ui.forms:jar:3.6.1.v20130822-1117-----
    p2.eclipse-plugin:org.eclipse.ui.ide:jar:3.9.2.v20131004-0923-----
    p2.eclipse-plugin:org.eclipse.ui.navigator:jar:3.5.300.v20130517-0139-----
    p2.eclipse-plugin:org.eclipse.ui.views:jar:3.6.100.v20130326-1250-----
    p2.eclipse-plugin:org.eclipse.ui.workbench:jar:3.105.2.v20140211-1711-----
    p2.eclipse-plugin:org.eclipse.ui.workbench.texteditor:jar:3.8.101.v20130729-1318-----
    p2.eclipse-plugin:org.eclipse.wst.jsdt.core:jar:1.3.1.v201401291437-----
    p2.eclipse-plugin:org.eclipse.wst.jsdt.manipulation:jar:1.0.400.v201204261600-----
    p2.eclipse-plugin:org.eclipse.wst.jsdt.ui:jar:1.1.401.v201401171657-----
    p2.eclipse-plugin:org.w3c.css.sac:jar:1.3.1.v200903091627-----
    p2.eclipse-plugin:org.w3c.dom.events:jar:3.0.0.draft20060413_v201105210656-----
    p2.eclipse-plugin:org.w3c.dom.smil:jar:1.0.1.v200903091627-----
    p2.eclipse-plugin:org.w3c.dom.svg:jar:1.1.0.v201011041433-----
    Total kepler sonatype-snapshots sonatype apache-snapshots central
    100 (provided: 6, system: 94)
    5 (provided: 2, system: 3) 0 0 0 org.apache.maven.pluginsmaven-resources-plugin2.4.3
    org.apache.maven.plugins maven-site-plugin 3.3
    org.eclipse.tycho target-platform-configuration 0.21.0
    org.eclipse.tycho tycho-compiler-plugin 0.21.0
    org.eclipse.tycho tycho-maven-plugin 0.21.0
    org.eclipse.tycho tycho-p2-plugin 0.21.0
    org.eclipse.tycho tycho-packaging-plugin 0.21.0
    diff --git a/site/project-info.html b/site/project-info.html index 03191e47..c2d7c9d7 100644 --- a/site/project-info.html +++ b/site/project-info.html @@ -9,7 +9,7 @@ - org.nodeclipse.ui - Project Information + org.chromium.sdk (feature) - Project Information @@ -79,14 +79,6 @@ - - @@ -104,7 +96,7 @@ - -
    - - - - - -
    -
    - -
    - - -
    - -
    -

    Generated Reports

    -

    This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

    -
    -

    Overview

    - - - - - - -
    DocumentDescription
    Tag ListReport on various tags found in the code.
    -
    -
    -
    - -
    - - - - diff --git a/site/project-summary.html b/site/project-summary.html index 7c181821..53c2e4f0 100644 --- a/site/project-summary.html +++ b/site/project-summary.html @@ -9,7 +9,7 @@ - org.nodeclipse.ui - Project Summary + org.chromium.sdk (feature) - Project Summary @@ -79,14 +79,6 @@ - - @@ -104,7 +96,7 @@ +http://nodeclipse.github.io/org.chromium.parent/features/org.chromium.sdk

    Project Organization

    @@ -293,16 +278,16 @@

    Build Information

    - + - + - + -
    GroupIdorg.nodeclipse.nodeclipse-1
    org.chromium.chromedevtools.features
    ArtifactIdorg.nodeclipse.ui
    org.chromium.sdk
    Version1.0.2-SNAPSHOT
    0.3.9-SNAPSHOT
    Typeeclipse-plugin
    +eclipse-feature diff --git a/site/source-repository.html b/site/source-repository.html index ff0ad605..02521f6d 100644 --- a/site/source-repository.html +++ b/site/source-repository.html @@ -9,7 +9,7 @@ - org.nodeclipse.ui - Source Repository + org.chromium.sdk (feature) - Source Repository @@ -79,14 +79,6 @@ - - @@ -104,7 +96,7 @@ +
    https://github.com/nodeclipse/nodeclipse-1/org.chromium.parent/features/org.chromium.sdk/

    Anonymous Access

    The source can be checked out anonymously from Git with this command (See http://git-scm.com/docs/git-clone):

    diff --git a/site/taglist.html b/site/taglist.html deleted file mode 100644 index 0b3290bd..00000000 --- a/site/taglist.html +++ /dev/null @@ -1,323 +0,0 @@ - - - - - - - - - org.nodeclipse.ui - Tag List report - - - - - - - - - - - - - - - - - - Fork me on GitHub - - - - - - - -
    - -
    - - - - - -
    -
    - -
    - - -
    - -
    -

    Tag List Report

    -

    The following document contains the listing of user tags found in the code. Below is the summary of the occurrences per tag.

    - - - - - - - - -
    Tag ClassTotal number of occurrencesTag strings used by tag class
    Todo Work21todo, FIXME
    -

    Each tag is detailed below:

    -
    -

    Todo Work

    -

    Number of occurrences found in the code: 21

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    org.nodeclipse.ui.contentassist.ContentFromCompletionsJsonLine
    don't use static {}20
    org.nodeclipse.ui.contentassist.ContentFromDefinitelyTypedLine
    Auto-generated method stub28
    org.nodeclipse.ui.contentassist.ContentFromSourcesLine
    Model population checking is very suitable for Unit Testing19
    methods of properties: http.IncomingMessage -> message.setTimeout(msecs, callback)196
    unit tests224
    this however is not is Editor content assist follows punycode(p2)(m4), readline(m1)(c1), repl(m1), vm(m5)(c1), child_process(m4)(c1), assert(m11), tty(m2)(c2), zlib(m14)(c8), os(p1)(m13), cluster(p5)(m3)(c1)(p5)264
    org.nodeclipse.ui.contentassist.NodeContentAssistantLine
    make this class JSON independent - remove JSON processing in addCompletionProposalFromCompletionJson()28
    create Model here and pass it as parameter161
    Preferences may be null233
    org.nodeclipse.ui.editors.NodeSourceViewerConfigurationLine
    Preferences48
    org.nodeclipse.ui.editors.NodeclipseNodejsEditorLine
    base classes, color theme support11
    org.nodeclipse.ui.highlight.NodeCodeScannerLine
    Preferences23
    org.nodeclipse.ui.nature.CoffeeNatureLine
    move to org.nodeclipse.core.nature14
    org.nodeclipse.ui.npm.LaunchConfigurationDelegateLine
    npm application path should be stored in preference.121
    org.nodeclipse.ui.perspectives.NodePerspectiveLine
    delete in 201627
    org.nodeclipse.ui.preferences.NodePreferencePageLine
    possible to copy version string String verString = VersionUtil.getLongString(); nodeclipseVersionsString = new StringFieldEditor(PreferenceConstants.NODE_OPTIONS, "Node options (node -h):", getFieldEditorParent()); nodeclipseVersionsString.setStringValue(verString); nodeclipseVersionsString.setTextLimit(verString.length()); nodeclipseVersionsString.setEnabled(false, (Composite) this); addField(nodeclipseVersionsString);115
    org.nodeclipse.ui.util.ConstantsLine
    find 3 good icons:5
    org.nodeclipse.ui.util.NodeclipseConsoleLine
    how to show? e.printStackTrace();54
    how to show? e.printStackTrace();64
    org.nodeclipse.ui.util.ProcessUtilsLine
    //if (workspace.validateLinkLocation(location).isOK()) {95
    check if exists105
    -
    -
    -
    - -
    - - - - diff --git a/site/team-list.html b/site/team-list.html index e7731d93..fe6f119b 100644 --- a/site/team-list.html +++ b/site/team-list.html @@ -9,7 +9,7 @@ - org.nodeclipse.ui - Project Team + org.chromium.sdk (feature) - Project Team @@ -79,14 +79,6 @@ - - @@ -104,7 +96,7 @@ - -
    - - - - - -
    -
    - -
    - - -
    - - -
    -

    Project Dependencies

    -
    -

    provided

    -

    The following is a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:

    - - - - - - - - - - - - - - - - - - -
    GroupIdArtifactIdVersionTypeLicense
    org.chromium.chromedevtoolsorg.chromium.sdk0.3.9-SNAPSHOTeclipse-plugin-
    org.chromium.chromedevtoolsorg.chromium.sdk.wip.eclipse0.3.9-SNAPSHOTeclipse-plugin-
    -
    -

    system

    -

    The following is a list of system dependencies for this project. These dependencies are required to compile the application:

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    GroupIdArtifactIdVersionClassifierTypeLicense
    org.chromium.chromedevtoolsorg.chromium.sdk0.3.9.qualifierlib/json_simple/json_simple-1.1.jarjar-
    p2.eclipse-pluginorg.eclipse.equinox.common3.6.200.v20130402-1505-jar-
    p2.eclipse-pluginorg.eclipse.osgi3.9.1.v20140110-1610-jar-
    -
    -

    Project Transitive Dependencies

    -

    No transitive dependencies are required for this project.

    -
    -

    Project Dependency Graph

    - -
    -

    Dependency Tree

    -
      -
    • org.chromium.chromedevtools.features:org.chromium.sdk:eclipse-feature:0.3.9-SNAPSHOT Information -
        -
      • p2.eclipse-plugin:org.eclipse.osgi:jar:3.9.1.v20140110-1610 (system) Information
      • -
      • org.chromium.chromedevtools:org.chromium.sdk:eclipse-plugin:0.3.9-SNAPSHOT (provided) Information
      • -
      • org.chromium.chromedevtools:org.chromium.sdk:jar:lib/json_simple/json_simple-1.1.jar:0.3.9.qualifier (system) Information
      • -
      • org.chromium.chromedevtools:org.chromium.sdk.wip.eclipse:eclipse-plugin:0.3.9-SNAPSHOT (provided) Information
      • -
      • p2.eclipse-plugin:org.eclipse.equinox.common:jar:3.6.200.v20130402-1505 (system) Information
    -
    -

    Licenses

    -

    Unknown: org.chromium.sdk, org.chromium.sdk (feature), org.chromium.sdk.wip.eclipse

    -
    -

    Dependency File Details

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    FilenameSizeEntriesClassesPackagesJava VersionDebug Information
    org.chromium.sdk-0.3.9-SNAPSHOT.jar615.00 kB-----
    org.chromium.sdk.wip.eclipse-0.3.9-SNAPSHOT.jar5.16 kB-----
    TotalSizeEntriesClassesPackagesJava VersionDebug Information
    2620.16 kB---0.0-
    provided: 2provided: 620.16 kB-----
    -
    -

    Dependency Repository Locations

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Repo IDURLReleaseSnapshotBlacklisted
    keplerhttp://download.eclipse.org/releases/keplerNoNoNo
    sonatype-snapshotshttps://oss.sonatype.org/content/repositories/snapshots/NoYesNo
    sonatypehttps://oss.sonatype.org/content/repositories/releases/YesNoNo
    codehaus-snapshotshttps://nexus.codehaus.org/snapshots/NoYesYes
    apache-snapshotshttps://repository.apache.org/snapshots/NoYesNo
    sonatype-apachehttps://repository.apache.org/releases/YesNoYes
    centralhttps://repo.maven.apache.org/maven2YesNoNo
    -

    Repository locations for each of the Dependencies.

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Artifactkeplersonatype-snapshotssonatypeapache-snapshotscentral
    org.chromium.chromedevtools:org.chromium.sdk:eclipse-plugin:0.3.9-SNAPSHOT-----
    org.chromium.chromedevtools:org.chromium.sdk:jar:lib/json_simple/json_simple-1.1.jar:0.3.9.qualifier-----
    org.chromium.chromedevtools:org.chromium.sdk.wip.eclipse:eclipse-plugin:0.3.9-SNAPSHOT-----
    p2.eclipse-plugin:org.eclipse.equinox.common:jar:3.6.200.v20130402-1505-----
    p2.eclipse-plugin:org.eclipse.osgi:jar:3.9.1.v20140110-1610-----
    Totalkeplersonatype-snapshotssonatypeapache-snapshotscentral
    5 (provided: 2, system: 3)00000
    -
    -
    -
    - -
    - - - - diff --git a/site/dependency-convergence.html b/site/dependency-convergence.html index 3f5f2181..cd5baa9b 100644 --- a/site/dependency-convergence.html +++ b/site/dependency-convergence.html @@ -9,7 +9,7 @@ - org.chromium.sdk (feature) - Reactor Dependency Convergence + org.chromium.debug - Reactor Dependency Convergence @@ -54,8 +54,6 @@ Project Information - -
  • - - - - Project Reports -
  • diff --git a/site/js/apache-maven-fluido-1.3.0.min.js b/updatesite/js/apache-maven-fluido-1.3.0.min.js similarity index 100% rename from site/js/apache-maven-fluido-1.3.0.min.js rename to updatesite/js/apache-maven-fluido-1.3.0.min.js diff --git a/site/plugin-management.html b/updatesite/plugin-management.html similarity index 93% rename from site/plugin-management.html rename to updatesite/plugin-management.html index 22c9afb3..3bea4284 100644 --- a/site/plugin-management.html +++ b/updatesite/plugin-management.html @@ -9,7 +9,7 @@ - org.nodeclipse.common - Project Plugin Management + org.nodeclipse.site - Project Plugin Management @@ -79,14 +79,6 @@ - - @@ -223,13 +215,6 @@ - -
  • - - - - Project Reports -
  • diff --git a/site/plugins.html b/updatesite/plugins.html similarity index 92% rename from site/plugins.html rename to updatesite/plugins.html index cbc65618..b83715dd 100644 --- a/site/plugins.html +++ b/updatesite/plugins.html @@ -9,7 +9,7 @@ - org.nodeclipse.common - Project Build Plugins + org.nodeclipse.site - Project Build Plugins @@ -79,14 +79,6 @@ - - @@ -223,13 +215,6 @@ - -
  • - - - - Project Reports -
  • @@ -281,30 +266,34 @@

    Project Build Plugins

    org.apache.maven.plugins -maven-resources-plugin -2.4.3 - -org.apache.maven.plugins maven-site-plugin 3.3 - + org.eclipse.tycho target-platform-configuration 0.21.0 - + org.eclipse.tycho tycho-compiler-plugin 0.21.0 - + org.eclipse.tycho tycho-maven-plugin 0.21.0 - + org.eclipse.tycho tycho-p2-plugin 0.21.0 + +org.eclipse.tycho +tycho-p2-publisher-plugin +0.21.0 org.eclipse.tycho +tycho-p2-repository-plugin +0.21.0 + +org.eclipse.tycho tycho-packaging-plugin 0.21.0
    diff --git a/site/project-info.html b/updatesite/project-info.html similarity index 94% rename from site/project-info.html rename to updatesite/project-info.html index 9ba7cac8..39759be9 100644 --- a/site/project-info.html +++ b/updatesite/project-info.html @@ -9,7 +9,7 @@ - org.nodeclipse.common - Project Information + org.nodeclipse.site - Project Information @@ -79,14 +79,6 @@ - - @@ -223,13 +215,6 @@ - -
  • - - - - Project Reports -
  • @@ -282,7 +267,7 @@

    Overview

    This document provides informations on the distribution management of this project. About -org.nodeclipse.common +org.nodeclipse.site (p2 repository / update site) Issue Tracking This document provides information on the issue management system used in this project. diff --git a/site/project-summary.html b/updatesite/project-summary.html similarity index 91% rename from site/project-summary.html rename to updatesite/project-summary.html index cf76ee79..a9814cde 100644 --- a/site/project-summary.html +++ b/updatesite/project-summary.html @@ -9,7 +9,7 @@ - org.nodeclipse.common - Project Summary + org.nodeclipse.site - Project Summary @@ -79,14 +79,6 @@ - - @@ -223,13 +215,6 @@ - -
  • - - - - Project Reports -
  • @@ -266,13 +251,13 @@

    Project Information

    Name -org.nodeclipse.common +org.nodeclipse.site Description -org.nodeclipse.common +org.nodeclipse.site (p2 repository / update site) Homepage -http://nodeclipse.github.io/org.nodeclipse.common
    +http://nodeclipse.github.io/org.nodeclipse.site

    Project Organization

    @@ -296,13 +281,13 @@

    Build Information

    - + -
    ArtifactIdorg.nodeclipse.common
    org.nodeclipse.site
    Version 1.0.2-SNAPSHOT
    Typeeclipse-plugin
    +eclipse-repository diff --git a/site/source-repository.html b/updatesite/source-repository.html similarity index 92% rename from site/source-repository.html rename to updatesite/source-repository.html index 8350faba..e97e3ada 100644 --- a/site/source-repository.html +++ b/updatesite/source-repository.html @@ -9,7 +9,7 @@ - org.nodeclipse.common - Source Repository + org.nodeclipse.site - Source Repository @@ -79,14 +79,6 @@ - - @@ -223,13 +215,6 @@ - -
  • - - - - Project Reports -
  • @@ -263,7 +248,7 @@

    Overview

    Web Browser Access

    The following is a link to a browsable version of the source repository:

    +
    https://github.com/nodeclipse/nodeclipse-1/org.nodeclipse.site/

    Anonymous Access

    The source can be checked out anonymously from Git with this command (See http://git-scm.com/docs/git-clone):

    diff --git a/site/team-list.html b/updatesite/team-list.html similarity index 94% rename from site/team-list.html rename to updatesite/team-list.html index 599e0b73..09e6f5c4 100644 --- a/site/team-list.html +++ b/updatesite/team-list.html @@ -9,7 +9,7 @@ - org.nodeclipse.common - Project Team + org.nodeclipse.site - Project Team @@ -79,14 +79,6 @@ - - @@ -223,13 +215,6 @@ - -
  • - - - - Project Reports -
  • From c653848f61b2b2f1da3a9c473ff23479f72db4cc Mon Sep 17 00:00:00 2001 From: Paul Verest Date: Wed, 30 Sep 2015 10:09:25 +0000 Subject: [PATCH 22/41] Puplishing site for 1.0.2-SNAPSHOT --- .../css/apache-maven-fluido-1.3.0.min.css | 0 {updatesite => site}/css/print.css | 0 {updatesite => site}/css/site.css | 0 site/dependencies.html | 2698 +++ site/dependency-convergence.html | 367 + {updatesite => site}/dependency-info.html | 35 +- .../distribution-management.html | 19 +- .../images/accessories-text-editor.png | Bin {updatesite => site}/images/add.gif | Bin .../images/apache-maven-project-2.png | Bin .../images/application-certificate.png | Bin {updatesite => site}/images/close.gif | Bin {updatesite => site}/images/contact-new.png | Bin .../images/document-properties.png | Bin .../images/drive-harddisk.png | Bin {updatesite => site}/images/fix.gif | Bin .../images/icon_error_sml.gif | Bin {updatesite => site}/images/icon_help_sml.gif | Bin {updatesite => site}/images/icon_info_sml.gif | Bin .../images/icon_success_sml.gif | Bin .../images/icon_warning_sml.gif | Bin .../images/image-x-generic.png | Bin .../images/internet-web-browser.png | Bin .../images/logos/build-by-maven-black.png | Bin .../images/logos/build-by-maven-white.png | Bin .../images/logos/maven-feather.png | Bin .../images/network-server.png | Bin .../images/package-x-generic.png | Bin .../images/profiles/pre-release.png | Bin .../images/profiles/retired.png | Bin .../images/profiles/sandbox.png | Bin {updatesite => site}/images/remove.gif | Bin {updatesite => site}/images/rss.png | Bin {updatesite => site}/images/update.gif | Bin {updatesite => site}/images/window-new.png | Bin .../img/glyphicons-halflings-white.png | Bin .../img/glyphicons-halflings.png | Bin {updatesite => site}/index.html | 26 +- {updatesite => site}/integration.html | 17 +- {updatesite => site}/issue-tracking.html | 17 +- .../js/apache-maven-fluido-1.3.0.min.js | 0 {updatesite => site}/plugin-management.html | 17 +- {updatesite => site}/plugins.html | 37 +- {updatesite => site}/project-info.html | 24 +- site/project-reports.html | 213 + {updatesite => site}/project-summary.html | 32 +- {updatesite => site}/source-repository.html | 19 +- .../taglist.html | 142 +- {updatesite => site}/team-list.html | 17 +- updatesite/dependencies.html | 15498 ---------------- 50 files changed, 3532 insertions(+), 15646 deletions(-) rename {updatesite => site}/css/apache-maven-fluido-1.3.0.min.css (100%) rename {updatesite => site}/css/print.css (100%) rename {updatesite => site}/css/site.css (100%) create mode 100644 site/dependencies.html create mode 100644 site/dependency-convergence.html rename {updatesite => site}/dependency-info.html (88%) rename {updatesite => site}/distribution-management.html (92%) rename {updatesite => site}/images/accessories-text-editor.png (100%) rename {updatesite => site}/images/add.gif (100%) rename {updatesite => site}/images/apache-maven-project-2.png (100%) rename {updatesite => site}/images/application-certificate.png (100%) rename {updatesite => site}/images/close.gif (100%) rename {updatesite => site}/images/contact-new.png (100%) rename {updatesite => site}/images/document-properties.png (100%) rename {updatesite => site}/images/drive-harddisk.png (100%) rename {updatesite => site}/images/fix.gif (100%) rename {updatesite => site}/images/icon_error_sml.gif (100%) rename {updatesite => site}/images/icon_help_sml.gif (100%) rename {updatesite => site}/images/icon_info_sml.gif (100%) rename {updatesite => site}/images/icon_success_sml.gif (100%) rename {updatesite => site}/images/icon_warning_sml.gif (100%) rename {updatesite => site}/images/image-x-generic.png (100%) rename {updatesite => site}/images/internet-web-browser.png (100%) rename {updatesite => site}/images/logos/build-by-maven-black.png (100%) rename {updatesite => site}/images/logos/build-by-maven-white.png (100%) rename {updatesite => site}/images/logos/maven-feather.png (100%) rename {updatesite => site}/images/network-server.png (100%) rename {updatesite => site}/images/package-x-generic.png (100%) rename {updatesite => site}/images/profiles/pre-release.png (100%) rename {updatesite => site}/images/profiles/retired.png (100%) rename {updatesite => site}/images/profiles/sandbox.png (100%) rename {updatesite => site}/images/remove.gif (100%) rename {updatesite => site}/images/rss.png (100%) rename {updatesite => site}/images/update.gif (100%) rename {updatesite => site}/images/window-new.png (100%) rename {updatesite => site}/img/glyphicons-halflings-white.png (100%) rename {updatesite => site}/img/glyphicons-halflings.png (100%) rename {updatesite => site}/index.html (89%) rename {updatesite => site}/integration.html (93%) rename {updatesite => site}/issue-tracking.html (93%) rename {updatesite => site}/js/apache-maven-fluido-1.3.0.min.js (100%) rename {updatesite => site}/plugin-management.html (93%) rename {updatesite => site}/plugins.html (92%) rename {updatesite => site}/project-info.html (92%) create mode 100644 site/project-reports.html rename {updatesite => site}/project-summary.html (89%) rename {updatesite => site}/source-repository.html (92%) rename updatesite/dependency-convergence.html => site/taglist.html (67%) rename {updatesite => site}/team-list.html (94%) delete mode 100644 updatesite/dependencies.html diff --git a/updatesite/css/apache-maven-fluido-1.3.0.min.css b/site/css/apache-maven-fluido-1.3.0.min.css similarity index 100% rename from updatesite/css/apache-maven-fluido-1.3.0.min.css rename to site/css/apache-maven-fluido-1.3.0.min.css diff --git a/updatesite/css/print.css b/site/css/print.css similarity index 100% rename from updatesite/css/print.css rename to site/css/print.css diff --git a/updatesite/css/site.css b/site/css/site.css similarity index 100% rename from updatesite/css/site.css rename to site/css/site.css diff --git a/site/dependencies.html b/site/dependencies.html new file mode 100644 index 00000000..ff1e805a --- /dev/null +++ b/site/dependencies.html @@ -0,0 +1,2698 @@ + + + + + + + + + org.nodeclipse.phantomjs - Project Dependencies + + + + + + + + + + + + + + + + + + Fork me on GitHub + + + + + + + +
    + +
    + + + + + +
    +
    + +
    + + +
    + + +
    +

    Project Dependencies

    +
    +

    provided

    +

    The following is a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    GroupIdArtifactIdVersionTypeLicense
    org.chromium.chromedevtoolsorg.chromium.debug.core0.3.9-SNAPSHOTeclipse-plugin-
    org.chromium.chromedevtoolsorg.chromium.debug.ui0.3.9-SNAPSHOTeclipse-plugin-
    org.chromium.chromedevtoolsorg.chromium.sdk0.3.9-SNAPSHOTeclipse-plugin-
    org.chromium.chromedevtoolsorg.chromium.sdk.wip.eclipse0.3.9-SNAPSHOTeclipse-plugin-
    org.nodeclipse.nodeclipse-1org.nodeclipse.bundle.coffee1.6.3eclipse-plugin-
    org.nodeclipse.nodeclipse-1org.nodeclipse.bundle.express3.2.5eclipse-plugin-
    org.nodeclipse.nodeclipse-1org.nodeclipse.common1.0.2-SNAPSHOTeclipse-plugin-
    org.nodeclipse.nodeclipse-1org.nodeclipse.debug1.0.2-SNAPSHOTeclipse-plugin-
    org.nodeclipse.nodeclipse-1org.nodeclipse.ui1.0.2-SNAPSHOTeclipse-plugin-
    +
    +

    system

    +

    The following is a list of system dependencies for this project. These dependencies are required to compile the application:

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    GroupIdArtifactIdVersionClassifierTypeLicense
    org.chromium.chromedevtoolsorg.chromium.sdk0.3.9.qualifierlib/json_simple/json_simple-1.1.jarjar-
    p2.eclipse-plugincom.ibm.icu50.1.1.v201304230130-jar-
    p2.eclipse-pluginjavax.annotation1.1.0.v201209060031-jar-
    p2.eclipse-pluginjavax.inject1.0.0.v20091030-jar-
    p2.eclipse-pluginjavax.xml1.3.4.v201005080400-jar-
    p2.eclipse-pluginorg.apache.batik.css1.6.0.v201011041432-jar-
    p2.eclipse-pluginorg.apache.batik.util1.6.0.v201011041432-jar-
    p2.eclipse-pluginorg.apache.batik.util.gui1.6.0.v201011041432-jar-
    p2.eclipse-pluginorg.eclipse.compare3.5.401.v20130709-1308-jar-
    p2.eclipse-pluginorg.eclipse.compare.core3.5.300.v20130514-1224-jar-
    p2.eclipse-pluginorg.eclipse.core.commands3.6.100.v20130515-1857-jar-
    p2.eclipse-pluginorg.eclipse.core.contenttype3.4.200.v20130326-1255-jar-
    p2.eclipse-pluginorg.eclipse.core.databinding1.4.1.v20130515-1857-jar-
    p2.eclipse-pluginorg.eclipse.core.databinding.observable1.4.1.v20130515-1857-jar-
    p2.eclipse-pluginorg.eclipse.core.databinding.property1.4.200.v20130515-1857-jar-
    p2.eclipse-pluginorg.eclipse.core.expressions3.4.501.v20131118-1915-jar-
    p2.eclipse-pluginorg.eclipse.core.filebuffers3.5.300.v20130225-1821-jar-
    p2.eclipse-pluginorg.eclipse.core.filesystem1.4.0.v20130514-1240-jar-
    p2.eclipse-pluginorg.eclipse.core.jobs3.5.300.v20130429-1813-jar-
    p2.eclipse-pluginorg.eclipse.core.resources3.8.101.v20130717-0806-jar-
    p2.eclipse-pluginorg.eclipse.core.runtime3.9.100.v20131218-1515-jar-
    p2.eclipse-pluginorg.eclipse.core.variables3.2.700.v20130402-1741-jar-
    p2.eclipse-pluginorg.eclipse.debug.core3.8.0.v20130514-0954-jar-
    p2.eclipse-pluginorg.eclipse.debug.ui3.9.0.v20130516-1713-jar-
    p2.eclipse-pluginorg.eclipse.e4.core.commands0.10.2.v20130515-1857-jar-
    p2.eclipse-pluginorg.eclipse.e4.core.contexts1.3.1.v20130905-0905-jar-
    p2.eclipse-pluginorg.eclipse.e4.core.di1.3.0.v20130514-1256-jar-
    p2.eclipse-pluginorg.eclipse.e4.core.di.extensions0.11.100.v20130514-1256-jar-
    p2.eclipse-pluginorg.eclipse.e4.core.services1.1.0.v20130515-1343-jar-
    p2.eclipse-pluginorg.eclipse.e4.ui.bindings0.10.102.v20140117-1939-jar-
    p2.eclipse-pluginorg.eclipse.e4.ui.css.core0.10.100.v20130515-1857-jar-
    p2.eclipse-pluginorg.eclipse.e4.ui.css.swt0.11.0.v20130515-1857-jar-
    p2.eclipse-pluginorg.eclipse.e4.ui.css.swt.theme0.9.100.v20130515-1857-jar-
    p2.eclipse-pluginorg.eclipse.e4.ui.di1.0.0.v20130515-1857-jar-
    p2.eclipse-pluginorg.eclipse.e4.ui.model.workbench1.0.1.v20131118-1956-jar-
    p2.eclipse-pluginorg.eclipse.e4.ui.services1.0.1.v20131118-1940-jar-
    p2.eclipse-pluginorg.eclipse.e4.ui.widgets1.0.0.v20130515-1857-jar-
    p2.eclipse-pluginorg.eclipse.e4.ui.workbench1.0.2.v20131202-1739-jar-
    p2.eclipse-pluginorg.eclipse.e4.ui.workbench.addons.swt1.0.2.v20131129-1621-jar-
    p2.eclipse-pluginorg.eclipse.e4.ui.workbench.renderers.swt0.11.2.v20140205-1834-jar-
    p2.eclipse-pluginorg.eclipse.e4.ui.workbench.swt0.12.2.v20140117-1939-jar-
    p2.eclipse-pluginorg.eclipse.e4.ui.workbench30.12.0.v20130515-1857-jar-
    p2.eclipse-pluginorg.eclipse.emf.common2.9.2.v20131212-0545-jar-
    p2.eclipse-pluginorg.eclipse.emf.ecore2.9.2.v20131212-0545-jar-
    p2.eclipse-pluginorg.eclipse.emf.ecore.change2.9.0.v20131212-0545-jar-
    p2.eclipse-pluginorg.eclipse.emf.ecore.xmi2.9.1.v20131212-0545-jar-
    p2.eclipse-pluginorg.eclipse.equinox.app1.3.100.v20130327-1442-jar-
    p2.eclipse-pluginorg.eclipse.equinox.bidi0.10.0.v20130327-1442-jar-
    p2.eclipse-pluginorg.eclipse.equinox.common3.6.200.v20130402-1505-jar-
    p2.eclipse-pluginorg.eclipse.equinox.ds1.4.101.v20130813-1853-jar-
    p2.eclipse-pluginorg.eclipse.equinox.event1.3.0.v20130327-1442-jar-
    p2.eclipse-pluginorg.eclipse.equinox.p2.core2.3.0.v20130327-2119-jar-
    p2.eclipse-pluginorg.eclipse.equinox.p2.engine2.3.0.v20130526-2122-jar-
    p2.eclipse-pluginorg.eclipse.equinox.p2.metadata2.2.0.v20130523-1557-jar-
    p2.eclipse-pluginorg.eclipse.equinox.p2.metadata.repository1.2.100.v20130327-2119-jar-
    p2.eclipse-pluginorg.eclipse.equinox.p2.repository2.3.0.v20130412-2032-jar-
    p2.eclipse-pluginorg.eclipse.equinox.preferences3.5.100.v20130422-1538-jar-
    p2.eclipse-pluginorg.eclipse.equinox.registry3.5.301.v20130717-1549-jar-
    p2.eclipse-pluginorg.eclipse.equinox.security1.2.0.v20130424-1801-jar-
    p2.eclipse-pluginorg.eclipse.equinox.util1.0.500.v20130404-1337-jar-
    p2.eclipse-pluginorg.eclipse.help3.6.0.v20130326-1254-jar-
    p2.eclipse-pluginorg.eclipse.jface3.9.1.v20130725-1141-jar-
    p2.eclipse-pluginorg.eclipse.jface.databinding1.6.200.v20130515-1857-jar-
    p2.eclipse-pluginorg.eclipse.jface.text3.8.101.v20130802-1147-jar-
    p2.eclipse-pluginorg.eclipse.ltk.core.refactoring3.6.100.v20130605-1748-jar-
    p2.eclipse-pluginorg.eclipse.ltk.ui.refactoring3.7.100.v20130605-1748-jar-
    p2.eclipse-pluginorg.eclipse.osgi3.9.1.v20140110-1610-jar-
    p2.eclipse-pluginorg.eclipse.osgi.services3.3.100.v20130513-1956-jar-
    p2.eclipse-pluginorg.eclipse.search3.9.1.v20131121-1346-jar-
    p2.eclipse-pluginorg.eclipse.swt3.102.1.v20140206-1334-jar-
    p2.eclipse-pluginorg.eclipse.swt.cocoa.macosx.x86_643.102.1.v20140206-1358-jar-
    p2.eclipse-pluginorg.eclipse.swt.gtk.linux.x863.102.1.v20140206-1358-jar-
    p2.eclipse-pluginorg.eclipse.swt.gtk.linux.x86_643.102.1.v20140206-1358-jar-
    p2.eclipse-pluginorg.eclipse.swt.win32.win32.x863.102.1.v20140206-1358-jar-
    p2.eclipse-pluginorg.eclipse.swt.win32.win32.x86_643.102.1.v20140206-1358-jar-
    p2.eclipse-pluginorg.eclipse.team.core3.7.0.v20130514-1224-jar-
    p2.eclipse-pluginorg.eclipse.team.ui3.7.1.v20130729-1104-jar-
    p2.eclipse-pluginorg.eclipse.text3.5.300.v20130515-1451-jar-
    p2.eclipse-pluginorg.eclipse.ui3.105.0.v20130522-1122-jar-
    p2.eclipse-pluginorg.eclipse.ui.console3.5.200.v20130514-0954-jar-
    p2.eclipse-pluginorg.eclipse.ui.editors3.8.100.v20130513-1637-jar-
    p2.eclipse-pluginorg.eclipse.ui.forms3.6.1.v20130822-1117-jar-
    p2.eclipse-pluginorg.eclipse.ui.ide3.9.2.v20131004-0923-jar-
    p2.eclipse-pluginorg.eclipse.ui.navigator3.5.300.v20130517-0139-jar-
    p2.eclipse-pluginorg.eclipse.ui.views3.6.100.v20130326-1250-jar-
    p2.eclipse-pluginorg.eclipse.ui.workbench3.105.2.v20140211-1711-jar-
    p2.eclipse-pluginorg.eclipse.ui.workbench.texteditor3.8.101.v20130729-1318-jar-
    p2.eclipse-pluginorg.eclipse.wst.jsdt.core1.3.1.v201401291437-jar-
    p2.eclipse-pluginorg.eclipse.wst.jsdt.manipulation1.0.400.v201204261600-jar-
    p2.eclipse-pluginorg.eclipse.wst.jsdt.ui1.1.401.v201401171657-jar-
    p2.eclipse-pluginorg.w3c.css.sac1.3.1.v200903091627-jar-
    p2.eclipse-pluginorg.w3c.dom.events3.0.0.draft20060413_v201105210656-jar-
    p2.eclipse-pluginorg.w3c.dom.smil1.0.1.v200903091627-jar-
    p2.eclipse-pluginorg.w3c.dom.svg1.1.0.v201011041433-jar-
    +
    +

    Project Transitive Dependencies

    +

    No transitive dependencies are required for this project.

    +
    +

    Project Dependency Graph

    + +
    +

    Dependency Tree

    +
      +
    • org.nodeclipse.nodeclipse-1:org.nodeclipse.phantomjs:eclipse-plugin:1.0.2-SNAPSHOT Information +
        +
      • p2.eclipse-plugin:javax.annotation:jar:1.1.0.v201209060031 (system) Information
      • +
      • p2.eclipse-plugin:javax.xml:jar:1.3.4.v201005080400 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.osgi:jar:3.9.1.v20140110-1610 (system) Information
      • +
      • p2.eclipse-plugin:org.apache.batik.css:jar:1.6.0.v201011041432 (system) Information
      • +
      • p2.eclipse-plugin:org.apache.batik.util:jar:1.6.0.v201011041432 (system) Information
      • +
      • p2.eclipse-plugin:org.w3c.css.sac:jar:1.3.1.v200903091627 (system) Information
      • +
      • p2.eclipse-plugin:org.w3c.dom.svg:jar:1.1.0.v201011041433 (system) Information
      • +
      • p2.eclipse-plugin:org.apache.batik.util.gui:jar:1.6.0.v201011041432 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.osgi.services:jar:3.3.100.v20130513-1956 (system) Information
      • +
      • org.chromium.chromedevtools:org.chromium.debug.core:eclipse-plugin:0.3.9-SNAPSHOT (provided) Information
      • +
      • p2.eclipse-plugin:org.eclipse.core.runtime:jar:3.9.100.v20131218-1515 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.core.filesystem:jar:1.4.0.v20130514-1240 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.debug.ui:jar:3.9.0.v20130516-1713 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.ui:jar:3.105.0.v20130522-1122 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.jface.text:jar:3.8.101.v20130802-1147 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.ui.workbench.texteditor:jar:3.8.101.v20130729-1318 (system) Information
      • +
      • org.chromium.chromedevtools:org.chromium.sdk:eclipse-plugin:0.3.9-SNAPSHOT (provided) Information
      • +
      • org.chromium.chromedevtools:org.chromium.sdk:jar:lib/json_simple/json_simple-1.1.jar:0.3.9.qualifier (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.core.expressions:jar:3.4.501.v20131118-1915 (system) Information
      • +
      • org.chromium.chromedevtools:org.chromium.debug.ui:eclipse-plugin:0.3.9-SNAPSHOT (provided) Information
      • +
      • p2.eclipse-plugin:org.eclipse.ui.editors:jar:3.8.100.v20130513-1637 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.core.variables:jar:3.2.700.v20130402-1741 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.ui.ide:jar:3.9.2.v20131004-0923 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.compare:jar:3.5.401.v20130709-1308 (system) Information
      • +
      • org.chromium.chromedevtools:org.chromium.sdk.wip.eclipse:eclipse-plugin:0.3.9-SNAPSHOT (provided) Information
      • +
      • p2.eclipse-plugin:org.eclipse.wst.jsdt.core:jar:1.3.1.v201401291437 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.wst.jsdt.ui:jar:1.1.401.v201401171657 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.equinox.registry:jar:3.5.301.v20130717-1549 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.equinox.common:jar:3.6.200.v20130402-1505 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.core.resources:jar:3.8.101.v20130717-0806 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.ui.views:jar:3.6.100.v20130326-1250 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.ui.forms:jar:3.6.1.v20130822-1117 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.compare.core:jar:3.5.300.v20130514-1224 (system) Information
      • +
      • p2.eclipse-plugin:com.ibm.icu:jar:50.1.1.v201304230130 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.core.commands:jar:3.6.100.v20130515-1857 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.core.contenttype:jar:3.4.200.v20130326-1255 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.equinox.preferences:jar:3.5.100.v20130422-1538 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.core.databinding:jar:1.4.1.v20130515-1857 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.core.databinding.observable:jar:1.4.1.v20130515-1857 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.core.databinding.property:jar:1.4.200.v20130515-1857 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.core.filebuffers:jar:3.5.300.v20130225-1821 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.text:jar:3.5.300.v20130515-1451 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.core.jobs:jar:3.5.300.v20130429-1813 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.equinox.app:jar:1.3.100.v20130327-1442 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.debug.core:jar:3.8.0.v20130514-0954 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.ui.console:jar:3.5.200.v20130514-0954 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.help:jar:3.6.0.v20130326-1254 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.e4.core.commands:jar:0.10.2.v20130515-1857 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.e4.core.di:jar:1.3.0.v20130514-1256 (system) Information
      • +
      • p2.eclipse-plugin:javax.inject:jar:1.0.0.v20091030 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.e4.core.contexts:jar:1.3.1.v20130905-0905 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.e4.core.services:jar:1.1.0.v20130515-1343 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.e4.core.di.extensions:jar:0.11.100.v20130514-1256 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.swt:jar:3.102.1.v20140206-1334 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.jface:jar:3.9.1.v20130725-1141 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.e4.ui.bindings:jar:0.10.102.v20140117-1939 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.e4.ui.css.core:jar:0.10.100.v20130515-1857 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.e4.ui.css.swt:jar:0.11.0.v20130515-1857 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.e4.ui.css.swt.theme:jar:0.9.100.v20130515-1857 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.e4.ui.di:jar:1.0.0.v20130515-1857 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.emf.ecore:jar:2.9.2.v20131212-0545 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.e4.ui.model.workbench:jar:1.0.1.v20131118-1956 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.e4.ui.services:jar:1.0.1.v20131118-1940 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.e4.ui.widgets:jar:1.0.0.v20130515-1857 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.emf.ecore.change:jar:2.9.0.v20131212-0545 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.emf.ecore.xmi:jar:2.9.1.v20131212-0545 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.e4.ui.workbench:jar:1.0.2.v20131202-1739 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.e4.ui.workbench.renderers.swt:jar:0.11.2.v20140205-1834 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.e4.ui.workbench.swt:jar:0.12.2.v20140117-1939 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.e4.ui.workbench.addons.swt:jar:1.0.2.v20131129-1621 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.jface.databinding:jar:1.6.200.v20130515-1857 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.e4.ui.workbench3:jar:0.12.0.v20130515-1857 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.equinox.ds:jar:1.4.101.v20130813-1853 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.equinox.event:jar:1.3.0.v20130327-1442 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.emf.common:jar:2.9.2.v20131212-0545 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.equinox.bidi:jar:0.10.0.v20130327-1442 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.equinox.util:jar:1.0.500.v20130404-1337 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.equinox.p2.core:jar:2.3.0.v20130327-2119 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.equinox.p2.engine:jar:2.3.0.v20130526-2122 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.equinox.p2.metadata:jar:2.2.0.v20130523-1557 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.equinox.p2.metadata.repository:jar:1.2.100.v20130327-2119 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.equinox.p2.repository:jar:2.3.0.v20130412-2032 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.equinox.security:jar:1.2.0.v20130424-1801 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.ltk.core.refactoring:jar:3.6.100.v20130605-1748 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.ltk.ui.refactoring:jar:3.7.100.v20130605-1748 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.ui.navigator:jar:3.5.300.v20130517-0139 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.team.core:jar:3.7.0.v20130514-1224 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.team.ui:jar:3.7.1.v20130729-1104 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.search:jar:3.9.1.v20131121-1346 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.ui.workbench:jar:3.105.2.v20140211-1711 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.wst.jsdt.manipulation:jar:1.0.400.v201204261600 (system) Information
      • +
      • org.nodeclipse.nodeclipse-1:org.nodeclipse.bundle.coffee:eclipse-plugin:1.6.3 (provided) Information
      • +
      • org.nodeclipse.nodeclipse-1:org.nodeclipse.bundle.express:eclipse-plugin:3.2.5 (provided) Information
      • +
      • org.nodeclipse.nodeclipse-1:org.nodeclipse.common:eclipse-plugin:1.0.2-SNAPSHOT (provided) Information
      • +
      • org.nodeclipse.nodeclipse-1:org.nodeclipse.debug:eclipse-plugin:1.0.2-SNAPSHOT (provided) Information
      • +
      • org.nodeclipse.nodeclipse-1:org.nodeclipse.ui:eclipse-plugin:1.0.2-SNAPSHOT (provided) Information
      • +
      • p2.eclipse-plugin:org.w3c.dom.smil:jar:1.0.1.v200903091627 (system) Information
      • +
      • p2.eclipse-plugin:org.w3c.dom.events:jar:3.0.0.draft20060413_v201105210656 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.swt.gtk.linux.x86:jar:3.102.1.v20140206-1358 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.swt.gtk.linux.x86_64:jar:3.102.1.v20140206-1358 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.swt.win32.win32.x86:jar:3.102.1.v20140206-1358 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.swt.win32.win32.x86_64:jar:3.102.1.v20140206-1358 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.swt.cocoa.macosx.x86_64:jar:3.102.1.v20140206-1358 (system) Information
    +
    +

    Licenses

    +

    Unknown: org.chromium.debug.core, org.chromium.debug.ui, org.chromium.sdk, org.chromium.sdk.wip.eclipse, org.nodeclipse.bundle.coffee, org.nodeclipse.bundle.express, org.nodeclipse.common, org.nodeclipse.debug, org.nodeclipse.phantomjs, org.nodeclipse.ui

    +
    +

    Dependency File Details

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    FilenameSizeEntriesClassesPackagesJava VersionDebug Information
    org.chromium.debug.core-0.3.9-SNAPSHOT.jar361.97 kB-----
    org.chromium.debug.ui-0.3.9-SNAPSHOT.jar547.17 kB-----
    org.chromium.sdk-0.3.9-SNAPSHOT.jar615.00 kB-----
    org.chromium.sdk.wip.eclipse-0.3.9-SNAPSHOT.jar5.16 kB-----
    org.nodeclipse.bundle.coffee-1.6.3.jar85.43 kB-----
    org.nodeclipse.bundle.express-3.2.5.jar353.80 kB-----
    org.nodeclipse.common-1.0.2-SNAPSHOT.jar6.53 kB-----
    org.nodeclipse.debug-1.0.2-SNAPSHOT.jar120.44 kB-----
    org.nodeclipse.ui-1.0.2-SNAPSHOT.jar466.15 kB-----
    TotalSizeEntriesClassesPackagesJava VersionDebug Information
    92.56 MB---0.0-
    provided: 9provided: 2.56 MB-----
    +
    +

    Dependency Repository Locations

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Repo IDURLReleaseSnapshotBlacklisted
    keplerhttp://download.eclipse.org/releases/keplerNoNoNo
    sonatype-snapshotshttps://oss.sonatype.org/content/repositories/snapshots/NoYesNo
    sonatypehttps://oss.sonatype.org/content/repositories/releases/YesNoNo
    codehaus-snapshotshttps://nexus.codehaus.org/snapshots/NoYesYes
    apache-snapshotshttps://repository.apache.org/snapshots/NoYesNo
    sonatype-apachehttps://repository.apache.org/releases/YesNoYes
    centralhttps://repo.maven.apache.org/maven2YesNoNo
    +

    Repository locations for each of the Dependencies.

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Artifactkeplersonatype-snapshotssonatypeapache-snapshotscentral
    org.chromium.chromedevtools:org.chromium.debug.core:eclipse-plugin:0.3.9-SNAPSHOT-----
    org.chromium.chromedevtools:org.chromium.debug.ui:eclipse-plugin:0.3.9-SNAPSHOT-----
    org.chromium.chromedevtools:org.chromium.sdk:eclipse-plugin:0.3.9-SNAPSHOT-----
    org.chromium.chromedevtools:org.chromium.sdk:jar:lib/json_simple/json_simple-1.1.jar:0.3.9.qualifier-----
    org.chromium.chromedevtools:org.chromium.sdk.wip.eclipse:eclipse-plugin:0.3.9-SNAPSHOT-----
    org.nodeclipse.nodeclipse-1:org.nodeclipse.bundle.coffee:eclipse-plugin:1.6.3-----
    org.nodeclipse.nodeclipse-1:org.nodeclipse.bundle.express:eclipse-plugin:3.2.5-----
    org.nodeclipse.nodeclipse-1:org.nodeclipse.common:eclipse-plugin:1.0.2-SNAPSHOT-----
    org.nodeclipse.nodeclipse-1:org.nodeclipse.debug:eclipse-plugin:1.0.2-SNAPSHOT-----
    org.nodeclipse.nodeclipse-1:org.nodeclipse.ui:eclipse-plugin:1.0.2-SNAPSHOT-----
    p2.eclipse-plugin:com.ibm.icu:jar:50.1.1.v201304230130-----
    p2.eclipse-plugin:javax.annotation:jar:1.1.0.v201209060031-----
    p2.eclipse-plugin:javax.inject:jar:1.0.0.v20091030-----
    p2.eclipse-plugin:javax.xml:jar:1.3.4.v201005080400-----
    p2.eclipse-plugin:org.apache.batik.css:jar:1.6.0.v201011041432-----
    p2.eclipse-plugin:org.apache.batik.util:jar:1.6.0.v201011041432-----
    p2.eclipse-plugin:org.apache.batik.util.gui:jar:1.6.0.v201011041432-----
    p2.eclipse-plugin:org.eclipse.compare:jar:3.5.401.v20130709-1308-----
    p2.eclipse-plugin:org.eclipse.compare.core:jar:3.5.300.v20130514-1224-----
    p2.eclipse-plugin:org.eclipse.core.commands:jar:3.6.100.v20130515-1857-----
    p2.eclipse-plugin:org.eclipse.core.contenttype:jar:3.4.200.v20130326-1255-----
    p2.eclipse-plugin:org.eclipse.core.databinding:jar:1.4.1.v20130515-1857-----
    p2.eclipse-plugin:org.eclipse.core.databinding.observable:jar:1.4.1.v20130515-1857-----
    p2.eclipse-plugin:org.eclipse.core.databinding.property:jar:1.4.200.v20130515-1857-----
    p2.eclipse-plugin:org.eclipse.core.expressions:jar:3.4.501.v20131118-1915-----
    p2.eclipse-plugin:org.eclipse.core.filebuffers:jar:3.5.300.v20130225-1821-----
    p2.eclipse-plugin:org.eclipse.core.filesystem:jar:1.4.0.v20130514-1240-----
    p2.eclipse-plugin:org.eclipse.core.jobs:jar:3.5.300.v20130429-1813-----
    p2.eclipse-plugin:org.eclipse.core.resources:jar:3.8.101.v20130717-0806-----
    p2.eclipse-plugin:org.eclipse.core.runtime:jar:3.9.100.v20131218-1515-----
    p2.eclipse-plugin:org.eclipse.core.variables:jar:3.2.700.v20130402-1741-----
    p2.eclipse-plugin:org.eclipse.debug.core:jar:3.8.0.v20130514-0954-----
    p2.eclipse-plugin:org.eclipse.debug.ui:jar:3.9.0.v20130516-1713-----
    p2.eclipse-plugin:org.eclipse.e4.core.commands:jar:0.10.2.v20130515-1857-----
    p2.eclipse-plugin:org.eclipse.e4.core.contexts:jar:1.3.1.v20130905-0905-----
    p2.eclipse-plugin:org.eclipse.e4.core.di:jar:1.3.0.v20130514-1256-----
    p2.eclipse-plugin:org.eclipse.e4.core.di.extensions:jar:0.11.100.v20130514-1256-----
    p2.eclipse-plugin:org.eclipse.e4.core.services:jar:1.1.0.v20130515-1343-----
    p2.eclipse-plugin:org.eclipse.e4.ui.bindings:jar:0.10.102.v20140117-1939-----
    p2.eclipse-plugin:org.eclipse.e4.ui.css.core:jar:0.10.100.v20130515-1857-----
    p2.eclipse-plugin:org.eclipse.e4.ui.css.swt:jar:0.11.0.v20130515-1857-----
    p2.eclipse-plugin:org.eclipse.e4.ui.css.swt.theme:jar:0.9.100.v20130515-1857-----
    p2.eclipse-plugin:org.eclipse.e4.ui.di:jar:1.0.0.v20130515-1857-----
    p2.eclipse-plugin:org.eclipse.e4.ui.model.workbench:jar:1.0.1.v20131118-1956-----
    p2.eclipse-plugin:org.eclipse.e4.ui.services:jar:1.0.1.v20131118-1940-----
    p2.eclipse-plugin:org.eclipse.e4.ui.widgets:jar:1.0.0.v20130515-1857-----
    p2.eclipse-plugin:org.eclipse.e4.ui.workbench:jar:1.0.2.v20131202-1739-----
    p2.eclipse-plugin:org.eclipse.e4.ui.workbench.addons.swt:jar:1.0.2.v20131129-1621-----
    p2.eclipse-plugin:org.eclipse.e4.ui.workbench.renderers.swt:jar:0.11.2.v20140205-1834-----
    p2.eclipse-plugin:org.eclipse.e4.ui.workbench.swt:jar:0.12.2.v20140117-1939-----
    p2.eclipse-plugin:org.eclipse.e4.ui.workbench3:jar:0.12.0.v20130515-1857-----
    p2.eclipse-plugin:org.eclipse.emf.common:jar:2.9.2.v20131212-0545-----
    p2.eclipse-plugin:org.eclipse.emf.ecore:jar:2.9.2.v20131212-0545-----
    p2.eclipse-plugin:org.eclipse.emf.ecore.change:jar:2.9.0.v20131212-0545-----
    p2.eclipse-plugin:org.eclipse.emf.ecore.xmi:jar:2.9.1.v20131212-0545-----
    p2.eclipse-plugin:org.eclipse.equinox.app:jar:1.3.100.v20130327-1442-----
    p2.eclipse-plugin:org.eclipse.equinox.bidi:jar:0.10.0.v20130327-1442-----
    p2.eclipse-plugin:org.eclipse.equinox.common:jar:3.6.200.v20130402-1505-----
    p2.eclipse-plugin:org.eclipse.equinox.ds:jar:1.4.101.v20130813-1853-----
    p2.eclipse-plugin:org.eclipse.equinox.event:jar:1.3.0.v20130327-1442-----
    p2.eclipse-plugin:org.eclipse.equinox.p2.core:jar:2.3.0.v20130327-2119-----
    p2.eclipse-plugin:org.eclipse.equinox.p2.engine:jar:2.3.0.v20130526-2122-----
    p2.eclipse-plugin:org.eclipse.equinox.p2.metadata:jar:2.2.0.v20130523-1557-----
    p2.eclipse-plugin:org.eclipse.equinox.p2.metadata.repository:jar:1.2.100.v20130327-2119-----
    p2.eclipse-plugin:org.eclipse.equinox.p2.repository:jar:2.3.0.v20130412-2032-----
    p2.eclipse-plugin:org.eclipse.equinox.preferences:jar:3.5.100.v20130422-1538-----
    p2.eclipse-plugin:org.eclipse.equinox.registry:jar:3.5.301.v20130717-1549-----
    p2.eclipse-plugin:org.eclipse.equinox.security:jar:1.2.0.v20130424-1801-----
    p2.eclipse-plugin:org.eclipse.equinox.util:jar:1.0.500.v20130404-1337-----
    p2.eclipse-plugin:org.eclipse.help:jar:3.6.0.v20130326-1254-----
    p2.eclipse-plugin:org.eclipse.jface:jar:3.9.1.v20130725-1141-----
    p2.eclipse-plugin:org.eclipse.jface.databinding:jar:1.6.200.v20130515-1857-----
    p2.eclipse-plugin:org.eclipse.jface.text:jar:3.8.101.v20130802-1147-----
    p2.eclipse-plugin:org.eclipse.ltk.core.refactoring:jar:3.6.100.v20130605-1748-----
    p2.eclipse-plugin:org.eclipse.ltk.ui.refactoring:jar:3.7.100.v20130605-1748-----
    p2.eclipse-plugin:org.eclipse.osgi:jar:3.9.1.v20140110-1610-----
    p2.eclipse-plugin:org.eclipse.osgi.services:jar:3.3.100.v20130513-1956-----
    p2.eclipse-plugin:org.eclipse.search:jar:3.9.1.v20131121-1346-----
    p2.eclipse-plugin:org.eclipse.swt:jar:3.102.1.v20140206-1334-----
    p2.eclipse-plugin:org.eclipse.swt.cocoa.macosx.x86_64:jar:3.102.1.v20140206-1358-----
    p2.eclipse-plugin:org.eclipse.swt.gtk.linux.x86:jar:3.102.1.v20140206-1358-----
    p2.eclipse-plugin:org.eclipse.swt.gtk.linux.x86_64:jar:3.102.1.v20140206-1358-----
    p2.eclipse-plugin:org.eclipse.swt.win32.win32.x86:jar:3.102.1.v20140206-1358-----
    p2.eclipse-plugin:org.eclipse.swt.win32.win32.x86_64:jar:3.102.1.v20140206-1358-----
    p2.eclipse-plugin:org.eclipse.team.core:jar:3.7.0.v20130514-1224-----
    p2.eclipse-plugin:org.eclipse.team.ui:jar:3.7.1.v20130729-1104-----
    p2.eclipse-plugin:org.eclipse.text:jar:3.5.300.v20130515-1451-----
    p2.eclipse-plugin:org.eclipse.ui:jar:3.105.0.v20130522-1122-----
    p2.eclipse-plugin:org.eclipse.ui.console:jar:3.5.200.v20130514-0954-----
    p2.eclipse-plugin:org.eclipse.ui.editors:jar:3.8.100.v20130513-1637-----
    p2.eclipse-plugin:org.eclipse.ui.forms:jar:3.6.1.v20130822-1117-----
    p2.eclipse-plugin:org.eclipse.ui.ide:jar:3.9.2.v20131004-0923-----
    p2.eclipse-plugin:org.eclipse.ui.navigator:jar:3.5.300.v20130517-0139-----
    p2.eclipse-plugin:org.eclipse.ui.views:jar:3.6.100.v20130326-1250-----
    p2.eclipse-plugin:org.eclipse.ui.workbench:jar:3.105.2.v20140211-1711-----
    p2.eclipse-plugin:org.eclipse.ui.workbench.texteditor:jar:3.8.101.v20130729-1318-----
    p2.eclipse-plugin:org.eclipse.wst.jsdt.core:jar:1.3.1.v201401291437-----
    p2.eclipse-plugin:org.eclipse.wst.jsdt.manipulation:jar:1.0.400.v201204261600-----
    p2.eclipse-plugin:org.eclipse.wst.jsdt.ui:jar:1.1.401.v201401171657-----
    p2.eclipse-plugin:org.w3c.css.sac:jar:1.3.1.v200903091627-----
    p2.eclipse-plugin:org.w3c.dom.events:jar:3.0.0.draft20060413_v201105210656-----
    p2.eclipse-plugin:org.w3c.dom.smil:jar:1.0.1.v200903091627-----
    p2.eclipse-plugin:org.w3c.dom.svg:jar:1.1.0.v201011041433-----
    Totalkeplersonatype-snapshotssonatypeapache-snapshotscentral
    103 (provided: 9, system: 94)00000
    +
    +
    +
    + +
    + + + + diff --git a/site/dependency-convergence.html b/site/dependency-convergence.html new file mode 100644 index 00000000..85f08ff0 --- /dev/null +++ b/site/dependency-convergence.html @@ -0,0 +1,367 @@ + + + + + + + + + org.nodeclipse.phantomjs - Reactor Dependency Convergence + + + + + + + + + + + + + + + + + + Fork me on GitHub + + + + + + + + + +
    + + + + + +
    +
    + +
    + + +
    + +
    +

    Reactor Dependency Convergence

    + + + +
    + Legend: +
    errorAt least one dependency has a differing version of the dependency or has SNAPSHOT dependencies.

    + + + + + + + + + + + + + + + + + + + + + +
    + Statistics: +
    Number of modules:39
    Number of dependencies (NOD):277
    Number of unique artifacts (NOA):278
    Number of version-conflicting artifacts (NOC):1
    Number of SNAPSHOT artifacts (NOS):0
    Convergence (NOD/NOA):error 99 %
    Ready for release (100 % convergence and no SNAPSHOTS):error Error
    You do not have 100 % convergence.
    +
    +

    Dependencies used in modules

    +
    +

    org.chromium.chromedevtools:org.chromium.sdk

    + + + +
    error + + + + + + +
    0.3.9-SNAPSHOT +
      +

    1. +

    2. +

    3. +

    4. +

    5. +

    6. +

    7. +

    8. +

    9. +

    10. +

    11. +

    12. +

    13. +

    14. +

    15. +

    16. +

    17. +

    18. +

    19. +

    0.3.9.qualifier +
      +
    1. org.chromium.chromedevtools.features:org.chromium.debug:eclipse-feature:0.3.9-SNAPSHOT
      \- org.chromium.chromedevtools:org.chromium.sdk:jar:lib/json_simple/json_simple-1.1.jar:0.3.9.qualifier:system

    2. +
    3. org.chromium.chromedevtools.features:org.chromium.sdk:eclipse-feature:0.3.9-SNAPSHOT
      \- org.chromium.chromedevtools:org.chromium.sdk:jar:lib/json_simple/json_simple-1.1.jar:0.3.9.qualifier:system

    4. +
    5. org.chromium.chromedevtools:org.chromium.debug.core:eclipse-plugin:0.3.9-SNAPSHOT
      \- org.chromium.chromedevtools:org.chromium.sdk:jar:lib/json_simple/json_simple-1.1.jar:0.3.9.qualifier:system

    6. +
    7. org.chromium.chromedevtools:org.chromium.debug.ui:eclipse-plugin:0.3.9-SNAPSHOT
      \- org.chromium.chromedevtools:org.chromium.sdk:jar:lib/json_simple/json_simple-1.1.jar:0.3.9.qualifier:system

    8. +
    9. org.chromium.chromedevtools:org.chromium.sdk.wip.eclipse:eclipse-plugin:0.3.9-SNAPSHOT
      \- org.chromium.chromedevtools:org.chromium.sdk:jar:lib/json_simple/json_simple-1.1.jar:0.3.9.qualifier:system

    10. +
    11. org.chromium.chromedevtools:org.chromium.sdk:eclipse-plugin:0.3.9-SNAPSHOT
      \- org.chromium.chromedevtools:org.chromium.sdk:jar:lib/json_simple/json_simple-1.1.jar:0.3.9.qualifier:system

    12. +
    13. org.nodeclipse.nodeclipse-1:org.nodeclipse.debug:eclipse-plugin:1.0.2-SNAPSHOT
      \- org.chromium.chromedevtools:org.chromium.sdk:jar:lib/json_simple/json_simple-1.1.jar:0.3.9.qualifier:system

    14. +
    15. org.nodeclipse.nodeclipse-1:org.nodeclipse.enide.nodejs.feature:eclipse-feature:1.0.2-SNAPSHOT
      \- org.chromium.chromedevtools:org.chromium.sdk:jar:lib/json_simple/json_simple-1.1.jar:0.3.9.qualifier:system

    16. +
    17. org.nodeclipse.nodeclipse-1:org.nodeclipse.enide.studio.included.feature:eclipse-feature:1.0.2-SNAPSHOT
      \- org.chromium.chromedevtools:org.chromium.sdk:jar:lib/json_simple/json_simple-1.1.jar:0.3.9.qualifier:system

    18. +
    19. org.nodeclipse.nodeclipse-1:org.nodeclipse.jjs.feature:eclipse-feature:1.0.2-SNAPSHOT
      \- org.chromium.chromedevtools:org.chromium.sdk:jar:lib/json_simple/json_simple-1.1.jar:0.3.9.qualifier:system

    20. +
    21. org.nodeclipse.nodeclipse-1:org.nodeclipse.jjs:eclipse-plugin:1.0.2-SNAPSHOT
      \- org.chromium.chromedevtools:org.chromium.sdk:jar:lib/json_simple/json_simple-1.1.jar:0.3.9.qualifier:system

    22. +
    23. org.nodeclipse.nodeclipse-1:org.nodeclipse.mongodb.feature:eclipse-feature:1.0.2-SNAPSHOT
      \- org.chromium.chromedevtools:org.chromium.sdk:jar:lib/json_simple/json_simple-1.1.jar:0.3.9.qualifier:system

    24. +
    25. org.nodeclipse.nodeclipse-1:org.nodeclipse.mongodb:eclipse-plugin:1.0.2-SNAPSHOT
      \- org.chromium.chromedevtools:org.chromium.sdk:jar:lib/json_simple/json_simple-1.1.jar:0.3.9.qualifier:system

    26. +
    27. org.nodeclipse.nodeclipse-1:org.nodeclipse.phantomjs.feature:eclipse-feature:1.0.2-SNAPSHOT
      \- org.chromium.chromedevtools:org.chromium.sdk:jar:lib/json_simple/json_simple-1.1.jar:0.3.9.qualifier:system

    28. +
    29. org.nodeclipse.nodeclipse-1:org.nodeclipse.phantomjs:eclipse-plugin:1.0.2-SNAPSHOT
      \- org.chromium.chromedevtools:org.chromium.sdk:jar:lib/json_simple/json_simple-1.1.jar:0.3.9.qualifier:system

    30. +
    31. org.nodeclipse.nodeclipse-1:org.nodeclipse.site:eclipse-repository:1.0.2-SNAPSHOT
      \- org.chromium.chromedevtools:org.chromium.sdk:jar:lib/json_simple/json_simple-1.1.jar:0.3.9.qualifier:system

    32. +
    33. org.nodeclipse.nodeclipse-1:org.nodeclipse.ui:eclipse-plugin:1.0.2-SNAPSHOT
      \- org.chromium.chromedevtools:org.chromium.sdk:jar:lib/json_simple/json_simple-1.1.jar:0.3.9.qualifier:system

    34. +
    35. org.nodeclipse.nodeclipse-1:org.nodeclipse.vertx.feature:eclipse-feature:1.0.2-SNAPSHOT
      \- org.chromium.chromedevtools:org.chromium.sdk:jar:lib/json_simple/json_simple-1.1.jar:0.3.9.qualifier:system

    36. +
    37. org.nodeclipse.nodeclipse-1:org.nodeclipse.vertx:eclipse-plugin:1.0.2-SNAPSHOT
      \- org.chromium.chromedevtools:org.chromium.sdk:jar:lib/json_simple/json_simple-1.1.jar:0.3.9.qualifier:system

    38. +
    39. org.nodeclipse.nodeclipse-1:org.nodeclipse:eclipse-feature:1.0.2-SNAPSHOT
      \- org.chromium.chromedevtools:org.chromium.sdk:jar:lib/json_simple/json_simple-1.1.jar:0.3.9.qualifier:system

    +
    +
    +
    + +
    + + + + diff --git a/updatesite/dependency-info.html b/site/dependency-info.html similarity index 88% rename from updatesite/dependency-info.html rename to site/dependency-info.html index f1ff10d0..764a7c7a 100644 --- a/updatesite/dependency-info.html +++ b/site/dependency-info.html @@ -9,7 +9,7 @@ - org.nodeclipse.site - Dependency Information + org.nodeclipse.phantomjs - Dependency Information @@ -79,6 +79,14 @@ + + @@ -215,6 +223,13 @@ + +
  • + + + + Project Reports +
  • @@ -248,38 +263,38 @@

    Apache Maven

    <dependency>
       <groupId>org.nodeclipse.nodeclipse-1</groupId>
    -  <artifactId>org.nodeclipse.site</artifactId>
    +  <artifactId>org.nodeclipse.phantomjs</artifactId>
       <version>1.0.2-SNAPSHOT</version>
    -  <type>eclipse-repository</type>
    +  <type>eclipse-plugin</type>
     </dependency>

    Apache Buildr

    -
    'org.nodeclipse.nodeclipse-1:org.nodeclipse.site:eclipse-repository:1.0.2-SNAPSHOT'
    +
    'org.nodeclipse.nodeclipse-1:org.nodeclipse.phantomjs:eclipse-plugin:1.0.2-SNAPSHOT'

    Apache Ivy

    -
    <dependency org="org.nodeclipse.nodeclipse-1" name="org.nodeclipse.site" rev="1.0.2-SNAPSHOT">
    -  <artifact name="org.nodeclipse.site" type="eclipse-repository" />
    +
    <dependency org="org.nodeclipse.nodeclipse-1" name="org.nodeclipse.phantomjs" rev="1.0.2-SNAPSHOT">
    +  <artifact name="org.nodeclipse.phantomjs" type="eclipse-plugin" />
     </dependency>

    Groovy Grape

    @Grapes(
    -@Grab(group='org.nodeclipse.nodeclipse-1', module='org.nodeclipse.site', version='1.0.2-SNAPSHOT')
    +@Grab(group='org.nodeclipse.nodeclipse-1', module='org.nodeclipse.phantomjs', version='1.0.2-SNAPSHOT')
     )

    Grails

    -
    compile 'org.nodeclipse.nodeclipse-1:org.nodeclipse.site:1.0.2-SNAPSHOT'
    +
    compile 'org.nodeclipse.nodeclipse-1:org.nodeclipse.phantomjs:1.0.2-SNAPSHOT'

    Leiningen

    -
    [org.nodeclipse.nodeclipse-1/org.nodeclipse.site "1.0.2-SNAPSHOT"]
    +
    [org.nodeclipse.nodeclipse-1/org.nodeclipse.phantomjs "1.0.2-SNAPSHOT"]

    SBT

    -
    libraryDependencies += "org.nodeclipse.nodeclipse-1" % "org.nodeclipse.site" % "1.0.2-SNAPSHOT"
    +
    libraryDependencies += "org.nodeclipse.nodeclipse-1" % "org.nodeclipse.phantomjs" % "1.0.2-SNAPSHOT"
    diff --git a/updatesite/distribution-management.html b/site/distribution-management.html similarity index 92% rename from updatesite/distribution-management.html rename to site/distribution-management.html index a8c624c6..0ce194f4 100644 --- a/updatesite/distribution-management.html +++ b/site/distribution-management.html @@ -9,7 +9,7 @@ - org.nodeclipse.site - Project Distribution Management + org.nodeclipse.phantomjs - Project Distribution Management @@ -79,6 +79,14 @@ + + @@ -215,6 +223,13 @@ + +
  • + + + + Project Reports +
  • @@ -246,7 +261,7 @@

    Overview

    The following is the distribution management information used by this project.

    Site - nodeclipse-1-site

    -

    D:\TEMP\site\/org.nodeclipse.site

    +

    D:\TEMP\site\/org.nodeclipse.phantomjs

    diff --git a/updatesite/images/accessories-text-editor.png b/site/images/accessories-text-editor.png similarity index 100% rename from updatesite/images/accessories-text-editor.png rename to site/images/accessories-text-editor.png diff --git a/updatesite/images/add.gif b/site/images/add.gif similarity index 100% rename from updatesite/images/add.gif rename to site/images/add.gif diff --git a/updatesite/images/apache-maven-project-2.png b/site/images/apache-maven-project-2.png similarity index 100% rename from updatesite/images/apache-maven-project-2.png rename to site/images/apache-maven-project-2.png diff --git a/updatesite/images/application-certificate.png b/site/images/application-certificate.png similarity index 100% rename from updatesite/images/application-certificate.png rename to site/images/application-certificate.png diff --git a/updatesite/images/close.gif b/site/images/close.gif similarity index 100% rename from updatesite/images/close.gif rename to site/images/close.gif diff --git a/updatesite/images/contact-new.png b/site/images/contact-new.png similarity index 100% rename from updatesite/images/contact-new.png rename to site/images/contact-new.png diff --git a/updatesite/images/document-properties.png b/site/images/document-properties.png similarity index 100% rename from updatesite/images/document-properties.png rename to site/images/document-properties.png diff --git a/updatesite/images/drive-harddisk.png b/site/images/drive-harddisk.png similarity index 100% rename from updatesite/images/drive-harddisk.png rename to site/images/drive-harddisk.png diff --git a/updatesite/images/fix.gif b/site/images/fix.gif similarity index 100% rename from updatesite/images/fix.gif rename to site/images/fix.gif diff --git a/updatesite/images/icon_error_sml.gif b/site/images/icon_error_sml.gif similarity index 100% rename from updatesite/images/icon_error_sml.gif rename to site/images/icon_error_sml.gif diff --git a/updatesite/images/icon_help_sml.gif b/site/images/icon_help_sml.gif similarity index 100% rename from updatesite/images/icon_help_sml.gif rename to site/images/icon_help_sml.gif diff --git a/updatesite/images/icon_info_sml.gif b/site/images/icon_info_sml.gif similarity index 100% rename from updatesite/images/icon_info_sml.gif rename to site/images/icon_info_sml.gif diff --git a/updatesite/images/icon_success_sml.gif b/site/images/icon_success_sml.gif similarity index 100% rename from updatesite/images/icon_success_sml.gif rename to site/images/icon_success_sml.gif diff --git a/updatesite/images/icon_warning_sml.gif b/site/images/icon_warning_sml.gif similarity index 100% rename from updatesite/images/icon_warning_sml.gif rename to site/images/icon_warning_sml.gif diff --git a/updatesite/images/image-x-generic.png b/site/images/image-x-generic.png similarity index 100% rename from updatesite/images/image-x-generic.png rename to site/images/image-x-generic.png diff --git a/updatesite/images/internet-web-browser.png b/site/images/internet-web-browser.png similarity index 100% rename from updatesite/images/internet-web-browser.png rename to site/images/internet-web-browser.png diff --git a/updatesite/images/logos/build-by-maven-black.png b/site/images/logos/build-by-maven-black.png similarity index 100% rename from updatesite/images/logos/build-by-maven-black.png rename to site/images/logos/build-by-maven-black.png diff --git a/updatesite/images/logos/build-by-maven-white.png b/site/images/logos/build-by-maven-white.png similarity index 100% rename from updatesite/images/logos/build-by-maven-white.png rename to site/images/logos/build-by-maven-white.png diff --git a/updatesite/images/logos/maven-feather.png b/site/images/logos/maven-feather.png similarity index 100% rename from updatesite/images/logos/maven-feather.png rename to site/images/logos/maven-feather.png diff --git a/updatesite/images/network-server.png b/site/images/network-server.png similarity index 100% rename from updatesite/images/network-server.png rename to site/images/network-server.png diff --git a/updatesite/images/package-x-generic.png b/site/images/package-x-generic.png similarity index 100% rename from updatesite/images/package-x-generic.png rename to site/images/package-x-generic.png diff --git a/updatesite/images/profiles/pre-release.png b/site/images/profiles/pre-release.png similarity index 100% rename from updatesite/images/profiles/pre-release.png rename to site/images/profiles/pre-release.png diff --git a/updatesite/images/profiles/retired.png b/site/images/profiles/retired.png similarity index 100% rename from updatesite/images/profiles/retired.png rename to site/images/profiles/retired.png diff --git a/updatesite/images/profiles/sandbox.png b/site/images/profiles/sandbox.png similarity index 100% rename from updatesite/images/profiles/sandbox.png rename to site/images/profiles/sandbox.png diff --git a/updatesite/images/remove.gif b/site/images/remove.gif similarity index 100% rename from updatesite/images/remove.gif rename to site/images/remove.gif diff --git a/updatesite/images/rss.png b/site/images/rss.png similarity index 100% rename from updatesite/images/rss.png rename to site/images/rss.png diff --git a/updatesite/images/update.gif b/site/images/update.gif similarity index 100% rename from updatesite/images/update.gif rename to site/images/update.gif diff --git a/updatesite/images/window-new.png b/site/images/window-new.png similarity index 100% rename from updatesite/images/window-new.png rename to site/images/window-new.png diff --git a/updatesite/img/glyphicons-halflings-white.png b/site/img/glyphicons-halflings-white.png similarity index 100% rename from updatesite/img/glyphicons-halflings-white.png rename to site/img/glyphicons-halflings-white.png diff --git a/updatesite/img/glyphicons-halflings.png b/site/img/glyphicons-halflings.png similarity index 100% rename from updatesite/img/glyphicons-halflings.png rename to site/img/glyphicons-halflings.png diff --git a/updatesite/index.html b/site/index.html similarity index 89% rename from updatesite/index.html rename to site/index.html index 00841bb4..ba4d2bb7 100644 --- a/updatesite/index.html +++ b/site/index.html @@ -9,7 +9,7 @@ - org.nodeclipse.site - About + org.nodeclipse.phantomjs - About @@ -79,6 +79,14 @@ + + @@ -215,6 +223,13 @@ + +
  • + + + + Project Reports +
  • @@ -242,8 +257,13 @@
    -

    About org.nodeclipse.site

    -

    org.nodeclipse.site (p2 repository / update site)

    +

    About org.nodeclipse.phantomjs

    +

    Support for PhantomJS + + http://phantomjs.org/ + + PhantomJS is a headless WebKit scriptable with a JavaScript API. It has fast and native support for various web standards: + DOM handling, CSS selector, JSON, Canvas, and SVG.

    diff --git a/updatesite/integration.html b/site/integration.html similarity index 93% rename from updatesite/integration.html rename to site/integration.html index 8c8e48d8..c27e7597 100644 --- a/updatesite/integration.html +++ b/site/integration.html @@ -9,7 +9,7 @@ - org.nodeclipse.site - Continuous Integration + org.nodeclipse.phantomjs - Continuous Integration @@ -79,6 +79,14 @@ + + @@ -215,6 +223,13 @@ + +
  • + + + + Project Reports +
  • diff --git a/updatesite/issue-tracking.html b/site/issue-tracking.html similarity index 93% rename from updatesite/issue-tracking.html rename to site/issue-tracking.html index b278ec86..d470c792 100644 --- a/updatesite/issue-tracking.html +++ b/site/issue-tracking.html @@ -9,7 +9,7 @@ - org.nodeclipse.site - Issue Tracking + org.nodeclipse.phantomjs - Issue Tracking @@ -79,6 +79,14 @@ + + @@ -215,6 +223,13 @@ + +
  • + + + + Project Reports +
  • diff --git a/updatesite/js/apache-maven-fluido-1.3.0.min.js b/site/js/apache-maven-fluido-1.3.0.min.js similarity index 100% rename from updatesite/js/apache-maven-fluido-1.3.0.min.js rename to site/js/apache-maven-fluido-1.3.0.min.js diff --git a/updatesite/plugin-management.html b/site/plugin-management.html similarity index 93% rename from updatesite/plugin-management.html rename to site/plugin-management.html index 3bea4284..9be8bdc9 100644 --- a/updatesite/plugin-management.html +++ b/site/plugin-management.html @@ -9,7 +9,7 @@ - org.nodeclipse.site - Project Plugin Management + org.nodeclipse.phantomjs - Project Plugin Management @@ -79,6 +79,14 @@ + + @@ -215,6 +223,13 @@ + +
  • + + + + Project Reports +
  • diff --git a/updatesite/plugins.html b/site/plugins.html similarity index 92% rename from updatesite/plugins.html rename to site/plugins.html index b83715dd..c026b208 100644 --- a/updatesite/plugins.html +++ b/site/plugins.html @@ -9,7 +9,7 @@ - org.nodeclipse.site - Project Build Plugins + org.nodeclipse.phantomjs - Project Build Plugins @@ -79,6 +79,14 @@ + + @@ -215,6 +223,13 @@ + +
  • + + + + Project Reports +
  • @@ -266,34 +281,30 @@

    Project Build Plugins

    org.apache.maven.plugins +maven-resources-plugin +2.4.3 + +org.apache.maven.plugins maven-site-plugin 3.3 - -org.eclipse.tycho -target-platform-configuration -0.21.0 org.eclipse.tycho -tycho-compiler-plugin +target-platform-configuration 0.21.0 org.eclipse.tycho -tycho-maven-plugin +tycho-compiler-plugin 0.21.0 org.eclipse.tycho -tycho-p2-plugin +tycho-maven-plugin 0.21.0 org.eclipse.tycho -tycho-p2-publisher-plugin +tycho-p2-plugin 0.21.0 org.eclipse.tycho -tycho-p2-repository-plugin -0.21.0 - -org.eclipse.tycho tycho-packaging-plugin 0.21.0
    diff --git a/updatesite/project-info.html b/site/project-info.html similarity index 92% rename from updatesite/project-info.html rename to site/project-info.html index 39759be9..c5ed6adc 100644 --- a/updatesite/project-info.html +++ b/site/project-info.html @@ -9,7 +9,7 @@ - org.nodeclipse.site - Project Information + org.nodeclipse.phantomjs - Project Information @@ -79,6 +79,14 @@ + + @@ -215,6 +223,13 @@ + +
  • + + + + Project Reports +
  • @@ -267,7 +282,12 @@

    Overview

    This document provides informations on the distribution management of this project. About -org.nodeclipse.site (p2 repository / update site) +Support for PhantomJS + + http://phantomjs.org/ + + PhantomJS is a headless WebKit scriptable with a JavaScript API. It has fast and native support for various web standards: + DOM handling, CSS selector, JSON, Canvas, and SVG. Issue Tracking This document provides information on the issue management system used in this project. diff --git a/site/project-reports.html b/site/project-reports.html new file mode 100644 index 00000000..29b5c410 --- /dev/null +++ b/site/project-reports.html @@ -0,0 +1,213 @@ + + + + + + + + + org.nodeclipse.phantomjs - Generated Reports + + + + + + + + + + + + + + + + + + Fork me on GitHub + + + + + + + +
    + +
    + + + + + +
    +
    + +
    + + +
    + +
    +

    Generated Reports

    +

    This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

    +
    +

    Overview

    + + + + + + +
    DocumentDescription
    Tag ListReport on various tags found in the code.
    +
    +
    +
    + +
    + + + + diff --git a/updatesite/project-summary.html b/site/project-summary.html similarity index 89% rename from updatesite/project-summary.html rename to site/project-summary.html index a9814cde..3adc9ff9 100644 --- a/updatesite/project-summary.html +++ b/site/project-summary.html @@ -9,7 +9,7 @@ - org.nodeclipse.site - Project Summary + org.nodeclipse.phantomjs - Project Summary @@ -79,6 +79,14 @@ + + @@ -215,6 +223,13 @@ + +
  • + + + + Project Reports +
  • @@ -251,13 +266,18 @@

    Project Information

    Name -org.nodeclipse.site +org.nodeclipse.phantomjs Description -org.nodeclipse.site (p2 repository / update site) +Support for PhantomJS + + http://phantomjs.org/ + + PhantomJS is a headless WebKit scriptable with a JavaScript API. It has fast and native support for various web standards: + DOM handling, CSS selector, JSON, Canvas, and SVG. Homepage -http://nodeclipse.github.io/org.nodeclipse.site +http://nodeclipse.github.io/org.nodeclipse.phantomjs

    Project Organization

    @@ -281,13 +301,13 @@

    Build Information

    - + -
    ArtifactIdorg.nodeclipse.site
    org.nodeclipse.phantomjs
    Version 1.0.2-SNAPSHOT
    Typeeclipse-repository
    +eclipse-plugin diff --git a/updatesite/source-repository.html b/site/source-repository.html similarity index 92% rename from updatesite/source-repository.html rename to site/source-repository.html index e97e3ada..2ccd6df1 100644 --- a/updatesite/source-repository.html +++ b/site/source-repository.html @@ -9,7 +9,7 @@ - org.nodeclipse.site - Source Repository + org.nodeclipse.phantomjs - Source Repository @@ -79,6 +79,14 @@ + + @@ -215,6 +223,13 @@ + +
  • + + + + Project Reports +
  • @@ -248,7 +263,7 @@

    Overview

    Web Browser Access

    The following is a link to a browsable version of the source repository:

    +
    https://github.com/nodeclipse/nodeclipse-1/org.nodeclipse.phantomjs/

    Anonymous Access

    The source can be checked out anonymously from Git with this command (See http://git-scm.com/docs/git-clone):

    diff --git a/updatesite/dependency-convergence.html b/site/taglist.html similarity index 67% rename from updatesite/dependency-convergence.html rename to site/taglist.html index b74ccb2e..85be016e 100644 --- a/updatesite/dependency-convergence.html +++ b/site/taglist.html @@ -9,7 +9,7 @@ - org.nodeclipse.site - Dependency Convergence + org.nodeclipse.phantomjs - Tag List report @@ -79,6 +79,14 @@ + + @@ -124,95 +132,25 @@
    diff --git a/updatesite/team-list.html b/site/team-list.html similarity index 94% rename from updatesite/team-list.html rename to site/team-list.html index 09e6f5c4..0ed77635 100644 --- a/updatesite/team-list.html +++ b/site/team-list.html @@ -9,7 +9,7 @@ - org.nodeclipse.site - Project Team + org.nodeclipse.phantomjs - Project Team @@ -79,6 +79,14 @@ + + @@ -215,6 +223,13 @@ + +
  • + + + + Project Reports +
  • diff --git a/updatesite/dependencies.html b/updatesite/dependencies.html deleted file mode 100644 index bdda8332..00000000 --- a/updatesite/dependencies.html +++ /dev/null @@ -1,15498 +0,0 @@ - - - - - - - - - org.nodeclipse.site - Project Dependencies - - - - - - - - - - - - - - - - - - Fork me on GitHub - - - - - - - - - -
    - - - - - -
    -
    - -
    - - -
    - - -
    -

    Project Dependencies

    -
    -

    system

    -

    The following is a list of system dependencies for this project. These dependencies are required to compile the application:

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    GroupIdArtifactIdVersionClassifierTypeLicense
    p2.eclipse-featureEclipseRunnerFeature1.3.0-jar-
    p2.eclipse-featureOpenClosedProjectsFeature1.0.5-jar-
    p2.eclipse-featurePracticallyMacroFeature0.4.2-jar-
    p2.eclipse-featureSelectionExplorerFeature1.0.2-jar-
    p2.eclipse-featurecode.google.restclient.tool.feature1.0.3-jar-
    p2.eclipse-featurecode.satyagraha.gfm.viewer.feature1.9.3-jar-
    p2.eclipse-featurecom.eclipsesource.jshint.feature0.9.10.20141011-1730-jar-
    p2.eclipse-featurecom.github.eclipsecolortheme.feature1.0.0.201410260308-jar-
    p2.eclipse-featurecom.github.eclipseuitheme.themes.feature0.8.9.201404052318-jar-
    p2.eclipse-featurecom.xored.glance1.1.1-jar-
    p2.eclipse-featurede.bastiankrol.startexplorer.feature1.7.0-jar-
    p2.eclipse-featuregitaddon.feature1.0.0.20140303-0606-jar-
    p2.eclipse-featureio.emmet.eclipse1.0.0.201401132323-jar-
    p2.eclipse-featureit.unibz.instasearch.feature.indigo1.5.6-jar-
    p2.eclipse-featurejdt.spelling.feature1.0.0.v20141130-2055-jar-
    p2.eclipse-featurejsonedit-feature0.9.7-jar-
    p2.eclipse-featuremarkdown.editor.feature1.2.0.201501260515-jar-
    p2.eclipse-featurename.schedenig.eclipse.grepconsole3.7.0-jar-
    p2.eclipse-featurenet.jeeeyul.eclipse.themes.feature2.2.0.I20141210-114528-jar-
    p2.eclipse-featurenet.jeeeyul.pdetools.feature1.2.6.I20150812-105126-jar-
    p2.eclipse-featurenet.jeeeyul.swtend.feature2.2.5.I20140918-144458-jar-
    p2.eclipse-featurenet.jumperz.app.MMonjaDB1.0.16-jar-
    p2.eclipse-featurenet.mihai-nita.ansicon1.3.1.201508091828-jar-
    p2.eclipse-featurenet.sourceforge.shelled2.0.3-jar-
    p2.eclipse-featureorg.chromium.debug0.3.9.201509300958-jar-
    p2.eclipse-featureorg.chromium.sdk0.3.9.201509300958-jar-
    p2.eclipse-featureorg.dadacoalition.yedit0.0.13-jar-
    p2.eclipse-featureorg.eclipse_icons.editor.feature2.4.1.201311032200-jar-
    p2.eclipse-featureorg.nodeclipse1.0.2.201509300958-jar-
    p2.eclipse-featureorg.nodeclipse.bundle.coffee.feature1.6.3-jar-
    p2.eclipse-featureorg.nodeclipse.bundle.express.feature3.2.5-jar-
    p2.eclipse-featureorg.nodeclipse.enide.editors.gradle.feature1.0.2.201509300958-jar-
    p2.eclipse-featureorg.nodeclipse.enide.editors.jade.feature1.0.2.201509300958-jar-
    p2.eclipse-featureorg.nodeclipse.enide.gradle.feature1.0.2.201509300958-jar-
    p2.eclipse-featureorg.nodeclipse.enide.maven.feature1.0.2.201509300958-jar-
    p2.eclipse-featureorg.nodeclipse.enide.nodejs.feature1.0.2.201509300958-jar-
    p2.eclipse-featureorg.nodeclipse.enide.studio.included.feature0.15.0.201404280957-jar-
    p2.eclipse-featureorg.nodeclipse.jjs.feature1.0.2.201509300958-jar-
    p2.eclipse-featureorg.nodeclipse.mongodb.feature1.0.2.201509300958-jar-
    p2.eclipse-featureorg.nodeclipse.phantomjs.feature1.0.2.201509300958-jar-
    p2.eclipse-featureorg.nodeclipse.pluginslist.feature1.0.2.201509300958-jar-
    p2.eclipse-featureorg.nodeclipse.vertx.feature1.0.2.201509300958-jar-
    p2.eclipse-featureorg.sweetlemonade.eclipse.json.feature1.0.3-jar-
    p2.eclipse-featurepm.eclipse.editbox.feature0.70.0.201508180438-jar-
    p2.eclipse-featurezipeditor1.1.2.201409260755-jar-
    p2.eclipse-pluginEclipseRunner1.3.0-jar-
    p2.eclipse-pluginOpenClosedProjects1.0.5-jar-
    p2.eclipse-pluginPracticallyMacro0.4.2-jar-
    p2.eclipse-pluginPracticallymacro.BeanShellSupport0.1.6-jar-
    p2.eclipse-pluginPracticallymacro.BeanShellSupport0.1.6lib/bsh-2.0b4.jarjar-
    p2.eclipse-pluginSelectionExplorer1.0.2-jar-
    p2.eclipse-pluginZipEditor1.1.2.201409260755-jar-
    p2.eclipse-pluginch.qos.logback.classic1.0.7.v20121108-1250-jar-
    p2.eclipse-pluginch.qos.logback.core1.0.7.v20121108-1250-jar-
    p2.eclipse-plugincode.google.restclient.tool1.0.3-jar-
    p2.eclipse-plugincode.google.restclient.tool1.0.3lib/apache-mime4j-0.6.jarjar-
    p2.eclipse-plugincode.google.restclient.tool1.0.3lib/commons-logging-1.1.jarjar-
    p2.eclipse-plugincode.google.restclient.tool1.0.3lib/httpclient-4.1.jarjar-
    p2.eclipse-plugincode.google.restclient.tool1.0.3lib/httpcore-4.1.jarjar-
    p2.eclipse-plugincode.google.restclient.tool1.0.3lib/httpcore-nio-4.1.jarjar-
    p2.eclipse-plugincode.google.restclient.tool1.0.3lib/httpmime-4.1.jarjar-
    p2.eclipse-plugincode.google.restclient.tool1.0.3lib/jettison-1.2.jarjar-
    p2.eclipse-plugincode.google.restclient.tool1.0.3lib/log4j-1.2.16.jarjar-
    p2.eclipse-plugincode.google.restclient.tool1.0.3lib/mime-util-2.1.3.jarjar-
    p2.eclipse-plugincode.google.restclient.tool1.0.3lib/rc-tool-core_1.0.3.jarjar-
    p2.eclipse-plugincode.google.restclient.tool1.0.3lib/slf4j-api-1.6.0.jarjar-
    p2.eclipse-plugincode.google.restclient.tool1.0.3lib/slf4j-log4j12-1.6.0.jarjar-
    p2.eclipse-plugincode.satyagraha.gfm.viewer.plugin1.9.3-jar-
    p2.eclipse-plugincode.satyagraha.gfm.viewer.plugin1.9.3lib/code.satyagraha.gfm.viewer.ext-deps-1.9.3.jarjar-
    p2.eclipse-plugincom.eclipsesource.jshint0.9.10.20141011-1730-jar-
    p2.eclipse-plugincom.eclipsesource.jshint.source0.9.10.20141011-1730-jar-
    p2.eclipse-plugincom.eclipsesource.jshint.ui0.9.10.20141011-1730-jar-
    p2.eclipse-plugincom.eclipsesource.jshint.ui.source0.9.10.20141011-1730-jar-
    p2.eclipse-plugincom.github.eclipsecolortheme1.0.0.201410260308-jar-
    p2.eclipse-plugincom.github.eclipseuitheme.themes.moonrise-ui0.8.9.201404052318-jar-
    p2.eclipse-plugincom.google.guava12.0.0.v201212092141-jar-
    p2.eclipse-plugincom.ibm.icu50.1.1.v201304230130-jar-
    p2.eclipse-plugincom.xored.glance.ui1.1.1-jar-
    p2.eclipse-plugincom.xored.glance.ui.controls1.1.1-jar-
    p2.eclipse-plugincom.xored.glance.ui.viewers1.1.1-jar-
    p2.eclipse-pluginde.bastiankrol.startexplorer1.7.0.201509091830-jar-
    p2.eclipse-pluginde.bastiankrol.startexplorer1.7.0.201509091830lib/json-simple-1.1.1.jarjar-
    p2.eclipse-plugingitaddon.core1.0.0.20140303-0606-jar-
    p2.eclipse-pluginio.emmet.eclipse1.0.0.201401132323-jar-
    p2.eclipse-pluginio.emmet.eclipse1.0.0.201401132323gson.jarjar-
    p2.eclipse-pluginio.emmet.eclipse1.0.0.201401132323js.jarjar-
    p2.eclipse-pluginit.unibz.instasearch1.5.6-jar-
    p2.eclipse-pluginjavax.annotation1.1.0.v201209060031-jar-
    p2.eclipse-pluginjavax.inject1.0.0.v20091030-jar-
    p2.eclipse-pluginjavax.xml1.3.4.v201005080400-jar-
    p2.eclipse-pluginjdt.spelling1.0.0.v20141130-2055-jar-
    p2.eclipse-pluginjsonedit-core0.9.7-jar-
    p2.eclipse-pluginjsonedit-folding0.9.7-jar-
    p2.eclipse-pluginjsonedit-log0.9.7-jar-
    p2.eclipse-pluginjsonedit-model0.9.7-jar-
    p2.eclipse-pluginjsonedit-outline0.9.7-jar-
    p2.eclipse-pluginjsonedit-preferences0.9.7-jar-
    p2.eclipse-pluginjsonedit-reader0.9.7-jar-
    p2.eclipse-pluginjsonedit-text0.9.7-jar-
    p2.eclipse-pluginjsonedit-validation0.9.7-jar-
    p2.eclipse-pluginjsonedit-validator0.9.7-jar-
    p2.eclipse-pluginname.schedenig.eclipse.grepconsole3.7.0-jar-
    p2.eclipse-pluginname.schedenig.eclipse.popupnotifications1.0.0-jar-
    p2.eclipse-pluginnet.jeeeyul.eclipse.themes2.2.0.I20141210-114528-jar-
    p2.eclipse-pluginnet.jeeeyul.eclipse.themes2.2.0.I20141210-114528lib/com.google.guava_15.0.0.v201403281430.jarjar-
    p2.eclipse-pluginnet.jeeeyul.eclipse.themes2.2.0.I20141210-114528lib/org.eclipse.xtend.lib.macro_2.7.1.v201409090713.jarjar-
    p2.eclipse-pluginnet.jeeeyul.eclipse.themes2.2.0.I20141210-114528lib/org.eclipse.xtend.lib_2.7.1.v201409090713.jarjar-
    p2.eclipse-pluginnet.jeeeyul.eclipse.themes2.2.0.I20141210-114528lib/org.eclipse.xtext.xbase.lib_2.7.1.v201409090713.jarjar-
    p2.eclipse-pluginnet.jeeeyul.eclipse.themes.ui2.2.0.I20141210-114528-jar-
    p2.eclipse-pluginnet.jeeeyul.pdetools1.2.6.I20150812-105126-jar-
    p2.eclipse-pluginnet.jeeeyul.pdetools1.2.6.I20150812-105126lib/aopalliance.jarjar-
    p2.eclipse-pluginnet.jeeeyul.pdetools1.2.6.I20150812-105126lib/guice-3.0.jarjar-
    p2.eclipse-pluginnet.jeeeyul.pdetools1.2.6.I20150812-105126lib/org.eclipse.nebula.widgets.compositetable_1.0.0.201206270822.jarjar-
    p2.eclipse-pluginnet.jeeeyul.pdetools1.2.6.I20150812-105126lib/org.eclipse.nebula.widgets.gallery_0.5.3.201206270822.jarjar-
    p2.eclipse-pluginnet.jeeeyul.pdetools.capability1.2.6.I20150812-105126-jar-
    p2.eclipse-pluginnet.jeeeyul.pdetools.edit1.2.6.I20150812-105126-jar-
    p2.eclipse-pluginnet.jeeeyul.pdetools.model1.2.6.I20150812-105126-jar-
    p2.eclipse-pluginnet.jeeeyul.swtend2.2.5.I20140918-144458-jar-
    p2.eclipse-pluginnet.jumperz.app.MMonjaDB1.0.16lib/jsch-0.1.46.jarjar-
    p2.eclipse-pluginnet.jumperz.app.MMonjaDB1.0.16lib/mongo-2.7.2.jarjar-
    p2.eclipse-pluginnet.mihai-nita.ansicon.plugin1.3.1.201508091828-jar-
    p2.eclipse-pluginnet.sourceforge.shelled.core2.0.0.201307080909-jar-
    p2.eclipse-pluginnet.sourceforge.shelled.doc2.0.0.201307080909-jar-
    p2.eclipse-pluginnet.sourceforge.shelled.ui2.0.0.201307080909-jar-
    p2.eclipse-pluginorg.apache.ant1.8.4.v201303080030lib/ant-antlr.jarjar-
    p2.eclipse-pluginorg.apache.ant1.8.4.v201303080030lib/ant-apache-bcel.jarjar-
    p2.eclipse-pluginorg.apache.ant1.8.4.v201303080030lib/ant-apache-bsf.jarjar-
    p2.eclipse-pluginorg.apache.ant1.8.4.v201303080030lib/ant-apache-log4j.jarjar-
    p2.eclipse-pluginorg.apache.ant1.8.4.v201303080030lib/ant-apache-oro.jarjar-
    p2.eclipse-pluginorg.apache.ant1.8.4.v201303080030lib/ant-apache-regexp.jarjar-
    p2.eclipse-pluginorg.apache.ant1.8.4.v201303080030lib/ant-apache-resolver.jarjar-
    p2.eclipse-pluginorg.apache.ant1.8.4.v201303080030lib/ant-apache-xalan2.jarjar-
    p2.eclipse-pluginorg.apache.ant1.8.4.v201303080030lib/ant-commons-logging.jarjar-
    p2.eclipse-pluginorg.apache.ant1.8.4.v201303080030lib/ant-commons-net.jarjar-
    p2.eclipse-pluginorg.apache.ant1.8.4.v201303080030lib/ant-jai.jarjar-
    p2.eclipse-pluginorg.apache.ant1.8.4.v201303080030lib/ant-javamail.jarjar-
    p2.eclipse-pluginorg.apache.ant1.8.4.v201303080030lib/ant-jdepend.jarjar-
    p2.eclipse-pluginorg.apache.ant1.8.4.v201303080030lib/ant-jmf.jarjar-
    p2.eclipse-pluginorg.apache.ant1.8.4.v201303080030lib/ant-jsch.jarjar-
    p2.eclipse-pluginorg.apache.ant1.8.4.v201303080030lib/ant-junit.jarjar-
    p2.eclipse-pluginorg.apache.ant1.8.4.v201303080030lib/ant-junit4.jarjar-
    p2.eclipse-pluginorg.apache.ant1.8.4.v201303080030lib/ant-launcher.jarjar-
    p2.eclipse-pluginorg.apache.ant1.8.4.v201303080030lib/ant-netrexx.jarjar-
    p2.eclipse-pluginorg.apache.ant1.8.4.v201303080030lib/ant-swing.jarjar-
    p2.eclipse-pluginorg.apache.ant1.8.4.v201303080030lib/ant-testutil.jarjar-
    p2.eclipse-pluginorg.apache.ant1.8.4.v201303080030lib/ant.jarjar-
    p2.eclipse-pluginorg.apache.batik.css1.6.0.v201011041432-jar-
    p2.eclipse-pluginorg.apache.batik.util1.6.0.v201011041432-jar-
    p2.eclipse-pluginorg.apache.batik.util.gui1.6.0.v201011041432-jar-
    p2.eclipse-pluginorg.apache.commons.codec1.4.0.v201209201156-jar-
    p2.eclipse-pluginorg.apache.commons.httpclient3.1.0.v201012070820-jar-
    p2.eclipse-pluginorg.apache.commons.lang2.6.0.v201205030909-jar-
    p2.eclipse-pluginorg.apache.commons.logging1.1.1.v201101211721-jar-
    p2.eclipse-pluginorg.apache.lucene2.9.1.v201101211721-jar-
    p2.eclipse-pluginorg.apache.lucene.analysis2.9.1.v201101211721-jar-
    p2.eclipse-pluginorg.apache.lucene.core2.9.1.v201101211721-jar-
    p2.eclipse-pluginorg.apache.lucene.highlighter2.9.1.v20100421-0704-jar-
    p2.eclipse-pluginorg.apache.lucene.memory2.9.1.v20100421-0704-jar-
    p2.eclipse-pluginorg.apache.lucene.misc2.9.1.v20100421-0704-jar-
    p2.eclipse-pluginorg.apache.lucene.queries2.9.1.v20100421-0704-jar-
    p2.eclipse-pluginorg.apache.lucene.snowball2.9.1.v20100421-0704-jar-
    p2.eclipse-pluginorg.apache.lucene.spellchecker2.9.1.v20100421-0704-jar-
    p2.eclipse-pluginorg.chromium.debug0.3.9.201509300958-jar-
    p2.eclipse-pluginorg.chromium.debug.core0.3.9.201509300958-jar-
    p2.eclipse-pluginorg.chromium.debug.ui0.3.9.201509300958-jar-
    p2.eclipse-pluginorg.chromium.sdk0.3.9.201509300958-jar-
    p2.eclipse-pluginorg.chromium.sdk0.3.9.201509300958lib/json_simple/json_simple-1.1.jarjar-
    p2.eclipse-pluginorg.chromium.sdk.wip.eclipse0.3.9.201509300958-jar-
    p2.eclipse-pluginorg.dadacoalition.yedit0.0.13-jar-
    p2.eclipse-pluginorg.dadacoalition.yedit0.0.13Resources/snakeyaml-1.13.jarjar-
    p2.eclipse-pluginorg.eclipse.ant.core3.2.500.v20140203-1328-jar-
    p2.eclipse-pluginorg.eclipse.compare3.5.401.v20130709-1308-jar-
    p2.eclipse-pluginorg.eclipse.compare.core3.5.300.v20130514-1224-jar-
    p2.eclipse-pluginorg.eclipse.core.commands3.6.100.v20130515-1857-jar-
    p2.eclipse-pluginorg.eclipse.core.contenttype3.4.200.v20130326-1255-jar-
    p2.eclipse-pluginorg.eclipse.core.databinding1.4.1.v20130515-1857-jar-
    p2.eclipse-pluginorg.eclipse.core.databinding.observable1.4.1.v20130515-1857-jar-
    p2.eclipse-pluginorg.eclipse.core.databinding.property1.4.200.v20130515-1857-jar-
    p2.eclipse-pluginorg.eclipse.core.expressions3.4.501.v20131118-1915-jar-
    p2.eclipse-pluginorg.eclipse.core.filebuffers3.5.300.v20130225-1821-jar-
    p2.eclipse-pluginorg.eclipse.core.filesystem1.4.0.v20130514-1240-jar-
    p2.eclipse-pluginorg.eclipse.core.jobs3.5.300.v20130429-1813-jar-
    p2.eclipse-pluginorg.eclipse.core.net1.2.200.v20130430-1352-jar-
    p2.eclipse-pluginorg.eclipse.core.resources3.8.101.v20130717-0806-jar-
    p2.eclipse-pluginorg.eclipse.core.runtime3.9.100.v20131218-1515-jar-
    p2.eclipse-pluginorg.eclipse.core.variables3.2.700.v20130402-1741-jar-
    p2.eclipse-pluginorg.eclipse.debug.core3.8.0.v20130514-0954-jar-
    p2.eclipse-pluginorg.eclipse.debug.ui3.9.0.v20130516-1713-jar-
    p2.eclipse-pluginorg.eclipse.dltk.annotations5.0.0.201306060709-jar-
    p2.eclipse-pluginorg.eclipse.dltk.console5.0.0.201306060709-jar-
    p2.eclipse-pluginorg.eclipse.dltk.console.ui5.0.0.201306060709-jar-
    p2.eclipse-pluginorg.eclipse.dltk.core5.0.0.201306060709-jar-
    p2.eclipse-pluginorg.eclipse.dltk.core.manipulation5.0.0.201306060709-jar-
    p2.eclipse-pluginorg.eclipse.dltk.debug5.0.0.201306060709-jar-
    p2.eclipse-pluginorg.eclipse.dltk.debug.ui5.0.0.201306060709-jar-
    p2.eclipse-pluginorg.eclipse.dltk.launching5.0.0.201306060709-jar-
    p2.eclipse-pluginorg.eclipse.dltk.ui5.0.0.201306060709-jar-
    p2.eclipse-pluginorg.eclipse.draw2d3.9.0.201308190730-jar-
    p2.eclipse-pluginorg.eclipse.e4.core.commands0.10.2.v20130515-1857-jar-
    p2.eclipse-pluginorg.eclipse.e4.core.contexts1.3.1.v20130905-0905-jar-
    p2.eclipse-pluginorg.eclipse.e4.core.di1.3.0.v20130514-1256-jar-
    p2.eclipse-pluginorg.eclipse.e4.core.di.extensions0.11.100.v20130514-1256-jar-
    p2.eclipse-pluginorg.eclipse.e4.core.services1.1.0.v20130515-1343-jar-
    p2.eclipse-pluginorg.eclipse.e4.ui.bindings0.10.102.v20140117-1939-jar-
    p2.eclipse-pluginorg.eclipse.e4.ui.css.core0.10.100.v20130515-1857-jar-
    p2.eclipse-pluginorg.eclipse.e4.ui.css.swt0.11.0.v20130515-1857-jar-
    p2.eclipse-pluginorg.eclipse.e4.ui.css.swt.theme0.9.100.v20130515-1857-jar-
    p2.eclipse-pluginorg.eclipse.e4.ui.di1.0.0.v20130515-1857-jar-
    p2.eclipse-pluginorg.eclipse.e4.ui.model.workbench1.0.1.v20131118-1956-jar-
    p2.eclipse-pluginorg.eclipse.e4.ui.services1.0.1.v20131118-1940-jar-
    p2.eclipse-pluginorg.eclipse.e4.ui.widgets1.0.0.v20130515-1857-jar-
    p2.eclipse-pluginorg.eclipse.e4.ui.workbench1.0.2.v20131202-1739-jar-
    p2.eclipse-pluginorg.eclipse.e4.ui.workbench.addons.swt1.0.2.v20131129-1621-jar-
    p2.eclipse-pluginorg.eclipse.e4.ui.workbench.renderers.swt0.11.2.v20140205-1834-jar-
    p2.eclipse-pluginorg.eclipse.e4.ui.workbench.swt0.12.2.v20140117-1939-jar-
    p2.eclipse-pluginorg.eclipse.e4.ui.workbench30.12.0.v20130515-1857-jar-
    p2.eclipse-pluginorg.eclipse.emf.common2.9.2.v20131212-0545-jar-
    p2.eclipse-pluginorg.eclipse.emf.common.ui2.8.0.v20140203-1126-jar-
    p2.eclipse-pluginorg.eclipse.emf.ecore2.9.2.v20131212-0545-jar-
    p2.eclipse-pluginorg.eclipse.emf.ecore.change2.9.0.v20131212-0545-jar-
    p2.eclipse-pluginorg.eclipse.emf.ecore.edit2.8.0.v20140203-1126-jar-
    p2.eclipse-pluginorg.eclipse.emf.ecore.xmi2.9.1.v20131212-0545-jar-
    p2.eclipse-pluginorg.eclipse.emf.edit2.9.0.v20140203-1126-jar-
    p2.eclipse-pluginorg.eclipse.emf.edit.ui2.9.0.v20140203-1126-jar-
    p2.eclipse-pluginorg.eclipse.equinox.app1.3.100.v20130327-1442-jar-
    p2.eclipse-pluginorg.eclipse.equinox.bidi0.10.0.v20130327-1442-jar-
    p2.eclipse-pluginorg.eclipse.equinox.common3.6.200.v20130402-1505-jar-
    p2.eclipse-pluginorg.eclipse.equinox.ds1.4.101.v20130813-1853-jar-
    p2.eclipse-pluginorg.eclipse.equinox.event1.3.0.v20130327-1442-jar-
    p2.eclipse-pluginorg.eclipse.equinox.frameworkadmin2.0.100.v20130327-2119-jar-
    p2.eclipse-pluginorg.eclipse.equinox.frameworkadmin.equinox1.0.500.v20130327-2119-jar-
    p2.eclipse-pluginorg.eclipse.equinox.p2.artifact.repository1.1.200.v20130515-2028-jar-
    p2.eclipse-pluginorg.eclipse.equinox.p2.core2.3.0.v20130327-2119-jar-
    p2.eclipse-pluginorg.eclipse.equinox.p2.director2.3.1.v20140221-1852-jar-
    p2.eclipse-pluginorg.eclipse.equinox.p2.director.app1.0.300.v20130819-1621-jar-
    p2.eclipse-pluginorg.eclipse.equinox.p2.engine2.3.0.v20130526-2122-jar-
    p2.eclipse-pluginorg.eclipse.equinox.p2.garbagecollector1.0.200.v20130327-2119-jar-
    p2.eclipse-pluginorg.eclipse.equinox.p2.jarprocessor1.0.300.v20130327-2119-jar-
    p2.eclipse-pluginorg.eclipse.equinox.p2.metadata2.2.0.v20130523-1557-jar-
    p2.eclipse-pluginorg.eclipse.equinox.p2.metadata.repository1.2.100.v20130327-2119-jar-
    p2.eclipse-pluginorg.eclipse.equinox.p2.publisher1.3.0.v20140129-1405-jar-
    p2.eclipse-pluginorg.eclipse.equinox.p2.publisher.eclipse1.1.200.v20130516-1953-jar-
    p2.eclipse-pluginorg.eclipse.equinox.p2.repository2.3.0.v20130412-2032-jar-
    p2.eclipse-pluginorg.eclipse.equinox.p2.repository.tools2.1.0.v20130327-2119-jar-
    p2.eclipse-pluginorg.eclipse.equinox.p2.touchpoint.eclipse2.1.200.v20130327-2119-jar-
    p2.eclipse-pluginorg.eclipse.equinox.preferences3.5.100.v20130422-1538-jar-
    p2.eclipse-pluginorg.eclipse.equinox.registry3.5.301.v20130717-1549-jar-
    p2.eclipse-pluginorg.eclipse.equinox.security1.2.0.v20130424-1801-jar-
    p2.eclipse-pluginorg.eclipse.equinox.simpleconfigurator1.0.400.v20130327-2119-jar-
    p2.eclipse-pluginorg.eclipse.equinox.simpleconfigurator.manipulator2.0.0.v20130327-2119-jar-
    p2.eclipse-pluginorg.eclipse.equinox.util1.0.500.v20130404-1337-jar-
    p2.eclipse-pluginorg.eclipse.help3.6.0.v20130326-1254-jar-
    p2.eclipse-pluginorg.eclipse.jdt3.9.1.v20140221-1700-jar-
    p2.eclipse-pluginorg.eclipse.jdt.core3.9.2.v20140114-1555-jar-
    p2.eclipse-pluginorg.eclipse.jdt.core.manipulation1.5.0.v20130605-1748-jar-
    p2.eclipse-pluginorg.eclipse.jdt.debug3.8.0.v20130514-0841jdi.jarjar-
    p2.eclipse-pluginorg.eclipse.jdt.debug3.8.0.v20130514-0841jdimodel.jarjar-
    p2.eclipse-pluginorg.eclipse.jdt.launching3.7.1.v20131218-1102-jar-
    p2.eclipse-pluginorg.eclipse.jdt.ui3.9.2.v20131106-1600-jar-
    p2.eclipse-pluginorg.eclipse.jface3.9.1.v20130725-1141-jar-
    p2.eclipse-pluginorg.eclipse.jface.databinding1.6.200.v20130515-1857-jar-
    p2.eclipse-pluginorg.eclipse.jface.text3.8.101.v20130802-1147-jar-
    p2.eclipse-pluginorg.eclipse.linuxtools.man.core1.1.0.201306111610-jar-
    p2.eclipse-pluginorg.eclipse.ltk.core.refactoring3.6.100.v20130605-1748-jar-
    p2.eclipse-pluginorg.eclipse.ltk.ui.refactoring3.7.100.v20130605-1748-jar-
    p2.eclipse-pluginorg.eclipse.osgi3.9.1.v20140110-1610-jar-
    p2.eclipse-pluginorg.eclipse.osgi.services3.3.100.v20130513-1956-jar-
    p2.eclipse-pluginorg.eclipse.pde.build3.8.100.v20130514-1028pdebuild.jarjar-
    p2.eclipse-pluginorg.eclipse.pde.core3.9.1.v20130628-1111-jar-
    p2.eclipse-pluginorg.eclipse.search3.9.1.v20131121-1346-jar-
    p2.eclipse-pluginorg.eclipse.swt3.102.1.v20140206-1334-jar-
    p2.eclipse-pluginorg.eclipse.swt.cocoa.macosx.x86_643.102.1.v20140206-1358-jar-
    p2.eclipse-pluginorg.eclipse.swt.gtk.linux.x863.102.1.v20140206-1358-jar-
    p2.eclipse-pluginorg.eclipse.swt.gtk.linux.x86_643.102.1.v20140206-1358-jar-
    p2.eclipse-pluginorg.eclipse.swt.win32.win32.x863.102.1.v20140206-1358-jar-
    p2.eclipse-pluginorg.eclipse.swt.win32.win32.x86_643.102.1.v20140206-1358-jar-
    p2.eclipse-pluginorg.eclipse.team.core3.7.0.v20130514-1224-jar-
    p2.eclipse-pluginorg.eclipse.team.ui3.7.1.v20130729-1104-jar-
    p2.eclipse-pluginorg.eclipse.text3.5.300.v20130515-1451-jar-
    p2.eclipse-pluginorg.eclipse.ui3.105.0.v20130522-1122-jar-
    p2.eclipse-pluginorg.eclipse.ui.cheatsheets3.4.200.v20130326-1254-jar-
    p2.eclipse-pluginorg.eclipse.ui.console3.5.200.v20130514-0954-jar-
    p2.eclipse-pluginorg.eclipse.ui.editors3.8.100.v20130513-1637-jar-
    p2.eclipse-pluginorg.eclipse.ui.forms3.6.1.v20130822-1117-jar-
    p2.eclipse-pluginorg.eclipse.ui.ide3.9.2.v20131004-0923-jar-
    p2.eclipse-pluginorg.eclipse.ui.intro3.4.200.v20130326-1254-jar-
    p2.eclipse-pluginorg.eclipse.ui.navigator3.5.300.v20130517-0139-jar-
    p2.eclipse-pluginorg.eclipse.ui.navigator.resources3.4.501.v20131021-1545-jar-
    p2.eclipse-pluginorg.eclipse.ui.views3.6.100.v20130326-1250-jar-
    p2.eclipse-pluginorg.eclipse.ui.views.properties.tabbed3.6.0.v20130515-1857-jar-
    p2.eclipse-pluginorg.eclipse.ui.workbench3.105.2.v20140211-1711-jar-
    p2.eclipse-pluginorg.eclipse.ui.workbench.texteditor3.8.101.v20130729-1318-jar-
    p2.eclipse-pluginorg.eclipse.update.configurator3.3.200.v20140203-1328-jar-
    p2.eclipse-pluginorg.eclipse.wst.jsdt.core1.3.1.v201401291437-jar-
    p2.eclipse-pluginorg.eclipse.wst.jsdt.manipulation1.0.400.v201204261600-jar-
    p2.eclipse-pluginorg.eclipse.wst.jsdt.ui1.1.401.v201401171657-jar-
    p2.eclipse-pluginorg.eclipse.xtend.lib2.4.3.v201309030823-jar-
    p2.eclipse-pluginorg.eclipse.xtext.xbase.lib2.4.3.v201309030823-jar-
    p2.eclipse-pluginorg.eclipse_icons.editor2.4.1.201311032200-jar-
    p2.eclipse-pluginorg.mozilla.javascript1.7.4.v201209142200-jar-
    p2.eclipse-pluginorg.mozilla.javascript.source1.7.4.v201209142200-jar-
    p2.eclipse-pluginorg.nodeclipse.bundle.coffee1.6.3-jar-
    p2.eclipse-pluginorg.nodeclipse.bundle.express3.2.5-jar-
    p2.eclipse-pluginorg.nodeclipse.common1.0.2.201509300958-jar-
    p2.eclipse-pluginorg.nodeclipse.debug1.0.2.201509300958-jar-
    p2.eclipse-pluginorg.nodeclipse.enide.editors.gradle1.0.2.201509300958-jar-
    p2.eclipse-pluginorg.nodeclipse.enide.editors.jade1.0.2.201509300958-jar-
    p2.eclipse-pluginorg.nodeclipse.enide.gradle1.0.2.201509300958-jar-
    p2.eclipse-pluginorg.nodeclipse.enide.maven1.0.2.201509300958-jar-
    p2.eclipse-pluginorg.nodeclipse.help1.0.2.201509300958-jar-
    p2.eclipse-pluginorg.nodeclipse.jjs1.0.2.201509300958-jar-
    p2.eclipse-pluginorg.nodeclipse.mongodb1.0.2.201509300958-jar-
    p2.eclipse-pluginorg.nodeclipse.phantomjs1.0.2.201509300958-jar-
    p2.eclipse-pluginorg.nodeclipse.pluginslist.core1.0.2.201509300958-jar-
    p2.eclipse-pluginorg.nodeclipse.ui1.0.2.201509300958-jar-
    p2.eclipse-pluginorg.nodeclipse.vertx1.0.2.201509300958-jar-
    p2.eclipse-pluginorg.sat4j.core2.3.5.v201308161310-jar-
    p2.eclipse-pluginorg.sat4j.pb2.3.5.v201308161310-jar-
    p2.eclipse-pluginorg.slf4j.api1.7.2.v20121108-1250-jar-
    p2.eclipse-pluginorg.sweetlemonade.eclipse.json1.0.3-jar-
    p2.eclipse-pluginorg.sweetlemonade.eclipse.json1.0.3libs/antlr-3.5.1-complete-no-st3.jarjar-
    p2.eclipse-pluginorg.w3c.css.sac1.3.1.v200903091627-jar-
    p2.eclipse-pluginorg.w3c.dom.events3.0.0.draft20060413_v201105210656-jar-
    p2.eclipse-pluginorg.w3c.dom.smil1.0.1.v200903091627-jar-
    p2.eclipse-pluginorg.w3c.dom.svg1.1.0.v201011041433-jar-
    p2.eclipse-pluginpm.eclipse.editbox0.70.0.201508180438-jar-
    p2.eclipse-pluginwinterwell.markdown1.2.0.201501260515-jar-
    p2.eclipse-pluginwinterwell.markdown1.2.0.201501260515lib/markdownj-1.0.2b4-0.3.0.jarjar-
    p2.eclipse-pluginwinterwell.markdown1.2.0.201501260515lib/net.sf.paperclips_1.0.1.jarjar-
    p2.eclipse-pluginwinterwell.markdown1.2.0.201501260515lib/winterwell.utils.jarjar-
    -
    -

    Project Transitive Dependencies

    -

    No transitive dependencies are required for this project.

    -
    -

    Project Dependency Graph

    - -
    -

    Dependency Tree

    -
      -
    • org.nodeclipse.nodeclipse-1:org.nodeclipse.site:eclipse-repository:1.0.2-SNAPSHOT Information -
        -
      • p2.eclipse-plugin:EclipseRunner:jar:1.3.0 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.ui:jar:3.105.0.v20130522-1122 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.ui.ide:jar:3.9.2.v20131004-0923 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.core.runtime:jar:3.9.100.v20131218-1515 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.debug.core:jar:3.8.0.v20130514-0954 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.debug.ui:jar:3.9.0.v20130516-1713 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.core.expressions:jar:3.4.501.v20131118-1915 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.jdt.ui:jar:3.9.2.v20131106-1600 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.jdt.core:jar:3.9.2.v20140114-1555 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.ui.navigator:jar:3.5.300.v20130517-0139 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.ui.navigator.resources:jar:3.4.501.v20131021-1545 (system) Information
      • -
      • p2.eclipse-feature:EclipseRunnerFeature:jar:1.3.0 (system) Information
      • -
      • p2.eclipse-plugin:OpenClosedProjects:jar:1.0.5 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.core.resources:jar:3.8.101.v20130717-0806 (system) Information
      • -
      • p2.eclipse-feature:OpenClosedProjectsFeature:jar:1.0.5 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.jface.text:jar:3.8.101.v20130802-1147 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.ui.workbench.texteditor:jar:3.8.101.v20130729-1318 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.ui.editors:jar:3.8.100.v20130513-1637 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.ui.console:jar:3.5.200.v20130514-0954 (system) Information
      • -
      • p2.eclipse-plugin:PracticallyMacro:jar:0.4.2 (system) Information
      • -
      • p2.eclipse-plugin:Practicallymacro.BeanShellSupport:jar:lib/bsh-2.0b4.jar:0.1.6 (system) Information
      • -
      • p2.eclipse-plugin:Practicallymacro.BeanShellSupport:jar:0.1.6 (system) Information
      • -
      • p2.eclipse-feature:PracticallyMacroFeature:jar:0.4.2 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.jdt:jar:3.9.1.v20140221-1700 (system) Information
      • -
      • p2.eclipse-plugin:SelectionExplorer:jar:1.0.2 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.ui.views:jar:3.6.100.v20130326-1250 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.ui.forms:jar:3.6.1.v20130822-1117 (system) Information
      • -
      • p2.eclipse-feature:SelectionExplorerFeature:jar:1.0.2 (system) Information
      • -
      • p2.eclipse-plugin:ZipEditor:jar:1.1.2.201409260755 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.core.filesystem:jar:1.4.0.v20130514-1240 (system) Information
      • -
      • p2.eclipse-plugin:org.apache.ant:jar:lib/ant-antlr.jar:1.8.4.v201303080030 (system) Information
      • -
      • p2.eclipse-plugin:org.apache.ant:jar:lib/ant-apache-bcel.jar:1.8.4.v201303080030 (system) Information
      • -
      • p2.eclipse-plugin:org.apache.ant:jar:lib/ant-apache-bsf.jar:1.8.4.v201303080030 (system) Information
      • -
      • p2.eclipse-plugin:org.apache.ant:jar:lib/ant-apache-log4j.jar:1.8.4.v201303080030 (system) Information
      • -
      • p2.eclipse-plugin:org.apache.ant:jar:lib/ant-apache-oro.jar:1.8.4.v201303080030 (system) Information
      • -
      • p2.eclipse-plugin:org.apache.ant:jar:lib/ant-apache-regexp.jar:1.8.4.v201303080030 (system) Information
      • -
      • p2.eclipse-plugin:org.apache.ant:jar:lib/ant-apache-resolver.jar:1.8.4.v201303080030 (system) Information
      • -
      • p2.eclipse-plugin:org.apache.ant:jar:lib/ant-apache-xalan2.jar:1.8.4.v201303080030 (system) Information
      • -
      • p2.eclipse-plugin:org.apache.ant:jar:lib/ant-commons-logging.jar:1.8.4.v201303080030 (system) Information
      • -
      • p2.eclipse-plugin:org.apache.ant:jar:lib/ant-commons-net.jar:1.8.4.v201303080030 (system) Information
      • -
      • p2.eclipse-plugin:org.apache.ant:jar:lib/ant-jai.jar:1.8.4.v201303080030 (system) Information
      • -
      • p2.eclipse-plugin:org.apache.ant:jar:lib/ant-javamail.jar:1.8.4.v201303080030 (system) Information
      • -
      • p2.eclipse-plugin:org.apache.ant:jar:lib/ant-jdepend.jar:1.8.4.v201303080030 (system) Information
      • -
      • p2.eclipse-plugin:org.apache.ant:jar:lib/ant-jmf.jar:1.8.4.v201303080030 (system) Information
      • -
      • p2.eclipse-plugin:org.apache.ant:jar:lib/ant-jsch.jar:1.8.4.v201303080030 (system) Information
      • -
      • p2.eclipse-plugin:org.apache.ant:jar:lib/ant-junit.jar:1.8.4.v201303080030 (system) Information
      • -
      • p2.eclipse-plugin:org.apache.ant:jar:lib/ant-junit4.jar:1.8.4.v201303080030 (system) Information
      • -
      • p2.eclipse-plugin:org.apache.ant:jar:lib/ant-launcher.jar:1.8.4.v201303080030 (system) Information
      • -
      • p2.eclipse-plugin:org.apache.ant:jar:lib/ant-netrexx.jar:1.8.4.v201303080030 (system) Information
      • -
      • p2.eclipse-plugin:org.apache.ant:jar:lib/ant-swing.jar:1.8.4.v201303080030 (system) Information
      • -
      • p2.eclipse-plugin:org.apache.ant:jar:lib/ant-testutil.jar:1.8.4.v201303080030 (system) Information
      • -
      • p2.eclipse-plugin:org.apache.ant:jar:lib/ant.jar:1.8.4.v201303080030 (system) Information
      • -
      • p2.eclipse-plugin:ch.qos.logback.classic:jar:1.0.7.v20121108-1250 (system) Information
      • -
      • p2.eclipse-plugin:ch.qos.logback.core:jar:1.0.7.v20121108-1250 (system) Information
      • -
      • p2.eclipse-plugin:org.slf4j.api:jar:1.7.2.v20121108-1250 (system) Information
      • -
      • p2.eclipse-plugin:code.google.restclient.tool:jar:1.0.3 (system) Information
      • -
      • p2.eclipse-plugin:code.google.restclient.tool:jar:lib/apache-mime4j-0.6.jar:1.0.3 (system) Information
      • -
      • p2.eclipse-plugin:code.google.restclient.tool:jar:lib/commons-logging-1.1.jar:1.0.3 (system) Information
      • -
      • p2.eclipse-plugin:code.google.restclient.tool:jar:lib/jettison-1.2.jar:1.0.3 (system) Information
      • -
      • p2.eclipse-plugin:code.google.restclient.tool:jar:lib/log4j-1.2.16.jar:1.0.3 (system) Information
      • -
      • p2.eclipse-plugin:code.google.restclient.tool:jar:lib/mime-util-2.1.3.jar:1.0.3 (system) Information
      • -
      • p2.eclipse-plugin:code.google.restclient.tool:jar:lib/slf4j-api-1.6.0.jar:1.0.3 (system) Information
      • -
      • p2.eclipse-plugin:code.google.restclient.tool:jar:lib/slf4j-log4j12-1.6.0.jar:1.0.3 (system) Information
      • -
      • p2.eclipse-plugin:code.google.restclient.tool:jar:lib/httpclient-4.1.jar:1.0.3 (system) Information
      • -
      • p2.eclipse-plugin:code.google.restclient.tool:jar:lib/httpcore-4.1.jar:1.0.3 (system) Information
      • -
      • p2.eclipse-plugin:code.google.restclient.tool:jar:lib/httpcore-nio-4.1.jar:1.0.3 (system) Information
      • -
      • p2.eclipse-plugin:code.google.restclient.tool:jar:lib/httpmime-4.1.jar:1.0.3 (system) Information
      • -
      • p2.eclipse-plugin:code.google.restclient.tool:jar:lib/rc-tool-core_1.0.3.jar:1.0.3 (system) Information
      • -
      • p2.eclipse-feature:code.google.restclient.tool.feature:jar:1.0.3 (system) Information
      • -
      • p2.eclipse-plugin:code.satyagraha.gfm.viewer.plugin:jar:1.9.3 (system) Information
      • -
      • p2.eclipse-plugin:code.satyagraha.gfm.viewer.plugin:jar:lib/code.satyagraha.gfm.viewer.ext-deps-1.9.3.jar:1.9.3 (system) Information
      • -
      • p2.eclipse-feature:code.satyagraha.gfm.viewer.feature:jar:1.9.3 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.text:jar:3.5.300.v20130515-1451 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.jface:jar:3.9.1.v20130725-1141 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.ui.workbench:jar:3.105.2.v20140211-1711 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.core.net:jar:1.2.200.v20130430-1352 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.osgi:jar:3.9.1.v20140110-1610 (system) Information
      • -
      • p2.eclipse-plugin:com.eclipsesource.jshint:jar:0.9.10.20141011-1730 (system) Information
      • -
      • p2.eclipse-plugin:org.mozilla.javascript:jar:1.7.4.v201209142200 (system) Information
      • -
      • p2.eclipse-plugin:com.eclipsesource.jshint.source:jar:0.9.10.20141011-1730 (system) Information
      • -
      • p2.eclipse-plugin:com.eclipsesource.jshint.ui:jar:0.9.10.20141011-1730 (system) Information
      • -
      • p2.eclipse-plugin:com.eclipsesource.jshint.ui.source:jar:0.9.10.20141011-1730 (system) Information
      • -
      • p2.eclipse-plugin:org.mozilla.javascript.source:jar:1.7.4.v201209142200 (system) Information
      • -
      • p2.eclipse-feature:com.eclipsesource.jshint.feature:jar:0.9.10.20141011-1730 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.e4.ui.workbench.addons.swt:jar:1.0.2.v20131129-1621 (system) Information
      • -
      • p2.eclipse-plugin:com.github.eclipsecolortheme:jar:1.0.0.201410260308 (system) Information
      • -
      • p2.eclipse-feature:com.github.eclipsecolortheme.feature:jar:1.0.0.201410260308 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.e4.ui.css.swt.theme:jar:0.9.100.v20130515-1857 (system) Information
      • -
      • p2.eclipse-plugin:com.github.eclipseuitheme.themes.moonrise-ui:jar:0.8.9.201404052318 (system) Information
      • -
      • p2.eclipse-feature:com.github.eclipseuitheme.themes.feature:jar:0.8.9.201404052318 (system) Information
      • -
      • p2.eclipse-plugin:com.google.guava:jar:12.0.0.v201212092141 (system) Information
      • -
      • p2.eclipse-plugin:javax.xml:jar:1.3.4.v201005080400 (system) Information
      • -
      • p2.eclipse-plugin:com.xored.glance.ui:jar:1.1.1 (system) Information
      • -
      • p2.eclipse-plugin:com.xored.glance.ui.controls:jar:1.1.1 (system) Information
      • -
      • p2.eclipse-plugin:com.xored.glance.ui.viewers:jar:1.1.1 (system) Information
      • -
      • p2.eclipse-feature:com.xored.glance:jar:1.1.1 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.core.variables:jar:3.2.700.v20130402-1741 (system) Information
      • -
      • p2.eclipse-plugin:de.bastiankrol.startexplorer:jar:lib/json-simple-1.1.1.jar:1.7.0.201509091830 (system) Information
      • -
      • p2.eclipse-plugin:de.bastiankrol.startexplorer:jar:1.7.0.201509091830 (system) Information
      • -
      • p2.eclipse-feature:de.bastiankrol.startexplorer.feature:jar:1.7.0 (system) Information
      • -
      • p2.eclipse-plugin:gitaddon.core:jar:1.0.0.20140303-0606 (system) Information
      • -
      • p2.eclipse-feature:gitaddon.feature:jar:1.0.0.20140303-0606 (system) Information
      • -
      • p2.eclipse-plugin:io.emmet.eclipse:jar:1.0.0.201401132323 (system) Information
      • -
      • p2.eclipse-plugin:io.emmet.eclipse:jar:js.jar:1.0.0.201401132323 (system) Information
      • -
      • p2.eclipse-plugin:io.emmet.eclipse:jar:gson.jar:1.0.0.201401132323 (system) Information
      • -
      • p2.eclipse-feature:io.emmet.eclipse:jar:1.0.0.201401132323 (system) Information
      • -
      • p2.eclipse-plugin:it.unibz.instasearch:jar:1.5.6 (system) Information
      • -
      • p2.eclipse-plugin:org.apache.lucene:jar:2.9.1.v201101211721 (system) Information
      • -
      • p2.eclipse-plugin:org.apache.lucene.analysis:jar:2.9.1.v201101211721 (system) Information
      • -
      • p2.eclipse-plugin:org.apache.commons.httpclient:jar:3.1.0.v201012070820 (system) Information
      • -
      • p2.eclipse-plugin:org.apache.commons.lang:jar:2.6.0.v201205030909 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.search:jar:3.9.1.v20131121-1346 (system) Information
      • -
      • p2.eclipse-plugin:org.apache.lucene.highlighter:jar:2.9.1.v20100421-0704 (system) Information
      • -
      • p2.eclipse-plugin:org.apache.lucene.memory:jar:2.9.1.v20100421-0704 (system) Information
      • -
      • p2.eclipse-plugin:org.apache.lucene.misc:jar:2.9.1.v20100421-0704 (system) Information
      • -
      • p2.eclipse-plugin:org.apache.lucene.queries:jar:2.9.1.v20100421-0704 (system) Information
      • -
      • p2.eclipse-plugin:org.apache.lucene.snowball:jar:2.9.1.v20100421-0704 (system) Information
      • -
      • p2.eclipse-plugin:org.apache.lucene.spellchecker:jar:2.9.1.v20100421-0704 (system) Information
      • -
      • p2.eclipse-feature:it.unibz.instasearch.feature.indigo:jar:1.5.6 (system) Information
      • -
      • p2.eclipse-plugin:javax.annotation:jar:1.1.0.v201209060031 (system) Information
      • -
      • p2.eclipse-plugin:jdt.spelling:jar:1.0.0.v20141130-2055 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.jdt.core.manipulation:jar:1.5.0.v20130605-1748 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.ltk.core.refactoring:jar:3.6.100.v20130605-1748 (system) Information
      • -
      • p2.eclipse-feature:jdt.spelling.feature:jar:1.0.0.v20141130-2055 (system) Information
      • -
      • p2.eclipse-plugin:jsonedit-core:jar:0.9.7 (system) Information
      • -
      • p2.eclipse-plugin:jsonedit-model:jar:0.9.7 (system) Information
      • -
      • p2.eclipse-plugin:jsonedit-reader:jar:0.9.7 (system) Information
      • -
      • p2.eclipse-plugin:jsonedit-outline:jar:0.9.7 (system) Information
      • -
      • p2.eclipse-plugin:jsonedit-validator:jar:0.9.7 (system) Information
      • -
      • p2.eclipse-plugin:jsonedit-validation:jar:0.9.7 (system) Information
      • -
      • p2.eclipse-plugin:jsonedit-folding:jar:0.9.7 (system) Information
      • -
      • p2.eclipse-plugin:jsonedit-preferences:jar:0.9.7 (system) Information
      • -
      • p2.eclipse-plugin:jsonedit-text:jar:0.9.7 (system) Information
      • -
      • p2.eclipse-plugin:jsonedit-log:jar:0.9.7 (system) Information
      • -
      • p2.eclipse-feature:jsonedit-feature:jar:0.9.7 (system) Information
      • -
      • p2.eclipse-plugin:winterwell.markdown:jar:1.2.0.201501260515 (system) Information
      • -
      • p2.eclipse-plugin:winterwell.markdown:jar:lib/markdownj-1.0.2b4-0.3.0.jar:1.2.0.201501260515 (system) Information
      • -
      • p2.eclipse-plugin:winterwell.markdown:jar:lib/winterwell.utils.jar:1.2.0.201501260515 (system) Information
      • -
      • p2.eclipse-plugin:winterwell.markdown:jar:lib/net.sf.paperclips_1.0.1.jar:1.2.0.201501260515 (system) Information
      • -
      • p2.eclipse-feature:markdown.editor.feature:jar:1.2.0.201501260515 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.help:jar:3.6.0.v20130326-1254 (system) Information
      • -
      • p2.eclipse-plugin:name.schedenig.eclipse.popupnotifications:jar:1.0.0 (system) Information
      • -
      • p2.eclipse-plugin:name.schedenig.eclipse.grepconsole:jar:3.7.0 (system) Information
      • -
      • p2.eclipse-feature:name.schedenig.eclipse.grepconsole:jar:3.7.0 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.e4.ui.workbench.renderers.swt:jar:0.11.2.v20140205-1834 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.e4.ui.css.core:jar:0.10.100.v20130515-1857 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.e4.core.di:jar:1.3.0.v20130514-1256 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.e4.ui.css.swt:jar:0.11.0.v20130515-1857 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.e4.core.services:jar:1.1.0.v20130515-1343 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.osgi.services:jar:3.3.100.v20130513-1956 (system) Information
      • -
      • p2.eclipse-plugin:org.w3c.css.sac:jar:1.3.1.v200903091627 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.e4.ui.model.workbench:jar:1.0.1.v20131118-1956 (system) Information
      • -
      • p2.eclipse-plugin:net.jeeeyul.swtend:jar:2.2.5.I20140918-144458 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.e4.core.contexts:jar:1.3.1.v20130905-0905 (system) Information
      • -
      • p2.eclipse-plugin:javax.inject:jar:1.0.0.v20091030 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.e4.ui.widgets:jar:1.0.0.v20130515-1857 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.e4.ui.workbench.swt:jar:0.12.2.v20140117-1939 (system) Information
      • -
      • p2.eclipse-plugin:net.jeeeyul.eclipse.themes:jar:2.2.0.I20141210-114528 (system) Information
      • -
      • p2.eclipse-plugin:net.jeeeyul.eclipse.themes:jar:lib/com.google.guava_15.0.0.v201403281430.jar:2.2.0.I20141210-114528 (system) Information
      • -
      • p2.eclipse-plugin:net.jeeeyul.eclipse.themes:jar:lib/org.eclipse.xtend.lib_2.7.1.v201409090713.jar:2.2.0.I20141210-114528 (system) Information
      • -
      • p2.eclipse-plugin:net.jeeeyul.eclipse.themes:jar:lib/org.eclipse.xtext.xbase.lib_2.7.1.v201409090713.jar:2.2.0.I20141210-114528 (system) Information
      • -
      • p2.eclipse-plugin:net.jeeeyul.eclipse.themes:jar:lib/org.eclipse.xtend.lib.macro_2.7.1.v201409090713.jar:2.2.0.I20141210-114528 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.e4.ui.workbench:jar:1.0.2.v20131202-1739 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.e4.ui.services:jar:1.0.1.v20131118-1940 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.xtend.lib:jar:2.4.3.v201309030823 (system) Information
      • -
      • p2.eclipse-plugin:net.jeeeyul.eclipse.themes.ui:jar:2.2.0.I20141210-114528 (system) Information
      • -
      • p2.eclipse-feature:net.jeeeyul.eclipse.themes.feature:jar:2.2.0.I20141210-114528 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.emf.ecore.xmi:jar:2.9.1.v20131212-0545 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.pde.core:jar:3.9.1.v20130628-1111 (system) Information
      • -
      • p2.eclipse-plugin:net.jeeeyul.pdetools.model:jar:1.2.6.I20150812-105126 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.emf.edit.ui:jar:2.9.0.v20140203-1126 (system) Information
      • -
      • p2.eclipse-plugin:net.jeeeyul.pdetools.edit:jar:1.2.6.I20150812-105126 (system) Information
      • -
      • p2.eclipse-plugin:net.jeeeyul.pdetools:jar:1.2.6.I20150812-105126 (system) Information
      • -
      • p2.eclipse-plugin:net.jeeeyul.pdetools:jar:lib/org.eclipse.nebula.widgets.compositetable_1.0.0.201206270822.jar:1.2.6.I20150812-105126 (system) Information
      • -
      • p2.eclipse-plugin:net.jeeeyul.pdetools:jar:lib/org.eclipse.nebula.widgets.gallery_0.5.3.201206270822.jar:1.2.6.I20150812-105126 (system) Information
      • -
      • p2.eclipse-plugin:net.jeeeyul.pdetools:jar:lib/aopalliance.jar:1.2.6.I20150812-105126 (system) Information
      • -
      • p2.eclipse-plugin:net.jeeeyul.pdetools:jar:lib/guice-3.0.jar:1.2.6.I20150812-105126 (system) Information
      • -
      • p2.eclipse-plugin:net.jeeeyul.pdetools.capability:jar:1.2.6.I20150812-105126 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.emf.edit:jar:2.9.0.v20140203-1126 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.emf.ecore:jar:2.9.2.v20131212-0545 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.emf.ecore.edit:jar:2.8.0.v20140203-1126 (system) Information
      • -
      • p2.eclipse-feature:net.jeeeyul.pdetools.feature:jar:1.2.6.I20150812-105126 (system) Information
      • -
      • p2.eclipse-feature:net.jeeeyul.swtend.feature:jar:2.2.5.I20140918-144458 (system) Information
      • -
      • p2.eclipse-plugin:net.jumperz.app.MMonjaDB:jar:lib/mongo-2.7.2.jar:1.0.16 (system) Information
      • -
      • p2.eclipse-plugin:net.jumperz.app.MMonjaDB:jar:lib/jsch-0.1.46.jar:1.0.16 (system) Information
      • -
      • p2.eclipse-feature:net.jumperz.app.MMonjaDB:jar:1.0.16 (system) Information
      • -
      • p2.eclipse-plugin:net.mihai-nita.ansicon.plugin:jar:1.3.1.201508091828 (system) Information
      • -
      • p2.eclipse-feature:net.mihai-nita.ansicon:jar:1.3.1.201508091828 (system) Information
      • -
      • p2.eclipse-plugin:net.sourceforge.shelled.core:jar:2.0.0.201307080909 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.dltk.core:jar:5.0.0.201306060709 (system) Information
      • -
      • p2.eclipse-plugin:net.sourceforge.shelled.doc:jar:2.0.0.201307080909 (system) Information
      • -
      • p2.eclipse-plugin:net.sourceforge.shelled.ui:jar:2.0.0.201307080909 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.linuxtools.man.core:jar:1.1.0.201306111610 (system) Information
      • -
      • p2.eclipse-feature:net.sourceforge.shelled:jar:2.0.3 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.dltk.ui:jar:5.0.0.201306060709 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.dltk.launching:jar:5.0.0.201306060709 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.dltk.debug.ui:jar:5.0.0.201306060709 (system) Information
      • -
      • p2.eclipse-plugin:org.apache.batik.css:jar:1.6.0.v201011041432 (system) Information
      • -
      • p2.eclipse-plugin:org.apache.batik.util:jar:1.6.0.v201011041432 (system) Information
      • -
      • p2.eclipse-plugin:org.w3c.dom.svg:jar:1.1.0.v201011041433 (system) Information
      • -
      • p2.eclipse-plugin:org.apache.batik.util.gui:jar:1.6.0.v201011041432 (system) Information
      • -
      • p2.eclipse-plugin:org.apache.commons.codec:jar:1.4.0.v201209201156 (system) Information
      • -
      • p2.eclipse-plugin:org.apache.commons.logging:jar:1.1.1.v201101211721 (system) Information
      • -
      • p2.eclipse-plugin:org.apache.lucene.core:jar:2.9.1.v201101211721 (system) Information
      • -
      • p2.eclipse-plugin:org.chromium.sdk:jar:lib/json_simple/json_simple-1.1.jar:0.3.9.201509300958 (system) Information
      • -
      • p2.eclipse-plugin:org.chromium.sdk:jar:0.3.9.201509300958 (system) Information
      • -
      • p2.eclipse-plugin:org.chromium.debug.core:jar:0.3.9.201509300958 (system) Information
      • -
      • p2.eclipse-plugin:org.chromium.debug.ui:jar:0.3.9.201509300958 (system) Information
      • -
      • p2.eclipse-plugin:org.chromium.debug:jar:0.3.9.201509300958 (system) Information
      • -
      • p2.eclipse-feature:org.chromium.debug:jar:0.3.9.201509300958 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.compare:jar:3.5.401.v20130709-1308 (system) Information
      • -
      • p2.eclipse-plugin:org.chromium.sdk.wip.eclipse:jar:0.3.9.201509300958 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.wst.jsdt.core:jar:1.3.1.v201401291437 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.wst.jsdt.ui:jar:1.1.401.v201401171657 (system) Information
      • -
      • p2.eclipse-feature:org.chromium.sdk:jar:0.3.9.201509300958 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.equinox.registry:jar:3.5.301.v20130717-1549 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.equinox.common:jar:3.6.200.v20130402-1505 (system) Information
      • -
      • p2.eclipse-plugin:org.dadacoalition.yedit:jar:Resources/snakeyaml-1.13.jar:0.0.13 (system) Information
      • -
      • p2.eclipse-plugin:org.dadacoalition.yedit:jar:0.0.13 (system) Information
      • -
      • p2.eclipse-feature:org.dadacoalition.yedit:jar:0.0.13 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.ant.core:jar:3.2.500.v20140203-1328 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.compare.core:jar:3.5.300.v20130514-1224 (system) Information
      • -
      • p2.eclipse-plugin:com.ibm.icu:jar:50.1.1.v201304230130 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.core.commands:jar:3.6.100.v20130515-1857 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.core.contenttype:jar:3.4.200.v20130326-1255 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.equinox.preferences:jar:3.5.100.v20130422-1538 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.core.databinding:jar:1.4.1.v20130515-1857 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.core.databinding.observable:jar:1.4.1.v20130515-1857 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.core.databinding.property:jar:1.4.200.v20130515-1857 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.core.filebuffers:jar:3.5.300.v20130225-1821 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.core.jobs:jar:3.5.300.v20130429-1813 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.equinox.security:jar:1.2.0.v20130424-1801 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.equinox.app:jar:1.3.100.v20130327-1442 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.dltk.console:jar:5.0.0.201306060709 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.dltk.console.ui:jar:5.0.0.201306060709 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.dltk.annotations:jar:5.0.0.201306060709 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.dltk.core.manipulation:jar:5.0.0.201306060709 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.dltk.debug:jar:5.0.0.201306060709 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.team.core:jar:3.7.0.v20130514-1224 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.ltk.ui.refactoring:jar:3.7.100.v20130605-1748 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.swt:jar:3.102.1.v20140206-1334 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.draw2d:jar:3.9.0.201308190730 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.e4.core.commands:jar:0.10.2.v20130515-1857 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.e4.core.di.extensions:jar:0.11.100.v20130514-1256 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.e4.ui.bindings:jar:0.10.102.v20140117-1939 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.e4.ui.di:jar:1.0.0.v20130515-1857 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.emf.ecore.change:jar:2.9.0.v20131212-0545 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.jface.databinding:jar:1.6.200.v20130515-1857 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.e4.ui.workbench3:jar:0.12.0.v20130515-1857 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.equinox.ds:jar:1.4.101.v20130813-1853 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.equinox.event:jar:1.3.0.v20130327-1442 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.emf.common:jar:2.9.2.v20131212-0545 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.emf.common.ui:jar:2.8.0.v20140203-1126 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.equinox.bidi:jar:0.10.0.v20130327-1442 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.equinox.util:jar:1.0.500.v20130404-1337 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.equinox.frameworkadmin:jar:2.0.100.v20130327-2119 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.equinox.frameworkadmin.equinox:jar:1.0.500.v20130327-2119 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.equinox.p2.artifact.repository:jar:1.1.200.v20130515-2028 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.equinox.p2.metadata:jar:2.2.0.v20130523-1557 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.equinox.p2.core:jar:2.3.0.v20130327-2119 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.equinox.p2.jarprocessor:jar:1.0.300.v20130327-2119 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.equinox.p2.repository:jar:2.3.0.v20130412-2032 (system) Information
      • -
      • p2.eclipse-plugin:org.sat4j.core:jar:2.3.5.v201308161310 (system) Information
      • -
      • p2.eclipse-plugin:org.sat4j.pb:jar:2.3.5.v201308161310 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.equinox.simpleconfigurator:jar:1.0.400.v20130327-2119 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.equinox.p2.engine:jar:2.3.0.v20130526-2122 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.equinox.p2.director:jar:2.3.1.v20140221-1852 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.equinox.p2.director.app:jar:1.0.300.v20130819-1621 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.equinox.p2.metadata.repository:jar:1.2.100.v20130327-2119 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.equinox.p2.garbagecollector:jar:1.0.200.v20130327-2119 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.equinox.p2.publisher:jar:1.3.0.v20140129-1405 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.equinox.p2.publisher.eclipse:jar:1.1.200.v20130516-1953 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.equinox.simpleconfigurator.manipulator:jar:2.0.0.v20130327-2119 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.equinox.p2.repository.tools:jar:2.1.0.v20130327-2119 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.equinox.p2.touchpoint.eclipse:jar:2.1.200.v20130327-2119 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.ui.intro:jar:3.4.200.v20130326-1254 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.ui.cheatsheets:jar:3.4.200.v20130326-1254 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.jdt.debug:jar:jdi.jar:3.8.0.v20130514-0841 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.jdt.debug:jar:jdimodel.jar:3.8.0.v20130514-0841 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.jdt.launching:jar:3.7.1.v20131218-1102 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.team.ui:jar:3.7.1.v20130729-1104 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.pde.build:jar:pdebuild.jar:3.8.100.v20130514-1028 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.update.configurator:jar:3.3.200.v20140203-1328 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.ui.views.properties.tabbed:jar:3.6.0.v20130515-1857 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.wst.jsdt.manipulation:jar:1.0.400.v201204261600 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.xtext.xbase.lib:jar:2.4.3.v201309030823 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse_icons.editor:jar:2.4.1.201311032200 (system) Information
      • -
      • p2.eclipse-feature:org.eclipse_icons.editor.feature:jar:2.4.1.201311032200 (system) Information
      • -
      • p2.eclipse-plugin:org.nodeclipse.bundle.coffee:jar:1.6.3 (system) Information
      • -
      • p2.eclipse-feature:org.nodeclipse.bundle.coffee.feature:jar:1.6.3 (system) Information
      • -
      • p2.eclipse-plugin:org.nodeclipse.bundle.express:jar:3.2.5 (system) Information
      • -
      • p2.eclipse-feature:org.nodeclipse.bundle.express.feature:jar:3.2.5 (system) Information
      • -
      • p2.eclipse-plugin:org.nodeclipse.common:jar:1.0.2.201509300958 (system) Information
      • -
      • p2.eclipse-plugin:org.nodeclipse.ui:jar:1.0.2.201509300958 (system) Information
      • -
      • p2.eclipse-plugin:org.nodeclipse.debug:jar:1.0.2.201509300958 (system) Information
      • -
      • p2.eclipse-plugin:org.nodeclipse.enide.editors.gradle:jar:1.0.2.201509300958 (system) Information
      • -
      • p2.eclipse-feature:org.nodeclipse.enide.editors.gradle.feature:jar:1.0.2.201509300958 (system) Information
      • -
      • p2.eclipse-plugin:org.nodeclipse.enide.editors.jade:jar:1.0.2.201509300958 (system) Information
      • -
      • p2.eclipse-feature:org.nodeclipse.enide.editors.jade.feature:jar:1.0.2.201509300958 (system) Information
      • -
      • p2.eclipse-plugin:org.nodeclipse.enide.gradle:jar:1.0.2.201509300958 (system) Information
      • -
      • p2.eclipse-feature:org.nodeclipse.enide.gradle.feature:jar:1.0.2.201509300958 (system) Information
      • -
      • p2.eclipse-plugin:org.nodeclipse.enide.maven:jar:1.0.2.201509300958 (system) Information
      • -
      • p2.eclipse-feature:org.nodeclipse.enide.maven.feature:jar:1.0.2.201509300958 (system) Information
      • -
      • p2.eclipse-feature:org.nodeclipse.enide.nodejs.feature:jar:1.0.2.201509300958 (system) Information
      • -
      • p2.eclipse-feature:org.nodeclipse.enide.studio.included.feature:jar:0.15.0.201404280957 (system) Information
      • -
      • p2.eclipse-plugin:org.nodeclipse.help:jar:1.0.2.201509300958 (system) Information
      • -
      • p2.eclipse-feature:org.nodeclipse:jar:1.0.2.201509300958 (system) Information
      • -
      • p2.eclipse-plugin:org.nodeclipse.jjs:jar:1.0.2.201509300958 (system) Information
      • -
      • p2.eclipse-feature:org.nodeclipse.jjs.feature:jar:1.0.2.201509300958 (system) Information
      • -
      • p2.eclipse-plugin:org.nodeclipse.mongodb:jar:1.0.2.201509300958 (system) Information
      • -
      • p2.eclipse-feature:org.nodeclipse.mongodb.feature:jar:1.0.2.201509300958 (system) Information
      • -
      • p2.eclipse-plugin:org.nodeclipse.phantomjs:jar:1.0.2.201509300958 (system) Information
      • -
      • p2.eclipse-feature:org.nodeclipse.phantomjs.feature:jar:1.0.2.201509300958 (system) Information
      • -
      • p2.eclipse-plugin:org.nodeclipse.pluginslist.core:jar:1.0.2.201509300958 (system) Information
      • -
      • p2.eclipse-feature:org.nodeclipse.pluginslist.feature:jar:1.0.2.201509300958 (system) Information
      • -
      • p2.eclipse-plugin:org.nodeclipse.vertx:jar:1.0.2.201509300958 (system) Information
      • -
      • p2.eclipse-feature:org.nodeclipse.vertx.feature:jar:1.0.2.201509300958 (system) Information
      • -
      • p2.eclipse-plugin:org.sweetlemonade.eclipse.json:jar:libs/antlr-3.5.1-complete-no-st3.jar:1.0.3 (system) Information
      • -
      • p2.eclipse-plugin:org.sweetlemonade.eclipse.json:jar:1.0.3 (system) Information
      • -
      • p2.eclipse-feature:org.sweetlemonade.eclipse.json.feature:jar:1.0.3 (system) Information
      • -
      • p2.eclipse-plugin:org.w3c.dom.smil:jar:1.0.1.v200903091627 (system) Information
      • -
      • p2.eclipse-plugin:org.w3c.dom.events:jar:3.0.0.draft20060413_v201105210656 (system) Information
      • -
      • p2.eclipse-plugin:pm.eclipse.editbox:jar:0.70.0.201508180438 (system) Information
      • -
      • p2.eclipse-feature:pm.eclipse.editbox.feature:jar:0.70.0.201508180438 (system) Information
      • -
      • p2.eclipse-feature:zipeditor:jar:1.1.2.201409260755 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.swt.gtk.linux.x86:jar:3.102.1.v20140206-1358 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.swt.gtk.linux.x86_64:jar:3.102.1.v20140206-1358 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.swt.win32.win32.x86:jar:3.102.1.v20140206-1358 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.swt.win32.win32.x86_64:jar:3.102.1.v20140206-1358 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.swt.cocoa.macosx.x86_64:jar:3.102.1.v20140206-1358 (system) Information
    -
    -

    Licenses

    -

    Unknown: org.nodeclipse.site

    -
    -

    Dependency File Details

    - - - - - - - - - - - - - - - - -
    FilenameSizeEntriesClassesPackagesJava VersionDebug Information
    TotalSizeEntriesClassesPackagesJava VersionDebug Information
    -
    -

    Dependency Repository Locations

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Repo IDURLReleaseSnapshotBlacklisted
    sonatype-snapshotshttps://oss.sonatype.org/content/repositories/snapshots/NoYesNo
    editboxhttp://nodeclipse.github.io/updates/editbox-0.70.0/NoNoNo
    EclipseRunnerhttp://eclipserunnerplugin.googlecode.com/svn/trunk/EclipseRunnerSiteNoNoNo
    grep-consolehttp://eclipse.schedenig.nameNoNoNo
    net.jeeeyul.eclipse.themes.updatesitehttp://eclipse.jeeeyul.net/update/NoNoNo
    codehaus-snapshotshttps://nexus.codehaus.org/snapshots/NoYesYes
    gfm.viewerhttp://dl.bintray.com/satyagraha/generic/1.9.3/NoNoNo
    git-addonhttp://www.nodeclipse.org/git/addon/NoNoNo
    io.emmet.eclipsehttp://emmet.io/eclipse/updates/NoNoYes
    eclipsejsonedithttps://sourceforge.net/projects/eclipsejsonedit/files/updateNoNoNo
    jshint-eclipsehttp://github.eclipsesource.com/jshint-eclipse/updates/NoNoNo
    SelectionExplorerhttp://sandipchitaleseclipseplugins.googlecode.com/svn/trunk/SelectionExplorerUpdateSiteNoNoNo
    shelledhttps://downloads.sourceforge.net/project/shelled/shelled/update/NoNoYes
    coffeescript-eclipsehttp://dl.bintray.com/nodeclipse/CoffeeScriptEditor/0.4.0-201403250304/NoNoNo
    OpenClosedProjectsFeaturehttp://sandipchitaleseclipseplugins.googlecode.com/svn/trunk/OpenClosedProjectsFeatureUpdateSite/NoNoNo
    centralhttps://repo.maven.apache.org/maven2YesNoNo
    ansy-consolehttp://www.mihai-nita.net/eclipseNoNoNo
    fail-backhttp://dl.bintray.com/nodeclipse/nodeclipse/0.15/NoNoNo
    org.dadacoalition.yedithttp://dadacoalition.org/yeditNoNoNo
    keplerhttp://download.eclipse.org/releases/keplerNoNoNo
    startexplorerhttp://basti1302.github.com/startexplorer/update/NoNoNo
    sonatypehttps://oss.sonatype.org/content/repositories/releases/YesNoNo
    jeeeyulhttp://jeeeyul.github.io/update/NoNoNo
    jdt.spelling.featurehttp://jdt.spelling.s3-website-us-east-1.amazonaws.comNoNoNo
    winterwell.markdownhttp://www.nodeclipse.org/updates/markdown/NoNoNo
    com.github.eclipsecolortheme.featurehttp://eclipse-color-theme.github.com/updateNoNoNo
    it.unibz.instasearch.feature.indigohttp://dl.bintray.com/ajermakovics/InstaSearch/NoNoNo
    moonrise.com.github.eclipseuitheme.themes.featurehttps://raw.github.com/guari/eclipse-ui-theme/master/com.github.eclipseuitheme.themes.updatesiteNoNoYes
    sonatype-apachehttps://repository.apache.org/releases/YesNoYes
    net.jumperz.app.MMonjaDBhttp://www.jumperz.net/update/NoNoYes
    com.xored.glancehttp://eclipse-glance.googlecode.com/svn/site/NoNoNo
    practicallymacrohttp://puremvcnotificationviewer.googlecode.com/svn/trunk/PracticallyMacroGoogleUpdateSiteNoNoNo
    Icons-Editorhttp://eclipse-icons-editor.eclipselabs.org.codespot.com/git/site/org.eclipse_icons.editor.site/NoNoNo
    apache-snapshotshttps://repository.apache.org/snapshots/NoYesNo
    zipeditorhttp://nodeclipse.github.io/updates/zipeditor/NoNoNo
    -

    Repository locations for each of the Dependencies.

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Artifactsonatype-snapshotseditboxEclipseRunnergrep-consolenet.jeeeyul.eclipse.themes.updatesitegfm.viewergit-addoneclipsejsoneditjshint-eclipseSelectionExplorercoffeescript-eclipseOpenClosedProjectsFeaturecentralansy-consolefail-backorg.dadacoalition.yeditkeplerstartexplorersonatypejeeeyuljdt.spelling.featurewinterwell.markdowncom.github.eclipsecolortheme.featureit.unibz.instasearch.feature.indigocom.xored.glancepracticallymacroIcons-Editorapache-snapshotszipeditor
    p2.eclipse-feature:EclipseRunnerFeature:jar:1.3.0-----------------------------
    p2.eclipse-feature:OpenClosedProjectsFeature:jar:1.0.5-----------------------------
    p2.eclipse-feature:PracticallyMacroFeature:jar:0.4.2-----------------------------
    p2.eclipse-feature:SelectionExplorerFeature:jar:1.0.2-----------------------------
    p2.eclipse-feature:code.google.restclient.tool.feature:jar:1.0.3-----------------------------
    p2.eclipse-feature:code.satyagraha.gfm.viewer.feature:jar:1.9.3-----------------------------
    p2.eclipse-feature:com.eclipsesource.jshint.feature:jar:0.9.10.20141011-1730-----------------------------
    p2.eclipse-feature:com.github.eclipsecolortheme.feature:jar:1.0.0.201410260308-----------------------------
    p2.eclipse-feature:com.github.eclipseuitheme.themes.feature:jar:0.8.9.201404052318-----------------------------
    p2.eclipse-feature:com.xored.glance:jar:1.1.1-----------------------------
    p2.eclipse-feature:de.bastiankrol.startexplorer.feature:jar:1.7.0-----------------------------
    p2.eclipse-feature:gitaddon.feature:jar:1.0.0.20140303-0606-----------------------------
    p2.eclipse-feature:io.emmet.eclipse:jar:1.0.0.201401132323-----------------------------
    p2.eclipse-feature:it.unibz.instasearch.feature.indigo:jar:1.5.6-----------------------------
    p2.eclipse-feature:jdt.spelling.feature:jar:1.0.0.v20141130-2055-----------------------------
    p2.eclipse-feature:jsonedit-feature:jar:0.9.7-----------------------------
    p2.eclipse-feature:markdown.editor.feature:jar:1.2.0.201501260515-----------------------------
    p2.eclipse-feature:name.schedenig.eclipse.grepconsole:jar:3.7.0-----------------------------
    p2.eclipse-feature:net.jeeeyul.eclipse.themes.feature:jar:2.2.0.I20141210-114528-----------------------------
    p2.eclipse-feature:net.jeeeyul.pdetools.feature:jar:1.2.6.I20150812-105126-----------------------------
    p2.eclipse-feature:net.jeeeyul.swtend.feature:jar:2.2.5.I20140918-144458-----------------------------
    p2.eclipse-feature:net.jumperz.app.MMonjaDB:jar:1.0.16-----------------------------
    p2.eclipse-feature:net.mihai-nita.ansicon:jar:1.3.1.201508091828-----------------------------
    p2.eclipse-feature:net.sourceforge.shelled:jar:2.0.3-----------------------------
    p2.eclipse-feature:org.chromium.debug:jar:0.3.9.201509300958-----------------------------
    p2.eclipse-feature:org.chromium.sdk:jar:0.3.9.201509300958-----------------------------
    p2.eclipse-feature:org.dadacoalition.yedit:jar:0.0.13-----------------------------
    p2.eclipse-feature:org.eclipse_icons.editor.feature:jar:2.4.1.201311032200-----------------------------
    p2.eclipse-feature:org.nodeclipse:jar:1.0.2.201509300958-----------------------------
    p2.eclipse-feature:org.nodeclipse.bundle.coffee.feature:jar:1.6.3-----------------------------
    p2.eclipse-feature:org.nodeclipse.bundle.express.feature:jar:3.2.5-----------------------------
    p2.eclipse-feature:org.nodeclipse.enide.editors.gradle.feature:jar:1.0.2.201509300958-----------------------------
    p2.eclipse-feature:org.nodeclipse.enide.editors.jade.feature:jar:1.0.2.201509300958-----------------------------
    p2.eclipse-feature:org.nodeclipse.enide.gradle.feature:jar:1.0.2.201509300958-----------------------------
    p2.eclipse-feature:org.nodeclipse.enide.maven.feature:jar:1.0.2.201509300958-----------------------------
    p2.eclipse-feature:org.nodeclipse.enide.nodejs.feature:jar:1.0.2.201509300958-----------------------------
    p2.eclipse-feature:org.nodeclipse.enide.studio.included.feature:jar:0.15.0.201404280957-----------------------------
    p2.eclipse-feature:org.nodeclipse.jjs.feature:jar:1.0.2.201509300958-----------------------------
    p2.eclipse-feature:org.nodeclipse.mongodb.feature:jar:1.0.2.201509300958-----------------------------
    p2.eclipse-feature:org.nodeclipse.phantomjs.feature:jar:1.0.2.201509300958-----------------------------
    p2.eclipse-feature:org.nodeclipse.pluginslist.feature:jar:1.0.2.201509300958-----------------------------
    p2.eclipse-feature:org.nodeclipse.vertx.feature:jar:1.0.2.201509300958-----------------------------
    p2.eclipse-feature:org.sweetlemonade.eclipse.json.feature:jar:1.0.3-----------------------------
    p2.eclipse-feature:pm.eclipse.editbox.feature:jar:0.70.0.201508180438-----------------------------
    p2.eclipse-feature:zipeditor:jar:1.1.2.201409260755-----------------------------
    p2.eclipse-plugin:EclipseRunner:jar:1.3.0-----------------------------
    p2.eclipse-plugin:OpenClosedProjects:jar:1.0.5-----------------------------
    p2.eclipse-plugin:PracticallyMacro:jar:0.4.2-----------------------------
    p2.eclipse-plugin:Practicallymacro.BeanShellSupport:jar:0.1.6-----------------------------
    p2.eclipse-plugin:Practicallymacro.BeanShellSupport:jar:lib/bsh-2.0b4.jar:0.1.6-----------------------------
    p2.eclipse-plugin:SelectionExplorer:jar:1.0.2-----------------------------
    p2.eclipse-plugin:ZipEditor:jar:1.1.2.201409260755-----------------------------
    p2.eclipse-plugin:ch.qos.logback.classic:jar:1.0.7.v20121108-1250-----------------------------
    p2.eclipse-plugin:ch.qos.logback.core:jar:1.0.7.v20121108-1250-----------------------------
    p2.eclipse-plugin:code.google.restclient.tool:jar:1.0.3-----------------------------
    p2.eclipse-plugin:code.google.restclient.tool:jar:lib/apache-mime4j-0.6.jar:1.0.3-----------------------------
    p2.eclipse-plugin:code.google.restclient.tool:jar:lib/commons-logging-1.1.jar:1.0.3-----------------------------
    p2.eclipse-plugin:code.google.restclient.tool:jar:lib/httpclient-4.1.jar:1.0.3-----------------------------
    p2.eclipse-plugin:code.google.restclient.tool:jar:lib/httpcore-4.1.jar:1.0.3-----------------------------
    p2.eclipse-plugin:code.google.restclient.tool:jar:lib/httpcore-nio-4.1.jar:1.0.3-----------------------------
    p2.eclipse-plugin:code.google.restclient.tool:jar:lib/httpmime-4.1.jar:1.0.3-----------------------------
    p2.eclipse-plugin:code.google.restclient.tool:jar:lib/jettison-1.2.jar:1.0.3-----------------------------
    p2.eclipse-plugin:code.google.restclient.tool:jar:lib/log4j-1.2.16.jar:1.0.3-----------------------------
    p2.eclipse-plugin:code.google.restclient.tool:jar:lib/mime-util-2.1.3.jar:1.0.3-----------------------------
    p2.eclipse-plugin:code.google.restclient.tool:jar:lib/rc-tool-core_1.0.3.jar:1.0.3-----------------------------
    p2.eclipse-plugin:code.google.restclient.tool:jar:lib/slf4j-api-1.6.0.jar:1.0.3-----------------------------
    p2.eclipse-plugin:code.google.restclient.tool:jar:lib/slf4j-log4j12-1.6.0.jar:1.0.3-----------------------------
    p2.eclipse-plugin:code.satyagraha.gfm.viewer.plugin:jar:1.9.3-----------------------------
    p2.eclipse-plugin:code.satyagraha.gfm.viewer.plugin:jar:lib/code.satyagraha.gfm.viewer.ext-deps-1.9.3.jar:1.9.3-----------------------------
    p2.eclipse-plugin:com.eclipsesource.jshint:jar:0.9.10.20141011-1730-----------------------------
    p2.eclipse-plugin:com.eclipsesource.jshint.source:jar:0.9.10.20141011-1730-----------------------------
    p2.eclipse-plugin:com.eclipsesource.jshint.ui:jar:0.9.10.20141011-1730-----------------------------
    p2.eclipse-plugin:com.eclipsesource.jshint.ui.source:jar:0.9.10.20141011-1730-----------------------------
    p2.eclipse-plugin:com.github.eclipsecolortheme:jar:1.0.0.201410260308-----------------------------
    p2.eclipse-plugin:com.github.eclipseuitheme.themes.moonrise-ui:jar:0.8.9.201404052318-----------------------------
    p2.eclipse-plugin:com.google.guava:jar:12.0.0.v201212092141-----------------------------
    p2.eclipse-plugin:com.ibm.icu:jar:50.1.1.v201304230130-----------------------------
    p2.eclipse-plugin:com.xored.glance.ui:jar:1.1.1-----------------------------
    p2.eclipse-plugin:com.xored.glance.ui.controls:jar:1.1.1-----------------------------
    p2.eclipse-plugin:com.xored.glance.ui.viewers:jar:1.1.1-----------------------------
    p2.eclipse-plugin:de.bastiankrol.startexplorer:jar:1.7.0.201509091830-----------------------------
    p2.eclipse-plugin:de.bastiankrol.startexplorer:jar:lib/json-simple-1.1.1.jar:1.7.0.201509091830-----------------------------
    p2.eclipse-plugin:gitaddon.core:jar:1.0.0.20140303-0606-----------------------------
    p2.eclipse-plugin:io.emmet.eclipse:jar:1.0.0.201401132323-----------------------------
    p2.eclipse-plugin:io.emmet.eclipse:jar:gson.jar:1.0.0.201401132323-----------------------------
    p2.eclipse-plugin:io.emmet.eclipse:jar:js.jar:1.0.0.201401132323-----------------------------
    p2.eclipse-plugin:it.unibz.instasearch:jar:1.5.6-----------------------------
    p2.eclipse-plugin:javax.annotation:jar:1.1.0.v201209060031-----------------------------
    p2.eclipse-plugin:javax.inject:jar:1.0.0.v20091030-----------------------------
    p2.eclipse-plugin:javax.xml:jar:1.3.4.v201005080400-----------------------------
    p2.eclipse-plugin:jdt.spelling:jar:1.0.0.v20141130-2055-----------------------------
    p2.eclipse-plugin:jsonedit-core:jar:0.9.7-----------------------------
    p2.eclipse-plugin:jsonedit-folding:jar:0.9.7-----------------------------
    p2.eclipse-plugin:jsonedit-log:jar:0.9.7-----------------------------
    p2.eclipse-plugin:jsonedit-model:jar:0.9.7-----------------------------
    p2.eclipse-plugin:jsonedit-outline:jar:0.9.7-----------------------------
    p2.eclipse-plugin:jsonedit-preferences:jar:0.9.7-----------------------------
    p2.eclipse-plugin:jsonedit-reader:jar:0.9.7-----------------------------
    p2.eclipse-plugin:jsonedit-text:jar:0.9.7-----------------------------
    p2.eclipse-plugin:jsonedit-validation:jar:0.9.7-----------------------------
    p2.eclipse-plugin:jsonedit-validator:jar:0.9.7-----------------------------
    p2.eclipse-plugin:name.schedenig.eclipse.grepconsole:jar:3.7.0-----------------------------
    p2.eclipse-plugin:name.schedenig.eclipse.popupnotifications:jar:1.0.0-----------------------------
    p2.eclipse-plugin:net.jeeeyul.eclipse.themes:jar:2.2.0.I20141210-114528-----------------------------
    p2.eclipse-plugin:net.jeeeyul.eclipse.themes:jar:lib/com.google.guava_15.0.0.v201403281430.jar:2.2.0.I20141210-114528-----------------------------
    p2.eclipse-plugin:net.jeeeyul.eclipse.themes:jar:lib/org.eclipse.xtend.lib.macro_2.7.1.v201409090713.jar:2.2.0.I20141210-114528-----------------------------
    p2.eclipse-plugin:net.jeeeyul.eclipse.themes:jar:lib/org.eclipse.xtend.lib_2.7.1.v201409090713.jar:2.2.0.I20141210-114528-----------------------------
    p2.eclipse-plugin:net.jeeeyul.eclipse.themes:jar:lib/org.eclipse.xtext.xbase.lib_2.7.1.v201409090713.jar:2.2.0.I20141210-114528-----------------------------
    p2.eclipse-plugin:net.jeeeyul.eclipse.themes.ui:jar:2.2.0.I20141210-114528-----------------------------
    p2.eclipse-plugin:net.jeeeyul.pdetools:jar:1.2.6.I20150812-105126-----------------------------
    p2.eclipse-plugin:net.jeeeyul.pdetools:jar:lib/aopalliance.jar:1.2.6.I20150812-105126-----------------------------
    p2.eclipse-plugin:net.jeeeyul.pdetools:jar:lib/guice-3.0.jar:1.2.6.I20150812-105126-----------------------------
    p2.eclipse-plugin:net.jeeeyul.pdetools:jar:lib/org.eclipse.nebula.widgets.compositetable_1.0.0.201206270822.jar:1.2.6.I20150812-105126-----------------------------
    p2.eclipse-plugin:net.jeeeyul.pdetools:jar:lib/org.eclipse.nebula.widgets.gallery_0.5.3.201206270822.jar:1.2.6.I20150812-105126-----------------------------
    p2.eclipse-plugin:net.jeeeyul.pdetools.capability:jar:1.2.6.I20150812-105126-----------------------------
    p2.eclipse-plugin:net.jeeeyul.pdetools.edit:jar:1.2.6.I20150812-105126-----------------------------
    p2.eclipse-plugin:net.jeeeyul.pdetools.model:jar:1.2.6.I20150812-105126-----------------------------
    p2.eclipse-plugin:net.jeeeyul.swtend:jar:2.2.5.I20140918-144458-----------------------------
    p2.eclipse-plugin:net.jumperz.app.MMonjaDB:jar:lib/jsch-0.1.46.jar:1.0.16-----------------------------
    p2.eclipse-plugin:net.jumperz.app.MMonjaDB:jar:lib/mongo-2.7.2.jar:1.0.16-----------------------------
    p2.eclipse-plugin:net.mihai-nita.ansicon.plugin:jar:1.3.1.201508091828-----------------------------
    p2.eclipse-plugin:net.sourceforge.shelled.core:jar:2.0.0.201307080909-----------------------------
    p2.eclipse-plugin:net.sourceforge.shelled.doc:jar:2.0.0.201307080909-----------------------------
    p2.eclipse-plugin:net.sourceforge.shelled.ui:jar:2.0.0.201307080909-----------------------------
    p2.eclipse-plugin:org.apache.ant:jar:lib/ant-antlr.jar:1.8.4.v201303080030-----------------------------
    p2.eclipse-plugin:org.apache.ant:jar:lib/ant-apache-bcel.jar:1.8.4.v201303080030-----------------------------
    p2.eclipse-plugin:org.apache.ant:jar:lib/ant-apache-bsf.jar:1.8.4.v201303080030-----------------------------
    p2.eclipse-plugin:org.apache.ant:jar:lib/ant-apache-log4j.jar:1.8.4.v201303080030-----------------------------
    p2.eclipse-plugin:org.apache.ant:jar:lib/ant-apache-oro.jar:1.8.4.v201303080030-----------------------------
    p2.eclipse-plugin:org.apache.ant:jar:lib/ant-apache-regexp.jar:1.8.4.v201303080030-----------------------------
    p2.eclipse-plugin:org.apache.ant:jar:lib/ant-apache-resolver.jar:1.8.4.v201303080030-----------------------------
    p2.eclipse-plugin:org.apache.ant:jar:lib/ant-apache-xalan2.jar:1.8.4.v201303080030-----------------------------
    p2.eclipse-plugin:org.apache.ant:jar:lib/ant-commons-logging.jar:1.8.4.v201303080030-----------------------------
    p2.eclipse-plugin:org.apache.ant:jar:lib/ant-commons-net.jar:1.8.4.v201303080030-----------------------------
    p2.eclipse-plugin:org.apache.ant:jar:lib/ant-jai.jar:1.8.4.v201303080030-----------------------------
    p2.eclipse-plugin:org.apache.ant:jar:lib/ant-javamail.jar:1.8.4.v201303080030-----------------------------
    p2.eclipse-plugin:org.apache.ant:jar:lib/ant-jdepend.jar:1.8.4.v201303080030-----------------------------
    p2.eclipse-plugin:org.apache.ant:jar:lib/ant-jmf.jar:1.8.4.v201303080030-----------------------------
    p2.eclipse-plugin:org.apache.ant:jar:lib/ant-jsch.jar:1.8.4.v201303080030-----------------------------
    p2.eclipse-plugin:org.apache.ant:jar:lib/ant-junit.jar:1.8.4.v201303080030-----------------------------
    p2.eclipse-plugin:org.apache.ant:jar:lib/ant-junit4.jar:1.8.4.v201303080030-----------------------------
    p2.eclipse-plugin:org.apache.ant:jar:lib/ant-launcher.jar:1.8.4.v201303080030-----------------------------
    p2.eclipse-plugin:org.apache.ant:jar:lib/ant-netrexx.jar:1.8.4.v201303080030-----------------------------
    p2.eclipse-plugin:org.apache.ant:jar:lib/ant-swing.jar:1.8.4.v201303080030-----------------------------
    p2.eclipse-plugin:org.apache.ant:jar:lib/ant-testutil.jar:1.8.4.v201303080030-----------------------------
    p2.eclipse-plugin:org.apache.ant:jar:lib/ant.jar:1.8.4.v201303080030-----------------------------
    p2.eclipse-plugin:org.apache.batik.css:jar:1.6.0.v201011041432-----------------------------
    p2.eclipse-plugin:org.apache.batik.util:jar:1.6.0.v201011041432-----------------------------
    p2.eclipse-plugin:org.apache.batik.util.gui:jar:1.6.0.v201011041432-----------------------------
    p2.eclipse-plugin:org.apache.commons.codec:jar:1.4.0.v201209201156-----------------------------
    p2.eclipse-plugin:org.apache.commons.httpclient:jar:3.1.0.v201012070820-----------------------------
    p2.eclipse-plugin:org.apache.commons.lang:jar:2.6.0.v201205030909-----------------------------
    p2.eclipse-plugin:org.apache.commons.logging:jar:1.1.1.v201101211721-----------------------------
    p2.eclipse-plugin:org.apache.lucene:jar:2.9.1.v201101211721-----------------------------
    p2.eclipse-plugin:org.apache.lucene.analysis:jar:2.9.1.v201101211721-----------------------------
    p2.eclipse-plugin:org.apache.lucene.core:jar:2.9.1.v201101211721-----------------------------
    p2.eclipse-plugin:org.apache.lucene.highlighter:jar:2.9.1.v20100421-0704-----------------------------
    p2.eclipse-plugin:org.apache.lucene.memory:jar:2.9.1.v20100421-0704-----------------------------
    p2.eclipse-plugin:org.apache.lucene.misc:jar:2.9.1.v20100421-0704-----------------------------
    p2.eclipse-plugin:org.apache.lucene.queries:jar:2.9.1.v20100421-0704-----------------------------
    p2.eclipse-plugin:org.apache.lucene.snowball:jar:2.9.1.v20100421-0704-----------------------------
    p2.eclipse-plugin:org.apache.lucene.spellchecker:jar:2.9.1.v20100421-0704-----------------------------
    p2.eclipse-plugin:org.chromium.debug:jar:0.3.9.201509300958-----------------------------
    p2.eclipse-plugin:org.chromium.debug.core:jar:0.3.9.201509300958-----------------------------
    p2.eclipse-plugin:org.chromium.debug.ui:jar:0.3.9.201509300958-----------------------------
    p2.eclipse-plugin:org.chromium.sdk:jar:0.3.9.201509300958-----------------------------
    p2.eclipse-plugin:org.chromium.sdk:jar:lib/json_simple/json_simple-1.1.jar:0.3.9.201509300958-----------------------------
    p2.eclipse-plugin:org.chromium.sdk.wip.eclipse:jar:0.3.9.201509300958-----------------------------
    p2.eclipse-plugin:org.dadacoalition.yedit:jar:0.0.13-----------------------------
    p2.eclipse-plugin:org.dadacoalition.yedit:jar:Resources/snakeyaml-1.13.jar:0.0.13-----------------------------
    p2.eclipse-plugin:org.eclipse.ant.core:jar:3.2.500.v20140203-1328-----------------------------
    p2.eclipse-plugin:org.eclipse.compare:jar:3.5.401.v20130709-1308-----------------------------
    p2.eclipse-plugin:org.eclipse.compare.core:jar:3.5.300.v20130514-1224-----------------------------
    p2.eclipse-plugin:org.eclipse.core.commands:jar:3.6.100.v20130515-1857-----------------------------
    p2.eclipse-plugin:org.eclipse.core.contenttype:jar:3.4.200.v20130326-1255-----------------------------
    p2.eclipse-plugin:org.eclipse.core.databinding:jar:1.4.1.v20130515-1857-----------------------------
    p2.eclipse-plugin:org.eclipse.core.databinding.observable:jar:1.4.1.v20130515-1857-----------------------------
    p2.eclipse-plugin:org.eclipse.core.databinding.property:jar:1.4.200.v20130515-1857-----------------------------
    p2.eclipse-plugin:org.eclipse.core.expressions:jar:3.4.501.v20131118-1915-----------------------------
    p2.eclipse-plugin:org.eclipse.core.filebuffers:jar:3.5.300.v20130225-1821-----------------------------
    p2.eclipse-plugin:org.eclipse.core.filesystem:jar:1.4.0.v20130514-1240-----------------------------
    p2.eclipse-plugin:org.eclipse.core.jobs:jar:3.5.300.v20130429-1813-----------------------------
    p2.eclipse-plugin:org.eclipse.core.net:jar:1.2.200.v20130430-1352-----------------------------
    p2.eclipse-plugin:org.eclipse.core.resources:jar:3.8.101.v20130717-0806-----------------------------
    p2.eclipse-plugin:org.eclipse.core.runtime:jar:3.9.100.v20131218-1515-----------------------------
    p2.eclipse-plugin:org.eclipse.core.variables:jar:3.2.700.v20130402-1741-----------------------------
    p2.eclipse-plugin:org.eclipse.debug.core:jar:3.8.0.v20130514-0954-----------------------------
    p2.eclipse-plugin:org.eclipse.debug.ui:jar:3.9.0.v20130516-1713-----------------------------
    p2.eclipse-plugin:org.eclipse.dltk.annotations:jar:5.0.0.201306060709-----------------------------
    p2.eclipse-plugin:org.eclipse.dltk.console:jar:5.0.0.201306060709-----------------------------
    p2.eclipse-plugin:org.eclipse.dltk.console.ui:jar:5.0.0.201306060709-----------------------------
    p2.eclipse-plugin:org.eclipse.dltk.core:jar:5.0.0.201306060709-----------------------------
    p2.eclipse-plugin:org.eclipse.dltk.core.manipulation:jar:5.0.0.201306060709-----------------------------
    p2.eclipse-plugin:org.eclipse.dltk.debug:jar:5.0.0.201306060709-----------------------------
    p2.eclipse-plugin:org.eclipse.dltk.debug.ui:jar:5.0.0.201306060709-----------------------------
    p2.eclipse-plugin:org.eclipse.dltk.launching:jar:5.0.0.201306060709-----------------------------
    p2.eclipse-plugin:org.eclipse.dltk.ui:jar:5.0.0.201306060709-----------------------------
    p2.eclipse-plugin:org.eclipse.draw2d:jar:3.9.0.201308190730-----------------------------
    p2.eclipse-plugin:org.eclipse.e4.core.commands:jar:0.10.2.v20130515-1857-----------------------------
    p2.eclipse-plugin:org.eclipse.e4.core.contexts:jar:1.3.1.v20130905-0905-----------------------------
    p2.eclipse-plugin:org.eclipse.e4.core.di:jar:1.3.0.v20130514-1256-----------------------------
    p2.eclipse-plugin:org.eclipse.e4.core.di.extensions:jar:0.11.100.v20130514-1256-----------------------------
    p2.eclipse-plugin:org.eclipse.e4.core.services:jar:1.1.0.v20130515-1343-----------------------------
    p2.eclipse-plugin:org.eclipse.e4.ui.bindings:jar:0.10.102.v20140117-1939-----------------------------
    p2.eclipse-plugin:org.eclipse.e4.ui.css.core:jar:0.10.100.v20130515-1857-----------------------------
    p2.eclipse-plugin:org.eclipse.e4.ui.css.swt:jar:0.11.0.v20130515-1857-----------------------------
    p2.eclipse-plugin:org.eclipse.e4.ui.css.swt.theme:jar:0.9.100.v20130515-1857-----------------------------
    p2.eclipse-plugin:org.eclipse.e4.ui.di:jar:1.0.0.v20130515-1857-----------------------------
    p2.eclipse-plugin:org.eclipse.e4.ui.model.workbench:jar:1.0.1.v20131118-1956-----------------------------
    p2.eclipse-plugin:org.eclipse.e4.ui.services:jar:1.0.1.v20131118-1940-----------------------------
    p2.eclipse-plugin:org.eclipse.e4.ui.widgets:jar:1.0.0.v20130515-1857-----------------------------
    p2.eclipse-plugin:org.eclipse.e4.ui.workbench:jar:1.0.2.v20131202-1739-----------------------------
    p2.eclipse-plugin:org.eclipse.e4.ui.workbench.addons.swt:jar:1.0.2.v20131129-1621-----------------------------
    p2.eclipse-plugin:org.eclipse.e4.ui.workbench.renderers.swt:jar:0.11.2.v20140205-1834-----------------------------
    p2.eclipse-plugin:org.eclipse.e4.ui.workbench.swt:jar:0.12.2.v20140117-1939-----------------------------
    p2.eclipse-plugin:org.eclipse.e4.ui.workbench3:jar:0.12.0.v20130515-1857-----------------------------
    p2.eclipse-plugin:org.eclipse.emf.common:jar:2.9.2.v20131212-0545-----------------------------
    p2.eclipse-plugin:org.eclipse.emf.common.ui:jar:2.8.0.v20140203-1126-----------------------------
    p2.eclipse-plugin:org.eclipse.emf.ecore:jar:2.9.2.v20131212-0545-----------------------------
    p2.eclipse-plugin:org.eclipse.emf.ecore.change:jar:2.9.0.v20131212-0545-----------------------------
    p2.eclipse-plugin:org.eclipse.emf.ecore.edit:jar:2.8.0.v20140203-1126-----------------------------
    p2.eclipse-plugin:org.eclipse.emf.ecore.xmi:jar:2.9.1.v20131212-0545-----------------------------
    p2.eclipse-plugin:org.eclipse.emf.edit:jar:2.9.0.v20140203-1126-----------------------------
    p2.eclipse-plugin:org.eclipse.emf.edit.ui:jar:2.9.0.v20140203-1126-----------------------------
    p2.eclipse-plugin:org.eclipse.equinox.app:jar:1.3.100.v20130327-1442-----------------------------
    p2.eclipse-plugin:org.eclipse.equinox.bidi:jar:0.10.0.v20130327-1442-----------------------------
    p2.eclipse-plugin:org.eclipse.equinox.common:jar:3.6.200.v20130402-1505-----------------------------
    p2.eclipse-plugin:org.eclipse.equinox.ds:jar:1.4.101.v20130813-1853-----------------------------
    p2.eclipse-plugin:org.eclipse.equinox.event:jar:1.3.0.v20130327-1442-----------------------------
    p2.eclipse-plugin:org.eclipse.equinox.frameworkadmin:jar:2.0.100.v20130327-2119-----------------------------
    p2.eclipse-plugin:org.eclipse.equinox.frameworkadmin.equinox:jar:1.0.500.v20130327-2119-----------------------------
    p2.eclipse-plugin:org.eclipse.equinox.p2.artifact.repository:jar:1.1.200.v20130515-2028-----------------------------
    p2.eclipse-plugin:org.eclipse.equinox.p2.core:jar:2.3.0.v20130327-2119-----------------------------
    p2.eclipse-plugin:org.eclipse.equinox.p2.director:jar:2.3.1.v20140221-1852-----------------------------
    p2.eclipse-plugin:org.eclipse.equinox.p2.director.app:jar:1.0.300.v20130819-1621-----------------------------
    p2.eclipse-plugin:org.eclipse.equinox.p2.engine:jar:2.3.0.v20130526-2122-----------------------------
    p2.eclipse-plugin:org.eclipse.equinox.p2.garbagecollector:jar:1.0.200.v20130327-2119-----------------------------
    p2.eclipse-plugin:org.eclipse.equinox.p2.jarprocessor:jar:1.0.300.v20130327-2119-----------------------------
    p2.eclipse-plugin:org.eclipse.equinox.p2.metadata:jar:2.2.0.v20130523-1557-----------------------------
    p2.eclipse-plugin:org.eclipse.equinox.p2.metadata.repository:jar:1.2.100.v20130327-2119-----------------------------
    p2.eclipse-plugin:org.eclipse.equinox.p2.publisher:jar:1.3.0.v20140129-1405-----------------------------
    p2.eclipse-plugin:org.eclipse.equinox.p2.publisher.eclipse:jar:1.1.200.v20130516-1953-----------------------------
    p2.eclipse-plugin:org.eclipse.equinox.p2.repository:jar:2.3.0.v20130412-2032-----------------------------
    p2.eclipse-plugin:org.eclipse.equinox.p2.repository.tools:jar:2.1.0.v20130327-2119-----------------------------
    p2.eclipse-plugin:org.eclipse.equinox.p2.touchpoint.eclipse:jar:2.1.200.v20130327-2119-----------------------------
    p2.eclipse-plugin:org.eclipse.equinox.preferences:jar:3.5.100.v20130422-1538-----------------------------
    p2.eclipse-plugin:org.eclipse.equinox.registry:jar:3.5.301.v20130717-1549-----------------------------
    p2.eclipse-plugin:org.eclipse.equinox.security:jar:1.2.0.v20130424-1801-----------------------------
    p2.eclipse-plugin:org.eclipse.equinox.simpleconfigurator:jar:1.0.400.v20130327-2119-----------------------------
    p2.eclipse-plugin:org.eclipse.equinox.simpleconfigurator.manipulator:jar:2.0.0.v20130327-2119-----------------------------
    p2.eclipse-plugin:org.eclipse.equinox.util:jar:1.0.500.v20130404-1337-----------------------------
    p2.eclipse-plugin:org.eclipse.help:jar:3.6.0.v20130326-1254-----------------------------
    p2.eclipse-plugin:org.eclipse.jdt:jar:3.9.1.v20140221-1700-----------------------------
    p2.eclipse-plugin:org.eclipse.jdt.core:jar:3.9.2.v20140114-1555-----------------------------
    p2.eclipse-plugin:org.eclipse.jdt.core.manipulation:jar:1.5.0.v20130605-1748-----------------------------
    p2.eclipse-plugin:org.eclipse.jdt.debug:jar:jdi.jar:3.8.0.v20130514-0841-----------------------------
    p2.eclipse-plugin:org.eclipse.jdt.debug:jar:jdimodel.jar:3.8.0.v20130514-0841-----------------------------
    p2.eclipse-plugin:org.eclipse.jdt.launching:jar:3.7.1.v20131218-1102-----------------------------
    p2.eclipse-plugin:org.eclipse.jdt.ui:jar:3.9.2.v20131106-1600-----------------------------
    p2.eclipse-plugin:org.eclipse.jface:jar:3.9.1.v20130725-1141-----------------------------
    p2.eclipse-plugin:org.eclipse.jface.databinding:jar:1.6.200.v20130515-1857-----------------------------
    p2.eclipse-plugin:org.eclipse.jface.text:jar:3.8.101.v20130802-1147-----------------------------
    p2.eclipse-plugin:org.eclipse.linuxtools.man.core:jar:1.1.0.201306111610-----------------------------
    p2.eclipse-plugin:org.eclipse.ltk.core.refactoring:jar:3.6.100.v20130605-1748-----------------------------
    p2.eclipse-plugin:org.eclipse.ltk.ui.refactoring:jar:3.7.100.v20130605-1748-----------------------------
    p2.eclipse-plugin:org.eclipse.osgi:jar:3.9.1.v20140110-1610-----------------------------
    p2.eclipse-plugin:org.eclipse.osgi.services:jar:3.3.100.v20130513-1956-----------------------------
    p2.eclipse-plugin:org.eclipse.pde.build:jar:pdebuild.jar:3.8.100.v20130514-1028-----------------------------
    p2.eclipse-plugin:org.eclipse.pde.core:jar:3.9.1.v20130628-1111-----------------------------
    p2.eclipse-plugin:org.eclipse.search:jar:3.9.1.v20131121-1346-----------------------------
    p2.eclipse-plugin:org.eclipse.swt:jar:3.102.1.v20140206-1334-----------------------------
    p2.eclipse-plugin:org.eclipse.swt.cocoa.macosx.x86_64:jar:3.102.1.v20140206-1358-----------------------------
    p2.eclipse-plugin:org.eclipse.swt.gtk.linux.x86:jar:3.102.1.v20140206-1358-----------------------------
    p2.eclipse-plugin:org.eclipse.swt.gtk.linux.x86_64:jar:3.102.1.v20140206-1358-----------------------------
    p2.eclipse-plugin:org.eclipse.swt.win32.win32.x86:jar:3.102.1.v20140206-1358-----------------------------
    p2.eclipse-plugin:org.eclipse.swt.win32.win32.x86_64:jar:3.102.1.v20140206-1358-----------------------------
    p2.eclipse-plugin:org.eclipse.team.core:jar:3.7.0.v20130514-1224-----------------------------
    p2.eclipse-plugin:org.eclipse.team.ui:jar:3.7.1.v20130729-1104-----------------------------
    p2.eclipse-plugin:org.eclipse.text:jar:3.5.300.v20130515-1451-----------------------------
    p2.eclipse-plugin:org.eclipse.ui:jar:3.105.0.v20130522-1122-----------------------------
    p2.eclipse-plugin:org.eclipse.ui.cheatsheets:jar:3.4.200.v20130326-1254-----------------------------
    p2.eclipse-plugin:org.eclipse.ui.console:jar:3.5.200.v20130514-0954-----------------------------
    p2.eclipse-plugin:org.eclipse.ui.editors:jar:3.8.100.v20130513-1637-----------------------------
    p2.eclipse-plugin:org.eclipse.ui.forms:jar:3.6.1.v20130822-1117-----------------------------
    p2.eclipse-plugin:org.eclipse.ui.ide:jar:3.9.2.v20131004-0923-----------------------------
    p2.eclipse-plugin:org.eclipse.ui.intro:jar:3.4.200.v20130326-1254-----------------------------
    p2.eclipse-plugin:org.eclipse.ui.navigator:jar:3.5.300.v20130517-0139-----------------------------
    p2.eclipse-plugin:org.eclipse.ui.navigator.resources:jar:3.4.501.v20131021-1545-----------------------------
    p2.eclipse-plugin:org.eclipse.ui.views:jar:3.6.100.v20130326-1250-----------------------------
    p2.eclipse-plugin:org.eclipse.ui.views.properties.tabbed:jar:3.6.0.v20130515-1857-----------------------------
    p2.eclipse-plugin:org.eclipse.ui.workbench:jar:3.105.2.v20140211-1711-----------------------------
    p2.eclipse-plugin:org.eclipse.ui.workbench.texteditor:jar:3.8.101.v20130729-1318-----------------------------
    p2.eclipse-plugin:org.eclipse.update.configurator:jar:3.3.200.v20140203-1328-----------------------------
    p2.eclipse-plugin:org.eclipse.wst.jsdt.core:jar:1.3.1.v201401291437-----------------------------
    p2.eclipse-plugin:org.eclipse.wst.jsdt.manipulation:jar:1.0.400.v201204261600-----------------------------
    p2.eclipse-plugin:org.eclipse.wst.jsdt.ui:jar:1.1.401.v201401171657-----------------------------
    p2.eclipse-plugin:org.eclipse.xtend.lib:jar:2.4.3.v201309030823-----------------------------
    p2.eclipse-plugin:org.eclipse.xtext.xbase.lib:jar:2.4.3.v201309030823-----------------------------
    p2.eclipse-plugin:org.eclipse_icons.editor:jar:2.4.1.201311032200-----------------------------
    p2.eclipse-plugin:org.mozilla.javascript:jar:1.7.4.v201209142200-----------------------------
    p2.eclipse-plugin:org.mozilla.javascript.source:jar:1.7.4.v201209142200-----------------------------
    p2.eclipse-plugin:org.nodeclipse.bundle.coffee:jar:1.6.3-----------------------------
    p2.eclipse-plugin:org.nodeclipse.bundle.express:jar:3.2.5-----------------------------
    p2.eclipse-plugin:org.nodeclipse.common:jar:1.0.2.201509300958-----------------------------
    p2.eclipse-plugin:org.nodeclipse.debug:jar:1.0.2.201509300958-----------------------------
    p2.eclipse-plugin:org.nodeclipse.enide.editors.gradle:jar:1.0.2.201509300958-----------------------------
    p2.eclipse-plugin:org.nodeclipse.enide.editors.jade:jar:1.0.2.201509300958-----------------------------
    p2.eclipse-plugin:org.nodeclipse.enide.gradle:jar:1.0.2.201509300958-----------------------------
    p2.eclipse-plugin:org.nodeclipse.enide.maven:jar:1.0.2.201509300958-----------------------------
    p2.eclipse-plugin:org.nodeclipse.help:jar:1.0.2.201509300958-----------------------------
    p2.eclipse-plugin:org.nodeclipse.jjs:jar:1.0.2.201509300958-----------------------------
    p2.eclipse-plugin:org.nodeclipse.mongodb:jar:1.0.2.201509300958-----------------------------
    p2.eclipse-plugin:org.nodeclipse.phantomjs:jar:1.0.2.201509300958-----------------------------
    p2.eclipse-plugin:org.nodeclipse.pluginslist.core:jar:1.0.2.201509300958-----------------------------
    p2.eclipse-plugin:org.nodeclipse.ui:jar:1.0.2.201509300958-----------------------------
    p2.eclipse-plugin:org.nodeclipse.vertx:jar:1.0.2.201509300958-----------------------------
    p2.eclipse-plugin:org.sat4j.core:jar:2.3.5.v201308161310-----------------------------
    p2.eclipse-plugin:org.sat4j.pb:jar:2.3.5.v201308161310-----------------------------
    p2.eclipse-plugin:org.slf4j.api:jar:1.7.2.v20121108-1250-----------------------------
    p2.eclipse-plugin:org.sweetlemonade.eclipse.json:jar:1.0.3-----------------------------
    p2.eclipse-plugin:org.sweetlemonade.eclipse.json:jar:libs/antlr-3.5.1-complete-no-st3.jar:1.0.3-----------------------------
    p2.eclipse-plugin:org.w3c.css.sac:jar:1.3.1.v200903091627-----------------------------
    p2.eclipse-plugin:org.w3c.dom.events:jar:3.0.0.draft20060413_v201105210656-----------------------------
    p2.eclipse-plugin:org.w3c.dom.smil:jar:1.0.1.v200903091627-----------------------------
    p2.eclipse-plugin:org.w3c.dom.svg:jar:1.1.0.v201011041433-----------------------------
    p2.eclipse-plugin:pm.eclipse.editbox:jar:0.70.0.201508180438-----------------------------
    p2.eclipse-plugin:winterwell.markdown:jar:1.2.0.201501260515-----------------------------
    p2.eclipse-plugin:winterwell.markdown:jar:lib/markdownj-1.0.2b4-0.3.0.jar:1.2.0.201501260515-----------------------------
    p2.eclipse-plugin:winterwell.markdown:jar:lib/net.sf.paperclips_1.0.1.jar:1.2.0.201501260515-----------------------------
    p2.eclipse-plugin:winterwell.markdown:jar:lib/winterwell.utils.jar:1.2.0.201501260515-----------------------------
    Totalsonatype-snapshotseditboxEclipseRunnergrep-consolenet.jeeeyul.eclipse.themes.updatesitegfm.viewergit-addoneclipsejsoneditjshint-eclipseSelectionExplorercoffeescript-eclipseOpenClosedProjectsFeaturecentralansy-consolefail-backorg.dadacoalition.yeditkeplerstartexplorersonatypejeeeyuljdt.spelling.featurewinterwell.markdowncom.github.eclipsecolortheme.featureit.unibz.instasearch.feature.indigocom.xored.glancepracticallymacroIcons-Editorapache-snapshotszipeditor
    330 (system: 330)00000000000000000000000000000
    -
    -
    -
    - -
    - - - - From 74ada921acfd64ba9806cced58bab2561e50f8c5 Mon Sep 17 00:00:00 2001 From: Paul Verest Date: Wed, 30 Sep 2015 10:11:56 +0000 Subject: [PATCH 23/41] Puplishing site for 1.0.2-SNAPSHOT --- site/dependencies.html | 289 ++++++++++++++++-------------- site/dependency-convergence.html | 19 +- site/dependency-info.html | 37 ++-- site/distribution-management.html | 21 +-- site/index.html | 28 +-- site/integration.html | 19 +- site/issue-tracking.html | 19 +- site/plugin-management.html | 19 +- site/plugins.html | 33 +--- site/project-info.html | 26 +-- site/project-reports.html | 213 ---------------------- site/project-summary.html | 34 +--- site/source-repository.html | 21 +-- site/taglist.html | 224 ----------------------- site/team-list.html | 19 +- 15 files changed, 200 insertions(+), 821 deletions(-) delete mode 100644 site/project-reports.html delete mode 100644 site/taglist.html diff --git a/site/dependencies.html b/site/dependencies.html index ff1e805a..8de95965 100644 --- a/site/dependencies.html +++ b/site/dependencies.html @@ -9,7 +9,7 @@ - org.nodeclipse.phantomjs - Project Dependencies + org.nodeclipse.phantomjs.feature - Project Dependencies @@ -79,14 +79,6 @@ - - @@ -104,7 +96,7 @@ - -
    - - - - - -
    -
    - -
    - - -
    - -
    -

    Generated Reports

    -

    This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

    -
    -

    Overview

    - - - - - - -
    DocumentDescription
    Tag ListReport on various tags found in the code.
    -
    -
    -
    - -
    - - - - diff --git a/site/project-summary.html b/site/project-summary.html index 3adc9ff9..55d23ac9 100644 --- a/site/project-summary.html +++ b/site/project-summary.html @@ -9,7 +9,7 @@ - org.nodeclipse.phantomjs - Project Summary + org.nodeclipse.phantomjs.feature - Project Summary @@ -79,14 +79,6 @@ - - @@ -104,7 +96,7 @@ +http://nodeclipse.github.io/features/org.nodeclipse.phantomjs.feature

    Project Organization

    @@ -301,13 +281,13 @@

    Build Information

    - + -
    ArtifactIdorg.nodeclipse.phantomjs
    org.nodeclipse.phantomjs.feature
    Version 1.0.2-SNAPSHOT
    Typeeclipse-plugin
    +eclipse-feature diff --git a/site/source-repository.html b/site/source-repository.html index 2ccd6df1..69a4661b 100644 --- a/site/source-repository.html +++ b/site/source-repository.html @@ -9,7 +9,7 @@ - org.nodeclipse.phantomjs - Source Repository + org.nodeclipse.phantomjs.feature - Source Repository @@ -79,14 +79,6 @@ - - @@ -104,7 +96,7 @@ +
    https://github.com/nodeclipse/nodeclipse-1/features/org.nodeclipse.phantomjs.feature/

    Anonymous Access

    The source can be checked out anonymously from Git with this command (See http://git-scm.com/docs/git-clone):

    diff --git a/site/taglist.html b/site/taglist.html deleted file mode 100644 index 85be016e..00000000 --- a/site/taglist.html +++ /dev/null @@ -1,224 +0,0 @@ - - - - - - - - - org.nodeclipse.phantomjs - Tag List report - - - - - - - - - - - - - - - - - - Fork me on GitHub - - - - - - - -
    - -
    - - - - - -
    -
    - -
    - - -
    - -
    -

    Tag List Report

    -

    The following document contains the listing of user tags found in the code. Below is the summary of the occurrences per tag.

    - - - - - - - - -
    Tag ClassTotal number of occurrencesTag strings used by tag class
    Todo Work1todo, FIXME
    -

    Each tag is detailed below:

    -
    -

    Todo Work

    -

    Number of occurrences found in the code: 1

    - - - - - - -
    org.nodeclipse.phantomjs.preferences.PhantomjsPreferenceInitializerLine
    this does not work!14
    -
    -
    -
    - -
    - - - - diff --git a/site/team-list.html b/site/team-list.html index 0ed77635..c1c5337a 100644 --- a/site/team-list.html +++ b/site/team-list.html @@ -9,7 +9,7 @@ - org.nodeclipse.phantomjs - Project Team + org.nodeclipse.phantomjs.feature - Project Team @@ -79,14 +79,6 @@ - - @@ -104,7 +96,7 @@

    Project Organization

    @@ -281,13 +296,13 @@

    Build Information

    - + -
    ArtifactIdorg.nodeclipse.phantomjs.feature
    org.nodeclipse.jjs
    Version 1.0.2-SNAPSHOT
    Typeeclipse-feature
    +eclipse-plugin diff --git a/site/source-repository.html b/site/source-repository.html index 69a4661b..42bd79f1 100644 --- a/site/source-repository.html +++ b/site/source-repository.html @@ -9,7 +9,7 @@ - org.nodeclipse.phantomjs.feature - Source Repository + org.nodeclipse.jjs - Source Repository @@ -79,6 +79,14 @@ + + @@ -96,7 +104,7 @@ +
    https://github.com/nodeclipse/nodeclipse-1/org.nodeclipse.jjs/

    Anonymous Access

    The source can be checked out anonymously from Git with this command (See http://git-scm.com/docs/git-clone):

    diff --git a/site/taglist.html b/site/taglist.html new file mode 100644 index 00000000..e9dc19a7 --- /dev/null +++ b/site/taglist.html @@ -0,0 +1,227 @@ + + + + + + + + + org.nodeclipse.jjs - Tag List report + + + + + + + + + + + + + + + + + + Fork me on GitHub + + + + + + + +
    + +
    + + + + + +
    +
    + +
    + + +
    + +
    +

    Tag List Report

    +

    The following document contains the listing of user tags found in the code. Below is the summary of the occurrences per tag.

    + + + + + + + + +
    Tag ClassTotal number of occurrencesTag strings used by tag class
    Todo Work2todo, FIXME
    +

    Each tag is detailed below:

    +
    +

    Todo Work

    +

    Number of occurrences found in the code: 2

    + + + + + + + + + +
    org.nodeclipse.jjs.launch.LaunchConfigurationDelegateLine
    research how to debug72
    research how to debug111
    +
    +
    +
    + +
    + + + + diff --git a/site/team-list.html b/site/team-list.html index c1c5337a..107fe033 100644 --- a/site/team-list.html +++ b/site/team-list.html @@ -9,7 +9,7 @@ - org.nodeclipse.phantomjs.feature - Project Team + org.nodeclipse.jjs - Project Team @@ -79,6 +79,14 @@ + + @@ -96,7 +104,7 @@

    Project Organization

    @@ -296,13 +281,13 @@

    Build Information

    - + -
    ArtifactIdorg.nodeclipse.jjs
    org.nodeclipse.jjs.feature
    Version 1.0.2-SNAPSHOT
    Typeeclipse-plugin
    +eclipse-feature diff --git a/site/source-repository.html b/site/source-repository.html index 42bd79f1..1c76d6b0 100644 --- a/site/source-repository.html +++ b/site/source-repository.html @@ -9,7 +9,7 @@ - org.nodeclipse.jjs - Source Repository + org.nodeclipse.jjs.feature - Source Repository @@ -79,14 +79,6 @@ - - @@ -104,7 +96,7 @@ +
    https://github.com/nodeclipse/nodeclipse-1/features/org.nodeclipse.jjs.feature/

    Anonymous Access

    The source can be checked out anonymously from Git with this command (See http://git-scm.com/docs/git-clone):

    diff --git a/site/taglist.html b/site/taglist.html deleted file mode 100644 index e9dc19a7..00000000 --- a/site/taglist.html +++ /dev/null @@ -1,227 +0,0 @@ - - - - - - - - - org.nodeclipse.jjs - Tag List report - - - - - - - - - - - - - - - - - - Fork me on GitHub - - - - - - - -
    - -
    - - - - - -
    -
    - -
    - - -
    - -
    -

    Tag List Report

    -

    The following document contains the listing of user tags found in the code. Below is the summary of the occurrences per tag.

    - - - - - - - - -
    Tag ClassTotal number of occurrencesTag strings used by tag class
    Todo Work2todo, FIXME
    -

    Each tag is detailed below:

    -
    -

    Todo Work

    -

    Number of occurrences found in the code: 2

    - - - - - - - - - -
    org.nodeclipse.jjs.launch.LaunchConfigurationDelegateLine
    research how to debug72
    research how to debug111
    -
    -
    -
    - -
    - - - - diff --git a/site/team-list.html b/site/team-list.html index 107fe033..6630481c 100644 --- a/site/team-list.html +++ b/site/team-list.html @@ -9,7 +9,7 @@ - org.nodeclipse.jjs - Project Team + org.nodeclipse.jjs.feature - Project Team @@ -79,14 +79,6 @@ - - @@ -104,7 +96,7 @@

    Project Organization

    @@ -281,13 +296,13 @@

    Build Information

    - + -
    ArtifactIdorg.nodeclipse.jjs.feature
    org.nodeclipse.mongodb
    Version 1.0.2-SNAPSHOT
    Typeeclipse-feature
    +eclipse-plugin diff --git a/site/source-repository.html b/site/source-repository.html index 1c76d6b0..e5ef8e88 100644 --- a/site/source-repository.html +++ b/site/source-repository.html @@ -9,7 +9,7 @@ - org.nodeclipse.jjs.feature - Source Repository + org.nodeclipse.mongodb - Source Repository @@ -79,6 +79,14 @@ + + @@ -96,7 +104,7 @@ +
    https://github.com/nodeclipse/nodeclipse-1/org.nodeclipse.mongodb/

    Anonymous Access

    The source can be checked out anonymously from Git with this command (See http://git-scm.com/docs/git-clone):

    diff --git a/site/taglist.html b/site/taglist.html new file mode 100644 index 00000000..6b7e56ba --- /dev/null +++ b/site/taglist.html @@ -0,0 +1,227 @@ + + + + + + + + + org.nodeclipse.mongodb - Tag List report + + + + + + + + + + + + + + + + + + Fork me on GitHub + + + + + + + +
    + +
    + + + + + +
    +
    + +
    + + +
    + +
    +

    Tag List Report

    +

    The following document contains the listing of user tags found in the code. Below is the summary of the occurrences per tag.

    + + + + + + + + +
    Tag ClassTotal number of occurrencesTag strings used by tag class
    Todo Work2todo, FIXME
    +

    Each tag is detailed below:

    +
    +

    Todo Work

    +

    Number of occurrences found in the code: 2

    + + + + + + + + + +
    org.nodeclipse.mongodb.launch.LaunchConfigurationDelegateLine
    research how to debug67
    research how to debug106
    +
    +
    +
    + +
    + + + + diff --git a/site/team-list.html b/site/team-list.html index 6630481c..aedf1ee8 100644 --- a/site/team-list.html +++ b/site/team-list.html @@ -9,7 +9,7 @@ - org.nodeclipse.jjs.feature - Project Team + org.nodeclipse.mongodb - Project Team @@ -79,6 +79,14 @@ + + @@ -96,7 +104,7 @@

    Project Organization

    @@ -296,13 +281,13 @@

    Build Information

    - + -
    ArtifactIdorg.nodeclipse.mongodb
    org.nodeclipse.mongodb.feature
    Version 1.0.2-SNAPSHOT
    Typeeclipse-plugin
    +eclipse-feature diff --git a/site/source-repository.html b/site/source-repository.html index e5ef8e88..ab06b182 100644 --- a/site/source-repository.html +++ b/site/source-repository.html @@ -9,7 +9,7 @@ - org.nodeclipse.mongodb - Source Repository + org.nodeclipse.mongodb.feature - Source Repository @@ -79,14 +79,6 @@ - - @@ -104,7 +96,7 @@ +
    https://github.com/nodeclipse/nodeclipse-1/features/org.nodeclipse.mongodb.feature/

    Anonymous Access

    The source can be checked out anonymously from Git with this command (See http://git-scm.com/docs/git-clone):

    diff --git a/site/taglist.html b/site/taglist.html deleted file mode 100644 index 6b7e56ba..00000000 --- a/site/taglist.html +++ /dev/null @@ -1,227 +0,0 @@ - - - - - - - - - org.nodeclipse.mongodb - Tag List report - - - - - - - - - - - - - - - - - - Fork me on GitHub - - - - - - - -
    - -
    - - - - - -
    -
    - -
    - - -
    - -
    -

    Tag List Report

    -

    The following document contains the listing of user tags found in the code. Below is the summary of the occurrences per tag.

    - - - - - - - - -
    Tag ClassTotal number of occurrencesTag strings used by tag class
    Todo Work2todo, FIXME
    -

    Each tag is detailed below:

    -
    -

    Todo Work

    -

    Number of occurrences found in the code: 2

    - - - - - - - - - -
    org.nodeclipse.mongodb.launch.LaunchConfigurationDelegateLine
    research how to debug67
    research how to debug106
    -
    -
    -
    - -
    - - - - diff --git a/site/team-list.html b/site/team-list.html index aedf1ee8..7b3ee319 100644 --- a/site/team-list.html +++ b/site/team-list.html @@ -9,7 +9,7 @@ - org.nodeclipse.mongodb - Project Team + org.nodeclipse.mongodb.feature - Project Team @@ -79,14 +79,6 @@ - - @@ -104,7 +96,7 @@

    Project Organization

    @@ -281,13 +296,13 @@

    Build Information

    - + -
    ArtifactIdorg.nodeclipse.mongodb.feature
    org.nodeclipse.vertx
    Version 1.0.2-SNAPSHOT
    Typeeclipse-feature
    +eclipse-plugin diff --git a/site/source-repository.html b/site/source-repository.html index ab06b182..9993cd57 100644 --- a/site/source-repository.html +++ b/site/source-repository.html @@ -9,7 +9,7 @@ - org.nodeclipse.mongodb.feature - Source Repository + org.nodeclipse.vertx - Source Repository @@ -79,6 +79,14 @@ + + @@ -96,7 +104,7 @@ +
    https://github.com/nodeclipse/nodeclipse-1/org.nodeclipse.vertx/

    Anonymous Access

    The source can be checked out anonymously from Git with this command (See http://git-scm.com/docs/git-clone):

    diff --git a/site/taglist.html b/site/taglist.html new file mode 100644 index 00000000..e04339b4 --- /dev/null +++ b/site/taglist.html @@ -0,0 +1,224 @@ + + + + + + + + + org.nodeclipse.vertx - Tag List report + + + + + + + + + + + + + + + + + + Fork me on GitHub + + + + + + + +
    + +
    + + + + + +
    +
    + +
    + + +
    + +
    +

    Tag List Report

    +

    The following document contains the listing of user tags found in the code. Below is the summary of the occurrences per tag.

    + + + + + + + + +
    Tag ClassTotal number of occurrencesTag strings used by tag class
    Todo Work1todo, FIXME
    +

    Each tag is detailed below:

    +
    +

    Todo Work

    +

    Number of occurrences found in the code: 1

    + + + + + + +
    org.nodeclipse.vertx.launch.LaunchConfigurationDelegateLine
    research how to debug -> 2 mode rhino & nashorn97
    +
    +
    +
    + +
    + + + + diff --git a/site/team-list.html b/site/team-list.html index 7b3ee319..4c2181f9 100644 --- a/site/team-list.html +++ b/site/team-list.html @@ -9,7 +9,7 @@ - org.nodeclipse.mongodb.feature - Project Team + org.nodeclipse.vertx - Project Team @@ -79,6 +79,14 @@ + + @@ -96,7 +104,7 @@

    Project Organization

    @@ -296,13 +281,13 @@

    Build Information

    - + -
    ArtifactIdorg.nodeclipse.vertx
    org.nodeclipse.vertx.feature
    Version 1.0.2-SNAPSHOT
    Typeeclipse-plugin
    +eclipse-feature diff --git a/site/source-repository.html b/site/source-repository.html index 9993cd57..37265f11 100644 --- a/site/source-repository.html +++ b/site/source-repository.html @@ -9,7 +9,7 @@ - org.nodeclipse.vertx - Source Repository + org.nodeclipse.vertx.feature - Source Repository @@ -79,14 +79,6 @@ - - @@ -104,7 +96,7 @@ +
    https://github.com/nodeclipse/nodeclipse-1/features/org.nodeclipse.vertx.feature/

    Anonymous Access

    The source can be checked out anonymously from Git with this command (See http://git-scm.com/docs/git-clone):

    diff --git a/site/taglist.html b/site/taglist.html deleted file mode 100644 index e04339b4..00000000 --- a/site/taglist.html +++ /dev/null @@ -1,224 +0,0 @@ - - - - - - - - - org.nodeclipse.vertx - Tag List report - - - - - - - - - - - - - - - - - - Fork me on GitHub - - - - - - - -
    - -
    - - - - - -
    -
    - -
    - - -
    - -
    -

    Tag List Report

    -

    The following document contains the listing of user tags found in the code. Below is the summary of the occurrences per tag.

    - - - - - - - - -
    Tag ClassTotal number of occurrencesTag strings used by tag class
    Todo Work1todo, FIXME
    -

    Each tag is detailed below:

    -
    -

    Todo Work

    -

    Number of occurrences found in the code: 1

    - - - - - - -
    org.nodeclipse.vertx.launch.LaunchConfigurationDelegateLine
    research how to debug -> 2 mode rhino & nashorn97
    -
    -
    -
    - -
    - - - - diff --git a/site/team-list.html b/site/team-list.html index 4c2181f9..b5134dd2 100644 --- a/site/team-list.html +++ b/site/team-list.html @@ -9,7 +9,7 @@ - org.nodeclipse.vertx - Project Team + org.nodeclipse.vertx.feature - Project Team @@ -79,14 +79,6 @@ - - @@ -104,7 +96,7 @@

    system

    @@ -1008,14 +1002,14 @@

    Project Dependency Graph

    + + + + + + + + + + + + Fork me on GitHub + + + + + + + +
    + +
    + + + + + +
    +
    + +
    + + +
    + +
    +

    Generated Reports

    +

    This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

    +
    +

    Overview

    + + + + + + +
    DocumentDescription
    Tag ListReport on various tags found in the code.
    +
    +
    +
    + +
    + + + + diff --git a/site/project-summary.html b/site/project-summary.html index 3ad8c093..f5e04f6d 100644 --- a/site/project-summary.html +++ b/site/project-summary.html @@ -9,7 +9,7 @@ - org.nodeclipse (feature) - Project Summary + org.nodeclipse.enide.editors.jade - Project Summary @@ -79,6 +79,14 @@ + + @@ -96,7 +104,7 @@ +http://nodeclipse.github.io/org.nodeclipse.enide.editors.jade

    Project Organization

    @@ -281,13 +296,13 @@

    Build Information

    - + -
    ArtifactIdorg.nodeclipse
    org.nodeclipse.enide.editors.jade
    Version 1.0.2-SNAPSHOT
    Typeeclipse-feature
    +eclipse-plugin diff --git a/site/source-repository.html b/site/source-repository.html index bcbc24b6..075bd03c 100644 --- a/site/source-repository.html +++ b/site/source-repository.html @@ -9,7 +9,7 @@ - org.nodeclipse (feature) - Source Repository + org.nodeclipse.enide.editors.jade - Source Repository @@ -79,6 +79,14 @@ + + @@ -96,7 +104,7 @@ +
    https://github.com/nodeclipse/nodeclipse-1/org.nodeclipse.enide.editors.jade/

    Anonymous Access

    The source can be checked out anonymously from Git with this command (See http://git-scm.com/docs/git-clone):

    diff --git a/site/taglist.html b/site/taglist.html new file mode 100644 index 00000000..c2c6c0c6 --- /dev/null +++ b/site/taglist.html @@ -0,0 +1,230 @@ + + + + + + + + + org.nodeclipse.enide.editors.jade - Tag List report + + + + + + + + + + + + + + + + + + Fork me on GitHub + + + + + + + +
    + +
    + + + + + +
    +
    + +
    + + +
    + +
    +

    Tag List Report

    +

    The following document contains the listing of user tags found in the code. Below is the summary of the occurrences per tag.

    + + + + + + + + +
    Tag ClassTotal number of occurrencesTag strings used by tag class
    Todo Work2todo, FIXME
    +

    Each tag is detailed below:

    +
    +

    Todo Work

    +

    Number of occurrences found in the code: 2

    + + + + + + + + + + + + +
    org.nodeclipse.enide.editors.jade.editors.JadeEditorLine
    base classes, color theme support12
    org.nodeclipse.enide.editors.jade.editors.NodeSourceViewerConfigurationLine
    Preferences ContentAssistant contentAssistant = new ContentAssistant(); contentAssistant.setInformationControlCreator(new IInformationControlCreator() { public IInformationControl createInformationControl(Shell parent) { DefaultInformationControl control = new DefaultInformationControl(parent, true); return control; } }); contentAssistant.setContentAssistProcessor(new NodeContentAssistant(), IDocument.DEFAULT_CONTENT_TYPE); contentAssistant.enableAutoActivation(true); contentAssistant.setAutoActivationDelay(500); return contentAssistant; }47
    +
    +
    +
    + +
    + + + + diff --git a/site/team-list.html b/site/team-list.html index cd38bfc4..d9d05a1e 100644 --- a/site/team-list.html +++ b/site/team-list.html @@ -9,7 +9,7 @@ - org.nodeclipse (feature) - Project Team + org.nodeclipse.enide.editors.jade - Project Team @@ -79,6 +79,14 @@ + + @@ -96,7 +104,7 @@ diff --git a/site/source-repository.html b/site/source-repository.html index 075bd03c..76af83c0 100644 --- a/site/source-repository.html +++ b/site/source-repository.html @@ -9,7 +9,7 @@ - org.nodeclipse.enide.editors.jade - Source Repository + org.nodeclipse.enide.editors.jade.feature - Source Repository @@ -79,14 +79,6 @@ - - @@ -104,7 +96,7 @@ +
    https://github.com/nodeclipse/nodeclipse-1/features/org.nodeclipse.enide.editors.jade.feature/

    Anonymous Access

    The source can be checked out anonymously from Git with this command (See http://git-scm.com/docs/git-clone):

    diff --git a/site/taglist.html b/site/taglist.html deleted file mode 100644 index c2c6c0c6..00000000 --- a/site/taglist.html +++ /dev/null @@ -1,230 +0,0 @@ - - - - - - - - - org.nodeclipse.enide.editors.jade - Tag List report - - - - - - - - - - - - - - - - - - Fork me on GitHub - - - - - - - -
    - -
    - - - - - -
    -
    - -
    - - -
    - -
    -

    Tag List Report

    -

    The following document contains the listing of user tags found in the code. Below is the summary of the occurrences per tag.

    - - - - - - - - -
    Tag ClassTotal number of occurrencesTag strings used by tag class
    Todo Work2todo, FIXME
    -

    Each tag is detailed below:

    -
    -

    Todo Work

    -

    Number of occurrences found in the code: 2

    - - - - - - - - - - - - -
    org.nodeclipse.enide.editors.jade.editors.JadeEditorLine
    base classes, color theme support12
    org.nodeclipse.enide.editors.jade.editors.NodeSourceViewerConfigurationLine
    Preferences ContentAssistant contentAssistant = new ContentAssistant(); contentAssistant.setInformationControlCreator(new IInformationControlCreator() { public IInformationControl createInformationControl(Shell parent) { DefaultInformationControl control = new DefaultInformationControl(parent, true); return control; } }); contentAssistant.setContentAssistProcessor(new NodeContentAssistant(), IDocument.DEFAULT_CONTENT_TYPE); contentAssistant.enableAutoActivation(true); contentAssistant.setAutoActivationDelay(500); return contentAssistant; }47
    -
    -
    -
    - -
    - - - - diff --git a/site/team-list.html b/site/team-list.html index d9d05a1e..8005f338 100644 --- a/site/team-list.html +++ b/site/team-list.html @@ -9,7 +9,7 @@ - org.nodeclipse.enide.editors.jade - Project Team + org.nodeclipse.enide.editors.jade.feature - Project Team @@ -79,14 +79,6 @@ - - @@ -104,7 +96,7 @@

    system

    @@ -268,468 +352,665 @@

    system

    GroupId ArtifactId Version +Classifier Type License +org.chromium.chromedevtools +org.chromium.sdk +0.3.9.qualifier +lib/json_simple/json_simple-1.1.jar +jar +- + p2.eclipse-plugin com.ibm.icu 50.1.1.v201304230130 +- jar - - + p2.eclipse-plugin javax.annotation 1.1.0.v201209060031 +- jar - - + p2.eclipse-plugin javax.inject 1.0.0.v20091030 +- jar - - + p2.eclipse-plugin javax.xml 1.3.4.v201005080400 +- jar - - + p2.eclipse-plugin org.apache.batik.css 1.6.0.v201011041432 +- jar - - + p2.eclipse-plugin org.apache.batik.util 1.6.0.v201011041432 +- jar - - + p2.eclipse-plugin org.apache.batik.util.gui 1.6.0.v201011041432 +- +jar +- + +p2.eclipse-plugin +org.eclipse.compare +3.5.401.v20130709-1308 +- jar - p2.eclipse-plugin org.eclipse.compare.core 3.5.300.v20130514-1224 +- jar - p2.eclipse-plugin org.eclipse.core.commands 3.6.100.v20130515-1857 +- jar - p2.eclipse-plugin org.eclipse.core.contenttype 3.4.200.v20130326-1255 +- jar - p2.eclipse-plugin org.eclipse.core.databinding 1.4.1.v20130515-1857 +- jar - p2.eclipse-plugin org.eclipse.core.databinding.observable 1.4.1.v20130515-1857 +- jar - p2.eclipse-plugin org.eclipse.core.databinding.property 1.4.200.v20130515-1857 +- jar - p2.eclipse-plugin org.eclipse.core.expressions 3.4.501.v20131118-1915 +- jar - p2.eclipse-plugin org.eclipse.core.filebuffers 3.5.300.v20130225-1821 +- jar - p2.eclipse-plugin org.eclipse.core.filesystem 1.4.0.v20130514-1240 +- jar - p2.eclipse-plugin org.eclipse.core.jobs 3.5.300.v20130429-1813 +- jar - p2.eclipse-plugin org.eclipse.core.resources 3.8.101.v20130717-0806 +- jar - p2.eclipse-plugin org.eclipse.core.runtime 3.9.100.v20131218-1515 +- +jar +- + +p2.eclipse-plugin +org.eclipse.core.variables +3.2.700.v20130402-1741 +- +jar +- + +p2.eclipse-plugin +org.eclipse.debug.core +3.8.0.v20130514-0954 +- jar - p2.eclipse-plugin +org.eclipse.debug.ui +3.9.0.v20130516-1713 +- +jar +- + +p2.eclipse-plugin org.eclipse.e4.core.commands 0.10.2.v20130515-1857 +- jar - - + p2.eclipse-plugin org.eclipse.e4.core.contexts 1.3.1.v20130905-0905 +- jar - - + p2.eclipse-plugin org.eclipse.e4.core.di 1.3.0.v20130514-1256 +- jar - - + p2.eclipse-plugin org.eclipse.e4.core.di.extensions 0.11.100.v20130514-1256 +- jar - - + p2.eclipse-plugin org.eclipse.e4.core.services 1.1.0.v20130515-1343 +- jar - - + p2.eclipse-plugin org.eclipse.e4.ui.bindings 0.10.102.v20140117-1939 +- jar - - + p2.eclipse-plugin org.eclipse.e4.ui.css.core 0.10.100.v20130515-1857 +- jar - - + p2.eclipse-plugin org.eclipse.e4.ui.css.swt 0.11.0.v20130515-1857 +- jar - - + p2.eclipse-plugin org.eclipse.e4.ui.css.swt.theme 0.9.100.v20130515-1857 +- jar - - + p2.eclipse-plugin org.eclipse.e4.ui.di 1.0.0.v20130515-1857 +- jar - - + p2.eclipse-plugin org.eclipse.e4.ui.model.workbench 1.0.1.v20131118-1956 +- jar - - + p2.eclipse-plugin org.eclipse.e4.ui.services 1.0.1.v20131118-1940 +- jar - - + p2.eclipse-plugin org.eclipse.e4.ui.widgets 1.0.0.v20130515-1857 +- jar - - + p2.eclipse-plugin org.eclipse.e4.ui.workbench 1.0.2.v20131202-1739 +- jar - - + p2.eclipse-plugin org.eclipse.e4.ui.workbench.addons.swt 1.0.2.v20131129-1621 +- jar - - + p2.eclipse-plugin org.eclipse.e4.ui.workbench.renderers.swt 0.11.2.v20140205-1834 +- jar - - + p2.eclipse-plugin org.eclipse.e4.ui.workbench.swt 0.12.2.v20140117-1939 +- jar - - + p2.eclipse-plugin org.eclipse.e4.ui.workbench3 0.12.0.v20130515-1857 +- jar - - + p2.eclipse-plugin org.eclipse.emf.common 2.9.2.v20131212-0545 +- jar - - + p2.eclipse-plugin org.eclipse.emf.ecore 2.9.2.v20131212-0545 +- jar - - + p2.eclipse-plugin org.eclipse.emf.ecore.change 2.9.0.v20131212-0545 +- jar - - + p2.eclipse-plugin org.eclipse.emf.ecore.xmi 2.9.1.v20131212-0545 +- jar - - + p2.eclipse-plugin org.eclipse.equinox.app 1.3.100.v20130327-1442 +- jar - - + p2.eclipse-plugin org.eclipse.equinox.bidi 0.10.0.v20130327-1442 +- jar - - + p2.eclipse-plugin org.eclipse.equinox.common 3.6.200.v20130402-1505 +- jar - - + p2.eclipse-plugin org.eclipse.equinox.ds 1.4.101.v20130813-1853 +- jar - - + p2.eclipse-plugin org.eclipse.equinox.event 1.3.0.v20130327-1442 +- jar - - + p2.eclipse-plugin org.eclipse.equinox.p2.core 2.3.0.v20130327-2119 +- jar - - + p2.eclipse-plugin org.eclipse.equinox.p2.engine 2.3.0.v20130526-2122 +- jar - - + p2.eclipse-plugin org.eclipse.equinox.p2.metadata 2.2.0.v20130523-1557 +- jar - - + p2.eclipse-plugin org.eclipse.equinox.p2.metadata.repository 1.2.100.v20130327-2119 +- jar - - + p2.eclipse-plugin org.eclipse.equinox.p2.repository 2.3.0.v20130412-2032 +- jar - - + p2.eclipse-plugin org.eclipse.equinox.preferences 3.5.100.v20130422-1538 +- jar - - + p2.eclipse-plugin org.eclipse.equinox.registry 3.5.301.v20130717-1549 +- jar - - + p2.eclipse-plugin org.eclipse.equinox.security 1.2.0.v20130424-1801 +- jar - - + p2.eclipse-plugin org.eclipse.equinox.util 1.0.500.v20130404-1337 +- jar - - + p2.eclipse-plugin org.eclipse.help 3.6.0.v20130326-1254 +- jar - - + p2.eclipse-plugin org.eclipse.jface 3.9.1.v20130725-1141 +- jar - - + p2.eclipse-plugin org.eclipse.jface.databinding 1.6.200.v20130515-1857 +- jar - - + p2.eclipse-plugin org.eclipse.jface.text 3.8.101.v20130802-1147 +- +jar +- + +p2.eclipse-plugin +org.eclipse.ltk.core.refactoring +3.6.100.v20130605-1748 +- jar - p2.eclipse-plugin +org.eclipse.ltk.ui.refactoring +3.7.100.v20130605-1748 +- +jar +- + +p2.eclipse-plugin org.eclipse.osgi 3.9.1.v20140110-1610 +- jar - - + p2.eclipse-plugin org.eclipse.osgi.services 3.3.100.v20130513-1956 +- +jar +- + +p2.eclipse-plugin +org.eclipse.search +3.9.1.v20131121-1346 +- jar - p2.eclipse-plugin org.eclipse.swt 3.102.1.v20140206-1334 +- jar - p2.eclipse-plugin org.eclipse.swt.cocoa.macosx.x86_64 3.102.1.v20140206-1358 +- jar - p2.eclipse-plugin org.eclipse.swt.gtk.linux.x86 3.102.1.v20140206-1358 +- jar - p2.eclipse-plugin org.eclipse.swt.gtk.linux.x86_64 3.102.1.v20140206-1358 +- jar - p2.eclipse-plugin org.eclipse.swt.win32.win32.x86 3.102.1.v20140206-1358 +- jar - p2.eclipse-plugin org.eclipse.swt.win32.win32.x86_64 3.102.1.v20140206-1358 +- +jar +- + +p2.eclipse-plugin +org.eclipse.team.core +3.7.0.v20130514-1224 +- +jar +- + +p2.eclipse-plugin +org.eclipse.team.ui +3.7.1.v20130729-1104 +- jar - p2.eclipse-plugin org.eclipse.text 3.5.300.v20130515-1451 +- jar - p2.eclipse-plugin org.eclipse.ui 3.105.0.v20130522-1122 +- jar - p2.eclipse-plugin +org.eclipse.ui.console +3.5.200.v20130514-0954 +- +jar +- + +p2.eclipse-plugin org.eclipse.ui.editors 3.8.100.v20130513-1637 +- +jar +- + +p2.eclipse-plugin +org.eclipse.ui.forms +3.6.1.v20130822-1117 +- jar - p2.eclipse-plugin org.eclipse.ui.ide 3.9.2.v20131004-0923 +- +jar +- + +p2.eclipse-plugin +org.eclipse.ui.navigator +3.5.300.v20130517-0139 +- +jar +- + +p2.eclipse-plugin +org.eclipse.ui.views +3.6.100.v20130326-1250 +- jar - p2.eclipse-plugin org.eclipse.ui.workbench 3.105.2.v20140211-1711 +- jar - p2.eclipse-plugin org.eclipse.ui.workbench.texteditor 3.8.101.v20130729-1318 +- +jar +- + +p2.eclipse-plugin +org.eclipse.wst.jsdt.core +1.3.1.v201401291437 +- +jar +- + +p2.eclipse-plugin +org.eclipse.wst.jsdt.manipulation +1.0.400.v201204261600 +- jar - p2.eclipse-plugin +org.eclipse.wst.jsdt.ui +1.1.401.v201401171657 +- +jar +- + +p2.eclipse-plugin org.w3c.css.sac 1.3.1.v200903091627 +- jar - - + p2.eclipse-plugin org.w3c.dom.events 3.0.0.draft20060413_v201105210656 +- jar - - + p2.eclipse-plugin org.w3c.dom.smil 1.0.1.v200903091627 +- jar - - + p2.eclipse-plugin org.w3c.dom.svg 1.1.0.v201011041433 +- jar -
    @@ -757,14 +1038,14 @@

    Project Dependency Graph

    + + + + + + + + + + + + Fork me on GitHub + + + + + + + +
    + +
    + + + + + +
    +
    + +
    + + +
    + +
    +

    Generated Reports

    +

    This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

    +
    +

    Overview

    + + + + + + +
    DocumentDescription
    Tag ListReport on various tags found in the code.
    +
    +
    +
    + +
    + + + + diff --git a/site/project-summary.html b/site/project-summary.html index d68fbc41..4fab917e 100644 --- a/site/project-summary.html +++ b/site/project-summary.html @@ -9,7 +9,7 @@ - org.nodeclipse.enide.nodejs.feature - Project Summary + org.nodeclipse.enide.editors.gradle - Project Summary @@ -79,6 +79,14 @@ + + @@ -96,7 +104,7 @@ +http://nodeclipse.github.io/org.nodeclipse.enide.editors.gradle

    Project Organization

    @@ -281,13 +296,13 @@

    Build Information

    - + -
    ArtifactIdorg.nodeclipse.enide.nodejs.feature
    org.nodeclipse.enide.editors.gradle
    Version 1.0.2-SNAPSHOT
    Typeeclipse-feature
    +eclipse-plugin diff --git a/site/source-repository.html b/site/source-repository.html index 74ea2adc..c8294b12 100644 --- a/site/source-repository.html +++ b/site/source-repository.html @@ -9,7 +9,7 @@ - org.nodeclipse.enide.nodejs.feature - Source Repository + org.nodeclipse.enide.editors.gradle - Source Repository @@ -79,6 +79,14 @@ + + @@ -96,7 +104,7 @@ +
    https://github.com/nodeclipse/nodeclipse-1/org.nodeclipse.enide.editors.gradle/

    Anonymous Access

    The source can be checked out anonymously from Git with this command (See http://git-scm.com/docs/git-clone):

    diff --git a/site/taglist.html b/site/taglist.html new file mode 100644 index 00000000..d5be9cea --- /dev/null +++ b/site/taglist.html @@ -0,0 +1,251 @@ + + + + + + + + + org.nodeclipse.enide.editors.gradle - Tag List report + + + + + + + + + + + + + + + + + + Fork me on GitHub + + + + + + + +
    + +
    + + + + + +
    +
    + +
    + + +
    + +
    +

    Tag List Report

    +

    The following document contains the listing of user tags found in the code. Below is the summary of the occurrences per tag.

    + + + + + + + + +
    Tag ClassTotal number of occurrencesTag strings used by tag class
    Todo Work7todo, FIXME
    +

    Each tag is detailed below:

    +
    +

    Todo Work

    +

    Number of occurrences found in the code: 7

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    org.nodeclipse.enide.editors.gradle.editors.GradleEditorLine
    consider base classes19
    org.nodeclipse.enide.editors.gradle.editors.GradleOutlineLine
    --No comment--143
    --No comment--179
    --No comment--194
    org.nodeclipse.enide.editors.gradle.editors.GradlePageLine
    comments and strings115
    look at Character.isWhitespace(c)130
    org.nodeclipse.enide.editors.gradle.editors.NodeSourceViewerConfigurationLine
    Preferences ContentAssistant contentAssistant = new ContentAssistant(); contentAssistant.setInformationControlCreator(new IInformationControlCreator() { public IInformationControl createInformationControl(Shell parent) { DefaultInformationControl control = new DefaultInformationControl(parent, true); return control; } }); contentAssistant.setContentAssistProcessor(new NodeContentAssistant(), IDocument.DEFAULT_CONTENT_TYPE); contentAssistant.enableAutoActivation(true); contentAssistant.setAutoActivationDelay(500); return contentAssistant; }51
    +
    +
    +
    + +
    + + + + diff --git a/site/team-list.html b/site/team-list.html index 47bb9077..ebf7ed1e 100644 --- a/site/team-list.html +++ b/site/team-list.html @@ -9,7 +9,7 @@ - org.nodeclipse.enide.nodejs.feature - Project Team + org.nodeclipse.enide.editors.gradle - Project Team @@ -79,6 +79,14 @@ + + @@ -96,7 +104,7 @@ diff --git a/site/source-repository.html b/site/source-repository.html index c8294b12..6cbf8ac5 100644 --- a/site/source-repository.html +++ b/site/source-repository.html @@ -9,7 +9,7 @@ - org.nodeclipse.enide.editors.gradle - Source Repository + org.nodeclipse.enide.editors.gradle.feature - Source Repository @@ -79,14 +79,6 @@ - - @@ -104,7 +96,7 @@ +
    https://github.com/nodeclipse/nodeclipse-1/features/org.nodeclipse.enide.editors.gradle.feature/

    Anonymous Access

    The source can be checked out anonymously from Git with this command (See http://git-scm.com/docs/git-clone):

    diff --git a/site/taglist.html b/site/taglist.html deleted file mode 100644 index d5be9cea..00000000 --- a/site/taglist.html +++ /dev/null @@ -1,251 +0,0 @@ - - - - - - - - - org.nodeclipse.enide.editors.gradle - Tag List report - - - - - - - - - - - - - - - - - - Fork me on GitHub - - - - - - - -
    - -
    - - - - - -
    -
    - -
    - - -
    - -
    -

    Tag List Report

    -

    The following document contains the listing of user tags found in the code. Below is the summary of the occurrences per tag.

    - - - - - - - - -
    Tag ClassTotal number of occurrencesTag strings used by tag class
    Todo Work7todo, FIXME
    -

    Each tag is detailed below:

    -
    -

    Todo Work

    -

    Number of occurrences found in the code: 7

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    org.nodeclipse.enide.editors.gradle.editors.GradleEditorLine
    consider base classes19
    org.nodeclipse.enide.editors.gradle.editors.GradleOutlineLine
    --No comment--143
    --No comment--179
    --No comment--194
    org.nodeclipse.enide.editors.gradle.editors.GradlePageLine
    comments and strings115
    look at Character.isWhitespace(c)130
    org.nodeclipse.enide.editors.gradle.editors.NodeSourceViewerConfigurationLine
    Preferences ContentAssistant contentAssistant = new ContentAssistant(); contentAssistant.setInformationControlCreator(new IInformationControlCreator() { public IInformationControl createInformationControl(Shell parent) { DefaultInformationControl control = new DefaultInformationControl(parent, true); return control; } }); contentAssistant.setContentAssistProcessor(new NodeContentAssistant(), IDocument.DEFAULT_CONTENT_TYPE); contentAssistant.enableAutoActivation(true); contentAssistant.setAutoActivationDelay(500); return contentAssistant; }51
    -
    -
    -
    - -
    - - - - diff --git a/site/team-list.html b/site/team-list.html index ebf7ed1e..baf78258 100644 --- a/site/team-list.html +++ b/site/team-list.html @@ -9,7 +9,7 @@ - org.nodeclipse.enide.editors.gradle - Project Team + org.nodeclipse.enide.editors.gradle.feature - Project Team @@ -79,14 +79,6 @@ - - @@ -104,7 +96,7 @@ + +
    + + + + + +
    +
    + +
    + + +
    + +
    +

    Generated Reports

    +

    This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

    +
    +

    Overview

    + + + + + + +
    DocumentDescription
    Tag ListReport on various tags found in the code.
    +
    +
    +
    + +
    + + + + diff --git a/site/project-summary.html b/site/project-summary.html index 44f7d36d..78673c77 100644 --- a/site/project-summary.html +++ b/site/project-summary.html @@ -9,7 +9,7 @@ - org.nodeclipse.enide.editors.gradle.feature - Project Summary + org.nodeclipse.enide.gradle - Project Summary @@ -79,6 +79,14 @@ + + @@ -96,7 +104,7 @@ +http://nodeclipse.github.io/org.nodeclipse.enide.gradle

    Project Organization

    @@ -281,13 +296,13 @@

    Build Information

    - + -
    ArtifactIdorg.nodeclipse.enide.editors.gradle.feature
    org.nodeclipse.enide.gradle
    Version 1.0.2-SNAPSHOT
    Typeeclipse-feature
    +eclipse-plugin diff --git a/site/source-repository.html b/site/source-repository.html index 6cbf8ac5..4ae37db7 100644 --- a/site/source-repository.html +++ b/site/source-repository.html @@ -9,7 +9,7 @@ - org.nodeclipse.enide.editors.gradle.feature - Source Repository + org.nodeclipse.enide.gradle - Source Repository @@ -79,6 +79,14 @@ + + @@ -96,7 +104,7 @@ +
    https://github.com/nodeclipse/nodeclipse-1/org.nodeclipse.enide.gradle/

    Anonymous Access

    The source can be checked out anonymously from Git with this command (See http://git-scm.com/docs/git-clone):

    diff --git a/site/taglist.html b/site/taglist.html new file mode 100644 index 00000000..bed1854f --- /dev/null +++ b/site/taglist.html @@ -0,0 +1,239 @@ + + + + + + + + + org.nodeclipse.enide.gradle - Tag List report + + + + + + + + + + + + + + + + + + Fork me on GitHub + + + + + + + +
    + +
    + + + + + +
    +
    + +
    + + +
    + +
    +

    Tag List Report

    +

    The following document contains the listing of user tags found in the code. Below is the summary of the occurrences per tag.

    + + + + + + + + +
    Tag ClassTotal number of occurrencesTag strings used by tag class
    Todo Work4todo, FIXME
    +

    Each tag is detailed below:

    +
    +

    Todo Work

    +

    Number of occurrences found in the code: 4

    + + + + + + + + + + + + + + + + + + + + + +
    org.nodeclipse.enide.gradle.launch.LaunchConfigurationDelegateLine
    logic160
    org.nodeclipse.enide.gradle.launch.daemon.LaunchConfigurationDelegateLine
    configurable25
    org.nodeclipse.enide.gradle.preferences.GradlePreferencePageLine
    make plugin to collect Eclipse utils "\n"+55
    show version in this Preference Page96
    +
    +
    +
    + +
    + + + + diff --git a/site/team-list.html b/site/team-list.html index baf78258..50317134 100644 --- a/site/team-list.html +++ b/site/team-list.html @@ -9,7 +9,7 @@ - org.nodeclipse.enide.editors.gradle.feature - Project Team + org.nodeclipse.enide.gradle - Project Team @@ -79,6 +79,14 @@ + + @@ -96,7 +104,7 @@

    Project Organization

    @@ -296,13 +281,13 @@

    Build Information

    - + -
    ArtifactIdorg.nodeclipse.enide.gradle
    org.nodeclipse.enide.gradle.feature
    Version 1.0.2-SNAPSHOT
    Typeeclipse-plugin
    +eclipse-feature diff --git a/site/source-repository.html b/site/source-repository.html index 4ae37db7..b122461c 100644 --- a/site/source-repository.html +++ b/site/source-repository.html @@ -9,7 +9,7 @@ - org.nodeclipse.enide.gradle - Source Repository + org.nodeclipse.enide.gradle.feature - Source Repository @@ -79,14 +79,6 @@ - - @@ -104,7 +96,7 @@ +
    https://github.com/nodeclipse/nodeclipse-1/features/org.nodeclipse.enide.gradle.feature/

    Anonymous Access

    The source can be checked out anonymously from Git with this command (See http://git-scm.com/docs/git-clone):

    diff --git a/site/taglist.html b/site/taglist.html deleted file mode 100644 index bed1854f..00000000 --- a/site/taglist.html +++ /dev/null @@ -1,239 +0,0 @@ - - - - - - - - - org.nodeclipse.enide.gradle - Tag List report - - - - - - - - - - - - - - - - - - Fork me on GitHub - - - - - - - -
    - -
    - - - - - -
    -
    - -
    - - -
    - -
    -

    Tag List Report

    -

    The following document contains the listing of user tags found in the code. Below is the summary of the occurrences per tag.

    - - - - - - - - -
    Tag ClassTotal number of occurrencesTag strings used by tag class
    Todo Work4todo, FIXME
    -

    Each tag is detailed below:

    -
    -

    Todo Work

    -

    Number of occurrences found in the code: 4

    - - - - - - - - - - - - - - - - - - - - - -
    org.nodeclipse.enide.gradle.launch.LaunchConfigurationDelegateLine
    logic160
    org.nodeclipse.enide.gradle.launch.daemon.LaunchConfigurationDelegateLine
    configurable25
    org.nodeclipse.enide.gradle.preferences.GradlePreferencePageLine
    make plugin to collect Eclipse utils "\n"+55
    show version in this Preference Page96
    -
    -
    -
    - -
    - - - - diff --git a/site/team-list.html b/site/team-list.html index 50317134..89f5cae7 100644 --- a/site/team-list.html +++ b/site/team-list.html @@ -9,7 +9,7 @@ - org.nodeclipse.enide.gradle - Project Team + org.nodeclipse.enide.gradle.feature - Project Team @@ -79,14 +79,6 @@ - - @@ -104,7 +96,7 @@

    Project Organization

    @@ -281,13 +296,13 @@

    Build Information

    - + -
    ArtifactIdorg.nodeclipse.enide.gradle.feature
    org.nodeclipse.enide.maven
    Version 1.0.2-SNAPSHOT
    Typeeclipse-feature
    +eclipse-plugin diff --git a/site/source-repository.html b/site/source-repository.html index b122461c..fbdb408f 100644 --- a/site/source-repository.html +++ b/site/source-repository.html @@ -9,7 +9,7 @@ - org.nodeclipse.enide.gradle.feature - Source Repository + org.nodeclipse.enide.maven - Source Repository @@ -79,6 +79,14 @@ + + @@ -96,7 +104,7 @@ +
    https://github.com/nodeclipse/nodeclipse-1/org.nodeclipse.enide.maven/

    Anonymous Access

    The source can be checked out anonymously from Git with this command (See http://git-scm.com/docs/git-clone):

    diff --git a/site/taglist.html b/site/taglist.html new file mode 100644 index 00000000..f0400a21 --- /dev/null +++ b/site/taglist.html @@ -0,0 +1,260 @@ + + + + + + + + + org.nodeclipse.enide.maven - Tag List report + + + + + + + + + + + + + + + + + + Fork me on GitHub + + + + + + + +
    + +
    + + + + + +
    +
    + +
    + + +
    + +
    +

    Tag List Report

    +

    The following document contains the listing of user tags found in the code. Below is the summary of the occurrences per tag.

    + + + + + + + + +
    Tag ClassTotal number of occurrencesTag strings used by tag class
    Todo Work8todo, FIXME
    +

    Each tag is detailed below:

    +
    +

    Todo Work

    +

    Number of occurrences found in the code: 8

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    org.nodeclipse.enide.maven.launch.LaunchConfigurationDelegateLine
    won't be so simple on Windows!79
    rename workingPath to workingDirectory, workingDirectory to workingDirectoryConfig146
    org.nodeclipse.enide.maven.launch.goal1.LaunchConfigurationDelegateLine
    only this changed42
    org.nodeclipse.enide.maven.launch.goal2.LaunchConfigurationDelegateLine
    only this changed42
    org.nodeclipse.enide.maven.launch.tomcat.LaunchConfigurationDelegateLine
    only this changed40
    org.nodeclipse.enide.maven.launchexec.LaunchShortcutLine
    CommonDialog "Not Implemented"66
    org.nodeclipse.enide.maven.preferences.MavenPreferencePageLine
    make plugin to collect Eclipse utils "\n"+53
    show maven version in this Preference Page92
    +
    +
    +
    + +
    + + + + diff --git a/site/team-list.html b/site/team-list.html index 89f5cae7..512ff204 100644 --- a/site/team-list.html +++ b/site/team-list.html @@ -9,7 +9,7 @@ - org.nodeclipse.enide.gradle.feature - Project Team + org.nodeclipse.enide.maven - Project Team @@ -79,6 +79,14 @@ + + @@ -96,7 +104,7 @@

    Project Organization

    @@ -296,13 +281,13 @@

    Build Information

    - + -
    ArtifactIdorg.nodeclipse.enide.maven
    org.nodeclipse.enide.maven.feature
    Version 1.0.2-SNAPSHOT
    Typeeclipse-plugin
    +eclipse-feature diff --git a/site/source-repository.html b/site/source-repository.html index fbdb408f..bb00ca5e 100644 --- a/site/source-repository.html +++ b/site/source-repository.html @@ -9,7 +9,7 @@ - org.nodeclipse.enide.maven - Source Repository + org.nodeclipse.enide.maven.feature - Source Repository @@ -79,14 +79,6 @@ - - @@ -104,7 +96,7 @@ +
    https://github.com/nodeclipse/nodeclipse-1/features/org.nodeclipse.enide.maven.feature/

    Anonymous Access

    The source can be checked out anonymously from Git with this command (See http://git-scm.com/docs/git-clone):

    diff --git a/site/taglist.html b/site/taglist.html deleted file mode 100644 index f0400a21..00000000 --- a/site/taglist.html +++ /dev/null @@ -1,260 +0,0 @@ - - - - - - - - - org.nodeclipse.enide.maven - Tag List report - - - - - - - - - - - - - - - - - - Fork me on GitHub - - - - - - - -
    - -
    - - - - - -
    -
    - -
    - - -
    - -
    -

    Tag List Report

    -

    The following document contains the listing of user tags found in the code. Below is the summary of the occurrences per tag.

    - - - - - - - - -
    Tag ClassTotal number of occurrencesTag strings used by tag class
    Todo Work8todo, FIXME
    -

    Each tag is detailed below:

    -
    -

    Todo Work

    -

    Number of occurrences found in the code: 8

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    org.nodeclipse.enide.maven.launch.LaunchConfigurationDelegateLine
    won't be so simple on Windows!79
    rename workingPath to workingDirectory, workingDirectory to workingDirectoryConfig146
    org.nodeclipse.enide.maven.launch.goal1.LaunchConfigurationDelegateLine
    only this changed42
    org.nodeclipse.enide.maven.launch.goal2.LaunchConfigurationDelegateLine
    only this changed42
    org.nodeclipse.enide.maven.launch.tomcat.LaunchConfigurationDelegateLine
    only this changed40
    org.nodeclipse.enide.maven.launchexec.LaunchShortcutLine
    CommonDialog "Not Implemented"66
    org.nodeclipse.enide.maven.preferences.MavenPreferencePageLine
    make plugin to collect Eclipse utils "\n"+53
    show maven version in this Preference Page92
    -
    -
    -
    - -
    - - - - diff --git a/site/team-list.html b/site/team-list.html index 512ff204..4650e9ed 100644 --- a/site/team-list.html +++ b/site/team-list.html @@ -9,7 +9,7 @@ - org.nodeclipse.enide.maven - Project Team + org.nodeclipse.enide.maven.feature - Project Team @@ -79,14 +79,6 @@ - - @@ -104,7 +96,7 @@

    system

    @@ -274,504 +412,665 @@

    system

    GroupId ArtifactId Version +Classifier Type License +org.chromium.chromedevtools +org.chromium.sdk +0.3.9.qualifier +lib/json_simple/json_simple-1.1.jar +jar +- + p2.eclipse-plugin com.ibm.icu 50.1.1.v201304230130 +- jar - - + p2.eclipse-plugin javax.annotation 1.1.0.v201209060031 +- jar - - + p2.eclipse-plugin javax.inject 1.0.0.v20091030 +- jar - - + p2.eclipse-plugin javax.xml 1.3.4.v201005080400 +- jar - - + p2.eclipse-plugin org.apache.batik.css 1.6.0.v201011041432 +- jar - - + p2.eclipse-plugin org.apache.batik.util 1.6.0.v201011041432 +- jar - - + p2.eclipse-plugin org.apache.batik.util.gui 1.6.0.v201011041432 +- +jar +- + +p2.eclipse-plugin +org.eclipse.compare +3.5.401.v20130709-1308 +- jar - p2.eclipse-plugin org.eclipse.compare.core 3.5.300.v20130514-1224 +- jar - p2.eclipse-plugin org.eclipse.core.commands 3.6.100.v20130515-1857 +- jar - p2.eclipse-plugin org.eclipse.core.contenttype 3.4.200.v20130326-1255 +- jar - p2.eclipse-plugin org.eclipse.core.databinding 1.4.1.v20130515-1857 +- jar - p2.eclipse-plugin org.eclipse.core.databinding.observable 1.4.1.v20130515-1857 +- jar - p2.eclipse-plugin org.eclipse.core.databinding.property 1.4.200.v20130515-1857 +- jar - p2.eclipse-plugin org.eclipse.core.expressions 3.4.501.v20131118-1915 +- jar - p2.eclipse-plugin org.eclipse.core.filebuffers 3.5.300.v20130225-1821 +- jar - p2.eclipse-plugin org.eclipse.core.filesystem 1.4.0.v20130514-1240 +- jar - p2.eclipse-plugin org.eclipse.core.jobs 3.5.300.v20130429-1813 +- jar - p2.eclipse-plugin org.eclipse.core.resources 3.8.101.v20130717-0806 +- jar - p2.eclipse-plugin org.eclipse.core.runtime 3.9.100.v20131218-1515 +- jar - p2.eclipse-plugin org.eclipse.core.variables 3.2.700.v20130402-1741 +- jar - p2.eclipse-plugin org.eclipse.debug.core 3.8.0.v20130514-0954 +- jar - p2.eclipse-plugin org.eclipse.debug.ui 3.9.0.v20130516-1713 +- jar - p2.eclipse-plugin org.eclipse.e4.core.commands 0.10.2.v20130515-1857 +- jar - p2.eclipse-plugin org.eclipse.e4.core.contexts 1.3.1.v20130905-0905 +- jar - p2.eclipse-plugin org.eclipse.e4.core.di 1.3.0.v20130514-1256 +- jar - p2.eclipse-plugin org.eclipse.e4.core.di.extensions 0.11.100.v20130514-1256 +- jar - p2.eclipse-plugin org.eclipse.e4.core.services 1.1.0.v20130515-1343 +- jar - p2.eclipse-plugin org.eclipse.e4.ui.bindings 0.10.102.v20140117-1939 +- jar - p2.eclipse-plugin org.eclipse.e4.ui.css.core 0.10.100.v20130515-1857 +- jar - p2.eclipse-plugin org.eclipse.e4.ui.css.swt 0.11.0.v20130515-1857 +- jar - p2.eclipse-plugin org.eclipse.e4.ui.css.swt.theme 0.9.100.v20130515-1857 +- jar - p2.eclipse-plugin org.eclipse.e4.ui.di 1.0.0.v20130515-1857 +- jar - p2.eclipse-plugin org.eclipse.e4.ui.model.workbench 1.0.1.v20131118-1956 +- jar - p2.eclipse-plugin org.eclipse.e4.ui.services 1.0.1.v20131118-1940 +- jar - p2.eclipse-plugin org.eclipse.e4.ui.widgets 1.0.0.v20130515-1857 +- jar - p2.eclipse-plugin org.eclipse.e4.ui.workbench 1.0.2.v20131202-1739 +- jar - p2.eclipse-plugin org.eclipse.e4.ui.workbench.addons.swt 1.0.2.v20131129-1621 +- jar - p2.eclipse-plugin org.eclipse.e4.ui.workbench.renderers.swt 0.11.2.v20140205-1834 +- jar - p2.eclipse-plugin org.eclipse.e4.ui.workbench.swt 0.12.2.v20140117-1939 +- jar - p2.eclipse-plugin org.eclipse.e4.ui.workbench3 0.12.0.v20130515-1857 +- jar - p2.eclipse-plugin org.eclipse.emf.common 2.9.2.v20131212-0545 +- jar - p2.eclipse-plugin org.eclipse.emf.ecore 2.9.2.v20131212-0545 +- jar - p2.eclipse-plugin org.eclipse.emf.ecore.change 2.9.0.v20131212-0545 +- jar - p2.eclipse-plugin org.eclipse.emf.ecore.xmi 2.9.1.v20131212-0545 +- jar - p2.eclipse-plugin org.eclipse.equinox.app 1.3.100.v20130327-1442 +- jar - p2.eclipse-plugin org.eclipse.equinox.bidi 0.10.0.v20130327-1442 +- jar - p2.eclipse-plugin org.eclipse.equinox.common 3.6.200.v20130402-1505 +- jar - p2.eclipse-plugin org.eclipse.equinox.ds 1.4.101.v20130813-1853 +- jar - p2.eclipse-plugin org.eclipse.equinox.event 1.3.0.v20130327-1442 +- jar - p2.eclipse-plugin org.eclipse.equinox.p2.core 2.3.0.v20130327-2119 +- jar - p2.eclipse-plugin org.eclipse.equinox.p2.engine 2.3.0.v20130526-2122 +- jar - p2.eclipse-plugin org.eclipse.equinox.p2.metadata 2.2.0.v20130523-1557 +- jar - p2.eclipse-plugin org.eclipse.equinox.p2.metadata.repository 1.2.100.v20130327-2119 +- jar - p2.eclipse-plugin org.eclipse.equinox.p2.repository 2.3.0.v20130412-2032 +- jar - p2.eclipse-plugin org.eclipse.equinox.preferences 3.5.100.v20130422-1538 +- jar - p2.eclipse-plugin org.eclipse.equinox.registry 3.5.301.v20130717-1549 +- jar - p2.eclipse-plugin org.eclipse.equinox.security 1.2.0.v20130424-1801 +- jar - p2.eclipse-plugin org.eclipse.equinox.util 1.0.500.v20130404-1337 +- jar - p2.eclipse-plugin org.eclipse.help 3.6.0.v20130326-1254 +- jar - p2.eclipse-plugin -org.eclipse.jdt.core -3.9.2.v20140114-1555 -jar -- - -p2.eclipse-plugin org.eclipse.jface 3.9.1.v20130725-1141 +- jar - - + p2.eclipse-plugin org.eclipse.jface.databinding 1.6.200.v20130515-1857 +- jar - - + p2.eclipse-plugin org.eclipse.jface.text 3.8.101.v20130802-1147 +- +jar +- + +p2.eclipse-plugin +org.eclipse.ltk.core.refactoring +3.6.100.v20130605-1748 +- jar - p2.eclipse-plugin +org.eclipse.ltk.ui.refactoring +3.7.100.v20130605-1748 +- +jar +- + +p2.eclipse-plugin org.eclipse.osgi 3.9.1.v20140110-1610 +- jar - - + p2.eclipse-plugin org.eclipse.osgi.services 3.3.100.v20130513-1956 +- +jar +- + +p2.eclipse-plugin +org.eclipse.search +3.9.1.v20131121-1346 +- jar - p2.eclipse-plugin org.eclipse.swt 3.102.1.v20140206-1334 +- jar - p2.eclipse-plugin org.eclipse.swt.cocoa.macosx.x86_64 3.102.1.v20140206-1358 +- jar - p2.eclipse-plugin org.eclipse.swt.gtk.linux.x86 3.102.1.v20140206-1358 +- jar - p2.eclipse-plugin org.eclipse.swt.gtk.linux.x86_64 3.102.1.v20140206-1358 +- jar - p2.eclipse-plugin org.eclipse.swt.win32.win32.x86 3.102.1.v20140206-1358 +- jar - p2.eclipse-plugin org.eclipse.swt.win32.win32.x86_64 3.102.1.v20140206-1358 +- +jar +- + +p2.eclipse-plugin +org.eclipse.team.core +3.7.0.v20130514-1224 +- +jar +- + +p2.eclipse-plugin +org.eclipse.team.ui +3.7.1.v20130729-1104 +- jar - p2.eclipse-plugin org.eclipse.text 3.5.300.v20130515-1451 +- jar - p2.eclipse-plugin org.eclipse.ui 3.105.0.v20130522-1122 +- jar - p2.eclipse-plugin org.eclipse.ui.console 3.5.200.v20130514-0954 +- jar - p2.eclipse-plugin org.eclipse.ui.editors 3.8.100.v20130513-1637 +- jar - p2.eclipse-plugin org.eclipse.ui.forms 3.6.1.v20130822-1117 +- jar - p2.eclipse-plugin org.eclipse.ui.ide 3.9.2.v20131004-0923 +- +jar +- + +p2.eclipse-plugin +org.eclipse.ui.navigator +3.5.300.v20130517-0139 +- +jar +- + +p2.eclipse-plugin +org.eclipse.ui.views +3.6.100.v20130326-1250 +- jar - p2.eclipse-plugin org.eclipse.ui.workbench 3.105.2.v20140211-1711 +- jar - p2.eclipse-plugin org.eclipse.ui.workbench.texteditor 3.8.101.v20130729-1318 +- +jar +- + +p2.eclipse-plugin +org.eclipse.wst.jsdt.core +1.3.1.v201401291437 +- +jar +- + +p2.eclipse-plugin +org.eclipse.wst.jsdt.manipulation +1.0.400.v201204261600 +- jar - p2.eclipse-plugin +org.eclipse.wst.jsdt.ui +1.1.401.v201401171657 +- +jar +- + +p2.eclipse-plugin org.w3c.css.sac 1.3.1.v200903091627 +- jar - - + p2.eclipse-plugin org.w3c.dom.events 3.0.0.draft20060413_v201105210656 +- jar - - + p2.eclipse-plugin org.w3c.dom.smil 1.0.1.v200903091627 +- jar - - + p2.eclipse-plugin org.w3c.dom.svg 1.1.0.v201011041433 +- jar -
    @@ -799,14 +1098,14 @@

    Project Dependency Graph

    - - - - - - - - - - - - Fork me on GitHub - - - - - - - -
    - -
    - - - - - -
    -
    - -
    - - -
    - - -
    -

    Project Dependencies

    -
    -

    provided

    -

    The following is a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    GroupIdArtifactIdVersionTypeLicense
    org.chromium.chromedevtoolsorg.chromium.debug0.3.9-SNAPSHOTeclipse-plugin-
    org.chromium.chromedevtoolsorg.chromium.debug.core0.3.9-SNAPSHOTeclipse-plugin-
    org.chromium.chromedevtoolsorg.chromium.debug.ui0.3.9-SNAPSHOTeclipse-plugin-
    org.chromium.chromedevtoolsorg.chromium.sdk0.3.9-SNAPSHOTeclipse-plugin-
    org.chromium.chromedevtoolsorg.chromium.sdk.wip.eclipse0.3.9-SNAPSHOTeclipse-plugin-
    org.chromium.chromedevtools.featuresorg.chromium.debug0.3.9-SNAPSHOTeclipse-feature-
    org.chromium.chromedevtools.featuresorg.chromium.sdk0.3.9-SNAPSHOTeclipse-feature-
    org.nodeclipse.nodeclipse-1org.nodeclipse1.0.2-SNAPSHOTeclipse-feature-
    org.nodeclipse.nodeclipse-1org.nodeclipse.bundle.coffee1.6.3eclipse-plugin-
    org.nodeclipse.nodeclipse-1org.nodeclipse.bundle.express3.2.5eclipse-plugin-
    org.nodeclipse.nodeclipse-1org.nodeclipse.common1.0.2-SNAPSHOTeclipse-plugin-
    org.nodeclipse.nodeclipse-1org.nodeclipse.debug1.0.2-SNAPSHOTeclipse-plugin-
    org.nodeclipse.nodeclipse-1org.nodeclipse.enide.editors.jade1.0.2-SNAPSHOTeclipse-plugin-
    org.nodeclipse.nodeclipse-1org.nodeclipse.enide.editors.jade.feature1.0.2-SNAPSHOTeclipse-feature-
    org.nodeclipse.nodeclipse-1org.nodeclipse.enide.nodejs.feature1.0.2-SNAPSHOTeclipse-feature-
    org.nodeclipse.nodeclipse-1org.nodeclipse.help1.0.2-SNAPSHOTeclipse-plugin-
    org.nodeclipse.nodeclipse-1org.nodeclipse.jjs1.0.2-SNAPSHOTeclipse-plugin-
    org.nodeclipse.nodeclipse-1org.nodeclipse.jjs.feature1.0.2-SNAPSHOTeclipse-feature-
    org.nodeclipse.nodeclipse-1org.nodeclipse.mongodb1.0.2-SNAPSHOTeclipse-plugin-
    org.nodeclipse.nodeclipse-1org.nodeclipse.mongodb.feature1.0.2-SNAPSHOTeclipse-feature-
    org.nodeclipse.nodeclipse-1org.nodeclipse.phantomjs1.0.2-SNAPSHOTeclipse-plugin-
    org.nodeclipse.nodeclipse-1org.nodeclipse.phantomjs.feature1.0.2-SNAPSHOTeclipse-feature-
    org.nodeclipse.nodeclipse-1org.nodeclipse.ui1.0.2-SNAPSHOTeclipse-plugin-
    org.nodeclipse.nodeclipse-1org.nodeclipse.vertx1.0.2-SNAPSHOTeclipse-plugin-
    org.nodeclipse.nodeclipse-1org.nodeclipse.vertx.feature1.0.2-SNAPSHOTeclipse-feature-
    -
    -

    system

    -

    The following is a list of system dependencies for this project. These dependencies are required to compile the application:

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    GroupIdArtifactIdVersionClassifierTypeLicense
    org.chromium.chromedevtoolsorg.chromium.sdk0.3.9.qualifierlib/json_simple/json_simple-1.1.jarjar-
    p2.eclipse-plugincom.ibm.icu50.1.1.v201304230130-jar-
    p2.eclipse-pluginjavax.annotation1.1.0.v201209060031-jar-
    p2.eclipse-pluginjavax.inject1.0.0.v20091030-jar-
    p2.eclipse-pluginjavax.xml1.3.4.v201005080400-jar-
    p2.eclipse-pluginorg.apache.batik.css1.6.0.v201011041432-jar-
    p2.eclipse-pluginorg.apache.batik.util1.6.0.v201011041432-jar-
    p2.eclipse-pluginorg.apache.batik.util.gui1.6.0.v201011041432-jar-
    p2.eclipse-pluginorg.eclipse.compare3.5.401.v20130709-1308-jar-
    p2.eclipse-pluginorg.eclipse.compare.core3.5.300.v20130514-1224-jar-
    p2.eclipse-pluginorg.eclipse.core.commands3.6.100.v20130515-1857-jar-
    p2.eclipse-pluginorg.eclipse.core.contenttype3.4.200.v20130326-1255-jar-
    p2.eclipse-pluginorg.eclipse.core.databinding1.4.1.v20130515-1857-jar-
    p2.eclipse-pluginorg.eclipse.core.databinding.observable1.4.1.v20130515-1857-jar-
    p2.eclipse-pluginorg.eclipse.core.databinding.property1.4.200.v20130515-1857-jar-
    p2.eclipse-pluginorg.eclipse.core.expressions3.4.501.v20131118-1915-jar-
    p2.eclipse-pluginorg.eclipse.core.filebuffers3.5.300.v20130225-1821-jar-
    p2.eclipse-pluginorg.eclipse.core.filesystem1.4.0.v20130514-1240-jar-
    p2.eclipse-pluginorg.eclipse.core.jobs3.5.300.v20130429-1813-jar-
    p2.eclipse-pluginorg.eclipse.core.resources3.8.101.v20130717-0806-jar-
    p2.eclipse-pluginorg.eclipse.core.runtime3.9.100.v20131218-1515-jar-
    p2.eclipse-pluginorg.eclipse.core.variables3.2.700.v20130402-1741-jar-
    p2.eclipse-pluginorg.eclipse.debug.core3.8.0.v20130514-0954-jar-
    p2.eclipse-pluginorg.eclipse.debug.ui3.9.0.v20130516-1713-jar-
    p2.eclipse-pluginorg.eclipse.e4.core.commands0.10.2.v20130515-1857-jar-
    p2.eclipse-pluginorg.eclipse.e4.core.contexts1.3.1.v20130905-0905-jar-
    p2.eclipse-pluginorg.eclipse.e4.core.di1.3.0.v20130514-1256-jar-
    p2.eclipse-pluginorg.eclipse.e4.core.di.extensions0.11.100.v20130514-1256-jar-
    p2.eclipse-pluginorg.eclipse.e4.core.services1.1.0.v20130515-1343-jar-
    p2.eclipse-pluginorg.eclipse.e4.ui.bindings0.10.102.v20140117-1939-jar-
    p2.eclipse-pluginorg.eclipse.e4.ui.css.core0.10.100.v20130515-1857-jar-
    p2.eclipse-pluginorg.eclipse.e4.ui.css.swt0.11.0.v20130515-1857-jar-
    p2.eclipse-pluginorg.eclipse.e4.ui.css.swt.theme0.9.100.v20130515-1857-jar-
    p2.eclipse-pluginorg.eclipse.e4.ui.di1.0.0.v20130515-1857-jar-
    p2.eclipse-pluginorg.eclipse.e4.ui.model.workbench1.0.1.v20131118-1956-jar-
    p2.eclipse-pluginorg.eclipse.e4.ui.services1.0.1.v20131118-1940-jar-
    p2.eclipse-pluginorg.eclipse.e4.ui.widgets1.0.0.v20130515-1857-jar-
    p2.eclipse-pluginorg.eclipse.e4.ui.workbench1.0.2.v20131202-1739-jar-
    p2.eclipse-pluginorg.eclipse.e4.ui.workbench.addons.swt1.0.2.v20131129-1621-jar-
    p2.eclipse-pluginorg.eclipse.e4.ui.workbench.renderers.swt0.11.2.v20140205-1834-jar-
    p2.eclipse-pluginorg.eclipse.e4.ui.workbench.swt0.12.2.v20140117-1939-jar-
    p2.eclipse-pluginorg.eclipse.e4.ui.workbench30.12.0.v20130515-1857-jar-
    p2.eclipse-pluginorg.eclipse.emf.common2.9.2.v20131212-0545-jar-
    p2.eclipse-pluginorg.eclipse.emf.ecore2.9.2.v20131212-0545-jar-
    p2.eclipse-pluginorg.eclipse.emf.ecore.change2.9.0.v20131212-0545-jar-
    p2.eclipse-pluginorg.eclipse.emf.ecore.xmi2.9.1.v20131212-0545-jar-
    p2.eclipse-pluginorg.eclipse.equinox.app1.3.100.v20130327-1442-jar-
    p2.eclipse-pluginorg.eclipse.equinox.bidi0.10.0.v20130327-1442-jar-
    p2.eclipse-pluginorg.eclipse.equinox.common3.6.200.v20130402-1505-jar-
    p2.eclipse-pluginorg.eclipse.equinox.ds1.4.101.v20130813-1853-jar-
    p2.eclipse-pluginorg.eclipse.equinox.event1.3.0.v20130327-1442-jar-
    p2.eclipse-pluginorg.eclipse.equinox.p2.core2.3.0.v20130327-2119-jar-
    p2.eclipse-pluginorg.eclipse.equinox.p2.engine2.3.0.v20130526-2122-jar-
    p2.eclipse-pluginorg.eclipse.equinox.p2.metadata2.2.0.v20130523-1557-jar-
    p2.eclipse-pluginorg.eclipse.equinox.p2.metadata.repository1.2.100.v20130327-2119-jar-
    p2.eclipse-pluginorg.eclipse.equinox.p2.repository2.3.0.v20130412-2032-jar-
    p2.eclipse-pluginorg.eclipse.equinox.preferences3.5.100.v20130422-1538-jar-
    p2.eclipse-pluginorg.eclipse.equinox.registry3.5.301.v20130717-1549-jar-
    p2.eclipse-pluginorg.eclipse.equinox.security1.2.0.v20130424-1801-jar-
    p2.eclipse-pluginorg.eclipse.equinox.util1.0.500.v20130404-1337-jar-
    p2.eclipse-pluginorg.eclipse.help3.6.0.v20130326-1254-jar-
    p2.eclipse-pluginorg.eclipse.jface3.9.1.v20130725-1141-jar-
    p2.eclipse-pluginorg.eclipse.jface.databinding1.6.200.v20130515-1857-jar-
    p2.eclipse-pluginorg.eclipse.jface.text3.8.101.v20130802-1147-jar-
    p2.eclipse-pluginorg.eclipse.ltk.core.refactoring3.6.100.v20130605-1748-jar-
    p2.eclipse-pluginorg.eclipse.ltk.ui.refactoring3.7.100.v20130605-1748-jar-
    p2.eclipse-pluginorg.eclipse.osgi3.9.1.v20140110-1610-jar-
    p2.eclipse-pluginorg.eclipse.osgi.services3.3.100.v20130513-1956-jar-
    p2.eclipse-pluginorg.eclipse.search3.9.1.v20131121-1346-jar-
    p2.eclipse-pluginorg.eclipse.swt3.102.1.v20140206-1334-jar-
    p2.eclipse-pluginorg.eclipse.swt.cocoa.macosx.x86_643.102.1.v20140206-1358-jar-
    p2.eclipse-pluginorg.eclipse.swt.gtk.linux.x863.102.1.v20140206-1358-jar-
    p2.eclipse-pluginorg.eclipse.swt.gtk.linux.x86_643.102.1.v20140206-1358-jar-
    p2.eclipse-pluginorg.eclipse.swt.win32.win32.x863.102.1.v20140206-1358-jar-
    p2.eclipse-pluginorg.eclipse.swt.win32.win32.x86_643.102.1.v20140206-1358-jar-
    p2.eclipse-pluginorg.eclipse.team.core3.7.0.v20130514-1224-jar-
    p2.eclipse-pluginorg.eclipse.team.ui3.7.1.v20130729-1104-jar-
    p2.eclipse-pluginorg.eclipse.text3.5.300.v20130515-1451-jar-
    p2.eclipse-pluginorg.eclipse.ui3.105.0.v20130522-1122-jar-
    p2.eclipse-pluginorg.eclipse.ui.console3.5.200.v20130514-0954-jar-
    p2.eclipse-pluginorg.eclipse.ui.editors3.8.100.v20130513-1637-jar-
    p2.eclipse-pluginorg.eclipse.ui.forms3.6.1.v20130822-1117-jar-
    p2.eclipse-pluginorg.eclipse.ui.ide3.9.2.v20131004-0923-jar-
    p2.eclipse-pluginorg.eclipse.ui.navigator3.5.300.v20130517-0139-jar-
    p2.eclipse-pluginorg.eclipse.ui.views3.6.100.v20130326-1250-jar-
    p2.eclipse-pluginorg.eclipse.ui.workbench3.105.2.v20140211-1711-jar-
    p2.eclipse-pluginorg.eclipse.ui.workbench.texteditor3.8.101.v20130729-1318-jar-
    p2.eclipse-pluginorg.eclipse.wst.jsdt.core1.3.1.v201401291437-jar-
    p2.eclipse-pluginorg.eclipse.wst.jsdt.manipulation1.0.400.v201204261600-jar-
    p2.eclipse-pluginorg.eclipse.wst.jsdt.ui1.1.401.v201401171657-jar-
    p2.eclipse-pluginorg.w3c.css.sac1.3.1.v200903091627-jar-
    p2.eclipse-pluginorg.w3c.dom.events3.0.0.draft20060413_v201105210656-jar-
    p2.eclipse-pluginorg.w3c.dom.smil1.0.1.v200903091627-jar-
    p2.eclipse-pluginorg.w3c.dom.svg1.1.0.v201011041433-jar-
    -
    -

    Project Transitive Dependencies

    -

    No transitive dependencies are required for this project.

    -
    -

    Project Dependency Graph

    - -
    -

    Dependency Tree

    -
      -
    • org.nodeclipse.nodeclipse-1:org.nodeclipse.enide.studio.included.feature:eclipse-feature:1.0.2-SNAPSHOT Information -
        -
      • p2.eclipse-plugin:javax.annotation:jar:1.1.0.v201209060031 (system) Information
      • -
      • p2.eclipse-plugin:javax.xml:jar:1.3.4.v201005080400 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.osgi:jar:3.9.1.v20140110-1610 (system) Information
      • -
      • p2.eclipse-plugin:org.apache.batik.css:jar:1.6.0.v201011041432 (system) Information
      • -
      • p2.eclipse-plugin:org.apache.batik.util:jar:1.6.0.v201011041432 (system) Information
      • -
      • p2.eclipse-plugin:org.w3c.css.sac:jar:1.3.1.v200903091627 (system) Information
      • -
      • p2.eclipse-plugin:org.w3c.dom.svg:jar:1.1.0.v201011041433 (system) Information
      • -
      • p2.eclipse-plugin:org.apache.batik.util.gui:jar:1.6.0.v201011041432 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.osgi.services:jar:3.3.100.v20130513-1956 (system) Information
      • -
      • org.chromium.chromedevtools:org.chromium.debug.core:eclipse-plugin:0.3.9-SNAPSHOT (provided) Information
      • -
      • p2.eclipse-plugin:org.eclipse.core.runtime:jar:3.9.100.v20131218-1515 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.core.filesystem:jar:1.4.0.v20130514-1240 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.debug.ui:jar:3.9.0.v20130516-1713 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.ui:jar:3.105.0.v20130522-1122 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.jface.text:jar:3.8.101.v20130802-1147 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.ui.workbench.texteditor:jar:3.8.101.v20130729-1318 (system) Information
      • -
      • org.chromium.chromedevtools:org.chromium.sdk:eclipse-plugin:0.3.9-SNAPSHOT (provided) Information
      • -
      • org.chromium.chromedevtools:org.chromium.sdk:jar:lib/json_simple/json_simple-1.1.jar:0.3.9.qualifier (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.core.expressions:jar:3.4.501.v20131118-1915 (system) Information
      • -
      • org.chromium.chromedevtools.features:org.chromium.debug:eclipse-feature:0.3.9-SNAPSHOT (provided) Information
      • -
      • org.chromium.chromedevtools.features:org.chromium.sdk:eclipse-feature:0.3.9-SNAPSHOT (provided) Information
      • -
      • p2.eclipse-plugin:org.eclipse.ui.editors:jar:3.8.100.v20130513-1637 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.core.variables:jar:3.2.700.v20130402-1741 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.ui.ide:jar:3.9.2.v20131004-0923 (system) Information
      • -
      • org.chromium.chromedevtools:org.chromium.debug.ui:eclipse-plugin:0.3.9-SNAPSHOT (provided) Information
      • -
      • org.chromium.chromedevtools:org.chromium.debug:eclipse-plugin:0.3.9-SNAPSHOT (provided) Information
      • -
      • p2.eclipse-plugin:org.eclipse.compare:jar:3.5.401.v20130709-1308 (system) Information
      • -
      • org.chromium.chromedevtools:org.chromium.sdk.wip.eclipse:eclipse-plugin:0.3.9-SNAPSHOT (provided) Information
      • -
      • p2.eclipse-plugin:org.eclipse.wst.jsdt.core:jar:1.3.1.v201401291437 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.wst.jsdt.ui:jar:1.1.401.v201401171657 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.equinox.registry:jar:3.5.301.v20130717-1549 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.equinox.common:jar:3.6.200.v20130402-1505 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.core.resources:jar:3.8.101.v20130717-0806 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.ui.views:jar:3.6.100.v20130326-1250 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.ui.forms:jar:3.6.1.v20130822-1117 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.compare.core:jar:3.5.300.v20130514-1224 (system) Information
      • -
      • p2.eclipse-plugin:com.ibm.icu:jar:50.1.1.v201304230130 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.core.commands:jar:3.6.100.v20130515-1857 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.core.contenttype:jar:3.4.200.v20130326-1255 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.equinox.preferences:jar:3.5.100.v20130422-1538 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.core.databinding:jar:1.4.1.v20130515-1857 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.core.databinding.observable:jar:1.4.1.v20130515-1857 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.core.databinding.property:jar:1.4.200.v20130515-1857 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.core.filebuffers:jar:3.5.300.v20130225-1821 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.text:jar:3.5.300.v20130515-1451 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.core.jobs:jar:3.5.300.v20130429-1813 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.equinox.app:jar:1.3.100.v20130327-1442 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.debug.core:jar:3.8.0.v20130514-0954 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.ui.console:jar:3.5.200.v20130514-0954 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.help:jar:3.6.0.v20130326-1254 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.e4.core.commands:jar:0.10.2.v20130515-1857 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.e4.core.di:jar:1.3.0.v20130514-1256 (system) Information
      • -
      • p2.eclipse-plugin:javax.inject:jar:1.0.0.v20091030 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.e4.core.contexts:jar:1.3.1.v20130905-0905 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.e4.core.services:jar:1.1.0.v20130515-1343 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.e4.core.di.extensions:jar:0.11.100.v20130514-1256 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.swt:jar:3.102.1.v20140206-1334 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.jface:jar:3.9.1.v20130725-1141 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.e4.ui.bindings:jar:0.10.102.v20140117-1939 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.e4.ui.css.core:jar:0.10.100.v20130515-1857 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.e4.ui.css.swt:jar:0.11.0.v20130515-1857 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.e4.ui.css.swt.theme:jar:0.9.100.v20130515-1857 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.e4.ui.di:jar:1.0.0.v20130515-1857 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.emf.ecore:jar:2.9.2.v20131212-0545 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.e4.ui.model.workbench:jar:1.0.1.v20131118-1956 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.e4.ui.services:jar:1.0.1.v20131118-1940 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.e4.ui.widgets:jar:1.0.0.v20130515-1857 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.emf.ecore.change:jar:2.9.0.v20131212-0545 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.emf.ecore.xmi:jar:2.9.1.v20131212-0545 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.e4.ui.workbench:jar:1.0.2.v20131202-1739 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.e4.ui.workbench.renderers.swt:jar:0.11.2.v20140205-1834 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.e4.ui.workbench.swt:jar:0.12.2.v20140117-1939 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.e4.ui.workbench.addons.swt:jar:1.0.2.v20131129-1621 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.jface.databinding:jar:1.6.200.v20130515-1857 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.e4.ui.workbench3:jar:0.12.0.v20130515-1857 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.equinox.ds:jar:1.4.101.v20130813-1853 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.equinox.event:jar:1.3.0.v20130327-1442 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.emf.common:jar:2.9.2.v20131212-0545 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.equinox.bidi:jar:0.10.0.v20130327-1442 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.equinox.util:jar:1.0.500.v20130404-1337 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.equinox.p2.core:jar:2.3.0.v20130327-2119 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.equinox.p2.engine:jar:2.3.0.v20130526-2122 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.equinox.p2.metadata:jar:2.2.0.v20130523-1557 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.equinox.p2.metadata.repository:jar:1.2.100.v20130327-2119 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.equinox.p2.repository:jar:2.3.0.v20130412-2032 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.equinox.security:jar:1.2.0.v20130424-1801 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.ltk.core.refactoring:jar:3.6.100.v20130605-1748 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.ltk.ui.refactoring:jar:3.7.100.v20130605-1748 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.ui.navigator:jar:3.5.300.v20130517-0139 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.team.core:jar:3.7.0.v20130514-1224 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.team.ui:jar:3.7.1.v20130729-1104 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.search:jar:3.9.1.v20131121-1346 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.ui.workbench:jar:3.105.2.v20140211-1711 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.wst.jsdt.manipulation:jar:1.0.400.v201204261600 (system) Information
      • -
      • org.nodeclipse.nodeclipse-1:org.nodeclipse.bundle.coffee:eclipse-plugin:1.6.3 (provided) Information
      • -
      • org.nodeclipse.nodeclipse-1:org.nodeclipse.bundle.express:eclipse-plugin:3.2.5 (provided) Information
      • -
      • org.nodeclipse.nodeclipse-1:org.nodeclipse.common:eclipse-plugin:1.0.2-SNAPSHOT (provided) Information
      • -
      • org.nodeclipse.nodeclipse-1:org.nodeclipse.debug:eclipse-plugin:1.0.2-SNAPSHOT (provided) Information
      • -
      • org.nodeclipse.nodeclipse-1:org.nodeclipse.ui:eclipse-plugin:1.0.2-SNAPSHOT (provided) Information
      • -
      • org.nodeclipse.nodeclipse-1:org.nodeclipse.enide.editors.jade:eclipse-plugin:1.0.2-SNAPSHOT (provided) Information
      • -
      • org.nodeclipse.nodeclipse-1:org.nodeclipse.enide.editors.jade.feature:eclipse-feature:1.0.2-SNAPSHOT (provided) Information
      • -
      • org.nodeclipse.nodeclipse-1:org.nodeclipse.enide.nodejs.feature:eclipse-feature:1.0.2-SNAPSHOT (provided) Information
      • -
      • org.nodeclipse.nodeclipse-1:org.nodeclipse:eclipse-feature:1.0.2-SNAPSHOT (provided) Information
      • -
      • org.nodeclipse.nodeclipse-1:org.nodeclipse.phantomjs.feature:eclipse-feature:1.0.2-SNAPSHOT (provided) Information
      • -
      • org.nodeclipse.nodeclipse-1:org.nodeclipse.jjs.feature:eclipse-feature:1.0.2-SNAPSHOT (provided) Information
      • -
      • org.nodeclipse.nodeclipse-1:org.nodeclipse.mongodb.feature:eclipse-feature:1.0.2-SNAPSHOT (provided) Information
      • -
      • org.nodeclipse.nodeclipse-1:org.nodeclipse.vertx.feature:eclipse-feature:1.0.2-SNAPSHOT (provided) Information
      • -
      • org.nodeclipse.nodeclipse-1:org.nodeclipse.help:eclipse-plugin:1.0.2-SNAPSHOT (provided) Information
      • -
      • org.nodeclipse.nodeclipse-1:org.nodeclipse.jjs:eclipse-plugin:1.0.2-SNAPSHOT (provided) Information
      • -
      • org.nodeclipse.nodeclipse-1:org.nodeclipse.mongodb:eclipse-plugin:1.0.2-SNAPSHOT (provided) Information
      • -
      • org.nodeclipse.nodeclipse-1:org.nodeclipse.phantomjs:eclipse-plugin:1.0.2-SNAPSHOT (provided) Information
      • -
      • org.nodeclipse.nodeclipse-1:org.nodeclipse.vertx:eclipse-plugin:1.0.2-SNAPSHOT (provided) Information
      • -
      • p2.eclipse-plugin:org.w3c.dom.smil:jar:1.0.1.v200903091627 (system) Information
      • -
      • p2.eclipse-plugin:org.w3c.dom.events:jar:3.0.0.draft20060413_v201105210656 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.swt.gtk.linux.x86:jar:3.102.1.v20140206-1358 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.swt.gtk.linux.x86_64:jar:3.102.1.v20140206-1358 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.swt.win32.win32.x86:jar:3.102.1.v20140206-1358 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.swt.win32.win32.x86_64:jar:3.102.1.v20140206-1358 (system) Information
      • -
      • p2.eclipse-plugin:org.eclipse.swt.cocoa.macosx.x86_64:jar:3.102.1.v20140206-1358 (system) Information
    -
    -

    Licenses

    -

    Unknown: org.chromium.debug, org.chromium.debug (feature), org.chromium.debug.core, org.chromium.debug.ui, org.chromium.sdk, org.chromium.sdk (feature), org.chromium.sdk.wip.eclipse, org.nodeclipse (feature), org.nodeclipse.bundle.coffee, org.nodeclipse.bundle.express, org.nodeclipse.common, org.nodeclipse.debug, org.nodeclipse.enide.editors.jade, org.nodeclipse.enide.editors.jade.feature, org.nodeclipse.enide.nodejs.feature, org.nodeclipse.enide.studio.included.feature, org.nodeclipse.help, org.nodeclipse.jjs, org.nodeclipse.jjs.feature, org.nodeclipse.mongodb, org.nodeclipse.mongodb.feature, org.nodeclipse.phantomjs, org.nodeclipse.phantomjs.feature, org.nodeclipse.ui, org.nodeclipse.vertx, org.nodeclipse.vertx.feature

    -
    -

    Dependency File Details

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    FilenameSizeEntriesClassesPackagesJava VersionDebug Information
    org.chromium.debug-0.3.9-SNAPSHOT.jar6.48 kB-----
    org.chromium.debug.core-0.3.9-SNAPSHOT.jar361.97 kB-----
    org.chromium.debug.ui-0.3.9-SNAPSHOT.jar547.17 kB-----
    org.chromium.sdk-0.3.9-SNAPSHOT.jar615.00 kB-----
    org.chromium.sdk.wip.eclipse-0.3.9-SNAPSHOT.jar5.16 kB-----
    org.chromium.debug-0.3.9-SNAPSHOT.jar5.68 kB-----
    org.chromium.sdk-0.3.9-SNAPSHOT.jar5.45 kB-----
    org.nodeclipse-1.0.2-SNAPSHOT.jar6.17 kB-----
    org.nodeclipse.bundle.coffee-1.6.3.jar85.43 kB-----
    org.nodeclipse.bundle.express-3.2.5.jar353.80 kB-----
    org.nodeclipse.common-1.0.2-SNAPSHOT.jar6.53 kB-----
    org.nodeclipse.debug-1.0.2-SNAPSHOT.jar120.44 kB-----
    org.nodeclipse.enide.editors.jade-1.0.2-SNAPSHOT.jar21.60 kB-----
    org.nodeclipse.enide.editors.jade.feature-1.0.2-SNAPSHOT.jar6.35 kB-----
    org.nodeclipse.enide.nodejs.feature-1.0.2-SNAPSHOT.jar5.95 kB-----
    org.nodeclipse.help-1.0.2-SNAPSHOT.jar331.22 kB-----
    org.nodeclipse.jjs-1.0.2-SNAPSHOT.jar29.27 kB-----
    org.nodeclipse.jjs.feature-1.0.2-SNAPSHOT.jar6.20 kB-----
    org.nodeclipse.mongodb-1.0.2-SNAPSHOT.jar18.41 kB-----
    org.nodeclipse.mongodb.feature-1.0.2-SNAPSHOT.jar6.26 kB-----
    org.nodeclipse.phantomjs-1.0.2-SNAPSHOT.jar22.83 kB-----
    org.nodeclipse.phantomjs.feature-1.0.2-SNAPSHOT.jar6.24 kB-----
    org.nodeclipse.ui-1.0.2-SNAPSHOT.jar466.15 kB-----
    org.nodeclipse.vertx-1.0.2-SNAPSHOT.jar22.39 kB-----
    org.nodeclipse.vertx.feature-1.0.2-SNAPSHOT.jar6.22 kB-----
    TotalSizeEntriesClassesPackagesJava VersionDebug Information
    253.07 MB---0.0-
    provided: 25provided: 3.07 MB-----
    -
    -

    Dependency Repository Locations

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Repo IDURLReleaseSnapshotBlacklisted
    keplerhttp://download.eclipse.org/releases/keplerNoNoNo
    sonatype-snapshotshttps://oss.sonatype.org/content/repositories/snapshots/NoYesNo
    sonatypehttps://oss.sonatype.org/content/repositories/releases/YesNoNo
    codehaus-snapshotshttps://nexus.codehaus.org/snapshots/NoYesYes
    apache-snapshotshttps://repository.apache.org/snapshots/NoYesNo
    sonatype-apachehttps://repository.apache.org/releases/YesNoYes
    centralhttps://repo.maven.apache.org/maven2YesNoNo
    -

    Repository locations for each of the Dependencies.

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Artifactkeplersonatype-snapshotssonatypeapache-snapshotscentral
    org.chromium.chromedevtools:org.chromium.debug:eclipse-plugin:0.3.9-SNAPSHOT-----
    org.chromium.chromedevtools:org.chromium.debug.core:eclipse-plugin:0.3.9-SNAPSHOT-----
    org.chromium.chromedevtools:org.chromium.debug.ui:eclipse-plugin:0.3.9-SNAPSHOT-----
    org.chromium.chromedevtools:org.chromium.sdk:eclipse-plugin:0.3.9-SNAPSHOT-----
    org.chromium.chromedevtools:org.chromium.sdk:jar:lib/json_simple/json_simple-1.1.jar:0.3.9.qualifier-----
    org.chromium.chromedevtools:org.chromium.sdk.wip.eclipse:eclipse-plugin:0.3.9-SNAPSHOT-----
    org.chromium.chromedevtools.features:org.chromium.debug:eclipse-feature:0.3.9-SNAPSHOT-----
    org.chromium.chromedevtools.features:org.chromium.sdk:eclipse-feature:0.3.9-SNAPSHOT-----
    org.nodeclipse.nodeclipse-1:org.nodeclipse:eclipse-feature:1.0.2-SNAPSHOT-----
    org.nodeclipse.nodeclipse-1:org.nodeclipse.bundle.coffee:eclipse-plugin:1.6.3-----
    org.nodeclipse.nodeclipse-1:org.nodeclipse.bundle.express:eclipse-plugin:3.2.5-----
    org.nodeclipse.nodeclipse-1:org.nodeclipse.common:eclipse-plugin:1.0.2-SNAPSHOT-----
    org.nodeclipse.nodeclipse-1:org.nodeclipse.debug:eclipse-plugin:1.0.2-SNAPSHOT-----
    org.nodeclipse.nodeclipse-1:org.nodeclipse.enide.editors.jade:eclipse-plugin:1.0.2-SNAPSHOT-----
    org.nodeclipse.nodeclipse-1:org.nodeclipse.enide.editors.jade.feature:eclipse-feature:1.0.2-SNAPSHOT-----
    org.nodeclipse.nodeclipse-1:org.nodeclipse.enide.nodejs.feature:eclipse-feature:1.0.2-SNAPSHOT-----
    org.nodeclipse.nodeclipse-1:org.nodeclipse.help:eclipse-plugin:1.0.2-SNAPSHOT-----
    org.nodeclipse.nodeclipse-1:org.nodeclipse.jjs:eclipse-plugin:1.0.2-SNAPSHOT-----
    org.nodeclipse.nodeclipse-1:org.nodeclipse.jjs.feature:eclipse-feature:1.0.2-SNAPSHOT-----
    org.nodeclipse.nodeclipse-1:org.nodeclipse.mongodb:eclipse-plugin:1.0.2-SNAPSHOT-----
    org.nodeclipse.nodeclipse-1:org.nodeclipse.mongodb.feature:eclipse-feature:1.0.2-SNAPSHOT-----
    org.nodeclipse.nodeclipse-1:org.nodeclipse.phantomjs:eclipse-plugin:1.0.2-SNAPSHOT-----
    org.nodeclipse.nodeclipse-1:org.nodeclipse.phantomjs.feature:eclipse-feature:1.0.2-SNAPSHOT-----
    org.nodeclipse.nodeclipse-1:org.nodeclipse.ui:eclipse-plugin:1.0.2-SNAPSHOT-----
    org.nodeclipse.nodeclipse-1:org.nodeclipse.vertx:eclipse-plugin:1.0.2-SNAPSHOT-----
    org.nodeclipse.nodeclipse-1:org.nodeclipse.vertx.feature:eclipse-feature:1.0.2-SNAPSHOT-----
    p2.eclipse-plugin:com.ibm.icu:jar:50.1.1.v201304230130-----
    p2.eclipse-plugin:javax.annotation:jar:1.1.0.v201209060031-----
    p2.eclipse-plugin:javax.inject:jar:1.0.0.v20091030-----
    p2.eclipse-plugin:javax.xml:jar:1.3.4.v201005080400-----
    p2.eclipse-plugin:org.apache.batik.css:jar:1.6.0.v201011041432-----
    p2.eclipse-plugin:org.apache.batik.util:jar:1.6.0.v201011041432-----
    p2.eclipse-plugin:org.apache.batik.util.gui:jar:1.6.0.v201011041432-----
    p2.eclipse-plugin:org.eclipse.compare:jar:3.5.401.v20130709-1308-----
    p2.eclipse-plugin:org.eclipse.compare.core:jar:3.5.300.v20130514-1224-----
    p2.eclipse-plugin:org.eclipse.core.commands:jar:3.6.100.v20130515-1857-----
    p2.eclipse-plugin:org.eclipse.core.contenttype:jar:3.4.200.v20130326-1255-----
    p2.eclipse-plugin:org.eclipse.core.databinding:jar:1.4.1.v20130515-1857-----
    p2.eclipse-plugin:org.eclipse.core.databinding.observable:jar:1.4.1.v20130515-1857-----
    p2.eclipse-plugin:org.eclipse.core.databinding.property:jar:1.4.200.v20130515-1857-----
    p2.eclipse-plugin:org.eclipse.core.expressions:jar:3.4.501.v20131118-1915-----
    p2.eclipse-plugin:org.eclipse.core.filebuffers:jar:3.5.300.v20130225-1821-----
    p2.eclipse-plugin:org.eclipse.core.filesystem:jar:1.4.0.v20130514-1240-----
    p2.eclipse-plugin:org.eclipse.core.jobs:jar:3.5.300.v20130429-1813-----
    p2.eclipse-plugin:org.eclipse.core.resources:jar:3.8.101.v20130717-0806-----
    p2.eclipse-plugin:org.eclipse.core.runtime:jar:3.9.100.v20131218-1515-----
    p2.eclipse-plugin:org.eclipse.core.variables:jar:3.2.700.v20130402-1741-----
    p2.eclipse-plugin:org.eclipse.debug.core:jar:3.8.0.v20130514-0954-----
    p2.eclipse-plugin:org.eclipse.debug.ui:jar:3.9.0.v20130516-1713-----
    p2.eclipse-plugin:org.eclipse.e4.core.commands:jar:0.10.2.v20130515-1857-----
    p2.eclipse-plugin:org.eclipse.e4.core.contexts:jar:1.3.1.v20130905-0905-----
    p2.eclipse-plugin:org.eclipse.e4.core.di:jar:1.3.0.v20130514-1256-----
    p2.eclipse-plugin:org.eclipse.e4.core.di.extensions:jar:0.11.100.v20130514-1256-----
    p2.eclipse-plugin:org.eclipse.e4.core.services:jar:1.1.0.v20130515-1343-----
    p2.eclipse-plugin:org.eclipse.e4.ui.bindings:jar:0.10.102.v20140117-1939-----
    p2.eclipse-plugin:org.eclipse.e4.ui.css.core:jar:0.10.100.v20130515-1857-----
    p2.eclipse-plugin:org.eclipse.e4.ui.css.swt:jar:0.11.0.v20130515-1857-----
    p2.eclipse-plugin:org.eclipse.e4.ui.css.swt.theme:jar:0.9.100.v20130515-1857-----
    p2.eclipse-plugin:org.eclipse.e4.ui.di:jar:1.0.0.v20130515-1857-----
    p2.eclipse-plugin:org.eclipse.e4.ui.model.workbench:jar:1.0.1.v20131118-1956-----
    p2.eclipse-plugin:org.eclipse.e4.ui.services:jar:1.0.1.v20131118-1940-----
    p2.eclipse-plugin:org.eclipse.e4.ui.widgets:jar:1.0.0.v20130515-1857-----
    p2.eclipse-plugin:org.eclipse.e4.ui.workbench:jar:1.0.2.v20131202-1739-----
    p2.eclipse-plugin:org.eclipse.e4.ui.workbench.addons.swt:jar:1.0.2.v20131129-1621-----
    p2.eclipse-plugin:org.eclipse.e4.ui.workbench.renderers.swt:jar:0.11.2.v20140205-1834-----
    p2.eclipse-plugin:org.eclipse.e4.ui.workbench.swt:jar:0.12.2.v20140117-1939-----
    p2.eclipse-plugin:org.eclipse.e4.ui.workbench3:jar:0.12.0.v20130515-1857-----
    p2.eclipse-plugin:org.eclipse.emf.common:jar:2.9.2.v20131212-0545-----
    p2.eclipse-plugin:org.eclipse.emf.ecore:jar:2.9.2.v20131212-0545-----
    p2.eclipse-plugin:org.eclipse.emf.ecore.change:jar:2.9.0.v20131212-0545-----
    p2.eclipse-plugin:org.eclipse.emf.ecore.xmi:jar:2.9.1.v20131212-0545-----
    p2.eclipse-plugin:org.eclipse.equinox.app:jar:1.3.100.v20130327-1442-----
    p2.eclipse-plugin:org.eclipse.equinox.bidi:jar:0.10.0.v20130327-1442-----
    p2.eclipse-plugin:org.eclipse.equinox.common:jar:3.6.200.v20130402-1505-----
    p2.eclipse-plugin:org.eclipse.equinox.ds:jar:1.4.101.v20130813-1853-----
    p2.eclipse-plugin:org.eclipse.equinox.event:jar:1.3.0.v20130327-1442-----
    p2.eclipse-plugin:org.eclipse.equinox.p2.core:jar:2.3.0.v20130327-2119-----
    p2.eclipse-plugin:org.eclipse.equinox.p2.engine:jar:2.3.0.v20130526-2122-----
    p2.eclipse-plugin:org.eclipse.equinox.p2.metadata:jar:2.2.0.v20130523-1557-----
    p2.eclipse-plugin:org.eclipse.equinox.p2.metadata.repository:jar:1.2.100.v20130327-2119-----
    p2.eclipse-plugin:org.eclipse.equinox.p2.repository:jar:2.3.0.v20130412-2032-----
    p2.eclipse-plugin:org.eclipse.equinox.preferences:jar:3.5.100.v20130422-1538-----
    p2.eclipse-plugin:org.eclipse.equinox.registry:jar:3.5.301.v20130717-1549-----
    p2.eclipse-plugin:org.eclipse.equinox.security:jar:1.2.0.v20130424-1801-----
    p2.eclipse-plugin:org.eclipse.equinox.util:jar:1.0.500.v20130404-1337-----
    p2.eclipse-plugin:org.eclipse.help:jar:3.6.0.v20130326-1254-----
    p2.eclipse-plugin:org.eclipse.jface:jar:3.9.1.v20130725-1141-----
    p2.eclipse-plugin:org.eclipse.jface.databinding:jar:1.6.200.v20130515-1857-----
    p2.eclipse-plugin:org.eclipse.jface.text:jar:3.8.101.v20130802-1147-----
    p2.eclipse-plugin:org.eclipse.ltk.core.refactoring:jar:3.6.100.v20130605-1748-----
    p2.eclipse-plugin:org.eclipse.ltk.ui.refactoring:jar:3.7.100.v20130605-1748-----
    p2.eclipse-plugin:org.eclipse.osgi:jar:3.9.1.v20140110-1610-----
    p2.eclipse-plugin:org.eclipse.osgi.services:jar:3.3.100.v20130513-1956-----
    p2.eclipse-plugin:org.eclipse.search:jar:3.9.1.v20131121-1346-----
    p2.eclipse-plugin:org.eclipse.swt:jar:3.102.1.v20140206-1334-----
    p2.eclipse-plugin:org.eclipse.swt.cocoa.macosx.x86_64:jar:3.102.1.v20140206-1358-----
    p2.eclipse-plugin:org.eclipse.swt.gtk.linux.x86:jar:3.102.1.v20140206-1358-----
    p2.eclipse-plugin:org.eclipse.swt.gtk.linux.x86_64:jar:3.102.1.v20140206-1358-----
    p2.eclipse-plugin:org.eclipse.swt.win32.win32.x86:jar:3.102.1.v20140206-1358-----
    p2.eclipse-plugin:org.eclipse.swt.win32.win32.x86_64:jar:3.102.1.v20140206-1358-----
    p2.eclipse-plugin:org.eclipse.team.core:jar:3.7.0.v20130514-1224-----
    p2.eclipse-plugin:org.eclipse.team.ui:jar:3.7.1.v20130729-1104-----
    p2.eclipse-plugin:org.eclipse.text:jar:3.5.300.v20130515-1451-----
    p2.eclipse-plugin:org.eclipse.ui:jar:3.105.0.v20130522-1122-----
    p2.eclipse-plugin:org.eclipse.ui.console:jar:3.5.200.v20130514-0954-----
    p2.eclipse-plugin:org.eclipse.ui.editors:jar:3.8.100.v20130513-1637-----
    p2.eclipse-plugin:org.eclipse.ui.forms:jar:3.6.1.v20130822-1117-----
    p2.eclipse-plugin:org.eclipse.ui.ide:jar:3.9.2.v20131004-0923-----
    p2.eclipse-plugin:org.eclipse.ui.navigator:jar:3.5.300.v20130517-0139-----
    p2.eclipse-plugin:org.eclipse.ui.views:jar:3.6.100.v20130326-1250-----
    p2.eclipse-plugin:org.eclipse.ui.workbench:jar:3.105.2.v20140211-1711-----
    p2.eclipse-plugin:org.eclipse.ui.workbench.texteditor:jar:3.8.101.v20130729-1318-----
    p2.eclipse-plugin:org.eclipse.wst.jsdt.core:jar:1.3.1.v201401291437-----
    p2.eclipse-plugin:org.eclipse.wst.jsdt.manipulation:jar:1.0.400.v201204261600-----
    p2.eclipse-plugin:org.eclipse.wst.jsdt.ui:jar:1.1.401.v201401171657-----
    p2.eclipse-plugin:org.w3c.css.sac:jar:1.3.1.v200903091627-----
    p2.eclipse-plugin:org.w3c.dom.events:jar:3.0.0.draft20060413_v201105210656-----
    p2.eclipse-plugin:org.w3c.dom.smil:jar:1.0.1.v200903091627-----
    p2.eclipse-plugin:org.w3c.dom.svg:jar:1.1.0.v201011041433-----
    Totalkeplersonatype-snapshotssonatypeapache-snapshotscentral
    119 (provided: 25, system: 94)00000
    -
    -
    -
    - -
    - - - - diff --git a/site/css/apache-maven-fluido-1.3.0.min.css b/updatesite/css/apache-maven-fluido-1.3.0.min.css similarity index 100% rename from site/css/apache-maven-fluido-1.3.0.min.css rename to updatesite/css/apache-maven-fluido-1.3.0.min.css diff --git a/site/css/print.css b/updatesite/css/print.css similarity index 100% rename from site/css/print.css rename to updatesite/css/print.css diff --git a/site/css/site.css b/updatesite/css/site.css similarity index 100% rename from site/css/site.css rename to updatesite/css/site.css diff --git a/updatesite/dependencies.html b/updatesite/dependencies.html new file mode 100644 index 00000000..679c513b --- /dev/null +++ b/updatesite/dependencies.html @@ -0,0 +1,15853 @@ + + + + + + + + + org.nodeclipse.site - Project Dependencies + + + + + + + + + + + + + + + + + + Fork me on GitHub + + + + + + + + + +
    + + + + + +
    +
    + +
    + + +
    + + +
    +

    Project Dependencies

    +
    +

    provided

    +

    The following is a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    GroupIdArtifactIdVersionTypeLicense
    org.chromium.chromedevtoolsorg.chromium.debug0.3.9-SNAPSHOTeclipse-plugin-
    org.chromium.chromedevtoolsorg.chromium.debug.core0.3.9-SNAPSHOTeclipse-plugin-
    org.chromium.chromedevtoolsorg.chromium.debug.ui0.3.9-SNAPSHOTeclipse-plugin-
    org.chromium.chromedevtoolsorg.chromium.sdk0.3.9-SNAPSHOTeclipse-plugin-
    org.chromium.chromedevtoolsorg.chromium.sdk.wip.eclipse0.3.9-SNAPSHOTeclipse-plugin-
    org.chromium.chromedevtools.featuresorg.chromium.debug0.3.9-SNAPSHOTeclipse-feature-
    org.chromium.chromedevtools.featuresorg.chromium.sdk0.3.9-SNAPSHOTeclipse-feature-
    org.nodeclipse.nodeclipse-1org.nodeclipse1.0.2-SNAPSHOTeclipse-feature-
    org.nodeclipse.nodeclipse-1org.nodeclipse.bundle.coffee1.6.3eclipse-plugin-
    org.nodeclipse.nodeclipse-1org.nodeclipse.bundle.coffee.feature1.6.3eclipse-feature-
    org.nodeclipse.nodeclipse-1org.nodeclipse.bundle.express3.2.5eclipse-plugin-
    org.nodeclipse.nodeclipse-1org.nodeclipse.bundle.express.feature3.2.5eclipse-feature-
    org.nodeclipse.nodeclipse-1org.nodeclipse.common1.0.2-SNAPSHOTeclipse-plugin-
    org.nodeclipse.nodeclipse-1org.nodeclipse.debug1.0.2-SNAPSHOTeclipse-plugin-
    org.nodeclipse.nodeclipse-1org.nodeclipse.enide.editors.gradle1.0.2-SNAPSHOTeclipse-plugin-
    org.nodeclipse.nodeclipse-1org.nodeclipse.enide.editors.gradle.feature1.0.2-SNAPSHOTeclipse-feature-
    org.nodeclipse.nodeclipse-1org.nodeclipse.enide.editors.jade1.0.2-SNAPSHOTeclipse-plugin-
    org.nodeclipse.nodeclipse-1org.nodeclipse.enide.editors.jade.feature1.0.2-SNAPSHOTeclipse-feature-
    org.nodeclipse.nodeclipse-1org.nodeclipse.enide.gradle1.0.2-SNAPSHOTeclipse-plugin-
    org.nodeclipse.nodeclipse-1org.nodeclipse.enide.gradle.feature1.0.2-SNAPSHOTeclipse-feature-
    org.nodeclipse.nodeclipse-1org.nodeclipse.enide.maven1.0.2-SNAPSHOTeclipse-plugin-
    org.nodeclipse.nodeclipse-1org.nodeclipse.enide.maven.feature1.0.2-SNAPSHOTeclipse-feature-
    org.nodeclipse.nodeclipse-1org.nodeclipse.enide.nodejs.feature1.0.2-SNAPSHOTeclipse-feature-
    org.nodeclipse.nodeclipse-1org.nodeclipse.enide.studio.included.feature1.0.2-SNAPSHOTeclipse-feature-
    org.nodeclipse.nodeclipse-1org.nodeclipse.help1.0.2-SNAPSHOTeclipse-plugin-
    org.nodeclipse.nodeclipse-1org.nodeclipse.jjs1.0.2-SNAPSHOTeclipse-plugin-
    org.nodeclipse.nodeclipse-1org.nodeclipse.jjs.feature1.0.2-SNAPSHOTeclipse-feature-
    org.nodeclipse.nodeclipse-1org.nodeclipse.mongodb1.0.2-SNAPSHOTeclipse-plugin-
    org.nodeclipse.nodeclipse-1org.nodeclipse.mongodb.feature1.0.2-SNAPSHOTeclipse-feature-
    org.nodeclipse.nodeclipse-1org.nodeclipse.phantomjs1.0.2-SNAPSHOTeclipse-plugin-
    org.nodeclipse.nodeclipse-1org.nodeclipse.phantomjs.feature1.0.2-SNAPSHOTeclipse-feature-
    org.nodeclipse.nodeclipse-1org.nodeclipse.pluginslist.core1.0.2-SNAPSHOTeclipse-plugin-
    org.nodeclipse.nodeclipse-1org.nodeclipse.pluginslist.feature1.0.2-SNAPSHOTeclipse-feature-
    org.nodeclipse.nodeclipse-1org.nodeclipse.ui1.0.2-SNAPSHOTeclipse-plugin-
    org.nodeclipse.nodeclipse-1org.nodeclipse.vertx1.0.2-SNAPSHOTeclipse-plugin-
    org.nodeclipse.nodeclipse-1org.nodeclipse.vertx.feature1.0.2-SNAPSHOTeclipse-feature-
    +
    +

    system

    +

    The following is a list of system dependencies for this project. These dependencies are required to compile the application:

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    GroupIdArtifactIdVersionClassifierTypeLicense
    org.chromium.chromedevtoolsorg.chromium.sdk0.3.9.qualifierlib/json_simple/json_simple-1.1.jarjar-
    p2.eclipse-featureEclipseRunnerFeature1.3.0-jar-
    p2.eclipse-featureOpenClosedProjectsFeature1.0.5-jar-
    p2.eclipse-featurePracticallyMacroFeature0.4.2-jar-
    p2.eclipse-featureSelectionExplorerFeature1.0.2-jar-
    p2.eclipse-featurecode.google.restclient.tool.feature1.0.3-jar-
    p2.eclipse-featurecode.satyagraha.gfm.viewer.feature1.9.3-jar-
    p2.eclipse-featurecom.eclipsesource.jshint.feature0.9.10.20141011-1730-jar-
    p2.eclipse-featurecom.github.eclipsecolortheme.feature1.0.0.201410260308-jar-
    p2.eclipse-featurecom.github.eclipseuitheme.themes.feature0.8.9.201404052318-jar-
    p2.eclipse-featurecom.xored.glance1.1.1-jar-
    p2.eclipse-featurede.bastiankrol.startexplorer.feature1.7.0-jar-
    p2.eclipse-featuregitaddon.feature1.0.0.20140303-0606-jar-
    p2.eclipse-featureio.emmet.eclipse1.0.0.201401132323-jar-
    p2.eclipse-featureit.unibz.instasearch.feature.indigo1.5.6-jar-
    p2.eclipse-featurejdt.spelling.feature1.0.0.v20141130-2055-jar-
    p2.eclipse-featurejsonedit-feature0.9.7-jar-
    p2.eclipse-featuremarkdown.editor.feature1.2.0.201501260515-jar-
    p2.eclipse-featurename.schedenig.eclipse.grepconsole3.7.0-jar-
    p2.eclipse-featurenet.jeeeyul.eclipse.themes.feature2.2.0.I20141210-114528-jar-
    p2.eclipse-featurenet.jeeeyul.pdetools.feature1.2.6.I20150812-105126-jar-
    p2.eclipse-featurenet.jeeeyul.swtend.feature2.2.5.I20140918-144458-jar-
    p2.eclipse-featurenet.jumperz.app.MMonjaDB1.0.16-jar-
    p2.eclipse-featurenet.mihai-nita.ansicon1.3.1.201508091828-jar-
    p2.eclipse-featurenet.sourceforge.shelled2.0.3-jar-
    p2.eclipse-featureorg.dadacoalition.yedit0.0.13-jar-
    p2.eclipse-featureorg.eclipse_icons.editor.feature2.4.1.201311032200-jar-
    p2.eclipse-featureorg.sweetlemonade.eclipse.json.feature1.0.3-jar-
    p2.eclipse-featurepm.eclipse.editbox.feature0.70.0.201508180438-jar-
    p2.eclipse-featurezipeditor1.1.2.201409260755-jar-
    p2.eclipse-pluginEclipseRunner1.3.0-jar-
    p2.eclipse-pluginOpenClosedProjects1.0.5-jar-
    p2.eclipse-pluginPracticallyMacro0.4.2-jar-
    p2.eclipse-pluginPracticallymacro.BeanShellSupport0.1.6-jar-
    p2.eclipse-pluginPracticallymacro.BeanShellSupport0.1.6lib/bsh-2.0b4.jarjar-
    p2.eclipse-pluginSelectionExplorer1.0.2-jar-
    p2.eclipse-pluginZipEditor1.1.2.201409260755-jar-
    p2.eclipse-pluginch.qos.logback.classic1.0.7.v20121108-1250-jar-
    p2.eclipse-pluginch.qos.logback.core1.0.7.v20121108-1250-jar-
    p2.eclipse-plugincode.google.restclient.tool1.0.3-jar-
    p2.eclipse-plugincode.google.restclient.tool1.0.3lib/apache-mime4j-0.6.jarjar-
    p2.eclipse-plugincode.google.restclient.tool1.0.3lib/commons-logging-1.1.jarjar-
    p2.eclipse-plugincode.google.restclient.tool1.0.3lib/httpclient-4.1.jarjar-
    p2.eclipse-plugincode.google.restclient.tool1.0.3lib/httpcore-4.1.jarjar-
    p2.eclipse-plugincode.google.restclient.tool1.0.3lib/httpcore-nio-4.1.jarjar-
    p2.eclipse-plugincode.google.restclient.tool1.0.3lib/httpmime-4.1.jarjar-
    p2.eclipse-plugincode.google.restclient.tool1.0.3lib/jettison-1.2.jarjar-
    p2.eclipse-plugincode.google.restclient.tool1.0.3lib/log4j-1.2.16.jarjar-
    p2.eclipse-plugincode.google.restclient.tool1.0.3lib/mime-util-2.1.3.jarjar-
    p2.eclipse-plugincode.google.restclient.tool1.0.3lib/rc-tool-core_1.0.3.jarjar-
    p2.eclipse-plugincode.google.restclient.tool1.0.3lib/slf4j-api-1.6.0.jarjar-
    p2.eclipse-plugincode.google.restclient.tool1.0.3lib/slf4j-log4j12-1.6.0.jarjar-
    p2.eclipse-plugincode.satyagraha.gfm.viewer.plugin1.9.3-jar-
    p2.eclipse-plugincode.satyagraha.gfm.viewer.plugin1.9.3lib/code.satyagraha.gfm.viewer.ext-deps-1.9.3.jarjar-
    p2.eclipse-plugincom.eclipsesource.jshint0.9.10.20141011-1730-jar-
    p2.eclipse-plugincom.eclipsesource.jshint.source0.9.10.20141011-1730-jar-
    p2.eclipse-plugincom.eclipsesource.jshint.ui0.9.10.20141011-1730-jar-
    p2.eclipse-plugincom.eclipsesource.jshint.ui.source0.9.10.20141011-1730-jar-
    p2.eclipse-plugincom.github.eclipsecolortheme1.0.0.201410260308-jar-
    p2.eclipse-plugincom.github.eclipseuitheme.themes.moonrise-ui0.8.9.201404052318-jar-
    p2.eclipse-plugincom.google.guava12.0.0.v201212092141-jar-
    p2.eclipse-plugincom.ibm.icu50.1.1.v201304230130-jar-
    p2.eclipse-plugincom.xored.glance.ui1.1.1-jar-
    p2.eclipse-plugincom.xored.glance.ui.controls1.1.1-jar-
    p2.eclipse-plugincom.xored.glance.ui.viewers1.1.1-jar-
    p2.eclipse-pluginde.bastiankrol.startexplorer1.7.0.201509091830-jar-
    p2.eclipse-pluginde.bastiankrol.startexplorer1.7.0.201509091830lib/json-simple-1.1.1.jarjar-
    p2.eclipse-plugingitaddon.core1.0.0.20140303-0606-jar-
    p2.eclipse-pluginio.emmet.eclipse1.0.0.201401132323-jar-
    p2.eclipse-pluginio.emmet.eclipse1.0.0.201401132323gson.jarjar-
    p2.eclipse-pluginio.emmet.eclipse1.0.0.201401132323js.jarjar-
    p2.eclipse-pluginit.unibz.instasearch1.5.6-jar-
    p2.eclipse-pluginjavax.annotation1.1.0.v201209060031-jar-
    p2.eclipse-pluginjavax.inject1.0.0.v20091030-jar-
    p2.eclipse-pluginjavax.xml1.3.4.v201005080400-jar-
    p2.eclipse-pluginjdt.spelling1.0.0.v20141130-2055-jar-
    p2.eclipse-pluginjsonedit-core0.9.7-jar-
    p2.eclipse-pluginjsonedit-folding0.9.7-jar-
    p2.eclipse-pluginjsonedit-log0.9.7-jar-
    p2.eclipse-pluginjsonedit-model0.9.7-jar-
    p2.eclipse-pluginjsonedit-outline0.9.7-jar-
    p2.eclipse-pluginjsonedit-preferences0.9.7-jar-
    p2.eclipse-pluginjsonedit-reader0.9.7-jar-
    p2.eclipse-pluginjsonedit-text0.9.7-jar-
    p2.eclipse-pluginjsonedit-validation0.9.7-jar-
    p2.eclipse-pluginjsonedit-validator0.9.7-jar-
    p2.eclipse-pluginname.schedenig.eclipse.grepconsole3.7.0-jar-
    p2.eclipse-pluginname.schedenig.eclipse.popupnotifications1.0.0-jar-
    p2.eclipse-pluginnet.jeeeyul.eclipse.themes2.2.0.I20141210-114528-jar-
    p2.eclipse-pluginnet.jeeeyul.eclipse.themes2.2.0.I20141210-114528lib/com.google.guava_15.0.0.v201403281430.jarjar-
    p2.eclipse-pluginnet.jeeeyul.eclipse.themes2.2.0.I20141210-114528lib/org.eclipse.xtend.lib.macro_2.7.1.v201409090713.jarjar-
    p2.eclipse-pluginnet.jeeeyul.eclipse.themes2.2.0.I20141210-114528lib/org.eclipse.xtend.lib_2.7.1.v201409090713.jarjar-
    p2.eclipse-pluginnet.jeeeyul.eclipse.themes2.2.0.I20141210-114528lib/org.eclipse.xtext.xbase.lib_2.7.1.v201409090713.jarjar-
    p2.eclipse-pluginnet.jeeeyul.eclipse.themes.ui2.2.0.I20141210-114528-jar-
    p2.eclipse-pluginnet.jeeeyul.pdetools1.2.6.I20150812-105126-jar-
    p2.eclipse-pluginnet.jeeeyul.pdetools1.2.6.I20150812-105126lib/aopalliance.jarjar-
    p2.eclipse-pluginnet.jeeeyul.pdetools1.2.6.I20150812-105126lib/guice-3.0.jarjar-
    p2.eclipse-pluginnet.jeeeyul.pdetools1.2.6.I20150812-105126lib/org.eclipse.nebula.widgets.compositetable_1.0.0.201206270822.jarjar-
    p2.eclipse-pluginnet.jeeeyul.pdetools1.2.6.I20150812-105126lib/org.eclipse.nebula.widgets.gallery_0.5.3.201206270822.jarjar-
    p2.eclipse-pluginnet.jeeeyul.pdetools.capability1.2.6.I20150812-105126-jar-
    p2.eclipse-pluginnet.jeeeyul.pdetools.edit1.2.6.I20150812-105126-jar-
    p2.eclipse-pluginnet.jeeeyul.pdetools.model1.2.6.I20150812-105126-jar-
    p2.eclipse-pluginnet.jeeeyul.swtend2.2.5.I20140918-144458-jar-
    p2.eclipse-pluginnet.jumperz.app.MMonjaDB1.0.16lib/jsch-0.1.46.jarjar-
    p2.eclipse-pluginnet.jumperz.app.MMonjaDB1.0.16lib/mongo-2.7.2.jarjar-
    p2.eclipse-pluginnet.mihai-nita.ansicon.plugin1.3.1.201508091828-jar-
    p2.eclipse-pluginnet.sourceforge.shelled.core2.0.0.201307080909-jar-
    p2.eclipse-pluginnet.sourceforge.shelled.doc2.0.0.201307080909-jar-
    p2.eclipse-pluginnet.sourceforge.shelled.ui2.0.0.201307080909-jar-
    p2.eclipse-pluginorg.apache.ant1.8.4.v201303080030lib/ant-antlr.jarjar-
    p2.eclipse-pluginorg.apache.ant1.8.4.v201303080030lib/ant-apache-bcel.jarjar-
    p2.eclipse-pluginorg.apache.ant1.8.4.v201303080030lib/ant-apache-bsf.jarjar-
    p2.eclipse-pluginorg.apache.ant1.8.4.v201303080030lib/ant-apache-log4j.jarjar-
    p2.eclipse-pluginorg.apache.ant1.8.4.v201303080030lib/ant-apache-oro.jarjar-
    p2.eclipse-pluginorg.apache.ant1.8.4.v201303080030lib/ant-apache-regexp.jarjar-
    p2.eclipse-pluginorg.apache.ant1.8.4.v201303080030lib/ant-apache-resolver.jarjar-
    p2.eclipse-pluginorg.apache.ant1.8.4.v201303080030lib/ant-apache-xalan2.jarjar-
    p2.eclipse-pluginorg.apache.ant1.8.4.v201303080030lib/ant-commons-logging.jarjar-
    p2.eclipse-pluginorg.apache.ant1.8.4.v201303080030lib/ant-commons-net.jarjar-
    p2.eclipse-pluginorg.apache.ant1.8.4.v201303080030lib/ant-jai.jarjar-
    p2.eclipse-pluginorg.apache.ant1.8.4.v201303080030lib/ant-javamail.jarjar-
    p2.eclipse-pluginorg.apache.ant1.8.4.v201303080030lib/ant-jdepend.jarjar-
    p2.eclipse-pluginorg.apache.ant1.8.4.v201303080030lib/ant-jmf.jarjar-
    p2.eclipse-pluginorg.apache.ant1.8.4.v201303080030lib/ant-jsch.jarjar-
    p2.eclipse-pluginorg.apache.ant1.8.4.v201303080030lib/ant-junit.jarjar-
    p2.eclipse-pluginorg.apache.ant1.8.4.v201303080030lib/ant-junit4.jarjar-
    p2.eclipse-pluginorg.apache.ant1.8.4.v201303080030lib/ant-launcher.jarjar-
    p2.eclipse-pluginorg.apache.ant1.8.4.v201303080030lib/ant-netrexx.jarjar-
    p2.eclipse-pluginorg.apache.ant1.8.4.v201303080030lib/ant-swing.jarjar-
    p2.eclipse-pluginorg.apache.ant1.8.4.v201303080030lib/ant-testutil.jarjar-
    p2.eclipse-pluginorg.apache.ant1.8.4.v201303080030lib/ant.jarjar-
    p2.eclipse-pluginorg.apache.batik.css1.6.0.v201011041432-jar-
    p2.eclipse-pluginorg.apache.batik.util1.6.0.v201011041432-jar-
    p2.eclipse-pluginorg.apache.batik.util.gui1.6.0.v201011041432-jar-
    p2.eclipse-pluginorg.apache.commons.codec1.4.0.v201209201156-jar-
    p2.eclipse-pluginorg.apache.commons.httpclient3.1.0.v201012070820-jar-
    p2.eclipse-pluginorg.apache.commons.lang2.6.0.v201205030909-jar-
    p2.eclipse-pluginorg.apache.lucene2.9.1.v201101211721-jar-
    p2.eclipse-pluginorg.apache.lucene.analysis2.9.1.v201101211721-jar-
    p2.eclipse-pluginorg.apache.lucene.core2.9.1.v201101211721-jar-
    p2.eclipse-pluginorg.apache.lucene.highlighter2.9.1.v20100421-0704-jar-
    p2.eclipse-pluginorg.apache.lucene.memory2.9.1.v20100421-0704-jar-
    p2.eclipse-pluginorg.apache.lucene.misc2.9.1.v20100421-0704-jar-
    p2.eclipse-pluginorg.apache.lucene.queries2.9.1.v20100421-0704-jar-
    p2.eclipse-pluginorg.apache.lucene.snowball2.9.1.v20100421-0704-jar-
    p2.eclipse-pluginorg.apache.lucene.spellchecker2.9.1.v20100421-0704-jar-
    p2.eclipse-pluginorg.dadacoalition.yedit0.0.13-jar-
    p2.eclipse-pluginorg.dadacoalition.yedit0.0.13Resources/snakeyaml-1.13.jarjar-
    p2.eclipse-pluginorg.eclipse.ant.core3.2.500.v20140203-1328-jar-
    p2.eclipse-pluginorg.eclipse.compare3.5.401.v20130709-1308-jar-
    p2.eclipse-pluginorg.eclipse.compare.core3.5.300.v20130514-1224-jar-
    p2.eclipse-pluginorg.eclipse.core.commands3.6.100.v20130515-1857-jar-
    p2.eclipse-pluginorg.eclipse.core.contenttype3.4.200.v20130326-1255-jar-
    p2.eclipse-pluginorg.eclipse.core.databinding1.4.1.v20130515-1857-jar-
    p2.eclipse-pluginorg.eclipse.core.databinding.observable1.4.1.v20130515-1857-jar-
    p2.eclipse-pluginorg.eclipse.core.databinding.property1.4.200.v20130515-1857-jar-
    p2.eclipse-pluginorg.eclipse.core.expressions3.4.501.v20131118-1915-jar-
    p2.eclipse-pluginorg.eclipse.core.filebuffers3.5.300.v20130225-1821-jar-
    p2.eclipse-pluginorg.eclipse.core.filesystem1.4.0.v20130514-1240-jar-
    p2.eclipse-pluginorg.eclipse.core.jobs3.5.300.v20130429-1813-jar-
    p2.eclipse-pluginorg.eclipse.core.net1.2.200.v20130430-1352-jar-
    p2.eclipse-pluginorg.eclipse.core.resources3.8.101.v20130717-0806-jar-
    p2.eclipse-pluginorg.eclipse.core.runtime3.9.100.v20131218-1515-jar-
    p2.eclipse-pluginorg.eclipse.core.variables3.2.700.v20130402-1741-jar-
    p2.eclipse-pluginorg.eclipse.debug.core3.8.0.v20130514-0954-jar-
    p2.eclipse-pluginorg.eclipse.debug.ui3.9.0.v20130516-1713-jar-
    p2.eclipse-pluginorg.eclipse.dltk.annotations5.0.0.201306060709-jar-
    p2.eclipse-pluginorg.eclipse.dltk.console5.0.0.201306060709-jar-
    p2.eclipse-pluginorg.eclipse.dltk.console.ui5.0.0.201306060709-jar-
    p2.eclipse-pluginorg.eclipse.dltk.core5.0.0.201306060709-jar-
    p2.eclipse-pluginorg.eclipse.dltk.core.manipulation5.0.0.201306060709-jar-
    p2.eclipse-pluginorg.eclipse.dltk.debug5.0.0.201306060709-jar-
    p2.eclipse-pluginorg.eclipse.dltk.debug.ui5.0.0.201306060709-jar-
    p2.eclipse-pluginorg.eclipse.dltk.launching5.0.0.201306060709-jar-
    p2.eclipse-pluginorg.eclipse.dltk.ui5.0.0.201306060709-jar-
    p2.eclipse-pluginorg.eclipse.draw2d3.9.0.201308190730-jar-
    p2.eclipse-pluginorg.eclipse.e4.core.commands0.10.2.v20130515-1857-jar-
    p2.eclipse-pluginorg.eclipse.e4.core.contexts1.3.1.v20130905-0905-jar-
    p2.eclipse-pluginorg.eclipse.e4.core.di1.3.0.v20130514-1256-jar-
    p2.eclipse-pluginorg.eclipse.e4.core.di.extensions0.11.100.v20130514-1256-jar-
    p2.eclipse-pluginorg.eclipse.e4.core.services1.1.0.v20130515-1343-jar-
    p2.eclipse-pluginorg.eclipse.e4.ui.bindings0.10.102.v20140117-1939-jar-
    p2.eclipse-pluginorg.eclipse.e4.ui.css.core0.10.100.v20130515-1857-jar-
    p2.eclipse-pluginorg.eclipse.e4.ui.css.swt0.11.0.v20130515-1857-jar-
    p2.eclipse-pluginorg.eclipse.e4.ui.css.swt.theme0.9.100.v20130515-1857-jar-
    p2.eclipse-pluginorg.eclipse.e4.ui.di1.0.0.v20130515-1857-jar-
    p2.eclipse-pluginorg.eclipse.e4.ui.model.workbench1.0.1.v20131118-1956-jar-
    p2.eclipse-pluginorg.eclipse.e4.ui.services1.0.1.v20131118-1940-jar-
    p2.eclipse-pluginorg.eclipse.e4.ui.widgets1.0.0.v20130515-1857-jar-
    p2.eclipse-pluginorg.eclipse.e4.ui.workbench1.0.2.v20131202-1739-jar-
    p2.eclipse-pluginorg.eclipse.e4.ui.workbench.addons.swt1.0.2.v20131129-1621-jar-
    p2.eclipse-pluginorg.eclipse.e4.ui.workbench.renderers.swt0.11.2.v20140205-1834-jar-
    p2.eclipse-pluginorg.eclipse.e4.ui.workbench.swt0.12.2.v20140117-1939-jar-
    p2.eclipse-pluginorg.eclipse.e4.ui.workbench30.12.0.v20130515-1857-jar-
    p2.eclipse-pluginorg.eclipse.emf.common2.9.2.v20131212-0545-jar-
    p2.eclipse-pluginorg.eclipse.emf.common.ui2.8.0.v20140203-1126-jar-
    p2.eclipse-pluginorg.eclipse.emf.ecore2.9.2.v20131212-0545-jar-
    p2.eclipse-pluginorg.eclipse.emf.ecore.change2.9.0.v20131212-0545-jar-
    p2.eclipse-pluginorg.eclipse.emf.ecore.edit2.8.0.v20140203-1126-jar-
    p2.eclipse-pluginorg.eclipse.emf.ecore.xmi2.9.1.v20131212-0545-jar-
    p2.eclipse-pluginorg.eclipse.emf.edit2.9.0.v20140203-1126-jar-
    p2.eclipse-pluginorg.eclipse.emf.edit.ui2.9.0.v20140203-1126-jar-
    p2.eclipse-pluginorg.eclipse.equinox.app1.3.100.v20130327-1442-jar-
    p2.eclipse-pluginorg.eclipse.equinox.bidi0.10.0.v20130327-1442-jar-
    p2.eclipse-pluginorg.eclipse.equinox.common3.6.200.v20130402-1505-jar-
    p2.eclipse-pluginorg.eclipse.equinox.ds1.4.101.v20130813-1853-jar-
    p2.eclipse-pluginorg.eclipse.equinox.event1.3.0.v20130327-1442-jar-
    p2.eclipse-pluginorg.eclipse.equinox.frameworkadmin2.0.100.v20130327-2119-jar-
    p2.eclipse-pluginorg.eclipse.equinox.frameworkadmin.equinox1.0.500.v20130327-2119-jar-
    p2.eclipse-pluginorg.eclipse.equinox.p2.artifact.repository1.1.200.v20130515-2028-jar-
    p2.eclipse-pluginorg.eclipse.equinox.p2.core2.3.0.v20130327-2119-jar-
    p2.eclipse-pluginorg.eclipse.equinox.p2.director2.3.1.v20140221-1852-jar-
    p2.eclipse-pluginorg.eclipse.equinox.p2.director.app1.0.300.v20130819-1621-jar-
    p2.eclipse-pluginorg.eclipse.equinox.p2.engine2.3.0.v20130526-2122-jar-
    p2.eclipse-pluginorg.eclipse.equinox.p2.garbagecollector1.0.200.v20130327-2119-jar-
    p2.eclipse-pluginorg.eclipse.equinox.p2.jarprocessor1.0.300.v20130327-2119-jar-
    p2.eclipse-pluginorg.eclipse.equinox.p2.metadata2.2.0.v20130523-1557-jar-
    p2.eclipse-pluginorg.eclipse.equinox.p2.metadata.repository1.2.100.v20130327-2119-jar-
    p2.eclipse-pluginorg.eclipse.equinox.p2.publisher1.3.0.v20140129-1405-jar-
    p2.eclipse-pluginorg.eclipse.equinox.p2.publisher.eclipse1.1.200.v20130516-1953-jar-
    p2.eclipse-pluginorg.eclipse.equinox.p2.repository2.3.0.v20130412-2032-jar-
    p2.eclipse-pluginorg.eclipse.equinox.p2.repository.tools2.1.0.v20130327-2119-jar-
    p2.eclipse-pluginorg.eclipse.equinox.p2.touchpoint.eclipse2.1.200.v20130327-2119-jar-
    p2.eclipse-pluginorg.eclipse.equinox.preferences3.5.100.v20130422-1538-jar-
    p2.eclipse-pluginorg.eclipse.equinox.registry3.5.301.v20130717-1549-jar-
    p2.eclipse-pluginorg.eclipse.equinox.security1.2.0.v20130424-1801-jar-
    p2.eclipse-pluginorg.eclipse.equinox.simpleconfigurator1.0.400.v20130327-2119-jar-
    p2.eclipse-pluginorg.eclipse.equinox.simpleconfigurator.manipulator2.0.0.v20130327-2119-jar-
    p2.eclipse-pluginorg.eclipse.equinox.util1.0.500.v20130404-1337-jar-
    p2.eclipse-pluginorg.eclipse.help3.6.0.v20130326-1254-jar-
    p2.eclipse-pluginorg.eclipse.jdt3.9.1.v20140221-1700-jar-
    p2.eclipse-pluginorg.eclipse.jdt.core3.9.2.v20140114-1555-jar-
    p2.eclipse-pluginorg.eclipse.jdt.core.manipulation1.5.0.v20130605-1748-jar-
    p2.eclipse-pluginorg.eclipse.jdt.debug3.8.0.v20130514-0841jdi.jarjar-
    p2.eclipse-pluginorg.eclipse.jdt.debug3.8.0.v20130514-0841jdimodel.jarjar-
    p2.eclipse-pluginorg.eclipse.jdt.launching3.7.1.v20131218-1102-jar-
    p2.eclipse-pluginorg.eclipse.jdt.ui3.9.2.v20131106-1600-jar-
    p2.eclipse-pluginorg.eclipse.jface3.9.1.v20130725-1141-jar-
    p2.eclipse-pluginorg.eclipse.jface.databinding1.6.200.v20130515-1857-jar-
    p2.eclipse-pluginorg.eclipse.jface.text3.8.101.v20130802-1147-jar-
    p2.eclipse-pluginorg.eclipse.linuxtools.man.core1.1.0.201306111610-jar-
    p2.eclipse-pluginorg.eclipse.ltk.core.refactoring3.6.100.v20130605-1748-jar-
    p2.eclipse-pluginorg.eclipse.ltk.ui.refactoring3.7.100.v20130605-1748-jar-
    p2.eclipse-pluginorg.eclipse.osgi3.9.1.v20140110-1610-jar-
    p2.eclipse-pluginorg.eclipse.osgi.services3.3.100.v20130513-1956-jar-
    p2.eclipse-pluginorg.eclipse.pde.build3.8.100.v20130514-1028pdebuild.jarjar-
    p2.eclipse-pluginorg.eclipse.pde.core3.9.1.v20130628-1111-jar-
    p2.eclipse-pluginorg.eclipse.search3.9.1.v20131121-1346-jar-
    p2.eclipse-pluginorg.eclipse.swt3.102.1.v20140206-1334-jar-
    p2.eclipse-pluginorg.eclipse.swt.cocoa.macosx.x86_643.102.1.v20140206-1358-jar-
    p2.eclipse-pluginorg.eclipse.swt.gtk.linux.x863.102.1.v20140206-1358-jar-
    p2.eclipse-pluginorg.eclipse.swt.gtk.linux.x86_643.102.1.v20140206-1358-jar-
    p2.eclipse-pluginorg.eclipse.swt.win32.win32.x863.102.1.v20140206-1358-jar-
    p2.eclipse-pluginorg.eclipse.swt.win32.win32.x86_643.102.1.v20140206-1358-jar-
    p2.eclipse-pluginorg.eclipse.team.core3.7.0.v20130514-1224-jar-
    p2.eclipse-pluginorg.eclipse.team.ui3.7.1.v20130729-1104-jar-
    p2.eclipse-pluginorg.eclipse.text3.5.300.v20130515-1451-jar-
    p2.eclipse-pluginorg.eclipse.ui3.105.0.v20130522-1122-jar-
    p2.eclipse-pluginorg.eclipse.ui.cheatsheets3.4.200.v20130326-1254-jar-
    p2.eclipse-pluginorg.eclipse.ui.console3.5.200.v20130514-0954-jar-
    p2.eclipse-pluginorg.eclipse.ui.editors3.8.100.v20130513-1637-jar-
    p2.eclipse-pluginorg.eclipse.ui.forms3.6.1.v20130822-1117-jar-
    p2.eclipse-pluginorg.eclipse.ui.ide3.9.2.v20131004-0923-jar-
    p2.eclipse-pluginorg.eclipse.ui.intro3.4.200.v20130326-1254-jar-
    p2.eclipse-pluginorg.eclipse.ui.navigator3.5.300.v20130517-0139-jar-
    p2.eclipse-pluginorg.eclipse.ui.navigator.resources3.4.501.v20131021-1545-jar-
    p2.eclipse-pluginorg.eclipse.ui.views3.6.100.v20130326-1250-jar-
    p2.eclipse-pluginorg.eclipse.ui.views.properties.tabbed3.6.0.v20130515-1857-jar-
    p2.eclipse-pluginorg.eclipse.ui.workbench3.105.2.v20140211-1711-jar-
    p2.eclipse-pluginorg.eclipse.ui.workbench.texteditor3.8.101.v20130729-1318-jar-
    p2.eclipse-pluginorg.eclipse.update.configurator3.3.200.v20140203-1328-jar-
    p2.eclipse-pluginorg.eclipse.wst.jsdt.core1.3.1.v201401291437-jar-
    p2.eclipse-pluginorg.eclipse.wst.jsdt.manipulation1.0.400.v201204261600-jar-
    p2.eclipse-pluginorg.eclipse.wst.jsdt.ui1.1.401.v201401171657-jar-
    p2.eclipse-pluginorg.eclipse.xtend.lib2.4.3.v201309030823-jar-
    p2.eclipse-pluginorg.eclipse.xtext.xbase.lib2.4.3.v201309030823-jar-
    p2.eclipse-pluginorg.eclipse_icons.editor2.4.1.201311032200-jar-
    p2.eclipse-pluginorg.mozilla.javascript1.7.4.v201209142200-jar-
    p2.eclipse-pluginorg.mozilla.javascript.source1.7.4.v201209142200-jar-
    p2.eclipse-pluginorg.sat4j.core2.3.5.v201308161310-jar-
    p2.eclipse-pluginorg.sat4j.pb2.3.5.v201308161310-jar-
    p2.eclipse-pluginorg.slf4j.api1.7.2.v20121108-1250-jar-
    p2.eclipse-pluginorg.slf4j.jcl1.7.2.v20130115-1340-jar-
    p2.eclipse-pluginorg.sweetlemonade.eclipse.json1.0.3-jar-
    p2.eclipse-pluginorg.sweetlemonade.eclipse.json1.0.3libs/antlr-3.5.1-complete-no-st3.jarjar-
    p2.eclipse-pluginorg.w3c.css.sac1.3.1.v200903091627-jar-
    p2.eclipse-pluginorg.w3c.dom.events3.0.0.draft20060413_v201105210656-jar-
    p2.eclipse-pluginorg.w3c.dom.smil1.0.1.v200903091627-jar-
    p2.eclipse-pluginorg.w3c.dom.svg1.1.0.v201011041433-jar-
    p2.eclipse-pluginpm.eclipse.editbox0.70.0.201508180438-jar-
    p2.eclipse-pluginwinterwell.markdown1.2.0.201501260515-jar-
    p2.eclipse-pluginwinterwell.markdown1.2.0.201501260515lib/markdownj-1.0.2b4-0.3.0.jarjar-
    p2.eclipse-pluginwinterwell.markdown1.2.0.201501260515lib/net.sf.paperclips_1.0.1.jarjar-
    p2.eclipse-pluginwinterwell.markdown1.2.0.201501260515lib/winterwell.utils.jarjar-
    +
    +

    Project Transitive Dependencies

    +

    No transitive dependencies are required for this project.

    +
    +

    Project Dependency Graph

    + +
    +

    Dependency Tree

    +
      +
    • org.nodeclipse.nodeclipse-1:org.nodeclipse.site:eclipse-repository:1.0.2-SNAPSHOT Information +
        +
      • p2.eclipse-plugin:EclipseRunner:jar:1.3.0 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.ui:jar:3.105.0.v20130522-1122 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.ui.ide:jar:3.9.2.v20131004-0923 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.core.runtime:jar:3.9.100.v20131218-1515 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.debug.core:jar:3.8.0.v20130514-0954 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.debug.ui:jar:3.9.0.v20130516-1713 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.core.expressions:jar:3.4.501.v20131118-1915 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.jdt.ui:jar:3.9.2.v20131106-1600 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.jdt.core:jar:3.9.2.v20140114-1555 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.ui.navigator:jar:3.5.300.v20130517-0139 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.ui.navigator.resources:jar:3.4.501.v20131021-1545 (system) Information
      • +
      • p2.eclipse-feature:EclipseRunnerFeature:jar:1.3.0 (system) Information
      • +
      • p2.eclipse-plugin:OpenClosedProjects:jar:1.0.5 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.core.resources:jar:3.8.101.v20130717-0806 (system) Information
      • +
      • p2.eclipse-feature:OpenClosedProjectsFeature:jar:1.0.5 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.jface.text:jar:3.8.101.v20130802-1147 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.ui.workbench.texteditor:jar:3.8.101.v20130729-1318 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.ui.editors:jar:3.8.100.v20130513-1637 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.ui.console:jar:3.5.200.v20130514-0954 (system) Information
      • +
      • p2.eclipse-plugin:PracticallyMacro:jar:0.4.2 (system) Information
      • +
      • p2.eclipse-plugin:Practicallymacro.BeanShellSupport:jar:lib/bsh-2.0b4.jar:0.1.6 (system) Information
      • +
      • p2.eclipse-plugin:Practicallymacro.BeanShellSupport:jar:0.1.6 (system) Information
      • +
      • p2.eclipse-feature:PracticallyMacroFeature:jar:0.4.2 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.jdt:jar:3.9.1.v20140221-1700 (system) Information
      • +
      • p2.eclipse-plugin:SelectionExplorer:jar:1.0.2 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.ui.views:jar:3.6.100.v20130326-1250 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.ui.forms:jar:3.6.1.v20130822-1117 (system) Information
      • +
      • p2.eclipse-feature:SelectionExplorerFeature:jar:1.0.2 (system) Information
      • +
      • p2.eclipse-plugin:ZipEditor:jar:1.1.2.201409260755 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.core.filesystem:jar:1.4.0.v20130514-1240 (system) Information
      • +
      • p2.eclipse-plugin:org.apache.ant:jar:lib/ant-antlr.jar:1.8.4.v201303080030 (system) Information
      • +
      • p2.eclipse-plugin:org.apache.ant:jar:lib/ant-apache-bcel.jar:1.8.4.v201303080030 (system) Information
      • +
      • p2.eclipse-plugin:org.apache.ant:jar:lib/ant-apache-bsf.jar:1.8.4.v201303080030 (system) Information
      • +
      • p2.eclipse-plugin:org.apache.ant:jar:lib/ant-apache-log4j.jar:1.8.4.v201303080030 (system) Information
      • +
      • p2.eclipse-plugin:org.apache.ant:jar:lib/ant-apache-oro.jar:1.8.4.v201303080030 (system) Information
      • +
      • p2.eclipse-plugin:org.apache.ant:jar:lib/ant-apache-regexp.jar:1.8.4.v201303080030 (system) Information
      • +
      • p2.eclipse-plugin:org.apache.ant:jar:lib/ant-apache-resolver.jar:1.8.4.v201303080030 (system) Information
      • +
      • p2.eclipse-plugin:org.apache.ant:jar:lib/ant-apache-xalan2.jar:1.8.4.v201303080030 (system) Information
      • +
      • p2.eclipse-plugin:org.apache.ant:jar:lib/ant-commons-logging.jar:1.8.4.v201303080030 (system) Information
      • +
      • p2.eclipse-plugin:org.apache.ant:jar:lib/ant-commons-net.jar:1.8.4.v201303080030 (system) Information
      • +
      • p2.eclipse-plugin:org.apache.ant:jar:lib/ant-jai.jar:1.8.4.v201303080030 (system) Information
      • +
      • p2.eclipse-plugin:org.apache.ant:jar:lib/ant-javamail.jar:1.8.4.v201303080030 (system) Information
      • +
      • p2.eclipse-plugin:org.apache.ant:jar:lib/ant-jdepend.jar:1.8.4.v201303080030 (system) Information
      • +
      • p2.eclipse-plugin:org.apache.ant:jar:lib/ant-jmf.jar:1.8.4.v201303080030 (system) Information
      • +
      • p2.eclipse-plugin:org.apache.ant:jar:lib/ant-jsch.jar:1.8.4.v201303080030 (system) Information
      • +
      • p2.eclipse-plugin:org.apache.ant:jar:lib/ant-junit.jar:1.8.4.v201303080030 (system) Information
      • +
      • p2.eclipse-plugin:org.apache.ant:jar:lib/ant-junit4.jar:1.8.4.v201303080030 (system) Information
      • +
      • p2.eclipse-plugin:org.apache.ant:jar:lib/ant-launcher.jar:1.8.4.v201303080030 (system) Information
      • +
      • p2.eclipse-plugin:org.apache.ant:jar:lib/ant-netrexx.jar:1.8.4.v201303080030 (system) Information
      • +
      • p2.eclipse-plugin:org.apache.ant:jar:lib/ant-swing.jar:1.8.4.v201303080030 (system) Information
      • +
      • p2.eclipse-plugin:org.apache.ant:jar:lib/ant-testutil.jar:1.8.4.v201303080030 (system) Information
      • +
      • p2.eclipse-plugin:org.apache.ant:jar:lib/ant.jar:1.8.4.v201303080030 (system) Information
      • +
      • p2.eclipse-plugin:ch.qos.logback.classic:jar:1.0.7.v20121108-1250 (system) Information
      • +
      • p2.eclipse-plugin:ch.qos.logback.core:jar:1.0.7.v20121108-1250 (system) Information
      • +
      • p2.eclipse-plugin:org.slf4j.api:jar:1.7.2.v20121108-1250 (system) Information
      • +
      • p2.eclipse-plugin:code.google.restclient.tool:jar:1.0.3 (system) Information
      • +
      • p2.eclipse-plugin:code.google.restclient.tool:jar:lib/apache-mime4j-0.6.jar:1.0.3 (system) Information
      • +
      • p2.eclipse-plugin:code.google.restclient.tool:jar:lib/commons-logging-1.1.jar:1.0.3 (system) Information
      • +
      • p2.eclipse-plugin:code.google.restclient.tool:jar:lib/jettison-1.2.jar:1.0.3 (system) Information
      • +
      • p2.eclipse-plugin:code.google.restclient.tool:jar:lib/log4j-1.2.16.jar:1.0.3 (system) Information
      • +
      • p2.eclipse-plugin:code.google.restclient.tool:jar:lib/mime-util-2.1.3.jar:1.0.3 (system) Information
      • +
      • p2.eclipse-plugin:code.google.restclient.tool:jar:lib/slf4j-api-1.6.0.jar:1.0.3 (system) Information
      • +
      • p2.eclipse-plugin:code.google.restclient.tool:jar:lib/slf4j-log4j12-1.6.0.jar:1.0.3 (system) Information
      • +
      • p2.eclipse-plugin:code.google.restclient.tool:jar:lib/httpclient-4.1.jar:1.0.3 (system) Information
      • +
      • p2.eclipse-plugin:code.google.restclient.tool:jar:lib/httpcore-4.1.jar:1.0.3 (system) Information
      • +
      • p2.eclipse-plugin:code.google.restclient.tool:jar:lib/httpcore-nio-4.1.jar:1.0.3 (system) Information
      • +
      • p2.eclipse-plugin:code.google.restclient.tool:jar:lib/httpmime-4.1.jar:1.0.3 (system) Information
      • +
      • p2.eclipse-plugin:code.google.restclient.tool:jar:lib/rc-tool-core_1.0.3.jar:1.0.3 (system) Information
      • +
      • p2.eclipse-feature:code.google.restclient.tool.feature:jar:1.0.3 (system) Information
      • +
      • p2.eclipse-plugin:code.satyagraha.gfm.viewer.plugin:jar:1.9.3 (system) Information
      • +
      • p2.eclipse-plugin:code.satyagraha.gfm.viewer.plugin:jar:lib/code.satyagraha.gfm.viewer.ext-deps-1.9.3.jar:1.9.3 (system) Information
      • +
      • p2.eclipse-feature:code.satyagraha.gfm.viewer.feature:jar:1.9.3 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.text:jar:3.5.300.v20130515-1451 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.jface:jar:3.9.1.v20130725-1141 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.ui.workbench:jar:3.105.2.v20140211-1711 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.core.net:jar:1.2.200.v20130430-1352 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.osgi:jar:3.9.1.v20140110-1610 (system) Information
      • +
      • p2.eclipse-plugin:com.eclipsesource.jshint:jar:0.9.10.20141011-1730 (system) Information
      • +
      • p2.eclipse-plugin:org.mozilla.javascript:jar:1.7.4.v201209142200 (system) Information
      • +
      • p2.eclipse-plugin:com.eclipsesource.jshint.source:jar:0.9.10.20141011-1730 (system) Information
      • +
      • p2.eclipse-plugin:com.eclipsesource.jshint.ui:jar:0.9.10.20141011-1730 (system) Information
      • +
      • p2.eclipse-plugin:com.eclipsesource.jshint.ui.source:jar:0.9.10.20141011-1730 (system) Information
      • +
      • p2.eclipse-plugin:org.mozilla.javascript.source:jar:1.7.4.v201209142200 (system) Information
      • +
      • p2.eclipse-feature:com.eclipsesource.jshint.feature:jar:0.9.10.20141011-1730 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.e4.ui.workbench.addons.swt:jar:1.0.2.v20131129-1621 (system) Information
      • +
      • p2.eclipse-plugin:com.github.eclipsecolortheme:jar:1.0.0.201410260308 (system) Information
      • +
      • p2.eclipse-feature:com.github.eclipsecolortheme.feature:jar:1.0.0.201410260308 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.e4.ui.css.swt.theme:jar:0.9.100.v20130515-1857 (system) Information
      • +
      • p2.eclipse-plugin:com.github.eclipseuitheme.themes.moonrise-ui:jar:0.8.9.201404052318 (system) Information
      • +
      • p2.eclipse-feature:com.github.eclipseuitheme.themes.feature:jar:0.8.9.201404052318 (system) Information
      • +
      • p2.eclipse-plugin:com.google.guava:jar:12.0.0.v201212092141 (system) Information
      • +
      • p2.eclipse-plugin:javax.xml:jar:1.3.4.v201005080400 (system) Information
      • +
      • p2.eclipse-plugin:com.xored.glance.ui:jar:1.1.1 (system) Information
      • +
      • p2.eclipse-plugin:com.xored.glance.ui.controls:jar:1.1.1 (system) Information
      • +
      • p2.eclipse-plugin:com.xored.glance.ui.viewers:jar:1.1.1 (system) Information
      • +
      • p2.eclipse-feature:com.xored.glance:jar:1.1.1 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.core.variables:jar:3.2.700.v20130402-1741 (system) Information
      • +
      • p2.eclipse-plugin:de.bastiankrol.startexplorer:jar:lib/json-simple-1.1.1.jar:1.7.0.201509091830 (system) Information
      • +
      • p2.eclipse-plugin:de.bastiankrol.startexplorer:jar:1.7.0.201509091830 (system) Information
      • +
      • p2.eclipse-feature:de.bastiankrol.startexplorer.feature:jar:1.7.0 (system) Information
      • +
      • p2.eclipse-plugin:gitaddon.core:jar:1.0.0.20140303-0606 (system) Information
      • +
      • p2.eclipse-feature:gitaddon.feature:jar:1.0.0.20140303-0606 (system) Information
      • +
      • p2.eclipse-plugin:io.emmet.eclipse:jar:1.0.0.201401132323 (system) Information
      • +
      • p2.eclipse-plugin:io.emmet.eclipse:jar:js.jar:1.0.0.201401132323 (system) Information
      • +
      • p2.eclipse-plugin:io.emmet.eclipse:jar:gson.jar:1.0.0.201401132323 (system) Information
      • +
      • p2.eclipse-feature:io.emmet.eclipse:jar:1.0.0.201401132323 (system) Information
      • +
      • p2.eclipse-plugin:it.unibz.instasearch:jar:1.5.6 (system) Information
      • +
      • p2.eclipse-plugin:org.apache.lucene:jar:2.9.1.v201101211721 (system) Information
      • +
      • p2.eclipse-plugin:org.apache.lucene.analysis:jar:2.9.1.v201101211721 (system) Information
      • +
      • p2.eclipse-plugin:org.apache.commons.httpclient:jar:3.1.0.v201012070820 (system) Information
      • +
      • p2.eclipse-plugin:org.apache.commons.lang:jar:2.6.0.v201205030909 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.search:jar:3.9.1.v20131121-1346 (system) Information
      • +
      • p2.eclipse-plugin:org.apache.lucene.highlighter:jar:2.9.1.v20100421-0704 (system) Information
      • +
      • p2.eclipse-plugin:org.apache.lucene.memory:jar:2.9.1.v20100421-0704 (system) Information
      • +
      • p2.eclipse-plugin:org.apache.lucene.misc:jar:2.9.1.v20100421-0704 (system) Information
      • +
      • p2.eclipse-plugin:org.apache.lucene.queries:jar:2.9.1.v20100421-0704 (system) Information
      • +
      • p2.eclipse-plugin:org.apache.lucene.snowball:jar:2.9.1.v20100421-0704 (system) Information
      • +
      • p2.eclipse-plugin:org.apache.lucene.spellchecker:jar:2.9.1.v20100421-0704 (system) Information
      • +
      • p2.eclipse-feature:it.unibz.instasearch.feature.indigo:jar:1.5.6 (system) Information
      • +
      • p2.eclipse-plugin:javax.annotation:jar:1.1.0.v201209060031 (system) Information
      • +
      • p2.eclipse-plugin:jdt.spelling:jar:1.0.0.v20141130-2055 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.jdt.core.manipulation:jar:1.5.0.v20130605-1748 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.ltk.core.refactoring:jar:3.6.100.v20130605-1748 (system) Information
      • +
      • p2.eclipse-feature:jdt.spelling.feature:jar:1.0.0.v20141130-2055 (system) Information
      • +
      • p2.eclipse-plugin:jsonedit-core:jar:0.9.7 (system) Information
      • +
      • p2.eclipse-plugin:jsonedit-model:jar:0.9.7 (system) Information
      • +
      • p2.eclipse-plugin:jsonedit-reader:jar:0.9.7 (system) Information
      • +
      • p2.eclipse-plugin:jsonedit-outline:jar:0.9.7 (system) Information
      • +
      • p2.eclipse-plugin:jsonedit-validator:jar:0.9.7 (system) Information
      • +
      • p2.eclipse-plugin:jsonedit-validation:jar:0.9.7 (system) Information
      • +
      • p2.eclipse-plugin:jsonedit-folding:jar:0.9.7 (system) Information
      • +
      • p2.eclipse-plugin:jsonedit-preferences:jar:0.9.7 (system) Information
      • +
      • p2.eclipse-plugin:jsonedit-text:jar:0.9.7 (system) Information
      • +
      • p2.eclipse-plugin:jsonedit-log:jar:0.9.7 (system) Information
      • +
      • p2.eclipse-feature:jsonedit-feature:jar:0.9.7 (system) Information
      • +
      • p2.eclipse-plugin:winterwell.markdown:jar:1.2.0.201501260515 (system) Information
      • +
      • p2.eclipse-plugin:winterwell.markdown:jar:lib/markdownj-1.0.2b4-0.3.0.jar:1.2.0.201501260515 (system) Information
      • +
      • p2.eclipse-plugin:winterwell.markdown:jar:lib/winterwell.utils.jar:1.2.0.201501260515 (system) Information
      • +
      • p2.eclipse-plugin:winterwell.markdown:jar:lib/net.sf.paperclips_1.0.1.jar:1.2.0.201501260515 (system) Information
      • +
      • p2.eclipse-feature:markdown.editor.feature:jar:1.2.0.201501260515 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.help:jar:3.6.0.v20130326-1254 (system) Information
      • +
      • p2.eclipse-plugin:name.schedenig.eclipse.popupnotifications:jar:1.0.0 (system) Information
      • +
      • p2.eclipse-plugin:name.schedenig.eclipse.grepconsole:jar:3.7.0 (system) Information
      • +
      • p2.eclipse-feature:name.schedenig.eclipse.grepconsole:jar:3.7.0 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.e4.ui.workbench.renderers.swt:jar:0.11.2.v20140205-1834 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.e4.ui.css.core:jar:0.10.100.v20130515-1857 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.e4.core.di:jar:1.3.0.v20130514-1256 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.e4.ui.css.swt:jar:0.11.0.v20130515-1857 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.e4.core.services:jar:1.1.0.v20130515-1343 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.osgi.services:jar:3.3.100.v20130513-1956 (system) Information
      • +
      • p2.eclipse-plugin:org.w3c.css.sac:jar:1.3.1.v200903091627 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.e4.ui.model.workbench:jar:1.0.1.v20131118-1956 (system) Information
      • +
      • p2.eclipse-plugin:net.jeeeyul.swtend:jar:2.2.5.I20140918-144458 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.e4.core.contexts:jar:1.3.1.v20130905-0905 (system) Information
      • +
      • p2.eclipse-plugin:javax.inject:jar:1.0.0.v20091030 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.e4.ui.widgets:jar:1.0.0.v20130515-1857 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.e4.ui.workbench.swt:jar:0.12.2.v20140117-1939 (system) Information
      • +
      • p2.eclipse-plugin:net.jeeeyul.eclipse.themes:jar:2.2.0.I20141210-114528 (system) Information
      • +
      • p2.eclipse-plugin:net.jeeeyul.eclipse.themes:jar:lib/com.google.guava_15.0.0.v201403281430.jar:2.2.0.I20141210-114528 (system) Information
      • +
      • p2.eclipse-plugin:net.jeeeyul.eclipse.themes:jar:lib/org.eclipse.xtend.lib_2.7.1.v201409090713.jar:2.2.0.I20141210-114528 (system) Information
      • +
      • p2.eclipse-plugin:net.jeeeyul.eclipse.themes:jar:lib/org.eclipse.xtext.xbase.lib_2.7.1.v201409090713.jar:2.2.0.I20141210-114528 (system) Information
      • +
      • p2.eclipse-plugin:net.jeeeyul.eclipse.themes:jar:lib/org.eclipse.xtend.lib.macro_2.7.1.v201409090713.jar:2.2.0.I20141210-114528 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.e4.ui.workbench:jar:1.0.2.v20131202-1739 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.e4.ui.services:jar:1.0.1.v20131118-1940 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.xtend.lib:jar:2.4.3.v201309030823 (system) Information
      • +
      • p2.eclipse-plugin:net.jeeeyul.eclipse.themes.ui:jar:2.2.0.I20141210-114528 (system) Information
      • +
      • p2.eclipse-feature:net.jeeeyul.eclipse.themes.feature:jar:2.2.0.I20141210-114528 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.emf.ecore.xmi:jar:2.9.1.v20131212-0545 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.pde.core:jar:3.9.1.v20130628-1111 (system) Information
      • +
      • p2.eclipse-plugin:net.jeeeyul.pdetools.model:jar:1.2.6.I20150812-105126 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.emf.edit.ui:jar:2.9.0.v20140203-1126 (system) Information
      • +
      • p2.eclipse-plugin:net.jeeeyul.pdetools.edit:jar:1.2.6.I20150812-105126 (system) Information
      • +
      • p2.eclipse-plugin:net.jeeeyul.pdetools:jar:1.2.6.I20150812-105126 (system) Information
      • +
      • p2.eclipse-plugin:net.jeeeyul.pdetools:jar:lib/org.eclipse.nebula.widgets.compositetable_1.0.0.201206270822.jar:1.2.6.I20150812-105126 (system) Information
      • +
      • p2.eclipse-plugin:net.jeeeyul.pdetools:jar:lib/org.eclipse.nebula.widgets.gallery_0.5.3.201206270822.jar:1.2.6.I20150812-105126 (system) Information
      • +
      • p2.eclipse-plugin:net.jeeeyul.pdetools:jar:lib/aopalliance.jar:1.2.6.I20150812-105126 (system) Information
      • +
      • p2.eclipse-plugin:net.jeeeyul.pdetools:jar:lib/guice-3.0.jar:1.2.6.I20150812-105126 (system) Information
      • +
      • p2.eclipse-plugin:net.jeeeyul.pdetools.capability:jar:1.2.6.I20150812-105126 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.emf.edit:jar:2.9.0.v20140203-1126 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.emf.ecore:jar:2.9.2.v20131212-0545 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.emf.ecore.edit:jar:2.8.0.v20140203-1126 (system) Information
      • +
      • p2.eclipse-feature:net.jeeeyul.pdetools.feature:jar:1.2.6.I20150812-105126 (system) Information
      • +
      • p2.eclipse-feature:net.jeeeyul.swtend.feature:jar:2.2.5.I20140918-144458 (system) Information
      • +
      • p2.eclipse-plugin:net.jumperz.app.MMonjaDB:jar:lib/mongo-2.7.2.jar:1.0.16 (system) Information
      • +
      • p2.eclipse-plugin:net.jumperz.app.MMonjaDB:jar:lib/jsch-0.1.46.jar:1.0.16 (system) Information
      • +
      • p2.eclipse-feature:net.jumperz.app.MMonjaDB:jar:1.0.16 (system) Information
      • +
      • p2.eclipse-plugin:net.mihai-nita.ansicon.plugin:jar:1.3.1.201508091828 (system) Information
      • +
      • p2.eclipse-feature:net.mihai-nita.ansicon:jar:1.3.1.201508091828 (system) Information
      • +
      • p2.eclipse-plugin:net.sourceforge.shelled.core:jar:2.0.0.201307080909 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.dltk.core:jar:5.0.0.201306060709 (system) Information
      • +
      • p2.eclipse-plugin:net.sourceforge.shelled.doc:jar:2.0.0.201307080909 (system) Information
      • +
      • p2.eclipse-plugin:net.sourceforge.shelled.ui:jar:2.0.0.201307080909 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.linuxtools.man.core:jar:1.1.0.201306111610 (system) Information
      • +
      • p2.eclipse-feature:net.sourceforge.shelled:jar:2.0.3 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.dltk.ui:jar:5.0.0.201306060709 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.dltk.launching:jar:5.0.0.201306060709 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.dltk.debug.ui:jar:5.0.0.201306060709 (system) Information
      • +
      • p2.eclipse-plugin:org.apache.batik.css:jar:1.6.0.v201011041432 (system) Information
      • +
      • p2.eclipse-plugin:org.apache.batik.util:jar:1.6.0.v201011041432 (system) Information
      • +
      • p2.eclipse-plugin:org.w3c.dom.svg:jar:1.1.0.v201011041433 (system) Information
      • +
      • p2.eclipse-plugin:org.apache.batik.util.gui:jar:1.6.0.v201011041432 (system) Information
      • +
      • p2.eclipse-plugin:org.apache.commons.codec:jar:1.4.0.v201209201156 (system) Information
      • +
      • p2.eclipse-plugin:org.slf4j.jcl:jar:1.7.2.v20130115-1340 (system) Information
      • +
      • p2.eclipse-plugin:org.apache.lucene.core:jar:2.9.1.v201101211721 (system) Information
      • +
      • org.chromium.chromedevtools:org.chromium.debug.core:eclipse-plugin:0.3.9-SNAPSHOT (provided) Information
      • +
      • org.chromium.chromedevtools:org.chromium.sdk:eclipse-plugin:0.3.9-SNAPSHOT (provided) Information
      • +
      • org.chromium.chromedevtools:org.chromium.sdk:jar:lib/json_simple/json_simple-1.1.jar:0.3.9.qualifier (system) Information
      • +
      • org.chromium.chromedevtools.features:org.chromium.debug:eclipse-feature:0.3.9-SNAPSHOT (provided) Information
      • +
      • org.chromium.chromedevtools.features:org.chromium.sdk:eclipse-feature:0.3.9-SNAPSHOT (provided) Information
      • +
      • org.chromium.chromedevtools:org.chromium.debug.ui:eclipse-plugin:0.3.9-SNAPSHOT (provided) Information
      • +
      • org.chromium.chromedevtools:org.chromium.debug:eclipse-plugin:0.3.9-SNAPSHOT (provided) Information
      • +
      • p2.eclipse-plugin:org.eclipse.compare:jar:3.5.401.v20130709-1308 (system) Information
      • +
      • org.chromium.chromedevtools:org.chromium.sdk.wip.eclipse:eclipse-plugin:0.3.9-SNAPSHOT (provided) Information
      • +
      • p2.eclipse-plugin:org.eclipse.wst.jsdt.core:jar:1.3.1.v201401291437 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.wst.jsdt.ui:jar:1.1.401.v201401171657 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.equinox.registry:jar:3.5.301.v20130717-1549 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.equinox.common:jar:3.6.200.v20130402-1505 (system) Information
      • +
      • p2.eclipse-plugin:org.dadacoalition.yedit:jar:Resources/snakeyaml-1.13.jar:0.0.13 (system) Information
      • +
      • p2.eclipse-plugin:org.dadacoalition.yedit:jar:0.0.13 (system) Information
      • +
      • p2.eclipse-feature:org.dadacoalition.yedit:jar:0.0.13 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.ant.core:jar:3.2.500.v20140203-1328 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.compare.core:jar:3.5.300.v20130514-1224 (system) Information
      • +
      • p2.eclipse-plugin:com.ibm.icu:jar:50.1.1.v201304230130 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.core.commands:jar:3.6.100.v20130515-1857 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.core.contenttype:jar:3.4.200.v20130326-1255 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.equinox.preferences:jar:3.5.100.v20130422-1538 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.core.databinding:jar:1.4.1.v20130515-1857 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.core.databinding.observable:jar:1.4.1.v20130515-1857 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.core.databinding.property:jar:1.4.200.v20130515-1857 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.core.filebuffers:jar:3.5.300.v20130225-1821 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.core.jobs:jar:3.5.300.v20130429-1813 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.equinox.security:jar:1.2.0.v20130424-1801 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.equinox.app:jar:1.3.100.v20130327-1442 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.dltk.console:jar:5.0.0.201306060709 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.dltk.console.ui:jar:5.0.0.201306060709 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.dltk.annotations:jar:5.0.0.201306060709 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.dltk.core.manipulation:jar:5.0.0.201306060709 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.dltk.debug:jar:5.0.0.201306060709 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.team.core:jar:3.7.0.v20130514-1224 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.ltk.ui.refactoring:jar:3.7.100.v20130605-1748 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.swt:jar:3.102.1.v20140206-1334 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.draw2d:jar:3.9.0.201308190730 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.e4.core.commands:jar:0.10.2.v20130515-1857 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.e4.core.di.extensions:jar:0.11.100.v20130514-1256 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.e4.ui.bindings:jar:0.10.102.v20140117-1939 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.e4.ui.di:jar:1.0.0.v20130515-1857 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.emf.ecore.change:jar:2.9.0.v20131212-0545 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.jface.databinding:jar:1.6.200.v20130515-1857 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.e4.ui.workbench3:jar:0.12.0.v20130515-1857 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.equinox.ds:jar:1.4.101.v20130813-1853 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.equinox.event:jar:1.3.0.v20130327-1442 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.emf.common:jar:2.9.2.v20131212-0545 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.emf.common.ui:jar:2.8.0.v20140203-1126 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.equinox.bidi:jar:0.10.0.v20130327-1442 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.equinox.util:jar:1.0.500.v20130404-1337 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.equinox.frameworkadmin:jar:2.0.100.v20130327-2119 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.equinox.frameworkadmin.equinox:jar:1.0.500.v20130327-2119 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.equinox.p2.artifact.repository:jar:1.1.200.v20130515-2028 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.equinox.p2.metadata:jar:2.2.0.v20130523-1557 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.equinox.p2.core:jar:2.3.0.v20130327-2119 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.equinox.p2.jarprocessor:jar:1.0.300.v20130327-2119 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.equinox.p2.repository:jar:2.3.0.v20130412-2032 (system) Information
      • +
      • p2.eclipse-plugin:org.sat4j.core:jar:2.3.5.v201308161310 (system) Information
      • +
      • p2.eclipse-plugin:org.sat4j.pb:jar:2.3.5.v201308161310 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.equinox.simpleconfigurator:jar:1.0.400.v20130327-2119 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.equinox.p2.engine:jar:2.3.0.v20130526-2122 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.equinox.p2.director:jar:2.3.1.v20140221-1852 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.equinox.p2.director.app:jar:1.0.300.v20130819-1621 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.equinox.p2.metadata.repository:jar:1.2.100.v20130327-2119 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.equinox.p2.garbagecollector:jar:1.0.200.v20130327-2119 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.equinox.p2.publisher:jar:1.3.0.v20140129-1405 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.equinox.p2.publisher.eclipse:jar:1.1.200.v20130516-1953 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.equinox.simpleconfigurator.manipulator:jar:2.0.0.v20130327-2119 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.equinox.p2.repository.tools:jar:2.1.0.v20130327-2119 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.equinox.p2.touchpoint.eclipse:jar:2.1.200.v20130327-2119 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.ui.intro:jar:3.4.200.v20130326-1254 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.ui.cheatsheets:jar:3.4.200.v20130326-1254 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.jdt.debug:jar:jdi.jar:3.8.0.v20130514-0841 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.jdt.debug:jar:jdimodel.jar:3.8.0.v20130514-0841 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.jdt.launching:jar:3.7.1.v20131218-1102 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.team.ui:jar:3.7.1.v20130729-1104 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.pde.build:jar:pdebuild.jar:3.8.100.v20130514-1028 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.update.configurator:jar:3.3.200.v20140203-1328 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.ui.views.properties.tabbed:jar:3.6.0.v20130515-1857 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.wst.jsdt.manipulation:jar:1.0.400.v201204261600 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.xtext.xbase.lib:jar:2.4.3.v201309030823 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse_icons.editor:jar:2.4.1.201311032200 (system) Information
      • +
      • p2.eclipse-feature:org.eclipse_icons.editor.feature:jar:2.4.1.201311032200 (system) Information
      • +
      • org.nodeclipse.nodeclipse-1:org.nodeclipse.bundle.coffee:eclipse-plugin:1.6.3 (provided) Information
      • +
      • org.nodeclipse.nodeclipse-1:org.nodeclipse.bundle.coffee.feature:eclipse-feature:1.6.3 (provided) Information
      • +
      • org.nodeclipse.nodeclipse-1:org.nodeclipse.bundle.express:eclipse-plugin:3.2.5 (provided) Information
      • +
      • org.nodeclipse.nodeclipse-1:org.nodeclipse.bundle.express.feature:eclipse-feature:3.2.5 (provided) Information
      • +
      • org.nodeclipse.nodeclipse-1:org.nodeclipse.common:eclipse-plugin:1.0.2-SNAPSHOT (provided) Information
      • +
      • org.nodeclipse.nodeclipse-1:org.nodeclipse.debug:eclipse-plugin:1.0.2-SNAPSHOT (provided) Information
      • +
      • org.nodeclipse.nodeclipse-1:org.nodeclipse.ui:eclipse-plugin:1.0.2-SNAPSHOT (provided) Information
      • +
      • org.nodeclipse.nodeclipse-1:org.nodeclipse.enide.editors.gradle:eclipse-plugin:1.0.2-SNAPSHOT (provided) Information
      • +
      • org.nodeclipse.nodeclipse-1:org.nodeclipse.enide.editors.gradle.feature:eclipse-feature:1.0.2-SNAPSHOT (provided) Information
      • +
      • org.nodeclipse.nodeclipse-1:org.nodeclipse.enide.editors.jade:eclipse-plugin:1.0.2-SNAPSHOT (provided) Information
      • +
      • org.nodeclipse.nodeclipse-1:org.nodeclipse.enide.editors.jade.feature:eclipse-feature:1.0.2-SNAPSHOT (provided) Information
      • +
      • org.nodeclipse.nodeclipse-1:org.nodeclipse.enide.gradle:eclipse-plugin:1.0.2-SNAPSHOT (provided) Information
      • +
      • org.nodeclipse.nodeclipse-1:org.nodeclipse.enide.gradle.feature:eclipse-feature:1.0.2-SNAPSHOT (provided) Information
      • +
      • org.nodeclipse.nodeclipse-1:org.nodeclipse.enide.maven:eclipse-plugin:1.0.2-SNAPSHOT (provided) Information
      • +
      • org.nodeclipse.nodeclipse-1:org.nodeclipse.enide.maven.feature:eclipse-feature:1.0.2-SNAPSHOT (provided) Information
      • +
      • org.nodeclipse.nodeclipse-1:org.nodeclipse.enide.nodejs.feature:eclipse-feature:1.0.2-SNAPSHOT (provided) Information
      • +
      • org.nodeclipse.nodeclipse-1:org.nodeclipse:eclipse-feature:1.0.2-SNAPSHOT (provided) Information
      • +
      • org.nodeclipse.nodeclipse-1:org.nodeclipse.enide.studio.included.feature:eclipse-feature:1.0.2-SNAPSHOT (provided) Information
      • +
      • org.nodeclipse.nodeclipse-1:org.nodeclipse.phantomjs.feature:eclipse-feature:1.0.2-SNAPSHOT (provided) Information
      • +
      • org.nodeclipse.nodeclipse-1:org.nodeclipse.jjs.feature:eclipse-feature:1.0.2-SNAPSHOT (provided) Information
      • +
      • org.nodeclipse.nodeclipse-1:org.nodeclipse.mongodb.feature:eclipse-feature:1.0.2-SNAPSHOT (provided) Information
      • +
      • org.nodeclipse.nodeclipse-1:org.nodeclipse.vertx.feature:eclipse-feature:1.0.2-SNAPSHOT (provided) Information
      • +
      • org.nodeclipse.nodeclipse-1:org.nodeclipse.help:eclipse-plugin:1.0.2-SNAPSHOT (provided) Information
      • +
      • org.nodeclipse.nodeclipse-1:org.nodeclipse.jjs:eclipse-plugin:1.0.2-SNAPSHOT (provided) Information
      • +
      • org.nodeclipse.nodeclipse-1:org.nodeclipse.mongodb:eclipse-plugin:1.0.2-SNAPSHOT (provided) Information
      • +
      • org.nodeclipse.nodeclipse-1:org.nodeclipse.phantomjs:eclipse-plugin:1.0.2-SNAPSHOT (provided) Information
      • +
      • org.nodeclipse.nodeclipse-1:org.nodeclipse.pluginslist.core:eclipse-plugin:1.0.2-SNAPSHOT (provided) Information
      • +
      • org.nodeclipse.nodeclipse-1:org.nodeclipse.pluginslist.feature:eclipse-feature:1.0.2-SNAPSHOT (provided) Information
      • +
      • org.nodeclipse.nodeclipse-1:org.nodeclipse.vertx:eclipse-plugin:1.0.2-SNAPSHOT (provided) Information
      • +
      • p2.eclipse-plugin:org.sweetlemonade.eclipse.json:jar:libs/antlr-3.5.1-complete-no-st3.jar:1.0.3 (system) Information
      • +
      • p2.eclipse-plugin:org.sweetlemonade.eclipse.json:jar:1.0.3 (system) Information
      • +
      • p2.eclipse-feature:org.sweetlemonade.eclipse.json.feature:jar:1.0.3 (system) Information
      • +
      • p2.eclipse-plugin:org.w3c.dom.smil:jar:1.0.1.v200903091627 (system) Information
      • +
      • p2.eclipse-plugin:org.w3c.dom.events:jar:3.0.0.draft20060413_v201105210656 (system) Information
      • +
      • p2.eclipse-plugin:pm.eclipse.editbox:jar:0.70.0.201508180438 (system) Information
      • +
      • p2.eclipse-feature:pm.eclipse.editbox.feature:jar:0.70.0.201508180438 (system) Information
      • +
      • p2.eclipse-feature:zipeditor:jar:1.1.2.201409260755 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.swt.gtk.linux.x86:jar:3.102.1.v20140206-1358 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.swt.gtk.linux.x86_64:jar:3.102.1.v20140206-1358 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.swt.win32.win32.x86:jar:3.102.1.v20140206-1358 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.swt.win32.win32.x86_64:jar:3.102.1.v20140206-1358 (system) Information
      • +
      • p2.eclipse-plugin:org.eclipse.swt.cocoa.macosx.x86_64:jar:3.102.1.v20140206-1358 (system) Information
    +
    +

    Licenses

    +

    Unknown: org.chromium.debug, org.chromium.debug (feature), org.chromium.debug.core, org.chromium.debug.ui, org.chromium.sdk, org.chromium.sdk (feature), org.chromium.sdk.wip.eclipse, org.nodeclipse (feature), org.nodeclipse.bundle.coffee, org.nodeclipse.bundle.coffee.feature, org.nodeclipse.bundle.express, org.nodeclipse.bundle.express.feature, org.nodeclipse.common, org.nodeclipse.debug, org.nodeclipse.enide.editors.gradle, org.nodeclipse.enide.editors.gradle.feature, org.nodeclipse.enide.editors.jade, org.nodeclipse.enide.editors.jade.feature, org.nodeclipse.enide.gradle, org.nodeclipse.enide.gradle.feature, org.nodeclipse.enide.maven, org.nodeclipse.enide.maven.feature, org.nodeclipse.enide.nodejs.feature, org.nodeclipse.enide.studio.included.feature, org.nodeclipse.help, org.nodeclipse.jjs, org.nodeclipse.jjs.feature, org.nodeclipse.mongodb, org.nodeclipse.mongodb.feature, org.nodeclipse.phantomjs, org.nodeclipse.phantomjs.feature, org.nodeclipse.pluginslist, org.nodeclipse.pluginslist (feature), org.nodeclipse.site, org.nodeclipse.ui, org.nodeclipse.vertx, org.nodeclipse.vertx.feature

    +
    +

    Dependency File Details

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    FilenameSizeEntriesClassesPackagesJava VersionDebug Information
    org.chromium.debug-0.3.9-SNAPSHOT.jar6.48 kB-----
    org.chromium.debug.core-0.3.9-SNAPSHOT.jar361.97 kB-----
    org.chromium.debug.ui-0.3.9-SNAPSHOT.jar547.17 kB-----
    org.chromium.sdk-0.3.9-SNAPSHOT.jar615.00 kB-----
    org.chromium.sdk.wip.eclipse-0.3.9-SNAPSHOT.jar5.16 kB-----
    org.chromium.debug-0.3.9-SNAPSHOT.jar5.68 kB-----
    org.chromium.sdk-0.3.9-SNAPSHOT.jar5.45 kB-----
    org.nodeclipse-1.0.2-SNAPSHOT.jar6.17 kB-----
    org.nodeclipse.bundle.coffee-1.6.3.jar85.43 kB-----
    org.nodeclipse.bundle.coffee.feature-1.6.3.jar2.86 kB-----
    org.nodeclipse.bundle.express-3.2.5.jar353.80 kB-----
    org.nodeclipse.bundle.express.feature-3.2.5.jar2.92 kB-----
    org.nodeclipse.common-1.0.2-SNAPSHOT.jar6.53 kB-----
    org.nodeclipse.debug-1.0.2-SNAPSHOT.jar120.44 kB-----
    org.nodeclipse.enide.editors.gradle-1.0.2-SNAPSHOT.jar34.77 kB-----
    org.nodeclipse.enide.editors.gradle.feature-1.0.2-SNAPSHOT.jar6.44 kB-----
    org.nodeclipse.enide.editors.jade-1.0.2-SNAPSHOT.jar21.60 kB-----
    org.nodeclipse.enide.editors.jade.feature-1.0.2-SNAPSHOT.jar6.35 kB-----
    org.nodeclipse.enide.gradle-1.0.2-SNAPSHOT.jar55.25 kB-----
    org.nodeclipse.enide.gradle.feature-1.0.2-SNAPSHOT.jar3.30 kB-----
    org.nodeclipse.enide.maven-1.0.2-SNAPSHOT.jar53.76 kB-----
    org.nodeclipse.enide.maven.feature-1.0.2-SNAPSHOT.jar3.31 kB-----
    org.nodeclipse.enide.nodejs.feature-1.0.2-SNAPSHOT.jar5.95 kB-----
    org.nodeclipse.enide.studio.included.feature-1.0.2-SNAPSHOT.jar2.95 kB-----
    org.nodeclipse.help-1.0.2-SNAPSHOT.jar331.22 kB-----
    org.nodeclipse.jjs-1.0.2-SNAPSHOT.jar29.27 kB-----
    org.nodeclipse.jjs.feature-1.0.2-SNAPSHOT.jar6.20 kB-----
    org.nodeclipse.mongodb-1.0.2-SNAPSHOT.jar18.41 kB-----
    org.nodeclipse.mongodb.feature-1.0.2-SNAPSHOT.jar6.26 kB-----
    org.nodeclipse.phantomjs-1.0.2-SNAPSHOT.jar22.83 kB-----
    org.nodeclipse.phantomjs.feature-1.0.2-SNAPSHOT.jar6.24 kB-----
    org.nodeclipse.pluginslist.core-1.0.2-SNAPSHOT.jar10.53 kB-----
    org.nodeclipse.pluginslist.feature-1.0.2-SNAPSHOT.jar2.27 kB-----
    org.nodeclipse.ui-1.0.2-SNAPSHOT.jar466.15 kB-----
    org.nodeclipse.vertx-1.0.2-SNAPSHOT.jar22.39 kB-----
    org.nodeclipse.vertx.feature-1.0.2-SNAPSHOT.jar6.22 kB-----
    TotalSizeEntriesClassesPackagesJava VersionDebug Information
    363.25 MB---0.0-
    provided: 36provided: 3.25 MB-----
    +
    +

    Dependency Repository Locations

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Repo IDURLReleaseSnapshotBlacklisted
    sonatype-snapshotshttps://oss.sonatype.org/content/repositories/snapshots/NoYesNo
    editboxhttp://nodeclipse.github.io/updates/editbox-0.70.0/NoNoNo
    EclipseRunnerhttp://eclipserunnerplugin.googlecode.com/svn/trunk/EclipseRunnerSiteNoNoNo
    grep-consolehttp://eclipse.schedenig.nameNoNoNo
    net.jeeeyul.eclipse.themes.updatesitehttp://eclipse.jeeeyul.net/update/NoNoNo
    codehaus-snapshotshttps://nexus.codehaus.org/snapshots/NoYesYes
    gfm.viewerhttp://dl.bintray.com/satyagraha/generic/1.9.3/NoNoNo
    git-addonhttp://www.nodeclipse.org/git/addon/NoNoNo
    io.emmet.eclipsehttp://emmet.io/eclipse/updates/NoNoYes
    eclipsejsonedithttps://sourceforge.net/projects/eclipsejsonedit/files/updateNoNoNo
    jshint-eclipsehttp://github.eclipsesource.com/jshint-eclipse/updates/NoNoNo
    SelectionExplorerhttp://sandipchitaleseclipseplugins.googlecode.com/svn/trunk/SelectionExplorerUpdateSiteNoNoNo
    shelledhttps://downloads.sourceforge.net/project/shelled/shelled/update/NoNoYes
    coffeescript-eclipsehttp://dl.bintray.com/nodeclipse/CoffeeScriptEditor/0.4.0-201403250304/NoNoNo
    OpenClosedProjectsFeaturehttp://sandipchitaleseclipseplugins.googlecode.com/svn/trunk/OpenClosedProjectsFeatureUpdateSite/NoNoNo
    centralhttps://repo.maven.apache.org/maven2YesNoNo
    ansy-consolehttp://www.mihai-nita.net/eclipseNoNoNo
    fail-backhttp://dl.bintray.com/nodeclipse/nodeclipse/0.15/NoNoNo
    org.dadacoalition.yedithttp://dadacoalition.org/yeditNoNoNo
    keplerhttp://download.eclipse.org/releases/keplerNoNoNo
    startexplorerhttp://basti1302.github.com/startexplorer/update/NoNoNo
    sonatypehttps://oss.sonatype.org/content/repositories/releases/YesNoNo
    jeeeyulhttp://jeeeyul.github.io/update/NoNoNo
    jdt.spelling.featurehttp://jdt.spelling.s3-website-us-east-1.amazonaws.comNoNoNo
    winterwell.markdownhttp://www.nodeclipse.org/updates/markdown/NoNoNo
    com.github.eclipsecolortheme.featurehttp://eclipse-color-theme.github.com/updateNoNoNo
    it.unibz.instasearch.feature.indigohttp://dl.bintray.com/ajermakovics/InstaSearch/NoNoNo
    moonrise.com.github.eclipseuitheme.themes.featurehttps://raw.github.com/guari/eclipse-ui-theme/master/com.github.eclipseuitheme.themes.updatesiteNoNoYes
    sonatype-apachehttps://repository.apache.org/releases/YesNoYes
    net.jumperz.app.MMonjaDBhttp://www.jumperz.net/update/NoNoYes
    com.xored.glancehttp://eclipse-glance.googlecode.com/svn/site/NoNoNo
    practicallymacrohttp://puremvcnotificationviewer.googlecode.com/svn/trunk/PracticallyMacroGoogleUpdateSiteNoNoNo
    Icons-Editorhttp://eclipse-icons-editor.eclipselabs.org.codespot.com/git/site/org.eclipse_icons.editor.site/NoNoNo
    apache-snapshotshttps://repository.apache.org/snapshots/NoYesNo
    zipeditorhttp://nodeclipse.github.io/updates/zipeditor/NoNoNo
    +

    Repository locations for each of the Dependencies.

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Artifactsonatype-snapshotseditboxEclipseRunnergrep-consolenet.jeeeyul.eclipse.themes.updatesitegfm.viewergit-addoneclipsejsoneditjshint-eclipseSelectionExplorercoffeescript-eclipseOpenClosedProjectsFeaturecentralansy-consolefail-backorg.dadacoalition.yeditkeplerstartexplorersonatypejeeeyuljdt.spelling.featurewinterwell.markdowncom.github.eclipsecolortheme.featureit.unibz.instasearch.feature.indigocom.xored.glancepracticallymacroIcons-Editorapache-snapshotszipeditor
    org.chromium.chromedevtools:org.chromium.debug:eclipse-plugin:0.3.9-SNAPSHOT-----------------------------
    org.chromium.chromedevtools:org.chromium.debug.core:eclipse-plugin:0.3.9-SNAPSHOT-----------------------------
    org.chromium.chromedevtools:org.chromium.debug.ui:eclipse-plugin:0.3.9-SNAPSHOT-----------------------------
    org.chromium.chromedevtools:org.chromium.sdk:eclipse-plugin:0.3.9-SNAPSHOT-----------------------------
    org.chromium.chromedevtools:org.chromium.sdk:jar:lib/json_simple/json_simple-1.1.jar:0.3.9.qualifier-----------------------------
    org.chromium.chromedevtools:org.chromium.sdk.wip.eclipse:eclipse-plugin:0.3.9-SNAPSHOT-----------------------------
    org.chromium.chromedevtools.features:org.chromium.debug:eclipse-feature:0.3.9-SNAPSHOT-----------------------------
    org.chromium.chromedevtools.features:org.chromium.sdk:eclipse-feature:0.3.9-SNAPSHOT-----------------------------
    org.nodeclipse.nodeclipse-1:org.nodeclipse:eclipse-feature:1.0.2-SNAPSHOT-----------------------------
    org.nodeclipse.nodeclipse-1:org.nodeclipse.bundle.coffee:eclipse-plugin:1.6.3-----------------------------
    org.nodeclipse.nodeclipse-1:org.nodeclipse.bundle.coffee.feature:eclipse-feature:1.6.3-----------------------------
    org.nodeclipse.nodeclipse-1:org.nodeclipse.bundle.express:eclipse-plugin:3.2.5-----------------------------
    org.nodeclipse.nodeclipse-1:org.nodeclipse.bundle.express.feature:eclipse-feature:3.2.5-----------------------------
    org.nodeclipse.nodeclipse-1:org.nodeclipse.common:eclipse-plugin:1.0.2-SNAPSHOT-----------------------------
    org.nodeclipse.nodeclipse-1:org.nodeclipse.debug:eclipse-plugin:1.0.2-SNAPSHOT-----------------------------
    org.nodeclipse.nodeclipse-1:org.nodeclipse.enide.editors.gradle:eclipse-plugin:1.0.2-SNAPSHOT-----------------------------
    org.nodeclipse.nodeclipse-1:org.nodeclipse.enide.editors.gradle.feature:eclipse-feature:1.0.2-SNAPSHOT-----------------------------
    org.nodeclipse.nodeclipse-1:org.nodeclipse.enide.editors.jade:eclipse-plugin:1.0.2-SNAPSHOT-----------------------------
    org.nodeclipse.nodeclipse-1:org.nodeclipse.enide.editors.jade.feature:eclipse-feature:1.0.2-SNAPSHOT-----------------------------
    org.nodeclipse.nodeclipse-1:org.nodeclipse.enide.gradle:eclipse-plugin:1.0.2-SNAPSHOT-----------------------------
    org.nodeclipse.nodeclipse-1:org.nodeclipse.enide.gradle.feature:eclipse-feature:1.0.2-SNAPSHOT-----------------------------
    org.nodeclipse.nodeclipse-1:org.nodeclipse.enide.maven:eclipse-plugin:1.0.2-SNAPSHOT-----------------------------
    org.nodeclipse.nodeclipse-1:org.nodeclipse.enide.maven.feature:eclipse-feature:1.0.2-SNAPSHOT-----------------------------
    org.nodeclipse.nodeclipse-1:org.nodeclipse.enide.nodejs.feature:eclipse-feature:1.0.2-SNAPSHOT-----------------------------
    org.nodeclipse.nodeclipse-1:org.nodeclipse.enide.studio.included.feature:eclipse-feature:1.0.2-SNAPSHOT-----------------------------
    org.nodeclipse.nodeclipse-1:org.nodeclipse.help:eclipse-plugin:1.0.2-SNAPSHOT-----------------------------
    org.nodeclipse.nodeclipse-1:org.nodeclipse.jjs:eclipse-plugin:1.0.2-SNAPSHOT-----------------------------
    org.nodeclipse.nodeclipse-1:org.nodeclipse.jjs.feature:eclipse-feature:1.0.2-SNAPSHOT-----------------------------
    org.nodeclipse.nodeclipse-1:org.nodeclipse.mongodb:eclipse-plugin:1.0.2-SNAPSHOT-----------------------------
    org.nodeclipse.nodeclipse-1:org.nodeclipse.mongodb.feature:eclipse-feature:1.0.2-SNAPSHOT-----------------------------
    org.nodeclipse.nodeclipse-1:org.nodeclipse.phantomjs:eclipse-plugin:1.0.2-SNAPSHOT-----------------------------
    org.nodeclipse.nodeclipse-1:org.nodeclipse.phantomjs.feature:eclipse-feature:1.0.2-SNAPSHOT-----------------------------
    org.nodeclipse.nodeclipse-1:org.nodeclipse.pluginslist.core:eclipse-plugin:1.0.2-SNAPSHOT-----------------------------
    org.nodeclipse.nodeclipse-1:org.nodeclipse.pluginslist.feature:eclipse-feature:1.0.2-SNAPSHOT-----------------------------
    org.nodeclipse.nodeclipse-1:org.nodeclipse.ui:eclipse-plugin:1.0.2-SNAPSHOT-----------------------------
    org.nodeclipse.nodeclipse-1:org.nodeclipse.vertx:eclipse-plugin:1.0.2-SNAPSHOT-----------------------------
    org.nodeclipse.nodeclipse-1:org.nodeclipse.vertx.feature:eclipse-feature:1.0.2-SNAPSHOT-----------------------------
    p2.eclipse-feature:EclipseRunnerFeature:jar:1.3.0-----------------------------
    p2.eclipse-feature:OpenClosedProjectsFeature:jar:1.0.5-----------------------------
    p2.eclipse-feature:PracticallyMacroFeature:jar:0.4.2-----------------------------
    p2.eclipse-feature:SelectionExplorerFeature:jar:1.0.2-----------------------------
    p2.eclipse-feature:code.google.restclient.tool.feature:jar:1.0.3-----------------------------
    p2.eclipse-feature:code.satyagraha.gfm.viewer.feature:jar:1.9.3-----------------------------
    p2.eclipse-feature:com.eclipsesource.jshint.feature:jar:0.9.10.20141011-1730-----------------------------
    p2.eclipse-feature:com.github.eclipsecolortheme.feature:jar:1.0.0.201410260308-----------------------------
    p2.eclipse-feature:com.github.eclipseuitheme.themes.feature:jar:0.8.9.201404052318-----------------------------
    p2.eclipse-feature:com.xored.glance:jar:1.1.1-----------------------------
    p2.eclipse-feature:de.bastiankrol.startexplorer.feature:jar:1.7.0-----------------------------
    p2.eclipse-feature:gitaddon.feature:jar:1.0.0.20140303-0606-----------------------------
    p2.eclipse-feature:io.emmet.eclipse:jar:1.0.0.201401132323-----------------------------
    p2.eclipse-feature:it.unibz.instasearch.feature.indigo:jar:1.5.6-----------------------------
    p2.eclipse-feature:jdt.spelling.feature:jar:1.0.0.v20141130-2055-----------------------------
    p2.eclipse-feature:jsonedit-feature:jar:0.9.7-----------------------------
    p2.eclipse-feature:markdown.editor.feature:jar:1.2.0.201501260515-----------------------------
    p2.eclipse-feature:name.schedenig.eclipse.grepconsole:jar:3.7.0-----------------------------
    p2.eclipse-feature:net.jeeeyul.eclipse.themes.feature:jar:2.2.0.I20141210-114528-----------------------------
    p2.eclipse-feature:net.jeeeyul.pdetools.feature:jar:1.2.6.I20150812-105126-----------------------------
    p2.eclipse-feature:net.jeeeyul.swtend.feature:jar:2.2.5.I20140918-144458-----------------------------
    p2.eclipse-feature:net.jumperz.app.MMonjaDB:jar:1.0.16-----------------------------
    p2.eclipse-feature:net.mihai-nita.ansicon:jar:1.3.1.201508091828-----------------------------
    p2.eclipse-feature:net.sourceforge.shelled:jar:2.0.3-----------------------------
    p2.eclipse-feature:org.dadacoalition.yedit:jar:0.0.13-----------------------------
    p2.eclipse-feature:org.eclipse_icons.editor.feature:jar:2.4.1.201311032200-----------------------------
    p2.eclipse-feature:org.sweetlemonade.eclipse.json.feature:jar:1.0.3-----------------------------
    p2.eclipse-feature:pm.eclipse.editbox.feature:jar:0.70.0.201508180438-----------------------------
    p2.eclipse-feature:zipeditor:jar:1.1.2.201409260755-----------------------------
    p2.eclipse-plugin:EclipseRunner:jar:1.3.0-----------------------------
    p2.eclipse-plugin:OpenClosedProjects:jar:1.0.5-----------------------------
    p2.eclipse-plugin:PracticallyMacro:jar:0.4.2-----------------------------
    p2.eclipse-plugin:Practicallymacro.BeanShellSupport:jar:0.1.6-----------------------------
    p2.eclipse-plugin:Practicallymacro.BeanShellSupport:jar:lib/bsh-2.0b4.jar:0.1.6-----------------------------
    p2.eclipse-plugin:SelectionExplorer:jar:1.0.2-----------------------------
    p2.eclipse-plugin:ZipEditor:jar:1.1.2.201409260755-----------------------------
    p2.eclipse-plugin:ch.qos.logback.classic:jar:1.0.7.v20121108-1250-----------------------------
    p2.eclipse-plugin:ch.qos.logback.core:jar:1.0.7.v20121108-1250-----------------------------
    p2.eclipse-plugin:code.google.restclient.tool:jar:1.0.3-----------------------------
    p2.eclipse-plugin:code.google.restclient.tool:jar:lib/apache-mime4j-0.6.jar:1.0.3-----------------------------
    p2.eclipse-plugin:code.google.restclient.tool:jar:lib/commons-logging-1.1.jar:1.0.3-----------------------------
    p2.eclipse-plugin:code.google.restclient.tool:jar:lib/httpclient-4.1.jar:1.0.3-----------------------------
    p2.eclipse-plugin:code.google.restclient.tool:jar:lib/httpcore-4.1.jar:1.0.3-----------------------------
    p2.eclipse-plugin:code.google.restclient.tool:jar:lib/httpcore-nio-4.1.jar:1.0.3-----------------------------
    p2.eclipse-plugin:code.google.restclient.tool:jar:lib/httpmime-4.1.jar:1.0.3-----------------------------
    p2.eclipse-plugin:code.google.restclient.tool:jar:lib/jettison-1.2.jar:1.0.3-----------------------------
    p2.eclipse-plugin:code.google.restclient.tool:jar:lib/log4j-1.2.16.jar:1.0.3-----------------------------
    p2.eclipse-plugin:code.google.restclient.tool:jar:lib/mime-util-2.1.3.jar:1.0.3-----------------------------
    p2.eclipse-plugin:code.google.restclient.tool:jar:lib/rc-tool-core_1.0.3.jar:1.0.3-----------------------------
    p2.eclipse-plugin:code.google.restclient.tool:jar:lib/slf4j-api-1.6.0.jar:1.0.3-----------------------------
    p2.eclipse-plugin:code.google.restclient.tool:jar:lib/slf4j-log4j12-1.6.0.jar:1.0.3-----------------------------
    p2.eclipse-plugin:code.satyagraha.gfm.viewer.plugin:jar:1.9.3-----------------------------
    p2.eclipse-plugin:code.satyagraha.gfm.viewer.plugin:jar:lib/code.satyagraha.gfm.viewer.ext-deps-1.9.3.jar:1.9.3-----------------------------
    p2.eclipse-plugin:com.eclipsesource.jshint:jar:0.9.10.20141011-1730-----------------------------
    p2.eclipse-plugin:com.eclipsesource.jshint.source:jar:0.9.10.20141011-1730-----------------------------
    p2.eclipse-plugin:com.eclipsesource.jshint.ui:jar:0.9.10.20141011-1730-----------------------------
    p2.eclipse-plugin:com.eclipsesource.jshint.ui.source:jar:0.9.10.20141011-1730-----------------------------
    p2.eclipse-plugin:com.github.eclipsecolortheme:jar:1.0.0.201410260308-----------------------------
    p2.eclipse-plugin:com.github.eclipseuitheme.themes.moonrise-ui:jar:0.8.9.201404052318-----------------------------
    p2.eclipse-plugin:com.google.guava:jar:12.0.0.v201212092141-----------------------------
    p2.eclipse-plugin:com.ibm.icu:jar:50.1.1.v201304230130-----------------------------
    p2.eclipse-plugin:com.xored.glance.ui:jar:1.1.1-----------------------------
    p2.eclipse-plugin:com.xored.glance.ui.controls:jar:1.1.1-----------------------------
    p2.eclipse-plugin:com.xored.glance.ui.viewers:jar:1.1.1-----------------------------
    p2.eclipse-plugin:de.bastiankrol.startexplorer:jar:1.7.0.201509091830-----------------------------
    p2.eclipse-plugin:de.bastiankrol.startexplorer:jar:lib/json-simple-1.1.1.jar:1.7.0.201509091830-----------------------------
    p2.eclipse-plugin:gitaddon.core:jar:1.0.0.20140303-0606-----------------------------
    p2.eclipse-plugin:io.emmet.eclipse:jar:1.0.0.201401132323-----------------------------
    p2.eclipse-plugin:io.emmet.eclipse:jar:gson.jar:1.0.0.201401132323-----------------------------
    p2.eclipse-plugin:io.emmet.eclipse:jar:js.jar:1.0.0.201401132323-----------------------------
    p2.eclipse-plugin:it.unibz.instasearch:jar:1.5.6-----------------------------
    p2.eclipse-plugin:javax.annotation:jar:1.1.0.v201209060031-----------------------------
    p2.eclipse-plugin:javax.inject:jar:1.0.0.v20091030-----------------------------
    p2.eclipse-plugin:javax.xml:jar:1.3.4.v201005080400-----------------------------
    p2.eclipse-plugin:jdt.spelling:jar:1.0.0.v20141130-2055-----------------------------
    p2.eclipse-plugin:jsonedit-core:jar:0.9.7-----------------------------
    p2.eclipse-plugin:jsonedit-folding:jar:0.9.7-----------------------------
    p2.eclipse-plugin:jsonedit-log:jar:0.9.7-----------------------------
    p2.eclipse-plugin:jsonedit-model:jar:0.9.7-----------------------------
    p2.eclipse-plugin:jsonedit-outline:jar:0.9.7-----------------------------
    p2.eclipse-plugin:jsonedit-preferences:jar:0.9.7-----------------------------
    p2.eclipse-plugin:jsonedit-reader:jar:0.9.7-----------------------------
    p2.eclipse-plugin:jsonedit-text:jar:0.9.7-----------------------------
    p2.eclipse-plugin:jsonedit-validation:jar:0.9.7-----------------------------
    p2.eclipse-plugin:jsonedit-validator:jar:0.9.7-----------------------------
    p2.eclipse-plugin:name.schedenig.eclipse.grepconsole:jar:3.7.0-----------------------------
    p2.eclipse-plugin:name.schedenig.eclipse.popupnotifications:jar:1.0.0-----------------------------
    p2.eclipse-plugin:net.jeeeyul.eclipse.themes:jar:2.2.0.I20141210-114528-----------------------------
    p2.eclipse-plugin:net.jeeeyul.eclipse.themes:jar:lib/com.google.guava_15.0.0.v201403281430.jar:2.2.0.I20141210-114528-----------------------------
    p2.eclipse-plugin:net.jeeeyul.eclipse.themes:jar:lib/org.eclipse.xtend.lib.macro_2.7.1.v201409090713.jar:2.2.0.I20141210-114528-----------------------------
    p2.eclipse-plugin:net.jeeeyul.eclipse.themes:jar:lib/org.eclipse.xtend.lib_2.7.1.v201409090713.jar:2.2.0.I20141210-114528-----------------------------
    p2.eclipse-plugin:net.jeeeyul.eclipse.themes:jar:lib/org.eclipse.xtext.xbase.lib_2.7.1.v201409090713.jar:2.2.0.I20141210-114528-----------------------------
    p2.eclipse-plugin:net.jeeeyul.eclipse.themes.ui:jar:2.2.0.I20141210-114528-----------------------------
    p2.eclipse-plugin:net.jeeeyul.pdetools:jar:1.2.6.I20150812-105126-----------------------------
    p2.eclipse-plugin:net.jeeeyul.pdetools:jar:lib/aopalliance.jar:1.2.6.I20150812-105126-----------------------------
    p2.eclipse-plugin:net.jeeeyul.pdetools:jar:lib/guice-3.0.jar:1.2.6.I20150812-105126-----------------------------
    p2.eclipse-plugin:net.jeeeyul.pdetools:jar:lib/org.eclipse.nebula.widgets.compositetable_1.0.0.201206270822.jar:1.2.6.I20150812-105126-----------------------------
    p2.eclipse-plugin:net.jeeeyul.pdetools:jar:lib/org.eclipse.nebula.widgets.gallery_0.5.3.201206270822.jar:1.2.6.I20150812-105126-----------------------------
    p2.eclipse-plugin:net.jeeeyul.pdetools.capability:jar:1.2.6.I20150812-105126-----------------------------
    p2.eclipse-plugin:net.jeeeyul.pdetools.edit:jar:1.2.6.I20150812-105126-----------------------------
    p2.eclipse-plugin:net.jeeeyul.pdetools.model:jar:1.2.6.I20150812-105126-----------------------------
    p2.eclipse-plugin:net.jeeeyul.swtend:jar:2.2.5.I20140918-144458-----------------------------
    p2.eclipse-plugin:net.jumperz.app.MMonjaDB:jar:lib/jsch-0.1.46.jar:1.0.16-----------------------------
    p2.eclipse-plugin:net.jumperz.app.MMonjaDB:jar:lib/mongo-2.7.2.jar:1.0.16-----------------------------
    p2.eclipse-plugin:net.mihai-nita.ansicon.plugin:jar:1.3.1.201508091828-----------------------------
    p2.eclipse-plugin:net.sourceforge.shelled.core:jar:2.0.0.201307080909-----------------------------
    p2.eclipse-plugin:net.sourceforge.shelled.doc:jar:2.0.0.201307080909-----------------------------
    p2.eclipse-plugin:net.sourceforge.shelled.ui:jar:2.0.0.201307080909-----------------------------
    p2.eclipse-plugin:org.apache.ant:jar:lib/ant-antlr.jar:1.8.4.v201303080030-----------------------------
    p2.eclipse-plugin:org.apache.ant:jar:lib/ant-apache-bcel.jar:1.8.4.v201303080030-----------------------------
    p2.eclipse-plugin:org.apache.ant:jar:lib/ant-apache-bsf.jar:1.8.4.v201303080030-----------------------------
    p2.eclipse-plugin:org.apache.ant:jar:lib/ant-apache-log4j.jar:1.8.4.v201303080030-----------------------------
    p2.eclipse-plugin:org.apache.ant:jar:lib/ant-apache-oro.jar:1.8.4.v201303080030-----------------------------
    p2.eclipse-plugin:org.apache.ant:jar:lib/ant-apache-regexp.jar:1.8.4.v201303080030-----------------------------
    p2.eclipse-plugin:org.apache.ant:jar:lib/ant-apache-resolver.jar:1.8.4.v201303080030-----------------------------
    p2.eclipse-plugin:org.apache.ant:jar:lib/ant-apache-xalan2.jar:1.8.4.v201303080030-----------------------------
    p2.eclipse-plugin:org.apache.ant:jar:lib/ant-commons-logging.jar:1.8.4.v201303080030-----------------------------
    p2.eclipse-plugin:org.apache.ant:jar:lib/ant-commons-net.jar:1.8.4.v201303080030-----------------------------
    p2.eclipse-plugin:org.apache.ant:jar:lib/ant-jai.jar:1.8.4.v201303080030-----------------------------
    p2.eclipse-plugin:org.apache.ant:jar:lib/ant-javamail.jar:1.8.4.v201303080030-----------------------------
    p2.eclipse-plugin:org.apache.ant:jar:lib/ant-jdepend.jar:1.8.4.v201303080030-----------------------------
    p2.eclipse-plugin:org.apache.ant:jar:lib/ant-jmf.jar:1.8.4.v201303080030-----------------------------
    p2.eclipse-plugin:org.apache.ant:jar:lib/ant-jsch.jar:1.8.4.v201303080030-----------------------------
    p2.eclipse-plugin:org.apache.ant:jar:lib/ant-junit.jar:1.8.4.v201303080030-----------------------------
    p2.eclipse-plugin:org.apache.ant:jar:lib/ant-junit4.jar:1.8.4.v201303080030-----------------------------
    p2.eclipse-plugin:org.apache.ant:jar:lib/ant-launcher.jar:1.8.4.v201303080030-----------------------------
    p2.eclipse-plugin:org.apache.ant:jar:lib/ant-netrexx.jar:1.8.4.v201303080030-----------------------------
    p2.eclipse-plugin:org.apache.ant:jar:lib/ant-swing.jar:1.8.4.v201303080030-----------------------------
    p2.eclipse-plugin:org.apache.ant:jar:lib/ant-testutil.jar:1.8.4.v201303080030-----------------------------
    p2.eclipse-plugin:org.apache.ant:jar:lib/ant.jar:1.8.4.v201303080030-----------------------------
    p2.eclipse-plugin:org.apache.batik.css:jar:1.6.0.v201011041432-----------------------------
    p2.eclipse-plugin:org.apache.batik.util:jar:1.6.0.v201011041432-----------------------------
    p2.eclipse-plugin:org.apache.batik.util.gui:jar:1.6.0.v201011041432-----------------------------
    p2.eclipse-plugin:org.apache.commons.codec:jar:1.4.0.v201209201156-----------------------------
    p2.eclipse-plugin:org.apache.commons.httpclient:jar:3.1.0.v201012070820-----------------------------
    p2.eclipse-plugin:org.apache.commons.lang:jar:2.6.0.v201205030909-----------------------------
    p2.eclipse-plugin:org.apache.lucene:jar:2.9.1.v201101211721-----------------------------
    p2.eclipse-plugin:org.apache.lucene.analysis:jar:2.9.1.v201101211721-----------------------------
    p2.eclipse-plugin:org.apache.lucene.core:jar:2.9.1.v201101211721-----------------------------
    p2.eclipse-plugin:org.apache.lucene.highlighter:jar:2.9.1.v20100421-0704-----------------------------
    p2.eclipse-plugin:org.apache.lucene.memory:jar:2.9.1.v20100421-0704-----------------------------
    p2.eclipse-plugin:org.apache.lucene.misc:jar:2.9.1.v20100421-0704-----------------------------
    p2.eclipse-plugin:org.apache.lucene.queries:jar:2.9.1.v20100421-0704-----------------------------
    p2.eclipse-plugin:org.apache.lucene.snowball:jar:2.9.1.v20100421-0704-----------------------------
    p2.eclipse-plugin:org.apache.lucene.spellchecker:jar:2.9.1.v20100421-0704-----------------------------
    p2.eclipse-plugin:org.dadacoalition.yedit:jar:0.0.13-----------------------------
    p2.eclipse-plugin:org.dadacoalition.yedit:jar:Resources/snakeyaml-1.13.jar:0.0.13-----------------------------
    p2.eclipse-plugin:org.eclipse.ant.core:jar:3.2.500.v20140203-1328-----------------------------
    p2.eclipse-plugin:org.eclipse.compare:jar:3.5.401.v20130709-1308-----------------------------
    p2.eclipse-plugin:org.eclipse.compare.core:jar:3.5.300.v20130514-1224-----------------------------
    p2.eclipse-plugin:org.eclipse.core.commands:jar:3.6.100.v20130515-1857-----------------------------
    p2.eclipse-plugin:org.eclipse.core.contenttype:jar:3.4.200.v20130326-1255-----------------------------
    p2.eclipse-plugin:org.eclipse.core.databinding:jar:1.4.1.v20130515-1857-----------------------------
    p2.eclipse-plugin:org.eclipse.core.databinding.observable:jar:1.4.1.v20130515-1857-----------------------------
    p2.eclipse-plugin:org.eclipse.core.databinding.property:jar:1.4.200.v20130515-1857-----------------------------
    p2.eclipse-plugin:org.eclipse.core.expressions:jar:3.4.501.v20131118-1915-----------------------------
    p2.eclipse-plugin:org.eclipse.core.filebuffers:jar:3.5.300.v20130225-1821-----------------------------
    p2.eclipse-plugin:org.eclipse.core.filesystem:jar:1.4.0.v20130514-1240-----------------------------
    p2.eclipse-plugin:org.eclipse.core.jobs:jar:3.5.300.v20130429-1813-----------------------------
    p2.eclipse-plugin:org.eclipse.core.net:jar:1.2.200.v20130430-1352-----------------------------
    p2.eclipse-plugin:org.eclipse.core.resources:jar:3.8.101.v20130717-0806-----------------------------
    p2.eclipse-plugin:org.eclipse.core.runtime:jar:3.9.100.v20131218-1515-----------------------------
    p2.eclipse-plugin:org.eclipse.core.variables:jar:3.2.700.v20130402-1741-----------------------------
    p2.eclipse-plugin:org.eclipse.debug.core:jar:3.8.0.v20130514-0954-----------------------------
    p2.eclipse-plugin:org.eclipse.debug.ui:jar:3.9.0.v20130516-1713-----------------------------
    p2.eclipse-plugin:org.eclipse.dltk.annotations:jar:5.0.0.201306060709-----------------------------
    p2.eclipse-plugin:org.eclipse.dltk.console:jar:5.0.0.201306060709-----------------------------
    p2.eclipse-plugin:org.eclipse.dltk.console.ui:jar:5.0.0.201306060709-----------------------------
    p2.eclipse-plugin:org.eclipse.dltk.core:jar:5.0.0.201306060709-----------------------------
    p2.eclipse-plugin:org.eclipse.dltk.core.manipulation:jar:5.0.0.201306060709-----------------------------
    p2.eclipse-plugin:org.eclipse.dltk.debug:jar:5.0.0.201306060709-----------------------------
    p2.eclipse-plugin:org.eclipse.dltk.debug.ui:jar:5.0.0.201306060709-----------------------------
    p2.eclipse-plugin:org.eclipse.dltk.launching:jar:5.0.0.201306060709-----------------------------
    p2.eclipse-plugin:org.eclipse.dltk.ui:jar:5.0.0.201306060709-----------------------------
    p2.eclipse-plugin:org.eclipse.draw2d:jar:3.9.0.201308190730-----------------------------
    p2.eclipse-plugin:org.eclipse.e4.core.commands:jar:0.10.2.v20130515-1857-----------------------------
    p2.eclipse-plugin:org.eclipse.e4.core.contexts:jar:1.3.1.v20130905-0905-----------------------------
    p2.eclipse-plugin:org.eclipse.e4.core.di:jar:1.3.0.v20130514-1256-----------------------------
    p2.eclipse-plugin:org.eclipse.e4.core.di.extensions:jar:0.11.100.v20130514-1256-----------------------------
    p2.eclipse-plugin:org.eclipse.e4.core.services:jar:1.1.0.v20130515-1343-----------------------------
    p2.eclipse-plugin:org.eclipse.e4.ui.bindings:jar:0.10.102.v20140117-1939-----------------------------
    p2.eclipse-plugin:org.eclipse.e4.ui.css.core:jar:0.10.100.v20130515-1857-----------------------------
    p2.eclipse-plugin:org.eclipse.e4.ui.css.swt:jar:0.11.0.v20130515-1857-----------------------------
    p2.eclipse-plugin:org.eclipse.e4.ui.css.swt.theme:jar:0.9.100.v20130515-1857-----------------------------
    p2.eclipse-plugin:org.eclipse.e4.ui.di:jar:1.0.0.v20130515-1857-----------------------------
    p2.eclipse-plugin:org.eclipse.e4.ui.model.workbench:jar:1.0.1.v20131118-1956-----------------------------
    p2.eclipse-plugin:org.eclipse.e4.ui.services:jar:1.0.1.v20131118-1940-----------------------------
    p2.eclipse-plugin:org.eclipse.e4.ui.widgets:jar:1.0.0.v20130515-1857-----------------------------
    p2.eclipse-plugin:org.eclipse.e4.ui.workbench:jar:1.0.2.v20131202-1739-----------------------------
    p2.eclipse-plugin:org.eclipse.e4.ui.workbench.addons.swt:jar:1.0.2.v20131129-1621-----------------------------
    p2.eclipse-plugin:org.eclipse.e4.ui.workbench.renderers.swt:jar:0.11.2.v20140205-1834-----------------------------
    p2.eclipse-plugin:org.eclipse.e4.ui.workbench.swt:jar:0.12.2.v20140117-1939-----------------------------
    p2.eclipse-plugin:org.eclipse.e4.ui.workbench3:jar:0.12.0.v20130515-1857-----------------------------
    p2.eclipse-plugin:org.eclipse.emf.common:jar:2.9.2.v20131212-0545-----------------------------
    p2.eclipse-plugin:org.eclipse.emf.common.ui:jar:2.8.0.v20140203-1126-----------------------------
    p2.eclipse-plugin:org.eclipse.emf.ecore:jar:2.9.2.v20131212-0545-----------------------------
    p2.eclipse-plugin:org.eclipse.emf.ecore.change:jar:2.9.0.v20131212-0545-----------------------------
    p2.eclipse-plugin:org.eclipse.emf.ecore.edit:jar:2.8.0.v20140203-1126-----------------------------
    p2.eclipse-plugin:org.eclipse.emf.ecore.xmi:jar:2.9.1.v20131212-0545-----------------------------
    p2.eclipse-plugin:org.eclipse.emf.edit:jar:2.9.0.v20140203-1126-----------------------------
    p2.eclipse-plugin:org.eclipse.emf.edit.ui:jar:2.9.0.v20140203-1126-----------------------------
    p2.eclipse-plugin:org.eclipse.equinox.app:jar:1.3.100.v20130327-1442-----------------------------
    p2.eclipse-plugin:org.eclipse.equinox.bidi:jar:0.10.0.v20130327-1442-----------------------------
    p2.eclipse-plugin:org.eclipse.equinox.common:jar:3.6.200.v20130402-1505-----------------------------
    p2.eclipse-plugin:org.eclipse.equinox.ds:jar:1.4.101.v20130813-1853-----------------------------
    p2.eclipse-plugin:org.eclipse.equinox.event:jar:1.3.0.v20130327-1442-----------------------------
    p2.eclipse-plugin:org.eclipse.equinox.frameworkadmin:jar:2.0.100.v20130327-2119-----------------------------
    p2.eclipse-plugin:org.eclipse.equinox.frameworkadmin.equinox:jar:1.0.500.v20130327-2119-----------------------------
    p2.eclipse-plugin:org.eclipse.equinox.p2.artifact.repository:jar:1.1.200.v20130515-2028-----------------------------
    p2.eclipse-plugin:org.eclipse.equinox.p2.core:jar:2.3.0.v20130327-2119-----------------------------
    p2.eclipse-plugin:org.eclipse.equinox.p2.director:jar:2.3.1.v20140221-1852-----------------------------
    p2.eclipse-plugin:org.eclipse.equinox.p2.director.app:jar:1.0.300.v20130819-1621-----------------------------
    p2.eclipse-plugin:org.eclipse.equinox.p2.engine:jar:2.3.0.v20130526-2122-----------------------------
    p2.eclipse-plugin:org.eclipse.equinox.p2.garbagecollector:jar:1.0.200.v20130327-2119-----------------------------
    p2.eclipse-plugin:org.eclipse.equinox.p2.jarprocessor:jar:1.0.300.v20130327-2119-----------------------------
    p2.eclipse-plugin:org.eclipse.equinox.p2.metadata:jar:2.2.0.v20130523-1557-----------------------------
    p2.eclipse-plugin:org.eclipse.equinox.p2.metadata.repository:jar:1.2.100.v20130327-2119-----------------------------
    p2.eclipse-plugin:org.eclipse.equinox.p2.publisher:jar:1.3.0.v20140129-1405-----------------------------
    p2.eclipse-plugin:org.eclipse.equinox.p2.publisher.eclipse:jar:1.1.200.v20130516-1953-----------------------------
    p2.eclipse-plugin:org.eclipse.equinox.p2.repository:jar:2.3.0.v20130412-2032-----------------------------
    p2.eclipse-plugin:org.eclipse.equinox.p2.repository.tools:jar:2.1.0.v20130327-2119-----------------------------
    p2.eclipse-plugin:org.eclipse.equinox.p2.touchpoint.eclipse:jar:2.1.200.v20130327-2119-----------------------------
    p2.eclipse-plugin:org.eclipse.equinox.preferences:jar:3.5.100.v20130422-1538-----------------------------
    p2.eclipse-plugin:org.eclipse.equinox.registry:jar:3.5.301.v20130717-1549-----------------------------
    p2.eclipse-plugin:org.eclipse.equinox.security:jar:1.2.0.v20130424-1801-----------------------------
    p2.eclipse-plugin:org.eclipse.equinox.simpleconfigurator:jar:1.0.400.v20130327-2119-----------------------------
    p2.eclipse-plugin:org.eclipse.equinox.simpleconfigurator.manipulator:jar:2.0.0.v20130327-2119-----------------------------
    p2.eclipse-plugin:org.eclipse.equinox.util:jar:1.0.500.v20130404-1337-----------------------------
    p2.eclipse-plugin:org.eclipse.help:jar:3.6.0.v20130326-1254-----------------------------
    p2.eclipse-plugin:org.eclipse.jdt:jar:3.9.1.v20140221-1700-----------------------------
    p2.eclipse-plugin:org.eclipse.jdt.core:jar:3.9.2.v20140114-1555-----------------------------
    p2.eclipse-plugin:org.eclipse.jdt.core.manipulation:jar:1.5.0.v20130605-1748-----------------------------
    p2.eclipse-plugin:org.eclipse.jdt.debug:jar:jdi.jar:3.8.0.v20130514-0841-----------------------------
    p2.eclipse-plugin:org.eclipse.jdt.debug:jar:jdimodel.jar:3.8.0.v20130514-0841-----------------------------
    p2.eclipse-plugin:org.eclipse.jdt.launching:jar:3.7.1.v20131218-1102-----------------------------
    p2.eclipse-plugin:org.eclipse.jdt.ui:jar:3.9.2.v20131106-1600-----------------------------
    p2.eclipse-plugin:org.eclipse.jface:jar:3.9.1.v20130725-1141-----------------------------
    p2.eclipse-plugin:org.eclipse.jface.databinding:jar:1.6.200.v20130515-1857-----------------------------
    p2.eclipse-plugin:org.eclipse.jface.text:jar:3.8.101.v20130802-1147-----------------------------
    p2.eclipse-plugin:org.eclipse.linuxtools.man.core:jar:1.1.0.201306111610-----------------------------
    p2.eclipse-plugin:org.eclipse.ltk.core.refactoring:jar:3.6.100.v20130605-1748-----------------------------
    p2.eclipse-plugin:org.eclipse.ltk.ui.refactoring:jar:3.7.100.v20130605-1748-----------------------------
    p2.eclipse-plugin:org.eclipse.osgi:jar:3.9.1.v20140110-1610-----------------------------
    p2.eclipse-plugin:org.eclipse.osgi.services:jar:3.3.100.v20130513-1956-----------------------------
    p2.eclipse-plugin:org.eclipse.pde.build:jar:pdebuild.jar:3.8.100.v20130514-1028-----------------------------
    p2.eclipse-plugin:org.eclipse.pde.core:jar:3.9.1.v20130628-1111-----------------------------
    p2.eclipse-plugin:org.eclipse.search:jar:3.9.1.v20131121-1346-----------------------------
    p2.eclipse-plugin:org.eclipse.swt:jar:3.102.1.v20140206-1334-----------------------------
    p2.eclipse-plugin:org.eclipse.swt.cocoa.macosx.x86_64:jar:3.102.1.v20140206-1358-----------------------------
    p2.eclipse-plugin:org.eclipse.swt.gtk.linux.x86:jar:3.102.1.v20140206-1358-----------------------------
    p2.eclipse-plugin:org.eclipse.swt.gtk.linux.x86_64:jar:3.102.1.v20140206-1358-----------------------------
    p2.eclipse-plugin:org.eclipse.swt.win32.win32.x86:jar:3.102.1.v20140206-1358-----------------------------
    p2.eclipse-plugin:org.eclipse.swt.win32.win32.x86_64:jar:3.102.1.v20140206-1358-----------------------------
    p2.eclipse-plugin:org.eclipse.team.core:jar:3.7.0.v20130514-1224-----------------------------
    p2.eclipse-plugin:org.eclipse.team.ui:jar:3.7.1.v20130729-1104-----------------------------
    p2.eclipse-plugin:org.eclipse.text:jar:3.5.300.v20130515-1451-----------------------------
    p2.eclipse-plugin:org.eclipse.ui:jar:3.105.0.v20130522-1122-----------------------------
    p2.eclipse-plugin:org.eclipse.ui.cheatsheets:jar:3.4.200.v20130326-1254-----------------------------
    p2.eclipse-plugin:org.eclipse.ui.console:jar:3.5.200.v20130514-0954-----------------------------
    p2.eclipse-plugin:org.eclipse.ui.editors:jar:3.8.100.v20130513-1637-----------------------------
    p2.eclipse-plugin:org.eclipse.ui.forms:jar:3.6.1.v20130822-1117-----------------------------
    p2.eclipse-plugin:org.eclipse.ui.ide:jar:3.9.2.v20131004-0923-----------------------------
    p2.eclipse-plugin:org.eclipse.ui.intro:jar:3.4.200.v20130326-1254-----------------------------
    p2.eclipse-plugin:org.eclipse.ui.navigator:jar:3.5.300.v20130517-0139-----------------------------
    p2.eclipse-plugin:org.eclipse.ui.navigator.resources:jar:3.4.501.v20131021-1545-----------------------------
    p2.eclipse-plugin:org.eclipse.ui.views:jar:3.6.100.v20130326-1250-----------------------------
    p2.eclipse-plugin:org.eclipse.ui.views.properties.tabbed:jar:3.6.0.v20130515-1857-----------------------------
    p2.eclipse-plugin:org.eclipse.ui.workbench:jar:3.105.2.v20140211-1711-----------------------------
    p2.eclipse-plugin:org.eclipse.ui.workbench.texteditor:jar:3.8.101.v20130729-1318-----------------------------
    p2.eclipse-plugin:org.eclipse.update.configurator:jar:3.3.200.v20140203-1328-----------------------------
    p2.eclipse-plugin:org.eclipse.wst.jsdt.core:jar:1.3.1.v201401291437-----------------------------
    p2.eclipse-plugin:org.eclipse.wst.jsdt.manipulation:jar:1.0.400.v201204261600-----------------------------
    p2.eclipse-plugin:org.eclipse.wst.jsdt.ui:jar:1.1.401.v201401171657-----------------------------
    p2.eclipse-plugin:org.eclipse.xtend.lib:jar:2.4.3.v201309030823-----------------------------
    p2.eclipse-plugin:org.eclipse.xtext.xbase.lib:jar:2.4.3.v201309030823-----------------------------
    p2.eclipse-plugin:org.eclipse_icons.editor:jar:2.4.1.201311032200-----------------------------
    p2.eclipse-plugin:org.mozilla.javascript:jar:1.7.4.v201209142200-----------------------------
    p2.eclipse-plugin:org.mozilla.javascript.source:jar:1.7.4.v201209142200-----------------------------
    p2.eclipse-plugin:org.sat4j.core:jar:2.3.5.v201308161310-----------------------------
    p2.eclipse-plugin:org.sat4j.pb:jar:2.3.5.v201308161310-----------------------------
    p2.eclipse-plugin:org.slf4j.api:jar:1.7.2.v20121108-1250-----------------------------
    p2.eclipse-plugin:org.slf4j.jcl:jar:1.7.2.v20130115-1340-----------------------------
    p2.eclipse-plugin:org.sweetlemonade.eclipse.json:jar:1.0.3-----------------------------
    p2.eclipse-plugin:org.sweetlemonade.eclipse.json:jar:libs/antlr-3.5.1-complete-no-st3.jar:1.0.3-----------------------------
    p2.eclipse-plugin:org.w3c.css.sac:jar:1.3.1.v200903091627-----------------------------
    p2.eclipse-plugin:org.w3c.dom.events:jar:3.0.0.draft20060413_v201105210656-----------------------------
    p2.eclipse-plugin:org.w3c.dom.smil:jar:1.0.1.v200903091627-----------------------------
    p2.eclipse-plugin:org.w3c.dom.svg:jar:1.1.0.v201011041433-----------------------------
    p2.eclipse-plugin:pm.eclipse.editbox:jar:0.70.0.201508180438-----------------------------
    p2.eclipse-plugin:winterwell.markdown:jar:1.2.0.201501260515-----------------------------
    p2.eclipse-plugin:winterwell.markdown:jar:lib/markdownj-1.0.2b4-0.3.0.jar:1.2.0.201501260515-----------------------------
    p2.eclipse-plugin:winterwell.markdown:jar:lib/net.sf.paperclips_1.0.1.jar:1.2.0.201501260515-----------------------------
    p2.eclipse-plugin:winterwell.markdown:jar:lib/winterwell.utils.jar:1.2.0.201501260515-----------------------------
    Totalsonatype-snapshotseditboxEclipseRunnergrep-consolenet.jeeeyul.eclipse.themes.updatesitegfm.viewergit-addoneclipsejsoneditjshint-eclipseSelectionExplorercoffeescript-eclipseOpenClosedProjectsFeaturecentralansy-consolefail-backorg.dadacoalition.yeditkeplerstartexplorersonatypejeeeyuljdt.spelling.featurewinterwell.markdowncom.github.eclipsecolortheme.featureit.unibz.instasearch.feature.indigocom.xored.glancepracticallymacroIcons-Editorapache-snapshotszipeditor
    330 (provided: 36, system: 294)00000000000000000000000000000
    +
    +
    +
    + +
    + + + + diff --git a/site/dependency-convergence.html b/updatesite/dependency-convergence.html similarity index 98% rename from site/dependency-convergence.html rename to updatesite/dependency-convergence.html index b6ce8e6a..ec7e2c3c 100644 --- a/site/dependency-convergence.html +++ b/updatesite/dependency-convergence.html @@ -9,7 +9,7 @@ - org.nodeclipse.enide.studio.included.feature - Reactor Dependency Convergence + org.nodeclipse.site - Reactor Dependency Convergence @@ -96,7 +96,7 @@

    Apache Ivy

    -
    <dependency org="org.nodeclipse.nodeclipse-1" name="org.nodeclipse.enide.studio.included.feature" rev="1.0.2-SNAPSHOT">
    -  <artifact name="org.nodeclipse.enide.studio.included.feature" type="eclipse-feature" />
    +
    <dependency org="org.nodeclipse.nodeclipse-1" name="org.nodeclipse.site" rev="1.0.2-SNAPSHOT">
    +  <artifact name="org.nodeclipse.site" type="eclipse-repository" />
     </dependency>

    Groovy Grape

    @Grapes(
    -@Grab(group='org.nodeclipse.nodeclipse-1', module='org.nodeclipse.enide.studio.included.feature', version='1.0.2-SNAPSHOT')
    +@Grab(group='org.nodeclipse.nodeclipse-1', module='org.nodeclipse.site', version='1.0.2-SNAPSHOT')
     )

    Grails

    -
    compile 'org.nodeclipse.nodeclipse-1:org.nodeclipse.enide.studio.included.feature:1.0.2-SNAPSHOT'
    +
    compile 'org.nodeclipse.nodeclipse-1:org.nodeclipse.site:1.0.2-SNAPSHOT'

    Leiningen

    -
    [org.nodeclipse.nodeclipse-1/org.nodeclipse.enide.studio.included.feature "1.0.2-SNAPSHOT"]
    +
    [org.nodeclipse.nodeclipse-1/org.nodeclipse.site "1.0.2-SNAPSHOT"]

    SBT

    -
    libraryDependencies += "org.nodeclipse.nodeclipse-1" % "org.nodeclipse.enide.studio.included.feature" % "1.0.2-SNAPSHOT"
    +
    libraryDependencies += "org.nodeclipse.nodeclipse-1" % "org.nodeclipse.site" % "1.0.2-SNAPSHOT"
    diff --git a/site/distribution-management.html b/updatesite/distribution-management.html similarity index 97% rename from site/distribution-management.html rename to updatesite/distribution-management.html index cadcd6fd..a8c624c6 100644 --- a/site/distribution-management.html +++ b/updatesite/distribution-management.html @@ -9,7 +9,7 @@ - org.nodeclipse.enide.studio.included.feature - Project Distribution Management + org.nodeclipse.site - Project Distribution Management @@ -96,7 +96,7 @@ +

    D:\TEMP\site\/org.nodeclipse.site

    diff --git a/site/images/accessories-text-editor.png b/updatesite/images/accessories-text-editor.png similarity index 100% rename from site/images/accessories-text-editor.png rename to updatesite/images/accessories-text-editor.png diff --git a/site/images/add.gif b/updatesite/images/add.gif similarity index 100% rename from site/images/add.gif rename to updatesite/images/add.gif diff --git a/site/images/apache-maven-project-2.png b/updatesite/images/apache-maven-project-2.png similarity index 100% rename from site/images/apache-maven-project-2.png rename to updatesite/images/apache-maven-project-2.png diff --git a/site/images/application-certificate.png b/updatesite/images/application-certificate.png similarity index 100% rename from site/images/application-certificate.png rename to updatesite/images/application-certificate.png diff --git a/site/images/close.gif b/updatesite/images/close.gif similarity index 100% rename from site/images/close.gif rename to updatesite/images/close.gif diff --git a/site/images/contact-new.png b/updatesite/images/contact-new.png similarity index 100% rename from site/images/contact-new.png rename to updatesite/images/contact-new.png diff --git a/site/images/document-properties.png b/updatesite/images/document-properties.png similarity index 100% rename from site/images/document-properties.png rename to updatesite/images/document-properties.png diff --git a/site/images/drive-harddisk.png b/updatesite/images/drive-harddisk.png similarity index 100% rename from site/images/drive-harddisk.png rename to updatesite/images/drive-harddisk.png diff --git a/site/images/fix.gif b/updatesite/images/fix.gif similarity index 100% rename from site/images/fix.gif rename to updatesite/images/fix.gif diff --git a/site/images/icon_error_sml.gif b/updatesite/images/icon_error_sml.gif similarity index 100% rename from site/images/icon_error_sml.gif rename to updatesite/images/icon_error_sml.gif diff --git a/site/images/icon_help_sml.gif b/updatesite/images/icon_help_sml.gif similarity index 100% rename from site/images/icon_help_sml.gif rename to updatesite/images/icon_help_sml.gif diff --git a/site/images/icon_info_sml.gif b/updatesite/images/icon_info_sml.gif similarity index 100% rename from site/images/icon_info_sml.gif rename to updatesite/images/icon_info_sml.gif diff --git a/site/images/icon_success_sml.gif b/updatesite/images/icon_success_sml.gif similarity index 100% rename from site/images/icon_success_sml.gif rename to updatesite/images/icon_success_sml.gif diff --git a/site/images/icon_warning_sml.gif b/updatesite/images/icon_warning_sml.gif similarity index 100% rename from site/images/icon_warning_sml.gif rename to updatesite/images/icon_warning_sml.gif diff --git a/site/images/image-x-generic.png b/updatesite/images/image-x-generic.png similarity index 100% rename from site/images/image-x-generic.png rename to updatesite/images/image-x-generic.png diff --git a/site/images/internet-web-browser.png b/updatesite/images/internet-web-browser.png similarity index 100% rename from site/images/internet-web-browser.png rename to updatesite/images/internet-web-browser.png diff --git a/site/images/logos/build-by-maven-black.png b/updatesite/images/logos/build-by-maven-black.png similarity index 100% rename from site/images/logos/build-by-maven-black.png rename to updatesite/images/logos/build-by-maven-black.png diff --git a/site/images/logos/build-by-maven-white.png b/updatesite/images/logos/build-by-maven-white.png similarity index 100% rename from site/images/logos/build-by-maven-white.png rename to updatesite/images/logos/build-by-maven-white.png diff --git a/site/images/logos/maven-feather.png b/updatesite/images/logos/maven-feather.png similarity index 100% rename from site/images/logos/maven-feather.png rename to updatesite/images/logos/maven-feather.png diff --git a/site/images/network-server.png b/updatesite/images/network-server.png similarity index 100% rename from site/images/network-server.png rename to updatesite/images/network-server.png diff --git a/site/images/package-x-generic.png b/updatesite/images/package-x-generic.png similarity index 100% rename from site/images/package-x-generic.png rename to updatesite/images/package-x-generic.png diff --git a/site/images/profiles/pre-release.png b/updatesite/images/profiles/pre-release.png similarity index 100% rename from site/images/profiles/pre-release.png rename to updatesite/images/profiles/pre-release.png diff --git a/site/images/profiles/retired.png b/updatesite/images/profiles/retired.png similarity index 100% rename from site/images/profiles/retired.png rename to updatesite/images/profiles/retired.png diff --git a/site/images/profiles/sandbox.png b/updatesite/images/profiles/sandbox.png similarity index 100% rename from site/images/profiles/sandbox.png rename to updatesite/images/profiles/sandbox.png diff --git a/site/images/remove.gif b/updatesite/images/remove.gif similarity index 100% rename from site/images/remove.gif rename to updatesite/images/remove.gif diff --git a/site/images/rss.png b/updatesite/images/rss.png similarity index 100% rename from site/images/rss.png rename to updatesite/images/rss.png diff --git a/site/images/update.gif b/updatesite/images/update.gif similarity index 100% rename from site/images/update.gif rename to updatesite/images/update.gif diff --git a/site/images/window-new.png b/updatesite/images/window-new.png similarity index 100% rename from site/images/window-new.png rename to updatesite/images/window-new.png diff --git a/site/img/glyphicons-halflings-white.png b/updatesite/img/glyphicons-halflings-white.png similarity index 100% rename from site/img/glyphicons-halflings-white.png rename to updatesite/img/glyphicons-halflings-white.png diff --git a/site/img/glyphicons-halflings.png b/updatesite/img/glyphicons-halflings.png similarity index 100% rename from site/img/glyphicons-halflings.png rename to updatesite/img/glyphicons-halflings.png diff --git a/site/index.html b/updatesite/index.html similarity index 95% rename from site/index.html rename to updatesite/index.html index 3a97668a..00841bb4 100644 --- a/site/index.html +++ b/updatesite/index.html @@ -9,7 +9,7 @@ - org.nodeclipse.enide.studio.included.feature - About + org.nodeclipse.site - About @@ -96,7 +96,7 @@ diff --git a/site/integration.html b/updatesite/integration.html similarity index 98% rename from site/integration.html rename to updatesite/integration.html index fc2db501..8c8e48d8 100644 --- a/site/integration.html +++ b/updatesite/integration.html @@ -9,7 +9,7 @@ - org.nodeclipse.enide.studio.included.feature - Continuous Integration + org.nodeclipse.site - Continuous Integration @@ -96,7 +96,7 @@ diff --git a/site/source-repository.html b/updatesite/source-repository.html similarity index 96% rename from site/source-repository.html rename to updatesite/source-repository.html index 46a025f1..e97e3ada 100644 --- a/site/source-repository.html +++ b/updatesite/source-repository.html @@ -9,7 +9,7 @@ - org.nodeclipse.enide.studio.included.feature - Source Repository + org.nodeclipse.site - Source Repository @@ -96,7 +96,7 @@ +
    https://github.com/nodeclipse/nodeclipse-1/org.nodeclipse.site/

    Anonymous Access

    The source can be checked out anonymously from Git with this command (See http://git-scm.com/docs/git-clone):

    diff --git a/site/team-list.html b/updatesite/team-list.html similarity index 98% rename from site/team-list.html rename to updatesite/team-list.html index 8b033cf5..09e6f5c4 100644 --- a/site/team-list.html +++ b/updatesite/team-list.html @@ -9,7 +9,7 @@ - org.nodeclipse.enide.studio.included.feature - Project Team + org.nodeclipse.site - Project Team @@ -96,7 +96,7 @@