Skip to content

Commit

Permalink
chore(project): morph into a single module project
Browse files Browse the repository at this point in the history
* moved the feel-engine module into root
* remove example module (examples and tests are covered by the engine module)
  • Loading branch information
saig0 committed Jun 5, 2020
1 parent c6a3ae9 commit 60ca48e
Show file tree
Hide file tree
Showing 96 changed files with 290 additions and 962 deletions.
23 changes: 1 addition & 22 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,28 +26,7 @@ In order to verify that you don't break anything, you should build the whole pro

## Building the Project from Source

You can build the project with [SBT](http://www.scala-sbt.org) or [Maven](http://maven.apache.org). Both build files should be kept in sync.

### Using SBT

In the root directory:

Run all tests with
```
sbt test
```

Or only for one module (e.g. engine) with
```
sbt engine/test
```

Build the JAR files with
```
sbt assembly
```

### Using Maven
You can build the project with [Maven](http://maven.apache.org).

In the root directory:

Expand Down
File renamed without changes.
99 changes: 0 additions & 99 deletions build.sbt

This file was deleted.

118 changes: 0 additions & 118 deletions examples/pom.xml

This file was deleted.

1 change: 0 additions & 1 deletion examples/project/build.properties

This file was deleted.

1 change: 0 additions & 1 deletion examples/project/plugins.sbt

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 60ca48e

Please sign in to comment.