Index: build.xml =================================================================== --- build.xml (revision 1359200) +++ build.xml (working copy) @@ -35,6 +35,7 @@ + @@ -293,8 +294,8 @@ - - + - + + + + + + + + @@ -389,7 +401,7 @@ Tests failed! - + @@ -494,6 +506,7 @@ + @@ -570,6 +583,9 @@ + + + @@ -649,6 +665,7 @@ + Index: build-common-new.xml =================================================================== --- build-common-new.xml (revision 0) +++ build-common-new.xml (revision 0) @@ -0,0 +1,122 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <_javac srcDir="${basedir}/src/main/java" + destDir="${build.classes}" + classPathRef="compile.class.path"/> + + + + + <_javac srcDir="${basedir}/src/test/java" + destDir="${test.classes}" + classPathRef="test.class.path"/> + <_junit/> + + + + + + + + Index: ivy.xml =================================================================== --- ivy.xml (revision 1359200) +++ ivy.xml (working copy) @@ -36,6 +36,13 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + Index: hcatalog-pig-adapter/ivy.xml =================================================================== --- hcatalog-pig-adapter/ivy.xml (revision 0) +++ hcatalog-pig-adapter/ivy.xml (revision 0) @@ -0,0 +1,43 @@ + + + + + + + Apache HCatalog + + + + + + + + + + + + + + + + +