From e53f5ae41b4d721a768fc9f334c79a77bda74d7c Mon Sep 17 00:00:00 2001 From: "JesusFreke@JesusFreke.com" Date: Thu, 4 Jun 2009 05:02:24 +0000 Subject: [PATCH] rename the AnnotationTypes example git-svn-id: https://smali.googlecode.com/svn/trunk@82 55b6fa8a-2a1e-11de-a435-ffa8d773f76a --- .../{AnnotationTypes2 => AnnotationTypes}/ClassAnnotation.smali | 0 .../{AnnotationTypes2 => AnnotationTypes}/FieldAnnotation.smali | 0 examples/{AnnotationTypes2 => AnnotationTypes}/Main.smali | 0 .../{AnnotationTypes2 => AnnotationTypes}/MethodAnnotation.smali | 0 .../ParameterAnnotation.smali | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename examples/{AnnotationTypes2 => AnnotationTypes}/ClassAnnotation.smali (100%) rename examples/{AnnotationTypes2 => AnnotationTypes}/FieldAnnotation.smali (100%) rename examples/{AnnotationTypes2 => AnnotationTypes}/Main.smali (100%) rename examples/{AnnotationTypes2 => AnnotationTypes}/MethodAnnotation.smali (100%) rename examples/{AnnotationTypes2 => AnnotationTypes}/ParameterAnnotation.smali (100%) diff --git a/examples/AnnotationTypes2/ClassAnnotation.smali b/examples/AnnotationTypes/ClassAnnotation.smali similarity index 100% rename from examples/AnnotationTypes2/ClassAnnotation.smali rename to examples/AnnotationTypes/ClassAnnotation.smali diff --git a/examples/AnnotationTypes2/FieldAnnotation.smali b/examples/AnnotationTypes/FieldAnnotation.smali similarity index 100% rename from examples/AnnotationTypes2/FieldAnnotation.smali rename to examples/AnnotationTypes/FieldAnnotation.smali diff --git a/examples/AnnotationTypes2/Main.smali b/examples/AnnotationTypes/Main.smali similarity index 100% rename from examples/AnnotationTypes2/Main.smali rename to examples/AnnotationTypes/Main.smali diff --git a/examples/AnnotationTypes2/MethodAnnotation.smali b/examples/AnnotationTypes/MethodAnnotation.smali similarity index 100% rename from examples/AnnotationTypes2/MethodAnnotation.smali rename to examples/AnnotationTypes/MethodAnnotation.smali diff --git a/examples/AnnotationTypes2/ParameterAnnotation.smali b/examples/AnnotationTypes/ParameterAnnotation.smali similarity index 100% rename from examples/AnnotationTypes2/ParameterAnnotation.smali rename to examples/AnnotationTypes/ParameterAnnotation.smali