You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jdo-commits@db.apache.org by mb...@apache.org on 2021/08/23 17:46:08 UTC

[db-jdo] branch main updated: JDO-775: removed copyjdorijars from assembly.xml

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

mbo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/db-jdo.git


The following commit(s) were added to refs/heads/main by this push:
     new 2b9b54b  JDO-775: removed copyjdorijars from assembly.xml
2b9b54b is described below

commit 2b9b54b9cfe66bde4569ec10b025b2bc0f95d6e5
Author: Michael Bouschen <mb...@apache.org>
AuthorDate: Mon Aug 23 19:46:00 2021 +0200

    JDO-775: removed copyjdorijars from assembly.xml
---
 assembly.xml | 17 -----------------
 1 file changed, 17 deletions(-)

diff --git a/assembly.xml b/assembly.xml
index f667517..958a487 100644
--- a/assembly.xml
+++ b/assembly.xml
@@ -63,23 +63,6 @@
       </moduleSet>
       <moduleSet>
 	<includes>
-	  <include>org.apache.jdo:copy-jdori-jars</include>
-	</includes>
-	<sources>
-	  <includeModuleDirectory>false</includeModuleDirectory>
-	  <fileSets>
-	    <fileSet>
-	      <outputDirectory>copyjdorijars</outputDirectory>
-	      <includes>
-		<include>src/**</include>
-		<include>pom.xml</include>
-	      </includes>
-	    </fileSet>
-	  </fileSets>
-	</sources>
-      </moduleSet>
-      <moduleSet>
-	<includes>
 	  <include>org.apache.jdo:jdo-tck</include>
 	</includes>
 	<sources>