Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 564 Bytes

README.adoc

File metadata and controls

23 lines (13 loc) · 564 Bytes

Scout Docs - Code

Description

This folder contains the demo applications based on the Eclipse Scout framework

More information on the eclipse wiki: Eclipse Scout > Demo Applications

Build

You can build all application using maven at the root of the code folder:

mvn

You can build one application by switching to one of subfolder and using maven:

cd widgets/
mvn

The results are generated in the target subfolder.