[java-idp-plugin-duo] branch main updated: Rename old single distribution directory to Duo Web sdk-distribution

Phil Smart philip.smart at jisc.ac.uk
Mon Dec 14 17:15:04 UTC 2020


This is an automated email from the git hooks/post-receive script.

philsmart pushed a commit to branch main
in repository java-idp-plugin-duo.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-duo.git;a=commit;h=5d8e8e8df497e3e4ff219229214b9bdcf52ef555

The following commit(s) were added to refs/heads/main by this push:
       new  5d8e8e8   Rename old single distribution directory to Duo Web sdk-distribution
5d8e8e8 is described below

commit 5d8e8e8df497e3e4ff219229214b9bdcf52ef555
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Mon Dec 14 17:14:59 2020 +0000

    Rename old single distribution directory to Duo Web sdk-distribution
---
 idp-duo-distribution/.project                           | 17 -----------------
 .../.settings/org.eclipse.core.resources.prefs          |  2 --
 .../.settings/org.eclipse.m2e.core.prefs                |  4 ----
 idp-duo-native-client-impl/pom.xml                      |  2 +-
 .../pom.xml                                             |  0
 .../src/main/assembly/duo-native-sdk-assembly.xml       |  0
 .../src/main/resources/bootstrap/id.property            |  0
 .../src/main/resources/bootstrap/keys.txt               |  0
 pom.xml                                                 |  2 +-
 9 files changed, 2 insertions(+), 25 deletions(-)

diff --git a/idp-duo-distribution/.project b/idp-duo-distribution/.project
deleted file mode 100644
index fe5667f..0000000
--- a/idp-duo-distribution/.project
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
-	<name>idp-plugin-duo-dist</name>
-	<comment></comment>
-	<projects>
-	</projects>
-	<buildSpec>
-		<buildCommand>
-			<name>org.eclipse.m2e.core.maven2Builder</name>
-			<arguments>
-			</arguments>
-		</buildCommand>
-	</buildSpec>
-	<natures>
-		<nature>org.eclipse.m2e.core.maven2Nature</nature>
-	</natures>
-</projectDescription>
diff --git a/idp-duo-distribution/.settings/org.eclipse.core.resources.prefs b/idp-duo-distribution/.settings/org.eclipse.core.resources.prefs
deleted file mode 100644
index 99f26c0..0000000
--- a/idp-duo-distribution/.settings/org.eclipse.core.resources.prefs
+++ /dev/null
@@ -1,2 +0,0 @@
-eclipse.preferences.version=1
-encoding/<project>=UTF-8
diff --git a/idp-duo-distribution/.settings/org.eclipse.m2e.core.prefs b/idp-duo-distribution/.settings/org.eclipse.m2e.core.prefs
deleted file mode 100644
index f897a7f..0000000
--- a/idp-duo-distribution/.settings/org.eclipse.m2e.core.prefs
+++ /dev/null
@@ -1,4 +0,0 @@
-activeProfiles=
-eclipse.preferences.version=1
-resolveWorkspaceProjects=true
-version=1
diff --git a/idp-duo-native-client-impl/pom.xml b/idp-duo-native-client-impl/pom.xml
index 1c76020..53e3fac 100644
--- a/idp-duo-native-client-impl/pom.xml
+++ b/idp-duo-native-client-impl/pom.xml
@@ -10,7 +10,7 @@
     </parent>
 
     <artifactId>idp-plugin-duo-native-client-impl</artifactId>
-    <name>Shibboleth IdP :: Plugins :: Duo 2FA Native SDK implementation</name>
+    <name>Shibboleth IdP :: Plugins :: Duo 2FA Web SDK implementation</name>
     <description>IdP Duo OIDC 2FA native Duo SDK implementation.</description>
     <packaging>jar</packaging>
 
diff --git a/idp-duo-distribution/pom.xml b/idp-duo-sdk-distribution/pom.xml
similarity index 100%
rename from idp-duo-distribution/pom.xml
rename to idp-duo-sdk-distribution/pom.xml
diff --git a/idp-duo-distribution/src/main/assembly/duo-native-sdk-assembly.xml b/idp-duo-sdk-distribution/src/main/assembly/duo-native-sdk-assembly.xml
similarity index 100%
rename from idp-duo-distribution/src/main/assembly/duo-native-sdk-assembly.xml
rename to idp-duo-sdk-distribution/src/main/assembly/duo-native-sdk-assembly.xml
diff --git a/idp-duo-distribution/src/main/resources/bootstrap/id.property b/idp-duo-sdk-distribution/src/main/resources/bootstrap/id.property
similarity index 100%
rename from idp-duo-distribution/src/main/resources/bootstrap/id.property
rename to idp-duo-sdk-distribution/src/main/resources/bootstrap/id.property
diff --git a/idp-duo-distribution/src/main/resources/bootstrap/keys.txt b/idp-duo-sdk-distribution/src/main/resources/bootstrap/keys.txt
similarity index 100%
rename from idp-duo-distribution/src/main/resources/bootstrap/keys.txt
rename to idp-duo-sdk-distribution/src/main/resources/bootstrap/keys.txt
diff --git a/pom.xml b/pom.xml
index 71b5f47..d84649d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -35,7 +35,7 @@
         <module>idp-duo-api</module>
         <module>idp-duo-impl</module>
         <module>idp-duo-native-client-impl</module>
-        <module>idp-duo-distribution</module>
+        <module>idp-duo-sdk-distribution</module>
         <module>idp-duo-nimbus-distribution</module>
         <module>idp-duo-nimbus-client-impl</module>
     </modules>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list