[antlr3] minor cleanup

Tom Callaway spot at fedoraproject.org
Wed Oct 13 18:34:17 UTC 2010


commit 4dac9109922b1c3cd63fd69212e34757e3d16357
Author: Tom "spot" Callaway <tcallawa at redhat.com>
Date:   Wed Oct 13 14:34:01 2010 -0400

    minor cleanup

 antlr3.spec |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)
---
diff --git a/antlr3.spec b/antlr3.spec
index 857ee95..f2f5f80 100644
--- a/antlr3.spec
+++ b/antlr3.spec
@@ -180,14 +180,11 @@ sed -i -e \
 
 mkdir -p $MAVEN_REPO_LOCAL/JPP/maven2/default_poms/
 mkdir -p $MAVEN_REPO_LOCAL/org.antlr/
-mkdir -p $MAVEN_REPO_LOCAL/JPP/maven2/plugins/
 cp antlr3-maven-plugin/pom.xml $MAVEN_REPO_LOCAL/JPP/maven2/default_poms/JPP-antlr3-maven-plugin.pom
 # install prebuilt antlr and antlr3-maven-plugin into repository
 # Man, this is hackish. Hold your nose.
 cp %{SOURCE7} $MAVEN_REPO_LOCAL/org.antlr/antlr.jar
-cp %{SOURCE7} $MAVEN_REPO_LOCAL/JPP/antlr3.jar
-cp %{SOURCE8} $MAVEN_REPO_LOCAL/JPP/antlr3-maven-plugin.jar
-cp %{SOURCE8} $MAVEN_REPO_LOCAL/JPP/maven2/plugins/antlr3-maven-plugin.jar
+cp %{SOURCE8} $MAVEN_REPO_LOCAL/org.antlr/antlr3-maven-plugin.jar
 %endif
 
 # Build antlr


More information about the scm-commits mailing list