removed some weird build-configuration
Project: http://git-wip-us.apache.org/repos/asf/marmotta/repo Commit: http://git-wip-us.apache.org/repos/asf/marmotta/commit/efec6fde Tree: http://git-wip-us.apache.org/repos/asf/marmotta/tree/efec6fde Diff: http://git-wip-us.apache.org/repos/asf/marmotta/diff/efec6fde Branch: refs/heads/master Commit: efec6fde096de65f32cbc7679bec9c36fa6065d0 Parents: cf8effb Author: Jakob Frank <[email protected]> Authored: Fri Apr 4 10:39:31 2014 +0200 Committer: Jakob Frank <[email protected]> Committed: Fri Apr 4 10:39:31 2014 +0200 ---------------------------------------------------------------------- platform/marmotta-ldp/pom.xml | 10 ---------- platform/marmotta-sparql/pom.xml | 10 ---------- 2 files changed, 20 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/marmotta/blob/efec6fde/platform/marmotta-ldp/pom.xml ---------------------------------------------------------------------- diff --git a/platform/marmotta-ldp/pom.xml b/platform/marmotta-ldp/pom.xml index 64fa0da..247e693 100644 --- a/platform/marmotta-ldp/pom.xml +++ b/platform/marmotta-ldp/pom.xml @@ -35,16 +35,6 @@ </description> <build> - - <resources> - <resource> - <directory>src/main/resources</directory> - </resource> - <resource> - <directory>src/test/resources</directory> - </resource> - </resources> - <pluginManagement> <plugins> <plugin> <!-- generate JRebel Configuration --> http://git-wip-us.apache.org/repos/asf/marmotta/blob/efec6fde/platform/marmotta-sparql/pom.xml ---------------------------------------------------------------------- diff --git a/platform/marmotta-sparql/pom.xml b/platform/marmotta-sparql/pom.xml index 2101de5..112026e 100644 --- a/platform/marmotta-sparql/pom.xml +++ b/platform/marmotta-sparql/pom.xml @@ -35,16 +35,6 @@ </description> <build> - - <resources> - <resource> - <directory>src/main/resources</directory> - </resource> - <resource> - <directory>src/test/resources</directory> - </resource> - </resources> - <pluginManagement> <plugins> <plugin> <!-- generate JRebel Configuration -->
