X Tutup
Skip to content

Commit 265b820

Browse files
committed
Updates to allow nightly snapshots of maven central-compatible artifacts
1 parent 8c791b5 commit 265b820

File tree

13 files changed

+35
-412
lines changed

13 files changed

+35
-412
lines changed

build-spring-framework/build.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<project name="build-spring-framework" default="precommit">
33

44
<path id="bundles">
5+
<pathelement location="../org.springframework.spring-parent"/>
56
<pathelement location="../org.springframework.instrument"/>
67
<pathelement location="../org.springframework.instrument.tomcat"/>
78
<pathelement location="../org.springframework.asm"/>

build-spring-framework/generate-pom.xml

Lines changed: 0 additions & 131 deletions
This file was deleted.

build-spring-framework/package-bundle.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<project name="package-bundle">
33

4-
<import file="publish-maven.xml"/>
5-
64
<target name="package" depends="ivy.init">
75
<dist-jar/>
86
<src-jar/>

build-spring-framework/package-library.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<project name="package-library">
33

4-
<import file="publish-maven.xml"/>
5-
64
<target name="package" depends="ivy.init">
75
<dist-jar/>
86
</target>

build-spring-framework/pom.xml

Lines changed: 0 additions & 101 deletions
This file was deleted.

build-spring-framework/publish-maven.xml

Lines changed: 0 additions & 95 deletions
This file was deleted.

0 commit comments

Comments
 (0)
X Tutup