[go: up one dir, main page]

Menu

Commit [r8079]  Maximize  Restore  History

This update is the first actual splitting of the baseline into separate subprojects.

Most of the baseline is in:
/repository
The fedora.common package has been moved to the subproject:
/common

In order to eliminate a dependency of the code-generation classes on 'fedora.utilities', one class has been relocated:
repository/src/main/java/fedora/utilities/BuildAxisStubWrapper.java
--moved to--
common/src/main/java/fedora/common/generator/BuildAxisStubWrapper.java

The ANT build still works as before.
This update also marks to first introduction of pom.xml files into the baseline.
There is a top-level pom.xml and another in /common.
A Maven2 artifact installation script can be found at:
resources/scripts/installLibs.sh

Running:
mvn clean install
Builds and tests the /common project.

aawoods 2009-06-05

changed /fedora/branches/fcrepo-394/build.xml
added /fedora/branches/fcrepo-394/common
added /fedora/branches/fcrepo-394/common/pom.xml
added /fedora/branches/fcrepo-394/common/src
added /fedora/branches/fcrepo-394/common/src/main
added /fedora/branches/fcrepo-394/common/src/main/java
added /fedora/branches/fcrepo-394/common/src/main/java/fedora
added /fedora/branches/fcrepo-394/common/src/main/java/fedora/common/generator
added /fedora/branches/fcrepo-394/common/src/main/resources
added /fedora/branches/fcrepo-394/common/src/test
added /fedora/branches/fcrepo-394/common/src/test/java
added /fedora/branches/fcrepo-394/common/src/test/java/fedora
added /fedora/branches/fcrepo-394/pom.xml
renamed /fedora/branches/fcrepo-394/repository/src/main/java/fedora/common -> /fedora/branches/fcrepo-394/common/src/main/java/fedora/common
renamed /fedora/branches/fcrepo-394/repository/src/main/java/fedora/utilities/BuildAxisStubWrapper.java -> /fedora/branches/fcrepo-394/common/src/main/java/fedora/common/generator/BuildAxisStubWrapper.java
renamed /fedora/branches/fcrepo-394/repository/src/test/java/fedora/common -> /fedora/branches/fcrepo-394/common/src/test/java/fedora/common
changed /fedora/branches/fcrepo-394/repository/src/test/java/fedora/test/FedoraTestConstants.java
added /fedora/branches/fcrepo-394/resources/scripts
added /fedora/branches/fcrepo-394/resources/scripts/installLibs.sh