jtolentino 2005/09/22 04:48:42
Added: m2/repository commons-discovery-SNAPSHOT.jar
geronimo-deployment-1.0-SNAPSHOT.jar
geronimo-j2ee-builder-1.0-SNAPSHOT.jar
geronimo-kernel-1.0-SNAPSHOT.jar
geronimo-service-builder-1.0-SNAPSHOT.jar
geronimo-system-1.0-SNAPSHOT.jar
maven-xmlbeans-plugin-1.0-SNAPSHOT.jar
maven-xmlbeans-plugin-1.0-SNAPSHOT.pom
tranql-1.0-SNAPSHOT.jar
Log:
Forgot that cvs does not automatically recurse addition of new directories.
Committing repository and unit-tests directories. unit-tests: Modified unit
tests with hard-coded references to directories based on base dir. repository:
Artifacts that are generated by building Geronimo or exists in Maven 1 remote
repo but not in Maven 2.
Revision Changes Path
1.1 openejb/m2/repository/commons-discovery-SNAPSHOT.jar
<<Binary file>>
1.1
openejb/m2/repository/geronimo-deployment-1.0-SNAPSHOT.jar
<<Binary file>>
1.1
openejb/m2/repository/geronimo-j2ee-builder-1.0-SNAPSHOT.jar
<<Binary file>>
1.1 openejb/m2/repository/geronimo-kernel-1.0-SNAPSHOT.jar
<<Binary file>>
1.1
openejb/m2/repository/geronimo-service-builder-1.0-SNAPSHOT.jar
<<Binary file>>
1.1 openejb/m2/repository/geronimo-system-1.0-SNAPSHOT.jar
<<Binary file>>
1.1
openejb/m2/repository/maven-xmlbeans-plugin-1.0-SNAPSHOT.jar
<<Binary file>>
1.1
openejb/m2/repository/maven-xmlbeans-plugin-1.0-SNAPSHOT.pom
Index: maven-xmlbeans-plugin-1.0-SNAPSHOT.pom
===================================================================
<project>
<parent>
<artifactId>mojo</artifactId>
<groupId>org.codehaus.mojo</groupId>
<version>2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>maven-xmlbeans-plugin</artifactId>
<packaging>maven-plugin</packaging>
<name>Maven XML Beans Plugin</name>
<version>1.0-SNAPSHOT</version>
<dependencies>
<dependency>
<groupId>plexus</groupId>
<artifactId>plexus-utils</artifactId>
<version>1.0-alpha-3</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-project</artifactId>
<version>2.0-alpha-3</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-artifact-manager</artifactId>
<version>2.0-alpha-3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>plexus</groupId>
<artifactId>plexus-container-default</artifactId>
<version>1.0-alpha-4</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>xml-resolver</groupId>
<artifactId>xml-resolver</artifactId>
<version>1.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>xmlbeans</groupId>
<artifactId>xbean</artifactId>
<version>2.0.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>stax</groupId>
<artifactId>stax</artifactId>
<version>1.1.1-dev</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>stax</groupId>
<artifactId>stax-api</artifactId>
<version>1.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
<distributionManagement>
<status>deployed</status>
</distributionManagement>
</project>
1.1 openejb/m2/repository/tranql-1.0-SNAPSHOT.jar
<<Binary file>>