diff --git a/build.xml b/build.xml index cab77a386..741b669ff 100644 --- a/build.xml +++ b/build.xml @@ -4,6 +4,7 @@ + @@ -34,8 +35,8 @@ - - + + diff --git a/src/main/java/com/threerings/presents/tools.properties b/src/main/resources/com/threerings/presents/tools.properties similarity index 100% rename from src/main/java/com/threerings/presents/tools.properties rename to src/main/resources/com/threerings/presents/tools.properties diff --git a/src/main/java/com/threerings/presents/tools/decoder.tmpl b/src/main/resources/com/threerings/presents/tools/decoder.tmpl similarity index 100% rename from src/main/java/com/threerings/presents/tools/decoder.tmpl rename to src/main/resources/com/threerings/presents/tools/decoder.tmpl diff --git a/src/main/java/com/threerings/presents/tools/dispatcher.tmpl b/src/main/resources/com/threerings/presents/tools/dispatcher.tmpl similarity index 100% rename from src/main/java/com/threerings/presents/tools/dispatcher.tmpl rename to src/main/resources/com/threerings/presents/tools/dispatcher.tmpl diff --git a/src/main/java/com/threerings/presents/tools/dobject_field.tmpl b/src/main/resources/com/threerings/presents/tools/dobject_field.tmpl similarity index 100% rename from src/main/java/com/threerings/presents/tools/dobject_field.tmpl rename to src/main/resources/com/threerings/presents/tools/dobject_field.tmpl diff --git a/src/main/java/com/threerings/presents/tools/dobject_name.tmpl b/src/main/resources/com/threerings/presents/tools/dobject_name.tmpl similarity index 100% rename from src/main/java/com/threerings/presents/tools/dobject_name.tmpl rename to src/main/resources/com/threerings/presents/tools/dobject_name.tmpl diff --git a/src/main/java/com/threerings/presents/tools/dobject_oidlist.tmpl b/src/main/resources/com/threerings/presents/tools/dobject_oidlist.tmpl similarity index 100% rename from src/main/java/com/threerings/presents/tools/dobject_oidlist.tmpl rename to src/main/resources/com/threerings/presents/tools/dobject_oidlist.tmpl diff --git a/src/main/java/com/threerings/presents/tools/dobject_set.tmpl b/src/main/resources/com/threerings/presents/tools/dobject_set.tmpl similarity index 100% rename from src/main/java/com/threerings/presents/tools/dobject_set.tmpl rename to src/main/resources/com/threerings/presents/tools/dobject_set.tmpl diff --git a/src/main/java/com/threerings/presents/tools/marshaller.tmpl b/src/main/resources/com/threerings/presents/tools/marshaller.tmpl similarity index 100% rename from src/main/java/com/threerings/presents/tools/marshaller.tmpl rename to src/main/resources/com/threerings/presents/tools/marshaller.tmpl diff --git a/src/main/java/com/threerings/presents/tools/marshaller_as.tmpl b/src/main/resources/com/threerings/presents/tools/marshaller_as.tmpl similarity index 100% rename from src/main/java/com/threerings/presents/tools/marshaller_as.tmpl rename to src/main/resources/com/threerings/presents/tools/marshaller_as.tmpl diff --git a/src/main/java/com/threerings/presents/tools/marshaller_listener_as.tmpl b/src/main/resources/com/threerings/presents/tools/marshaller_listener_as.tmpl similarity index 100% rename from src/main/java/com/threerings/presents/tools/marshaller_listener_as.tmpl rename to src/main/resources/com/threerings/presents/tools/marshaller_listener_as.tmpl diff --git a/src/main/java/com/threerings/presents/tools/provider.tmpl b/src/main/resources/com/threerings/presents/tools/provider.tmpl similarity index 100% rename from src/main/java/com/threerings/presents/tools/provider.tmpl rename to src/main/resources/com/threerings/presents/tools/provider.tmpl diff --git a/src/main/java/com/threerings/presents/tools/sender.tmpl b/src/main/resources/com/threerings/presents/tools/sender.tmpl similarity index 100% rename from src/main/java/com/threerings/presents/tools/sender.tmpl rename to src/main/resources/com/threerings/presents/tools/sender.tmpl diff --git a/src/main/java/com/threerings/presents/tools/service_as.tmpl b/src/main/resources/com/threerings/presents/tools/service_as.tmpl similarity index 100% rename from src/main/java/com/threerings/presents/tools/service_as.tmpl rename to src/main/resources/com/threerings/presents/tools/service_as.tmpl diff --git a/src/main/java/com/threerings/presents/tools/service_listener_adapter_as.tmpl b/src/main/resources/com/threerings/presents/tools/service_listener_adapter_as.tmpl similarity index 100% rename from src/main/java/com/threerings/presents/tools/service_listener_adapter_as.tmpl rename to src/main/resources/com/threerings/presents/tools/service_listener_adapter_as.tmpl diff --git a/src/main/java/com/threerings/presents/tools/service_listener_as.tmpl b/src/main/resources/com/threerings/presents/tools/service_listener_as.tmpl similarity index 100% rename from src/main/java/com/threerings/presents/tools/service_listener_as.tmpl rename to src/main/resources/com/threerings/presents/tools/service_listener_as.tmpl diff --git a/src/main/java/com/threerings/presents/tools/streamable_as.tmpl b/src/main/resources/com/threerings/presents/tools/streamable_as.tmpl similarity index 100% rename from src/main/java/com/threerings/presents/tools/streamable_as.tmpl rename to src/main/resources/com/threerings/presents/tools/streamable_as.tmpl