From 376e84ff060743930d9b4b0a567b5678e88f2cb1 Mon Sep 17 00:00:00 2001 From: dsyer Date: Fri, 21 Dec 2007 17:02:28 +0000 Subject: [PATCH] IN PROGRESS - issue BATCH-262: Hibernate Job blocks on flush http://jira.springframework.org/browse/BATCH-262 Remove unused assembly in parent dir --- src/assembly/docs.xml | 12 ---- src/assembly/no-dependencies.xml | 41 ----------- src/assembly/with-dependencies.xml | 105 ----------------------------- 3 files changed, 158 deletions(-) delete mode 100644 src/assembly/docs.xml delete mode 100644 src/assembly/no-dependencies.xml delete mode 100644 src/assembly/with-dependencies.xml diff --git a/src/assembly/docs.xml b/src/assembly/docs.xml deleted file mode 100644 index fbad08f95..000000000 --- a/src/assembly/docs.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - license.txt - notice.txt - - - unix - - \ No newline at end of file diff --git a/src/assembly/no-dependencies.xml b/src/assembly/no-dependencies.xml deleted file mode 100644 index 12d45e83f..000000000 --- a/src/assembly/no-dependencies.xml +++ /dev/null @@ -1,41 +0,0 @@ - - no-dependencies - - zip - - - src/assembly/docs.xml - - true - - - - org.springframework.batch:spring-batch-parent - org.springframework.batch:spring-batch-core - org.springframework.batch:spring-batch-execution - org.springframework.batch:spring-batch-infrastructure - - - false - dist/${artifactId}-${version}.${extension} - false - - - - - org.springframework.batch:spring-batch-parent - org.springframework.batch:spring-batch-core - org.springframework.batch:spring-batch-execution - org.springframework.batch:spring-batch-infrastructure - - - false - dist/${artifactId}-${version}-sources.${extension} - false - - target/${artifactId}-${version}-sources.${extension} - - - - - diff --git a/src/assembly/with-dependencies.xml b/src/assembly/with-dependencies.xml deleted file mode 100644 index 302b854c0..000000000 --- a/src/assembly/with-dependencies.xml +++ /dev/null @@ -1,105 +0,0 @@ - - with-dependencies - - zip - - - src/assembly/docs.xml - - true - - - - org.springframework.batch:spring-batch-parent - org.springframework.batch:spring-batch-core - org.springframework.batch:spring-batch-execution - org.springframework.batch:spring-batch-infrastructure - - - false - dist/${artifactId}-${version}.${extension} - false - - - - - org.springframework.batch:spring-batch-parent - org.springframework.batch:spring-batch-core - org.springframework.batch:spring-batch-execution - org.springframework.batch:spring-batch-infrastructure - - - false - dist/${artifactId}-${version}-sources.${extension} - false - - target/${artifactId}-${version}-sources.${extension} - - - - sources/lib/${groupId}/${artifactId}-${version}.${extension} - runtime - - org.springframework.batch:spring-batch-parent - org.springframework.batch:spring-batch-core - org.springframework.batch:spring-batch-execution - org.springframework.batch:spring-batch-infrastructure - - - - sources/lib/${groupId}/${artifactId}-${version}.${extension} - provided - - - - - sources/${artifactId} - - - - bin/** - target/** - - - - - - - - org.springframework.batch:spring-batch-samples - - - false - samples/${artifactId}-${version}.${extension} - false - - - samples/lib/${groupId}/${artifactId}-${version}.${extension} - runtime - - org.springframework.batch:spring-batch-parent - org.springframework.batch:spring-batch-core - org.springframework.batch:spring-batch-execution - org.springframework.batch:spring-batch-infrastructure - - - - sources/lib/${groupId}/${artifactId}-${version}.${extension} - provided - - - - - samples/${artifactId} - - - - bin/** - target/** - - - - - - -