From 2488e01d282682a91c22b7077dab3a619408e148 Mon Sep 17 00:00:00 2001 From: rfeng Date: Tue, 28 Jul 2009 19:43:21 +0000 Subject: Add resource filters to have java code in the src/main/resources to become source folders in Eclipse git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798681 13f79535-47bb-0310-9956-ffa450edef68 --- java/sca/otest/fixed_version/pom.xml | 52 +++++++++++++++++++++++------------- 1 file changed, 34 insertions(+), 18 deletions(-) (limited to 'java/sca') diff --git a/java/sca/otest/fixed_version/pom.xml b/java/sca/otest/fixed_version/pom.xml index a203ef93f8..97d251fcae 100644 --- a/java/sca/otest/fixed_version/pom.xml +++ b/java/sca/otest/fixed_version/pom.xml @@ -64,29 +64,45 @@ test - + - + + + src/main/resources + + General/** + *_Java/** + ASM_8004/** + ASM_8005/** + + + + org.codehaus.mojo - build-helper-maven-plugin - - - add-source - generate-sources - - add-source - - - + build-helper-maven-plugin + 1.4 + + + add-source + generate-sources + + add-source + + + ${basedir}/src/main/resources/General - - - - - + ${basedir}/src/main/resources/General_Java + ${basedir}/src/main/resources/ASM_8001_Java + ${basedir}/src/main/resources/ASM_8004 + ${basedir}/src/main/resources/ASM_8005 + + + + + - + -- cgit v1.2.3