From c58b2527954ae0d52b414a211d2dd1b47529861f Mon Sep 17 00:00:00 2001 From: nordligulv Date: Tue, 26 Mar 2013 01:11:16 +0400 Subject: [PATCH] remove and ignore gen; prepare project for production use --- README.md | 4 ++-- slf4j-android/.gitignore | 1 + slf4j-android/AndroidManifest.xml | 4 ++-- slf4j-android/default.properties | 1 - slf4j-android/gen/org/slf4j/BuildConfig.java | 8 -------- slf4j-android/gen/org/slf4j/Manifest.java | 7 ------- slf4j-android/gen/org/slf4j/R.java | 7 ------- slf4j-android/pom.xml | 13 ++----------- 8 files changed, 7 insertions(+), 38 deletions(-) delete mode 100644 slf4j-android/gen/org/slf4j/BuildConfig.java delete mode 100644 slf4j-android/gen/org/slf4j/Manifest.java delete mode 100644 slf4j-android/gen/org/slf4j/R.java diff --git a/README.md b/README.md index f87002da..d6386324 100644 --- a/README.md +++ b/README.md @@ -10,5 +10,5 @@ As slf4j-jdk14, slf4j-log4j etc. slf4j-android is a maven module that depends on so it can easily be built with maven and synced with [the original slf4j codebase](https://github.com/qos-ch/slf4j). ### Status -The implementation is currently fully functional but has not yet been fully tested in a -production environment. Let us know if you have used it in production! +The implementation is currently fully functional and has been fully tested in a +production environment. \ No newline at end of file diff --git a/slf4j-android/.gitignore b/slf4j-android/.gitignore index 9d9968d6..d4790469 100755 --- a/slf4j-android/.gitignore +++ b/slf4j-android/.gitignore @@ -2,6 +2,7 @@ /.settings /.classpath /.project +/gen .DS_Store *.iml *.ipr diff --git a/slf4j-android/AndroidManifest.xml b/slf4j-android/AndroidManifest.xml index 64408712..f1c2c408 100755 --- a/slf4j-android/AndroidManifest.xml +++ b/slf4j-android/AndroidManifest.xml @@ -1,7 +1,7 @@ + android:versionCode="174" + android:versionName="1.7.4"> \ No newline at end of file diff --git a/slf4j-android/default.properties b/slf4j-android/default.properties index 6e13d714..2262a388 100755 --- a/slf4j-android/default.properties +++ b/slf4j-android/default.properties @@ -10,4 +10,3 @@ android.library=true # Project target. target=android-3 -apk-configurations= diff --git a/slf4j-android/gen/org/slf4j/BuildConfig.java b/slf4j-android/gen/org/slf4j/BuildConfig.java deleted file mode 100644 index d502b942..00000000 --- a/slf4j-android/gen/org/slf4j/BuildConfig.java +++ /dev/null @@ -1,8 +0,0 @@ -/*___Generated_by_IDEA___*/ - -/** Automatically generated file. DO NOT MODIFY */ -package org.slf4j; - -public final class BuildConfig { - public final static boolean DEBUG = true; -} \ No newline at end of file diff --git a/slf4j-android/gen/org/slf4j/Manifest.java b/slf4j-android/gen/org/slf4j/Manifest.java deleted file mode 100644 index 86e15525..00000000 --- a/slf4j-android/gen/org/slf4j/Manifest.java +++ /dev/null @@ -1,7 +0,0 @@ -/*___Generated_by_IDEA___*/ - -package org.slf4j; - -/* This stub is for using by IDE only. It is NOT the Manifest class actually packed into APK */ -public final class Manifest { -} \ No newline at end of file diff --git a/slf4j-android/gen/org/slf4j/R.java b/slf4j-android/gen/org/slf4j/R.java deleted file mode 100644 index 46145d3c..00000000 --- a/slf4j-android/gen/org/slf4j/R.java +++ /dev/null @@ -1,7 +0,0 @@ -/*___Generated_by_IDEA___*/ - -package org.slf4j; - -/* This stub is for using by IDE only. It is NOT the R class actually packed into APK */ -public final class R { -} \ No newline at end of file diff --git a/slf4j-android/pom.xml b/slf4j-android/pom.xml index 2bda711e..ef3d017a 100644 --- a/slf4j-android/pom.xml +++ b/slf4j-android/pom.xml @@ -1,5 +1,4 @@ - @@ -32,14 +31,6 @@ ${project.version} - - org.slf4j - slf4j-api - test-jar - ${project.version} - test - - com.google.android android @@ -66,7 +57,7 @@ - + org.apache.maven.plugins maven-compiler-plugin