Project

General

Profile

« Previous | Next » 

Revision 5320

Added by Matt Jones about 14 years ago

Refactored metacat to use dataone-service-api-0.3.0 jar file, with the new JIBX generated types and serialization. Included JIBX runtime jar in metacat to handle serialization and deserialization of SystemMetadata objects. Removed the old API jar file.

View differences:

build.xml
1554 1554
         sibling of the current build directory. Requires maven2 to
1555 1555
         be installed and on the path. -->
1556 1556
    <target name="dataone-service" if="d1.available">
1557
        <property name="d1.jar" value="dataone-service-api-0.1.0.jar"/>
1557
        <property name="d1.jar" value="dataone-service-api-0.3.0.jar"/>
1558 1558

  
1559 1559
        <artifact:mvn pom="${d1.dir}/pom.xml" fork="true"
1560 1560
                      mavenHome="${maven.home}">

Also available in: Unified diff