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:57 UTC

[directory-studio] branch master updated (b723ea0 -> ba360cf)

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

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


    from b723ea0  Update license file for binary distribution
     new f52d604  Remove Windows 32bit installer, no longer supported by Eclipse
     new ba360cf  Add missing license header

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 installers/windows/32bit/pom.xml                   | 72 ----------------------
 installers/windows/pom.xml                         |  1 -
 .../directory/studio/common/ui/ClipboardUtils.java | 25 +++++++-
 .../PasswordModifyExtendedOperationDialogBot.java  | 19 ++++++
 4 files changed, 43 insertions(+), 74 deletions(-)
 delete mode 100644 installers/windows/32bit/pom.xml


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

Posted by se...@apache.org.
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>
 


[directory-studio] 02/02: Add missing license header

Posted by se...@apache.org.
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 ba360cf5a7b90424b7cae4b4e857fe3594334cbe
Author: Stefan Seelmann <ma...@stefan-seelmann.de>
AuthorDate: Thu Apr 9 21:10:39 2020 +0200

    Add missing license header
---
 .../directory/studio/common/ui/ClipboardUtils.java | 25 +++++++++++++++++++++-
 .../PasswordModifyExtendedOperationDialogBot.java  | 19 ++++++++++++++++
 2 files changed, 43 insertions(+), 1 deletion(-)

diff --git a/plugins/common.ui/src/main/java/org/apache/directory/studio/common/ui/ClipboardUtils.java b/plugins/common.ui/src/main/java/org/apache/directory/studio/common/ui/ClipboardUtils.java
index 98f129d..8b18336 100644
--- a/plugins/common.ui/src/main/java/org/apache/directory/studio/common/ui/ClipboardUtils.java
+++ b/plugins/common.ui/src/main/java/org/apache/directory/studio/common/ui/ClipboardUtils.java
@@ -1,3 +1,22 @@
+/*
+ *  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. 
+ *  
+ */
 package org.apache.directory.studio.common.ui;
 
 
@@ -7,7 +26,11 @@ import org.eclipse.swt.dnd.Clipboard;
 import org.eclipse.swt.dnd.Transfer;
 import org.eclipse.swt.widgets.Display;
 
-
+/**
+ * Clipboard utilities.
+ * 
+ * @author <a href="mailto:dev@directory.apache.org">Apache Directory Project</a>
+ */
 public class ClipboardUtils
 {
 
diff --git a/tests/test.integration.ui/src/main/java/org/apache/directory/studio/test/integration/ui/bots/PasswordModifyExtendedOperationDialogBot.java b/tests/test.integration.ui/src/main/java/org/apache/directory/studio/test/integration/ui/bots/PasswordModifyExtendedOperationDialogBot.java
index 3d18eda..b57e621 100644
--- a/tests/test.integration.ui/src/main/java/org/apache/directory/studio/test/integration/ui/bots/PasswordModifyExtendedOperationDialogBot.java
+++ b/tests/test.integration.ui/src/main/java/org/apache/directory/studio/test/integration/ui/bots/PasswordModifyExtendedOperationDialogBot.java
@@ -1,3 +1,22 @@
+/*
+ *  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. 
+ *  
+ */
 package org.apache.directory.studio.test.integration.ui.bots;