|
1 | 1 | <project>
|
2 |
| - <modelVersion>4.0.0</modelVersion> |
3 |
| - <groupId>net.sf.antcontrib</groupId> |
4 |
| - <artifactId>cpptasks</artifactId> |
5 |
| - <name>CPPTasks (modified)</name> |
6 |
| - <version>20051015-patched-1.1</version> |
7 |
| - <description>Library to call native compilers and linkers.</description> |
8 |
| - <url>http://java.freehep.org/</url> |
9 |
| - <ciManagement> |
10 |
| - <system>continuum</system> |
11 |
| - <url>http://svn.freehep.org:2000/continuum</url> |
12 |
| - <notifiers> |
13 |
| - <notifier> |
14 |
| - <configuration> |
15 |
| - < address> [email protected]</ address> |
16 |
| - </configuration> |
17 |
| - </notifier> |
18 |
| - </notifiers> |
19 |
| - </ciManagement> |
20 |
| - <scm> |
21 |
| - <connection>scm:svn:svn://svn.freehep.org/svn/misc/trunk/cpptasks</connection> |
22 |
| - <developerConnection>scm:svn:svn://svn.freehep.org/svn/misc/trunk/cpptasks</developerConnection> |
23 |
| - </scm> |
24 |
| - <distributionManagement> |
25 |
| - <repository> |
26 |
| - <id>freehep-maven-deploy</id> |
27 |
| - <name>FreeHEP Maven Repository</name> |
28 |
| - <url>scpexe://svn.freehep.org/nfs/slac/g/jas/maven2</url> |
29 |
| - </repository> |
30 |
| - </distributionManagement> |
31 |
| - <build> |
32 |
| - <extensions> |
33 |
| - <extension> |
34 |
| - <groupId>org.apache.maven.wagon</groupId> |
35 |
| - <artifactId>wagon-ssh-external</artifactId> |
36 |
| - </extension> |
37 |
| - </extensions> |
38 |
| - <defaultGoal>install</defaultGoal> |
39 |
| - <sourceDirectory>src</sourceDirectory> |
40 |
| - <resources> |
41 |
| - <resource> |
42 |
| - <directory>.</directory> |
43 |
| - <includes> |
44 |
| - <include>LICENSE</include> |
45 |
| - <include>NOTICE</include> |
46 |
| - </includes> |
47 |
| - </resource> |
48 |
| - <resource> |
49 |
| - <directory>src</directory> |
50 |
| - <includes> |
51 |
| - <include>cpptasks.tasks</include> |
52 |
| - <include>cpptasks.types</include> |
53 |
| - </includes> |
54 |
| - </resource> |
55 |
| - </resources> |
56 |
| - <plugins> |
57 |
| - <plugin> |
58 |
| - <artifactId>maven-jar-plugin</artifactId> |
59 |
| - <configuration> |
60 |
| - <archive> |
61 |
| - <manifest> |
62 |
| - <mainClass>net.sf.antcontrib.cpptasks.AboutCCTask</mainClass> |
63 |
| - <packageName>net.sf.antcontrib.cpptasks</packageName> |
64 |
| - </manifest> |
65 |
| - </archive> |
66 |
| - </configuration> |
67 |
| - </plugin> |
68 |
| - </plugins> |
69 |
| - </build> |
70 |
| - <profiles> |
71 |
| - <profile> |
72 |
| - <id>jdk1.4</id> |
73 |
| - <activation> |
74 |
| - <jdk>1.4</jdk> |
75 |
| - </activation> |
76 |
| - <dependencies> |
77 |
| - <dependency> |
78 |
| - <groupId>xerces</groupId> |
79 |
| - <artifactId>xercesImpl</artifactId> |
80 |
| - <version>2.6.2</version> |
81 |
| - </dependency> |
82 |
| - </dependencies> |
83 |
| - </profile> |
84 |
| - <profile> |
85 |
| - <id>jdk1.5</id> |
86 |
| - <activation> |
87 |
| - <jdk>1.5</jdk> |
88 |
| - </activation> |
89 |
| - <dependencies> |
90 |
| - <dependency> |
91 |
| - <groupId>xerces</groupId> |
92 |
| - <artifactId>xercesImpl</artifactId> |
93 |
| - <version>2.7.1</version> |
94 |
| - </dependency> |
95 |
| - </dependencies> |
96 |
| - </profile> |
97 |
| - </profiles> |
98 |
| - <dependencies> |
99 |
| - <dependency> |
100 |
| - <groupId>ant</groupId> |
101 |
| - <artifactId>ant</artifactId> |
102 |
| - <version>1.6.5</version> |
103 |
| - </dependency> |
104 |
| - <dependency> |
105 |
| - <groupId>junit</groupId> |
106 |
| - <artifactId>junit</artifactId> |
107 |
| - <version>3.8.2</version> |
108 |
| - <scope>test</scope> |
109 |
| - </dependency> |
110 |
| - </dependencies> |
| 2 | + <modelVersion>4.0.0</modelVersion> |
| 3 | + <groupId>net.sf.antcontrib</groupId> |
| 4 | + <artifactId>cpptasks</artifactId> |
| 5 | + <name>CPPTasks (modified)</name> |
| 6 | + <version>20051015-patched-1.1</version> |
| 7 | + <description> |
| 8 | + Library to call native compilers and linkers. |
| 9 | + </description> |
| 10 | + <url>http://java.freehep.org/</url> |
| 11 | + <ciManagement> |
| 12 | + <system>continuum</system> |
| 13 | + <url>http://svn.freehep.org:2000/continuum</url> |
| 14 | + <notifiers> |
| 15 | + <notifier> |
| 16 | + <configuration> |
| 17 | + <address> |
| 18 | + |
| 19 | + </address> |
| 20 | + </configuration> |
| 21 | + </notifier> |
| 22 | + </notifiers> |
| 23 | + </ciManagement> |
| 24 | + <scm> |
| 25 | + <connection> |
| 26 | + scm:svn:svn://svn.freehep.org/svn/misc/trunk/cpptasks |
| 27 | + </connection> |
| 28 | + <developerConnection> |
| 29 | + scm:svn:svn://svn.freehep.org/svn/misc/trunk/cpptasks |
| 30 | + </developerConnection> |
| 31 | + </scm> |
| 32 | + <distributionManagement> |
| 33 | + <repository> |
| 34 | + <id>freehep-maven-deploy</id> |
| 35 | + <name>FreeHEP Maven Repository</name> |
| 36 | + <url>scpexe://svn.freehep.org/nfs/slac/g/jas/maven2</url> |
| 37 | + </repository> |
| 38 | + </distributionManagement> |
| 39 | + <build> |
| 40 | + <extensions> |
| 41 | + <extension> |
| 42 | + <groupId>org.apache.maven.wagon</groupId> |
| 43 | + <artifactId>wagon-ssh-external</artifactId> |
| 44 | + </extension> |
| 45 | + </extensions> |
| 46 | + <defaultGoal>install</defaultGoal> |
| 47 | + <sourceDirectory>src</sourceDirectory> |
| 48 | + <resources> |
| 49 | + <resource> |
| 50 | + <directory>.</directory> |
| 51 | + <includes> |
| 52 | + <include>LICENSE</include> |
| 53 | + <include>NOTICE</include> |
| 54 | + </includes> |
| 55 | + </resource> |
| 56 | + <resource> |
| 57 | + <directory>src</directory> |
| 58 | + <includes> |
| 59 | + <include>cpptasks.tasks</include> |
| 60 | + <include>cpptasks.types</include> |
| 61 | + </includes> |
| 62 | + </resource> |
| 63 | + </resources> |
| 64 | + <plugins> |
| 65 | + <plugin> |
| 66 | + <artifactId>maven-compiler-plugin</artifactId> |
| 67 | + <configuration> |
| 68 | + <source>1.4</source> |
| 69 | + <target>1.4</target> |
| 70 | + </configuration> |
| 71 | + </plugin> |
| 72 | + <plugin> |
| 73 | + <artifactId>maven-jar-plugin</artifactId> |
| 74 | + <configuration> |
| 75 | + <archive> |
| 76 | + <manifest> |
| 77 | + <mainClass> |
| 78 | + net.sf.antcontrib.cpptasks.AboutCCTask |
| 79 | + </mainClass> |
| 80 | + <packageName> |
| 81 | + net.sf.antcontrib.cpptasks |
| 82 | + </packageName> |
| 83 | + </manifest> |
| 84 | + </archive> |
| 85 | + </configuration> |
| 86 | + </plugin> |
| 87 | + </plugins> |
| 88 | + </build> |
| 89 | + <profiles> |
| 90 | + <profile> |
| 91 | + <id>jdk1.4</id> |
| 92 | + <activation> |
| 93 | + <jdk>1.4</jdk> |
| 94 | + </activation> |
| 95 | + <dependencies> |
| 96 | + <dependency> |
| 97 | + <groupId>xerces</groupId> |
| 98 | + <artifactId>xercesImpl</artifactId> |
| 99 | + <version>2.6.2</version> |
| 100 | + </dependency> |
| 101 | + </dependencies> |
| 102 | + </profile> |
| 103 | + <profile> |
| 104 | + <id>jdk1.5</id> |
| 105 | + <activation> |
| 106 | + <jdk>1.5</jdk> |
| 107 | + </activation> |
| 108 | + <dependencies> |
| 109 | + <dependency> |
| 110 | + <groupId>xerces</groupId> |
| 111 | + <artifactId>xercesImpl</artifactId> |
| 112 | + <version>2.7.1</version> |
| 113 | + </dependency> |
| 114 | + </dependencies> |
| 115 | + </profile> |
| 116 | + </profiles> |
| 117 | + <dependencies> |
| 118 | + <dependency> |
| 119 | + <groupId>ant</groupId> |
| 120 | + <artifactId>ant</artifactId> |
| 121 | + <version>1.6.5</version> |
| 122 | + </dependency> |
| 123 | + <dependency> |
| 124 | + <groupId>junit</groupId> |
| 125 | + <artifactId>junit</artifactId> |
| 126 | + <version>3.8.2</version> |
| 127 | + <scope>test</scope> |
| 128 | + </dependency> |
| 129 | + </dependencies> |
111 | 130 | </project>
|
0 commit comments