Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Sigil Projects

This page is meant as an overview of how to set up sigil projects, for an in depth look at the file format see Sigil Properties.

Basics

Code Block
titlesigil.properties
-bundles: org.foo
-version: 1.0.0
-exports: org.foo.api
-imports: org.foo.api
-sourcedirs: src

...