link
Avalon
Avalon Central
Home PlanetProductsCentral
Resources

A resource can be viewed as a logical artifact accessible from a repository cache using group, name and version information. Resources are resolved to file paths using the following convention:

 [cache]/[group]/[type]s/[name]-[version].[type]

Example resource descriptor:

<?xml version="1.0" encoding="ISO-8859-1"?>

<index>

  <resource>
    <info>
      <group>log4j</group>
      <name>log4j</name>
      <version>1.2.8</version>
      <type>jar</type>
    </info>
  </resource>

  ....

</index>