File: components.xml

package info (click to toggle)
plexus-build-api 0.0.4-3
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 76 kB
  • ctags: 96
  • sloc: java: 252; xml: 77; makefile: 20; sh: 12
file content (11 lines) | stat: -rw-r--r-- 445 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
<component-set>
  <components>
    <component>
      <role>org.sonatype.plexus.build.incremental.BuildContext</role>
      <role-hint>default</role-hint>
      <implementation>org.sonatype.plexus.build.incremental.DefaultBuildContext</implementation>
      <description>Filesystem based non-incremental build context implementation which behaves as if all files
were just created.</description>
    </component>
  </components>
</component-set>