FreeHEP JAS Plug-in Settings

Property Description Default Value
jas3.user.dir JAS 3 User Directory ${user.home}/.JAS3

Dependency Bundling

You may also set any of the following properties in the project.xml file

jas3.bundle This property includes this dependency when copying to the extensions directory.

For example, to include commons-lang into the installed copy

  <dependency>
    <id>commons-lang</id>
    <version>2.0</version>
    <properties>
      <jas3.bundle>true</jas3.bundle>
    </properties>
  </dependency>