From 5c78664a60fb490fc695859229d362261e14df64 Mon Sep 17 00:00:00 2001 From: Andrew Branson Date: Wed, 30 May 2012 17:42:59 +0200 Subject: Auto set classpath in eclipse for generated source. Requires build helper plugin. --- .classpath | 8 ++++++-- pom.xml | 37 +++++++++++++++++++++++++++++++++++-- 2 files changed, 41 insertions(+), 4 deletions(-) diff --git a/.classpath b/.classpath index 1eb22e5..04034f2 100644 --- a/.classpath +++ b/.classpath @@ -1,9 +1,13 @@ - + - + + + + + diff --git a/pom.xml b/pom.xml index 79d104c..45fa6ff 100644 --- a/pom.xml +++ b/pom.xml @@ -1,7 +1,7 @@ 4.0.0 - cristal-kernel + cristal cristal-kernel 2.3.1 cristal-kernel @@ -14,6 +14,12 @@ org.codehaus.castor castor-xml-schema + + + stax + stax + + org.python @@ -131,12 +137,39 @@ com.c2kernel - false + false + + maven-compiler-plugin + 2.3.2 + + 1.6 + 1.6 + + + org.codehaus.mojo + build-helper-maven-plugin + 1.7 + + + add-source + generate-sources + + add-source + + + + ${project.build.directory}/generated-sources/idl/ + + + + + + src/main/resources -- cgit v1.2.3