Index: core/ivy.xml =================================================================== --- core/ivy.xml (revision 0) +++ core/ivy.xml (revision 0) @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + Index: core/build.xml =================================================================== --- core/build.xml (revision 0) +++ core/build.xml (revision 0) @@ -0,0 +1,88 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Index: build.properties =================================================================== --- build.properties (revision 0) +++ build.properties (revision 0) @@ -0,0 +1,16 @@ +version=0.3.0-incubating + +target=target + +src=src/main/java +classes=${target}/classes +resources=src/main/resources + +test.src=src/test/java +test.classes=${target}/test-clases + +ivy.home=${user.home}/.ivy +ivy.jar.dir=${ivy.home}/jars +ivy.jar.file=${ivy.jar.dir}/ivy.jar +ivy.conf.file=${basedir}/../ivyconf.xml +ivy.lib.dir=${basedir}/../dependencies Index: parser/ivy.xml =================================================================== --- parser/ivy.xml (revision 0) +++ parser/ivy.xml (revision 0) @@ -0,0 +1,59 @@ + + + + + + + + + + + + + + + + + + + + Index: parser/build.xml =================================================================== --- parser/build.xml (revision 0) +++ parser/build.xml (revision 0) @@ -0,0 +1,88 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Index: build.xml =================================================================== --- build.xml (revision 0) +++ build.xml (revision 0) @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Index: extensions/ivy.xml =================================================================== --- extensions/ivy.xml (revision 0) +++ extensions/ivy.xml (revision 0) @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + Index: extensions/build.xml =================================================================== --- extensions/build.xml (revision 0) +++ extensions/build.xml (revision 0) @@ -0,0 +1,88 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Index: protocol/ivy.xml =================================================================== --- protocol/ivy.xml (revision 0) +++ protocol/ivy.xml (revision 0) @@ -0,0 +1,48 @@ + + + + + + + + + + + + + + + + + + Index: protocol/build.xml =================================================================== --- protocol/build.xml (revision 0) +++ protocol/build.xml (revision 0) @@ -0,0 +1,88 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Index: ivyconf.xml =================================================================== --- ivyconf.xml (revision 0) +++ ivyconf.xml (revision 0) @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Index: client/ivy.xml =================================================================== --- client/ivy.xml (revision 0) +++ client/ivy.xml (revision 0) @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + Index: client/build.xml =================================================================== --- client/build.xml (revision 0) +++ client/build.xml (revision 0) @@ -0,0 +1,88 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +