You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by se...@apache.org on 2020/04/09 19:10:58 UTC

[directory-studio] 01/02: Remove Windows 32bit installer, no longer supported by Eclipse

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

seelmann pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/directory-studio.git

commit f52d6041fcb3cad0f039903a5c371b1fb8b8d490
Author: Stefan Seelmann <ma...@stefan-seelmann.de>
AuthorDate: Thu Apr 9 21:10:01 2020 +0200

    Remove Windows 32bit installer, no longer supported by Eclipse
---
 installers/windows/32bit/pom.xml | 72 ----------------------------------------
 installers/windows/pom.xml       |  1 -
 2 files changed, 73 deletions(-)

diff --git a/installers/windows/32bit/pom.xml b/installers/windows/32bit/pom.xml
deleted file mode 100644
index d510d3f..0000000
--- a/installers/windows/32bit/pom.xml
+++ /dev/null
@@ -1,72 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-  Licensed to the Apache Software Foundation (ASF) under one or more
-  contributor license agreements.  See the NOTICE file distributed with
-  this work for additional information regarding copyright ownership.
-  The ASF licenses this file to You under the Apache License, Version 2.0
-  (the "License"); you may not use this file except in compliance with
-  the License.  You may obtain a copy of the License at
-  
-  http://www.apache.org/licenses/LICENSE-2.0
-  
-  Unless required by applicable law or agreed to in writing, software
-  distributed under the License is distributed on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  See the License for the specific language governing permissions and
-  limitations under the License.
--->
-<!--
-  @author <a href="mailto:dev@directory.apache.org">Apache Directory Project</a>
--->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-  <modelVersion>4.0.0</modelVersion>
-  <parent>
-    <groupId>org.apache.directory.studio</groupId>
-    <artifactId>org.apache.directory.studio.installers.windows</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
-    <relativePath>../</relativePath>
-  </parent>
-  
-  <artifactId>org.apache.directory.studio.installers.windows.32bit</artifactId>
-  <name>Apache Directory Studio Windows 32-bit Installer</name>
-  <packaging>pom</packaging>
-
-  <description />
-
-  <properties>
-    <architecture>x86</architecture>
-  </properties>
-
-  <build>
-    <plugins>
-      <!-- copy NSIS configuration and product, configuration in parent pom -->
-      <plugin>
-        <artifactId>maven-resources-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>copy-resources</id>
-            <phase>process-resources</phase>
-            <goals>
-              <goal>copy-resources</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-
-      <!-- Execute makensis, configuration in parent pom -->
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>exec-maven-plugin</artifactId>
-        <executions>
-          <execution>
-            <phase>package</phase>
-            <goals>
-              <goal>exec</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-    </plugins>
-  </build>
-
-</project>
diff --git a/installers/windows/pom.xml b/installers/windows/pom.xml
index 0a00203..be709ae 100644
--- a/installers/windows/pom.xml
+++ b/installers/windows/pom.xml
@@ -34,7 +34,6 @@
   <description />
 
   <modules>
-    <module>32bit</module>
     <module>64bit</module>
   </modules>