Skip to content

Commit

Permalink
Updated line endings (with dos2unix)
Browse files Browse the repository at this point in the history
  • Loading branch information
artem-v committed Sep 21, 2020
1 parent 43a2714 commit 1b4a283
Show file tree
Hide file tree
Showing 8 changed files with 709 additions and 702 deletions.
40 changes: 20 additions & 20 deletions DEVELOPMENT.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
# Setting up development environment

## Install the necessary build tools
You require to have latest stable [Oracle JDK 7](http://java.oracle.com/), latest stable
[Apache Maven](http://maven.apache.org/) and [Git](http://git-scm.com/) installed on your machine.

## Set up IntelliJ IDEA
ScaleCube project team uses [IntelliJ IDEA](http://www.jetbrains.com/idea/) as the primary IDE, although we are fine
with using other development environments as long as you adhere to our coding style.

### Code style
ScaleCube project team uses [Google code style](http://google.github.io/styleguide/javaguide.html) with
next modifications:
* Maximum line length is 120
* Special package in import order is io.scalecube.

We use [Eclipse code formatter plugin] (https://github.com/krasa/EclipseCodeFormatter#instructions).
Download [this code style configuration](https://github.com/scalecube/scalecube/blob/master/eclipse-java-google-style.xml)
and [import order configuration](https://github.com/scalecube/scalecube/blob/master/style.importorder) and configure
your IDEA plugin with those settings. Configuration is also available in the root project folder.
# Setting up development environment

## Install the necessary build tools
You require to have latest stable [Oracle JDK 7](http://java.oracle.com/), latest stable
[Apache Maven](http://maven.apache.org/) and [Git](http://git-scm.com/) installed on your machine.

## Set up IntelliJ IDEA
ScaleCube project team uses [IntelliJ IDEA](http://www.jetbrains.com/idea/) as the primary IDE, although we are fine
with using other development environments as long as you adhere to our coding style.

### Code style
ScaleCube project team uses [Google code style](http://google.github.io/styleguide/javaguide.html) with
next modifications:
* Maximum line length is 120
* Special package in import order is io.scalecube.

We use [Eclipse code formatter plugin] (https://github.com/krasa/EclipseCodeFormatter#instructions).
Download [this code style configuration](https://github.com/scalecube/scalecube/blob/master/eclipse-java-google-style.xml)
and [import order configuration](https://github.com/scalecube/scalecube/blob/master/style.importorder) and configure
your IDEA plugin with those settings. Configuration is also available in the root project folder.
404 changes: 202 additions & 202 deletions LICENSE.txt

Large diffs are not rendered by default.

108 changes: 54 additions & 54 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,55 +1,55 @@
# scalecube-app-utils

# Usage
``` java

Logo.builder().tagVersion(packageInfo.version())
.port(String.valueOf(seed.cluster().address().port()))
.ip(seed.cluster().address().host())
.group(packageInfo.groupId())
.artifact(packageInfo.artifactId())
.javaVersion(packageInfo.java())
.osType(packageInfo.os())
.pid(packageInfo.pid())
.hostname(packageInfo.hostname())
.website().draw();


Logo.from(packageInfo)
.port(String.valueOf(seed.cluster().address().port()))
.ip(seed.cluster().address().host())
.draw();

```

# Print-out:
``` java
.,,,,,,
.,,,,,,,,,,,,/
.,,,,,,,,,,,,,,,,,,,.
.,,,,,,,,,,,,,,,,,,,,,,,,,,,.
.,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,.
,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, ScaleCube Development is Running.
* ,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,* Group: Development
***** /,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,/ .... Artifact: Development
******** /*,,,,,,,,,,,,,,,,,,,,,,,,,,,,/ ....... Java: 1.8.0_131
***********, /,,,,,,,,,,,,,,,,,,,,,* ........... OS: Windows 10
***************. *,,,,,,,,,,,,,*/ ............... PID: 4312
******************, /*,,,,,,/ .................. Host Name: my-host-name
********************** /*/ .....................
************************ ........................ http://scalecube.io
************************ ........................ https://github.com/scalecube
************************ ........................
************************ ........................
************************ ........................
************************ ........................
************************ ........................
************************ ........................
******************** ....................
***************** .................
************* .............
********** ..........
****** ......
*** ...
# scalecube-app-utils

# Usage
``` java

Logo.builder().tagVersion(packageInfo.version())
.port(String.valueOf(seed.cluster().address().port()))
.ip(seed.cluster().address().host())
.group(packageInfo.groupId())
.artifact(packageInfo.artifactId())
.javaVersion(packageInfo.java())
.osType(packageInfo.os())
.pid(packageInfo.pid())
.hostname(packageInfo.hostname())
.website().draw();


Logo.from(packageInfo)
.port(String.valueOf(seed.cluster().address().port()))
.ip(seed.cluster().address().host())
.draw();

```

# Print-out:
``` java
.,,,,,,
.,,,,,,,,,,,,/
.,,,,,,,,,,,,,,,,,,,.
.,,,,,,,,,,,,,,,,,,,,,,,,,,,.
.,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,.
,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, ScaleCube Development is Running.
* ,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,* Group: Development
***** /,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,/ .... Artifact: Development
******** /*,,,,,,,,,,,,,,,,,,,,,,,,,,,,/ ....... Java: 1.8.0_131
***********, /,,,,,,,,,,,,,,,,,,,,,* ........... OS: Windows 10
***************. *,,,,,,,,,,,,,*/ ............... PID: 4312
******************, /*,,,,,,/ .................. Host Name: my-host-name
********************** /*/ .....................
************************ ........................ http://scalecube.io
************************ ........................ https://github.com/scalecube
************************ ........................
************************ ........................
************************ ........................
************************ ........................
************************ ........................
************************ ........................
******************** ....................
***************** .................
************* .............
********** ..........
****** ......
*** ...
```
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,13 @@
<include>package.properties</include>
</includes>
</testResource>
<testResource>
<filtering>false</filtering>
<directory>src/test/resources</directory>
<includes>
<include>**/*</include>
</includes>
</testResource>
</testResources>
</build>

Expand Down
Loading

0 comments on commit 1b4a283

Please sign in to comment.