diff --git a/.classpath b/.classpath index 1137ee62d..e2d9d4a17 100644 --- a/.classpath +++ b/.classpath @@ -11,15 +11,14 @@ - - + + - @@ -76,6 +75,13 @@ + + + + + + + diff --git a/.gitignore b/.gitignore index 37aee476d..e13dc11a2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,8 @@ +*~ +\#*# *.DS_Store *.class +.com.apple.timemachine.supported .import-temp/ build/ dist/ @@ -18,4 +21,5 @@ broker/core/module/MOD-INF/classes/ broker/core/WEB-INF/lib/ broker/core/data/ broker/core/test-output/ +tmp/ /test-output diff --git a/build.xml b/build.xml index 0dbd25245..6b5119ff6 100644 --- a/build.xml +++ b/build.xml @@ -14,7 +14,6 @@ - @@ -25,7 +24,7 @@ - + @@ -174,7 +173,7 @@ - @@ -207,6 +206,7 @@ + @@ -217,16 +217,17 @@ + + - - + @@ -254,14 +255,13 @@