This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/struts.git


The following commit(s) were added to refs/heads/master by this push:
     new b77b1c1  Drops irrelevant profile
b77b1c1 is described below

commit b77b1c13ccc79987a12b8d0fd4bd82a8fd2f78ce
Author: Lukasz Lenart <lukaszlen...@apache.org>
AuthorDate: Tue Oct 2 09:00:00 2018 +0200

    Drops irrelevant profile
---
 core/pom.xml | 19 -------------------
 1 file changed, 19 deletions(-)

diff --git a/core/pom.xml b/core/pom.xml
index 17d57ea..c4a723c 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -178,25 +178,6 @@
                 </plugins>
             </build>
         </profile>
-        <profile>
-            <id>default-tools.jar</id>
-            <activation>
-                <property>
-                    <name>java.vendor</name>
-                    <value>Sun Microsystems Inc.</value>
-                </property>
-            </activation>
-            <dependencies>
-                <dependency>
-                    <groupId>com.sun</groupId>
-                    <artifactId>tools</artifactId>
-                    <version>1.5.0</version>
-                    <scope>system</scope>
-                    <systemPath>${java.home}/../lib/tools.jar</systemPath>
-                </dependency>
-            </dependencies>
-        </profile>
-
     </profiles>
 
 

Reply via email to