[java-idp-plugin-jetty] 24/186: IDP-1110 - Remove unused assembly descriptor

Rod Widdowson rdw at steadingsoftware.com
Thu Jul 24 15:56:15 UTC 2025


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

rdw pushed a commit to branch dev/foo
in repository java-idp-plugin-jetty.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-jetty.git;a=commit;h=1661598075ddd142ea05d6cf753c492265db61dd

commit 1661598075ddd142ea05d6cf753c492265db61dd
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Thu Jul 6 16:40:00 2017 -0500

    IDP-1110 - Remove unused assembly descriptor
---
 src/main/assembly/bin.xml | 53 -----------------------------------------------
 1 file changed, 53 deletions(-)

diff --git a/src/main/assembly/bin.xml b/src/main/assembly/bin.xml
deleted file mode 100644
index 499de32..0000000
--- a/src/main/assembly/bin.xml
+++ /dev/null
@@ -1,53 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-          xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 http://maven.apache.org/xsd/assembly-1.1.2.xsd" >
-          
-	<id>bin</id>
-    
-	<formats>
-		<format>zip</format>
-	</formats>
-
-	<dependencySets>
-        <!-- Example dependency set. Directory and file mode and scope are important -->
-        <!--
-		<dependencySet>
-			<outputDirectory>/lib</outputDirectory>
-            <directoryMode>774</directoryMode>
-            <fileMode>444</fileMode>
-            <scope>compile</scope>
-			<includes>
-				<include>*:jar:*</include>
-			</includes>
-		</dependencySet>
-        -->
-	</dependencySets>
-
-	<fileSets>
-		<!-- Documentation -->
-		<fileSet>
-			<directory>doc/</directory>
-			<outputDirectory>/doc</outputDirectory>
-		</fileSet>
-		<fileSet>
-			<directory>target/site/apidocs</directory>
-			<outputDirectory>/doc/api</outputDirectory>
-		</fileSet>
-
-		<!-- Copy execution scripts into the root of the package -->
-        <!--
-		<fileSet>
-			<directory>src/main/bash</directory>
-			<outputDirectory/>
-			<includes>
-				<include>*.sh</include>
-			</includes>
-			<fileMode>0755</fileMode>
-			<directoryMode>0755</directoryMode>
-		</fileSet>
-        -->
-        
-	</fileSets>
-
-</assembly>
\ No newline at end of file

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


More information about the commits mailing list