[Project] Site: Java8 and referencing tools used

This commit is contained in:
Robert von Burg 2015-01-31 12:01:23 +01:00
parent 569c745cc7
commit 96f7c3d20f
2 changed files with 11 additions and 2 deletions

View File

@ -55,7 +55,7 @@
<h2>Prerequisites</h2>
To start developing Strolch you need an installed:
<ul>
<li>Java JDK 7</li>
<li>Java JDK 8</li>
<li>Apache Maven 3</li>
</ul>
@ -438,6 +438,15 @@ mvn clean install -DskipTests</pre>
<!-- content here -->
<h3>Tools used</h3>
The following tools are used to develop Strolch and Strolch-based projects:
<ul class="list-unstyled">
<li><a href="https://www.eclipse.org/downloads/"><img style="height: 50px" class="img-thumbnail" src="https://www.eclipse.org/downloads/packages/sites/all/themes/solstice/_themes/solstice_packages/logo.png" alt="Eclipse Luna JEE version" /></a></li>
<li><a href="https://www.jetbrains.com/webstorm/"><img style="height: 50px; margin-top: 10px" class="img-thumbnail" src="https://www.jetbrains.com/webstorm/documentation/docs/logo_webstorm.png" alt="WebStorm" /></a></li>
<li><a href="https://maven.apache.org/"><img width="250" style="height: 50px; margin-top: 10px" class="img-thumbnail" src="http://maven.apache.org/images/maventxt_logo_200.gif" alt="Apache Maven 3.0" /></a></li>
<li><a href="http://git-scm.com/"><img style="height: 50px; margin-top: 10px" class="img-thumbnail" src="http://git-scm.com/images/logo@2x.png" alt="git scm" /></a></li>
</ul>
</div><!-- /.content -->
<div id="footer">

View File

@ -85,7 +85,7 @@
<p>Strolch is an open source project and licensed under the Apache License 2.0.</p>
<h2>Technologoy</h2>
<p>Strolch is written in Java and is programmed against the JDK 7. Strolch runs on any JRE 7 compliant environment. Strolch is tested on the Oracle JRE 7.</p>
<p>Strolch is written in Java and is programmed against the JDK 8. Strolch runs on any JRE 8 compliant environment. Strolch is tested on the Oracle JRE 8.</p>
<h3>Dependencies</h3>
<p>Strolch strives to use as few external dependencies as possible, so that the Strolch runtime is not bloated unnecessarily. The following list of Strolch dependencies is a summary and was created using mvn dependency:tree on the li.strolch.dev project on the 2014-09-18.</p>