Project

General

Profile

« Previous | Next » 

Revision 6124

Merged in the D1_0_6_2_BRANCH changes that include the transition from ObjectFormat calls to ObjectFormatCache calls.

View differences:

build.xml
185 185
		<property name="eml2_0_1-schema-tag" value="RELEASE_EML_2_0_1" />
186 186
		<property name="eml2_1_0-schema-tag" value="RELEASE_EML_2_1_0" />
187 187
		<property name="eml2_1_1-schema-tag" value="RELEASE_EML_2_1_1_RC_2" />
188
		<property name="dataone-schema-tag" value="D1_SCHEMA_0_6_1" />
188
		<property name="dataone-schema-tag" value="D1_SCHEMA_0_6_2" />
189 189
		<property name="eml2-style-tag" value="RELEASE_EML_UTILS_1_0_0_RC12" />
190 190
		<property name="eml2_0_0namespace"
191 191
			value="eml://ecoinformatics.org/eml-2.0.0" />
......
1592 1592
         sibling of the current build directory. Requires maven2 to
1593 1593
         be installed and on the path. -->
1594 1594
    <target name="dataone-service" if="d1.available">
1595
        <property name="d1.jar" value="d1_common_java-0.5.0.jar"/>
1595
        <property name="d1.jar" value="d1_common_java-0.6.2-SNAPSHOT.jar"/>
1596 1596
        <artifact:mvn pom="${d1.dir}/pom.xml" fork="true"
1597 1597
                      mavenHome="${maven.home}">
1598 1598
            <arg value="install"/>

Also available in: Unified diff