mirror of
				https://github.com/gyurix1968/guacamole-client.git
				synced 2025-10-31 00:53:21 +00:00 
			
		
		
		
	GUAC-1170: Use relative paths for dist archives.
This commit is contained in:
		| @@ -14,11 +14,10 @@ | ||||
|     <!-- Include docs and schema --> | ||||
|     <fileSets> | ||||
|  | ||||
|             <!-- Include docs --> | ||||
|             <fileSet> | ||||
|                 <outputDirectory>/</outputDirectory> | ||||
|                 <directory>doc</directory> | ||||
|             </fileSet> | ||||
|         <!-- Include docs --> | ||||
|         <fileSet> | ||||
|             <directory>doc</directory> | ||||
|         </fileSet> | ||||
|  | ||||
|     </fileSets> | ||||
|  | ||||
| @@ -27,7 +26,7 @@ | ||||
|     <dependencySets> | ||||
|         <dependencySet> | ||||
|  | ||||
|             <outputDirectory>/lib</outputDirectory> | ||||
|             <outputDirectory>lib</outputDirectory> | ||||
|             <scope>runtime</scope> | ||||
|             <unpack>false</unpack> | ||||
|             <useProjectArtifact>true</useProjectArtifact> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user