diff options
Diffstat (limited to 'sca-java-2.x')
-rw-r--r-- | sca-java-2.x/trunk/pom.xml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sca-java-2.x/trunk/pom.xml b/sca-java-2.x/trunk/pom.xml index f5bdbc02ef..874f994f0d 100644 --- a/sca-java-2.x/trunk/pom.xml +++ b/sca-java-2.x/trunk/pom.xml @@ -358,11 +358,9 @@ <profile> <id>eclipse</id> -<!-- <properties> - <notice.dir>src/main/resources</notice.dir> - </properties> ---> + <tools.jar>${java.home}/../lib/tools.jar</tools.jar> + </properties> <modules> <module>modules</module> <module>samples</module> |