summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2014-06-03 21:39:57 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2014-06-03 21:41:21 -0400
commit9a73253d95009520d2307fec9ef27e1a58c9ea98 (patch)
treeafed79c72517d67606eaf3e2d2af9fc2d6df6650
parenteb886d4428917e53d8e3a43e0d6be28d64738921 (diff)
Look for odd files in workdir after running `make place`
-rw-r--r--rules/guava/delete.list1
-rw-r--r--rules/jdom-bootstrap/delete.list1
-rw-r--r--rules/modello-plugins/subdir-deps.mk2
3 files changed, 4 insertions, 0 deletions
diff --git a/rules/guava/delete.list b/rules/guava/delete.list
new file mode 100644
index 0000000..69a59d8
--- /dev/null
+++ b/rules/guava/delete.list
@@ -0,0 +1 @@
+lib/jdiff.jar
diff --git a/rules/jdom-bootstrap/delete.list b/rules/jdom-bootstrap/delete.list
index 854dcff..2df62d8 100644
--- a/rules/jdom-bootstrap/delete.list
+++ b/rules/jdom-bootstrap/delete.list
@@ -1,2 +1,3 @@
contrib/lib/*.jar
lib/*.jar
+lib/*/*.jar
diff --git a/rules/modello-plugins/subdir-deps.mk b/rules/modello-plugins/subdir-deps.mk
index e935006..391c538 100644
--- a/rules/modello-plugins/subdir-deps.mk
+++ b/rules/modello-plugins/subdir-deps.mk
@@ -10,6 +10,8 @@ modello-plugin-jdom_deps = modello-plugin-java modello-plugin-xml
modello-plugin-sax_deps = modello-plugin-java modello-plugin-xml
modello-plugin-snakeyaml_deps = modello-plugin-java modello-plugin-xml
modello-plugin-stax_deps = modello-plugin-java modello-plugin-xml
+
+# FIXME: generated code?
modello-plugin-xpp3_deps = modello-plugin-java modello-plugin-xml
# FIXME: depends on an external 'fasterxml'