<?xml version="1.0"?><project>
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.objectweb.fractal.fraclet</groupId>
  <artifactId>fraclet-annotation-annotations</artifactId>
  <name>Fraclet Annotation</name>
  <version>2.0</version>
  <description>This plugin provides annotations support to fractal components. Thes annotations allow the developer to generate automatically the content class  callbacks and the FractalADL descriptors of fractal components.</description>
  <inceptionYear>2006</inceptionYear>
  <developers>
    <developer>
      <id>pessemier</id>
      <name>Nicolas Pessemier</name>
      <email>nicolas.pessemier@lifl.fr</email>
      <url>http://www.lifl.fr/~pessemie</url>
      <organization>INRIA Futurs / LIFL</organization>
      <timezone></timezone>
    </developer>
  </developers>
  <scm>
    <connection>scm:cvs:pserver:anonymous@cvs.forge.objectweb.org:/cvscvsroot/fractal</connection>
    <developerConnection>scm:cvs:ext:${user.name}@cvs.forge.objectweb.org:/cvscvsroot/fractal</developerConnection>
    <url>http://cvs.forge.objectweb.org/cgi-bin/viewcvs.cgi/fractal/fractal/</url>
  </scm>
  <repositories>
    <repository>
      <id>ObjectWeb Maven Repository</id>
      <url>http://maven.objectweb.org/maven2/</url>
    </repository>
    <repository>
      <id>Codehaus Maven Repository</id>
      <url>http://dist.codehaus.org</url>
    </repository>
  </repositories>
  <pluginRepositories>
    <pluginRepository>
      <id>Codehaus Maven Plugin Repository</id>
      <url>http://dist.codehaus.org</url>
    </pluginRepository>
  </pluginRepositories>
  <dependencies>
    <dependency>
      <groupId>spoon.aval</groupId>
      <artifactId>AVal</artifactId>
      <version>2.0.3</version>
    </dependency>
  </dependencies>
  <distributionManagement>
    <repository>
      <id>objectweb-release</id>
      <name>ObjectWeb's release repository</name>
      <url>scp://forge.objectweb.org/var/lib/gforge/chroot/home/groups/maven/htdocs/maven2</url>
    </repository>
    <snapshotRepository>
      <id>objectweb-snapshot</id>
      <name>ObjectWeb's snapshot repository</name>
      <url>scp://forge.objectweb.org/var/lib/gforge/chroot/home/groups/maven/htdocs/maven2-snapshot/</url>
    </snapshotRepository>
    <status>deployed</status>
  </distributionManagement>
  <properties>
    <runtime.log>target/velocity.log</runtime.log>
  </properties>
</project>