Changeset 16ac93c
- Timestamp:
- May 30, 2019 10:58:09 AM (20 months ago)
- Branches:
- master
- Children:
- 4d29bfe
- Parents:
- 040e092
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
build.xml
r040e092 r16ac93c 2427 2427 2428 2428 <target name="mavenLocal.deps" depends="buildRouter, buildStreaming"> 2429 <ant dir="core/java/">2430 </ant>2431 <ant dir="router/java/">2432 </ant>2433 <ant dir="apps/ministreaming/java/">2434 </ant>2435 <ant dir="apps/streaming/java/">2436 </ant>2437 2429 <ant dir="apps/jetty/"> 2438 2430 <target name="servletJar" /> -
installer/resources/maven-dev-release.sh
r040e092 r16ac93c 5 5 if [[ -z "$1" ]]; then 6 6 echo "You must run the script with the build number as first argument. Example ./script 6" 7 exit 1 7 8 fi 8 9 BUILD_NUMBER="$1" … … 12 13 13 14 # Append right build number to jar files (and everything else but we don't care) 14 cd $I2P_SOURCE_DIR/pkg-mavencentral 15 cd $I2P_SOURCE_DIR/pkg-mavencentral || (echo "Build failed!!!" && exit 1) 15 16 for file in `ls -1`; do 16 17 filename=$(basename -- "$file")
Note: See TracChangeset
for help on using the changeset viewer.