From 08ffecc61983efc2748a3d0b96342dcc4bb5623a Mon Sep 17 00:00:00 2001 From: chiba Date: Tue, 7 Aug 2007 16:20:53 +0000 Subject: [PATCH] updated pom.xml by the request of Manik and Paul git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@401 30ef5769-5b8d-40dd-aea6-55b5d6557bb3 --- pom.xml | 214 +++++++++++++++++++++++++++++--------------------------- 1 file changed, 111 insertions(+), 103 deletions(-) diff --git a/pom.xml b/pom.xml index 98fdc36c..0cb0a73c 100644 --- a/pom.xml +++ b/pom.xml @@ -1,103 +1,111 @@ - - - org.jboss - jboss-parent - 3 - - 4.0.0 - org.jboss - javassist - jar - 3.6.0-SNAPSHOT - Javassist - http://labs.jboss.com/portal/jbossaop - - src/main/ - src/test/ - - - org.apache.maven.plugins - maven-compiler-plugin - - 1.4 - 1.4 - - - - org.apache.maven.plugins - maven-surefire-plugin - - true - - - - - - - jdk14 - - 1.4 - - - - com.sun - tools - 1.4 - system - ${java.home}/../lib/tools.jar - - - - - jdk15 - - 1.5 - - - - com.sun - tools - 1.5 - system - ${java.home}/../lib/tools.jar - - - - - jdk16 - - 1.6 - - - - com.sun - tools - 1.6 - system - ${java.home}/../lib/tools.jar - - - - - - - repository.jboss.org - JBoss Inc. Repository - default - http://repository.jboss.org/maven2/ - - false - - - - - - junit - junit - 3.8.1 - test - - - + + + org.jboss + jboss-parent + 3 + + 4.0.0 + org.jboss + javassist + jar + Javassist (JAVA programming ASSISTant) makes Java bytecode manipulation + simple. It is a class library for editing bytecodes in Java. + + 3.6.0-SNAPSHOT + Javassist + http://www.csg.is.titech.ac.jp/~chiba/javassist/ + + src/main/ + src/test/ + + + org.apache.maven.plugins + maven-compiler-plugin + + 1.4 + 1.4 + + + + org.apache.maven.plugins + maven-jar-plugin + + + ${project.build.sourceDirectory}/META-INF/MANIFEST.MF + + + + + + + + jdk14 + + 1.4 + + + + com.sun + tools + 1.4 + system + true + ${java.home}/../lib/tools.jar + + + + + jdk15 + + 1.5 + + + + com.sun + tools + 1.5 + system + true + ${java.home}/../lib/tools.jar + + + + + jdk16 + + 1.6 + + + + com.sun + tools + 1.6 + system + true + ${java.home}/../lib/tools.jar + + + + + + + repository.jboss.org + JBoss Inc. Repository + default + http://repository.jboss.org/maven2/ + + false + + + + + + junit + junit + 3.8.1 + test + + + -- 2.39.5