File tree Expand file tree Collapse file tree 1 file changed +0
-24
lines changed
Expand file tree Collapse file tree 1 file changed +0
-24
lines changed Original file line number Diff line number Diff line change @@ -141,28 +141,4 @@ Institute of Molecular Cell Biology and Genetics.</organizationName>
141141 </plugins >
142142 </build >
143143
144- <!--
145- NB: Enable dependency on tools.jar. See:
146- http://maven.apache.org/general.html#tools-jar-dependency
147- -->
148- <profiles >
149- <profile >
150- <id >tools-jar</id > <!-- required for MiniMaven -->
151- <activation >
152- <file >
153- <!-- NB: Custom properties do not work here, so we hardcode. -->
154- <exists >${java.home} /../lib/tools.jar</exists >
155- </file >
156- </activation >
157- <dependencies >
158- <dependency >
159- <groupId >com.sun</groupId >
160- <artifactId >tools</artifactId >
161- <version >1.4.2</version >
162- <scope >system</scope >
163- <systemPath >${java.home} /../lib/tools.jar</systemPath >
164- </dependency >
165- </dependencies >
166- </profile >
167- </profiles >
168144</project >
You can’t perform that action at this time.
0 commit comments