lookup/pom.xml
changeset 972 a2947558c966
parent 971 b3ae88304dd0
child 973 5653a70ebb56
     1.1 --- a/lookup/pom.xml	Wed Jan 27 17:46:23 2010 -0500
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,85 +0,0 @@
     1.4 -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     1.5 -  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     1.6 -  <modelVersion>4.0.0</modelVersion>
     1.7 -  <groupId>org.apidesign</groupId>
     1.8 -  <artifactId>lookup</artifactId>
     1.9 -  <packaging>jar</packaging>
    1.10 -  <version>7.29.0</version>
    1.11 -  <url>http://lookup.apidesign.org</url>
    1.12 -  <parent>
    1.13 -      <groupId>org.apidesign</groupId>
    1.14 -      <artifactId>all-lookup</artifactId>
    1.15 -      <relativePath>..</relativePath>
    1.16 -      <version>2.0</version>
    1.17 -  </parent>
    1.18 -  <ciManagement>
    1.19 -      <system>hudson</system>
    1.20 -      <url>http://hudson.apidesign.org/hudson/job/lookup</url>
    1.21 -  </ciManagement>
    1.22 -  <issueManagement>
    1.23 -      <system>issuezilla</system>
    1.24 -      <url>http://platform.netbeans.org/issues/</url>
    1.25 -  </issueManagement>
    1.26 -  <mailingLists>
    1.27 -      <mailingList>
    1.28 -          <name>Using the NetBeans Platform</name>
    1.29 -          <archive>http://openide.netbeans.org/servlets/SummarizeList?listName=dev</archive>
    1.30 -          <post>dev@openide.netbeans.org</post>
    1.31 -      </mailingList>
    1.32 -  </mailingLists>
    1.33 -    <build>
    1.34 -        <plugins>
    1.35 -            <plugin>
    1.36 -                <groupId>org.apache.maven.plugins</groupId>
    1.37 -                <artifactId>maven-compiler-plugin</artifactId>
    1.38 -                <version>2.0.2</version>
    1.39 -                <executions>
    1.40 -                    <execution>
    1.41 -                        <id>default</id>
    1.42 -                        <goals>
    1.43 -                            <goal>compile</goal>
    1.44 -                        </goals>
    1.45 -                        <phase>process-resources</phase>
    1.46 -                        <configuration>
    1.47 -                            <compilerArgument>-proc:none</compilerArgument>
    1.48 -                        </configuration>
    1.49 -                    </execution>
    1.50 -                </executions>
    1.51 -                <configuration>
    1.52 -                    <source>1.5</source>
    1.53 -                    <target>1.5</target>
    1.54 -                </configuration>
    1.55 -            </plugin>
    1.56 -            <plugin>
    1.57 -                <groupId>org.apache.maven.plugins</groupId>
    1.58 -                <artifactId>maven-javadoc-plugin</artifactId>
    1.59 -                <version>2.5</version>
    1.60 -                <configuration>
    1.61 -                    <excludePackageNames>org.netbeans.modules.openide.util</excludePackageNames>
    1.62 -                    <overview>${basedir}/src/main/java/org/openide/util/lookup/doc-files/index.html</overview>
    1.63 -                </configuration>
    1.64 -            </plugin>
    1.65 -        </plugins>
    1.66 -    </build>
    1.67 -    <dependencies>
    1.68 -        <dependency>
    1.69 -            <groupId>org.netbeans.api</groupId>
    1.70 -            <artifactId>org-netbeans-modules-nbjunit</artifactId>
    1.71 -            <version>RELEASE65</version>
    1.72 -            <scope>test</scope>
    1.73 -        </dependency>
    1.74 -        <dependency>
    1.75 -            <groupId>org.netbeans.modules</groupId>
    1.76 -            <artifactId>org-netbeans-insane</artifactId>
    1.77 -            <version>RELEASE65</version>
    1.78 -            <scope>test</scope>
    1.79 -        </dependency>
    1.80 -    </dependencies>
    1.81 -    <name>Lookup Library</name>
    1.82 -    <description>Lookup library is a general tool for component injection as well as
    1.83 -adaptable pattern. Originating from the heart of NetBeans project,
    1.84 -it is a general purpose library that can be used in any application.
    1.85 -
    1.86 -See http://lookup.apidesign.org
    1.87 -</description>
    1.88 -</project>