Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > 9f2ef7e60254314fa0ebe8d64b6147c8 > files > 5

apache-commons-attributes-2.2-3.mga3.src.rpm

<?xml version="1.0" encoding="UTF-8"?>
<!--
=
= Copyright 2003-2006 The Apache Software Foundation
= 
= Licensed under the Apache License, Version 2.0 (the "License");
= you may not use this file except in compliance with the License.
= You may obtain a copy of the License at
= 
=     http://www.apache.org/licenses/LICENSE-2.0
= 
= Unless required by applicable law or agreed to in writing, software
= distributed under the License is distributed on an "AS IS" BASIS,
= WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
= See the License for the specific language governing permissions and
= limitations under the License.
=
-->
<project>
  <modelVersion>4.0.0</modelVersion>
  <groupId>commons-attributes</groupId>
  <artifactId>commons-attributes-compiler</artifactId>
  <version>2.2</version>

    <name>Jakarta Commons Attributes Ant Tasks and Utilities</name>
    <package>org.apache.commons.attributes.compiler</package>
    
    <description>
        An Ant task that will precompile Java source.
    </description>
  
  <dependencies>
    <dependency>
      <groupId>commons-attributes</groupId>
      <artifactId>commons-attributes-api</artifactId>
      <version>2.2</version>
    </dependency>
  </dependencies>

  <profiles>
    <profile>
      <!-- NOTE: This will not be activated on OS X, since classes.jar already has the tools in it. -->
      <id>default-tools.jar</id>
      <activation>
        <property>
          <name>java.vendor</name>
          <value>Sun Microsystems Inc.</value>
        </property>
       </activation>
      <dependencies>
        <dependency>
          <groupId>com.sun</groupId>
          <artifactId>tools</artifactId>
          <version>1.4.2</version>
          <scope>system</scope>
          <systemPath>${java.home}/../lib/tools.jar</systemPath>
         </dependency>
      </dependencies>
    </profile>
  </profiles>
</project>