[jboss-cvs] javassist ...

Shigeru Chiba chiba at is.titech.ac.jp
Tue Jun 12 05:06:49 EDT 2007


  User: chiba   
  Date: 07/06/12 05:06:49

  Modified:    javassist  pom.xml
  Log:
  added JDK 1.6 support
  
  Revision  Changes    Path
  1.2       +15 -0     javassist/pom.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: pom.xml
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/pom.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- pom.xml	12 Jun 2007 02:22:31 -0000	1.1
  +++ pom.xml	12 Jun 2007 09:06:49 -0000	1.2
  @@ -64,6 +64,21 @@
           </dependency>
         </dependencies>
       </profile>
  +     <profile>
  +      <id>jdk16</id>
  +      <activation>
  +        <jdk>1.6</jdk>
  +      </activation>
  +      <dependencies>
  +        <dependency>
  +          <groupId>com.sun</groupId>
  +          <artifactId>tools</artifactId>
  +          <version>1.6</version>
  +          <scope>system</scope>
  +          <systemPath>${java.home}/../lib/tools.jar</systemPath>
  +        </dependency>
  +      </dependencies>
  +    </profile>
     </profiles>
     <repositories>
       <repository>
  
  
  



More information about the jboss-cvs-commits mailing list