Skip to content

Commit cf5607b

Browse files
hinermctrueden
authored andcommitted
Remove com.sun.tools profile
1 parent efa6968 commit cf5607b

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

pom.xml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)