From a99ae3ba2bb7affc5c932b69aa89cabf9b11865a Mon Sep 17 00:00:00 2001 From: "JesusFreke@JesusFreke.com" Date: Mon, 15 Jun 2009 06:04:47 +0000 Subject: [PATCH] Split up the ANTLR executions again, so each file is in a seperate execute of the ANTLR plugin. This makes it possible to turn on debugging for just one file. git-svn-id: https://smali.googlecode.com/svn/trunk@151 55b6fa8a-2a1e-11de-a435-ffa8d773f76a --- smali/pom.xml | 52 +++++++++++++++++++++++++++++++++++++++------------ 1 file changed, 40 insertions(+), 12 deletions(-) diff --git a/smali/pom.xml b/smali/pom.xml index 3a536776..5532beed 100644 --- a/smali/pom.xml +++ b/smali/pom.xml @@ -6,9 +6,9 @@ smali 0.91-SNAPSHOT - org.jf - smali-pom - 0.91-SNAPSHOT + org.jf + smali-pom + 0.91-SNAPSHOT @@ -17,10 +17,38 @@ antlr3-maven-plugin 3.1.3-1 - + + smaliLexer antlr + + + org/jf/smali/smaliLexer.g + + + + + smaliParser + + antlr + + + + org/jf/smali/smaliParser.g + + + + + smaliTreeWalker + + antlr + + + + org/jf/smali/smaliTreeWalker.g + + @@ -28,14 +56,14 @@ - org.antlr - antlr-runtime - 3.1.3 + org.antlr + antlr-runtime + 3.1.3 + + + org.jf + dexlib + 0.91-SNAPSHOT - - org.jf - dexlib - 0.91-SNAPSHOT - \ No newline at end of file