Rename smack-java7 to smack-java8

Fixes SMACK-854.
This commit is contained in:
Florian Schmaus 2020-09-23 17:50:11 +02:00
parent fe7d3bec30
commit 048226960b
11 changed files with 4 additions and 4 deletions

View File

@ -62,7 +62,7 @@ allprojects {
':smack-bosh',
':smack-debug',
':smack-debug-slf4j',
':smack-java7',
':smack-java8',
':smack-jingle-old',
':smack-resolver-dnsjava',
':smack-resolver-javax',

View File

@ -22,7 +22,7 @@ include 'smack-core',
'smack-bosh',
'smack-android',
'smack-android-extensions',
'smack-java7',
'smack-java8',
'smack-java8-full',
'smack-integration-test',
'smack-omemo',

View File

@ -6,7 +6,7 @@ dependencies {
api project(':smack-debug')
api project(':smack-experimental')
api project(':smack-extensions')
api project(':smack-java7')
api project(':smack-java8')
api project(':smack-legacy')
api project(':smack-omemo')
api project(':smack-openpgp')

View File

@ -33,7 +33,7 @@ public class Java7SmackInitializer implements SmackInitializer {
if (SystemUtil.onAndroid()) {
// @formatter:off
throw new RuntimeException(
"You need to remove the smack-java7 dependency/jar from your build, " +
"You need to remove the smack-java8 dependency/jar from your build, " +
"as it does not run on Android. " +
"Use smack-android instead.");
// @formatter:on