Alex Karasulu | 07d2049 | 2006-03-06 15:35:44 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="ISO-8859-1"?> |
Carsten Ziegeler | c19e17c | 2008-01-03 09:15:17 +0000 | [diff] [blame] | 2 | <!-- |
| 3 | Licensed to the Apache Software Foundation (ASF) under one |
| 4 | or more contributor license agreements. See the NOTICE file |
| 5 | distributed with this work for additional information |
| 6 | regarding copyright ownership. The ASF licenses this file |
| 7 | to you under the Apache License, Version 2.0 (the |
| 8 | "License"); you may not use this file except in compliance |
| 9 | with the License. You may obtain a copy of the License at |
| 10 | |
| 11 | http://www.apache.org/licenses/LICENSE-2.0 |
| 12 | |
| 13 | Unless required by applicable law or agreed to in writing, |
| 14 | software distributed under the License is distributed on an |
| 15 | "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| 16 | KIND, either express or implied. See the License for the |
| 17 | specific language governing permissions and limitations |
| 18 | under the License. |
| 19 | --> |
Carsten Ziegeler | 4fec096 | 2008-01-11 16:13:31 +0000 | [diff] [blame] | 20 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
Alex Karasulu | 07d2049 | 2006-03-06 15:35:44 +0000 | [diff] [blame] | 21 | <modelVersion>4.0.0</modelVersion> |
| 22 | <parent> |
| 23 | <groupId>org.apache.felix</groupId> |
| 24 | <artifactId>felix</artifactId> |
Clement Escoffier | 4ae8697 | 2009-04-09 12:09:09 +0000 | [diff] [blame] | 25 | <version>1.0.4</version> |
Karl Pauls | 589e2b3 | 2007-07-11 18:29:29 +0000 | [diff] [blame] | 26 | <relativePath>../pom/pom.xml</relativePath> |
Alex Karasulu | 07d2049 | 2006-03-06 15:35:44 +0000 | [diff] [blame] | 27 | </parent> |
| 28 | <packaging>jar</packaging> |
| 29 | <name>Apache Felix Installers</name> |
Karl Pauls | 0a3858c | 2007-07-13 22:03:31 +0000 | [diff] [blame] | 30 | <version>0.9.0-SNAPSHOT</version> |
Alex Karasulu | 07d2049 | 2006-03-06 15:35:44 +0000 | [diff] [blame] | 31 | <artifactId>installers</artifactId> |
| 32 | <dependencies> |
| 33 | <dependency> |
| 34 | <groupId>org.apache.directory.daemon</groupId> |
| 35 | <artifactId>daemon-bootstrappers</artifactId> |
Richard S. Hall | 3355486 | 2007-06-01 15:37:21 +0000 | [diff] [blame] | 36 | <version>1.1.0</version> |
Alex Karasulu | 07d2049 | 2006-03-06 15:35:44 +0000 | [diff] [blame] | 37 | </dependency> |
| 38 | |
| 39 | <dependency> |
| 40 | <groupId>org.slf4j</groupId> |
| 41 | <artifactId>nlog4j</artifactId> |
| 42 | <version>1.2.19</version> |
| 43 | </dependency> |
| 44 | |
| 45 | <dependency> |
| 46 | <groupId>commons-daemon</groupId> |
| 47 | <artifactId>commons-daemon</artifactId> |
| 48 | <version>1.0.1</version> |
| 49 | </dependency> |
| 50 | |
| 51 | <!-- Felix Dependencies --> |
| 52 | <dependency> |
| 53 | <groupId>${pom.groupId}</groupId> |
| 54 | <artifactId>org.apache.felix.main</artifactId> |
Karl Pauls | 0a3858c | 2007-07-13 22:03:31 +0000 | [diff] [blame] | 55 | <version>0.9.0-SNAPSHOT</version> |
Alex Karasulu | 07d2049 | 2006-03-06 15:35:44 +0000 | [diff] [blame] | 56 | </dependency> |
| 57 | |
| 58 | <dependency> |
| 59 | <groupId>${pom.groupId}</groupId> |
Alex Karasulu | b62851c | 2006-03-11 19:28:23 +0000 | [diff] [blame] | 60 | <artifactId>org.apache.felix.daemon</artifactId> |
Karl Pauls | 0a3858c | 2007-07-13 22:03:31 +0000 | [diff] [blame] | 61 | <version>0.9.0-SNAPSHOT</version> |
Alex Karasulu | b62851c | 2006-03-11 19:28:23 +0000 | [diff] [blame] | 62 | </dependency> |
| 63 | |
| 64 | <dependency> |
| 65 | <groupId>${pom.groupId}</groupId> |
Alex Karasulu | 07d2049 | 2006-03-06 15:35:44 +0000 | [diff] [blame] | 66 | <artifactId>org.apache.felix.shell</artifactId> |
Karl Pauls | 0a3858c | 2007-07-13 22:03:31 +0000 | [diff] [blame] | 67 | <version>1.1.0-SNAPSHOT</version> |
Alex Karasulu | 07d2049 | 2006-03-06 15:35:44 +0000 | [diff] [blame] | 68 | </dependency> |
| 69 | |
| 70 | <dependency> |
| 71 | <groupId>${pom.groupId}</groupId> |
| 72 | <artifactId>org.apache.felix.shell.tui</artifactId> |
Karl Pauls | 0a3858c | 2007-07-13 22:03:31 +0000 | [diff] [blame] | 73 | <version>1.1.0-SNAPSHOT</version> |
Alex Karasulu | 07d2049 | 2006-03-06 15:35:44 +0000 | [diff] [blame] | 74 | </dependency> |
| 75 | |
Richard S. Hall | 94281fb | 2006-06-19 13:21:19 +0000 | [diff] [blame] | 76 | <dependency> |
| 77 | <groupId>${pom.groupId}</groupId> |
| 78 | <artifactId>org.apache.felix.bundlerepository</artifactId> |
Karl Pauls | 0a3858c | 2007-07-13 22:03:31 +0000 | [diff] [blame] | 79 | <version>1.1.0-SNAPSHOT</version> |
Richard S. Hall | 94281fb | 2006-06-19 13:21:19 +0000 | [diff] [blame] | 80 | </dependency> |
| 81 | |
Alex Karasulu | 07d2049 | 2006-03-06 15:35:44 +0000 | [diff] [blame] | 82 | </dependencies> |
| 83 | <build> |
| 84 | <plugins> |
| 85 | <plugin> |
| 86 | <groupId>org.apache.directory.daemon</groupId> |
| 87 | <artifactId>daemon-plugin</artifactId> |
Richard S. Hall | 3355486 | 2007-06-01 15:37:21 +0000 | [diff] [blame] | 88 | <version>1.1.0</version> |
Alex Karasulu | 07d2049 | 2006-03-06 15:35:44 +0000 | [diff] [blame] | 89 | <configuration> |
| 90 | <excludes> |
| 91 | <exclude>ant:ant</exclude> |
| 92 | <exclude>xerces:xercesImpl</exclude> |
| 93 | <exclude>org.apache.felix:org.apache.felix.main</exclude> |
| 94 | <exclude>org.apache.felix:org.apache.felix.shell</exclude> |
| 95 | <exclude>org.apache.felix:org.apache.felix.shell.tui</exclude> |
Richard S. Hall | 94281fb | 2006-06-19 13:21:19 +0000 | [diff] [blame] | 96 | <exclude>org.apache.felix:org.apache.felix.bundlerepository</exclude> |
Alex Karasulu | 07d2049 | 2006-03-06 15:35:44 +0000 | [diff] [blame] | 97 | </excludes> |
| 98 | <application> |
| 99 | <name>felix</name> |
| 100 | <version>${pom.version}</version> |
| 101 | <copyrightYear>2006</copyrightYear> |
| 102 | <minimumJavaVersion>1.4</minimumJavaVersion> |
Karl Pauls | 5a105ac | 2007-06-18 20:54:19 +0000 | [diff] [blame] | 103 | <url>http://felix.apache.org</url> |
Karl Pauls | 4a27dd1 | 2007-06-18 20:58:53 +0000 | [diff] [blame] | 104 | <email>dev@felix.apache.org</email> |
Alex Karasulu | 07d2049 | 2006-03-06 15:35:44 +0000 | [diff] [blame] | 105 | <description>Apache OSGi Platform</description> |
| 106 | <authors> |
| 107 | <author>Apache Felix Team</author> |
| 108 | <author>rhall@apache.org</author> |
| 109 | <author>tbennett@apache.org</author> |
| 110 | <author>akarasulu@apache.org</author> |
| 111 | <author>trustin@apache.org</author> |
| 112 | <author>erodriguez@apache.org</author> |
| 113 | </authors> |
| 114 | </application> |
| 115 | <packagedFiles> |
| 116 | <packagedFile> |
| 117 | <filtered>true</filtered> |
| 118 | <source>config.properties</source> |
| 119 | <destinationPath>conf/config.properties</destinationPath> |
| 120 | </packagedFile> |
| 121 | <packagedFile> |
| 122 | <dependency>true</dependency> |
| 123 | <source>org.apache.felix:org.apache.felix.main</source> |
| 124 | <destinationPath> |
| 125 | bin/felix.jar |
| 126 | </destinationPath> |
| 127 | </packagedFile> |
| 128 | <packagedFile> |
| 129 | <dependency>true</dependency> |
| 130 | <source>org.apache.felix:org.apache.felix.shell</source> |
| 131 | <destinationPath> |
| 132 | bundle/org.apache.felix.shell-${pom.version}.jar |
| 133 | </destinationPath> |
| 134 | </packagedFile> |
| 135 | <packagedFile> |
| 136 | <dependency>true</dependency> |
| 137 | <source>org.apache.felix:org.apache.felix.shell.tui</source> |
| 138 | <destinationPath> |
| 139 | bundle/org.apache.felix.shell.tui-${pom.version}.jar |
| 140 | </destinationPath> |
| 141 | </packagedFile> |
Richard S. Hall | 94281fb | 2006-06-19 13:21:19 +0000 | [diff] [blame] | 142 | <packagedFile> |
| 143 | <dependency>true</dependency> |
| 144 | <source>org.apache.felix:org.apache.felix.bundlerepository</source> |
| 145 | <destinationPath> |
| 146 | bundle/org.apache.felix.bundlerepository-${pom.version}.jar |
| 147 | </destinationPath> |
| 148 | </packagedFile> |
Alex Karasulu | 07d2049 | 2006-03-06 15:35:44 +0000 | [diff] [blame] | 149 | </packagedFiles> |
| 150 | <!-- |
| 151 | <svnBaseUrl> |
| 152 | http://svn.apache.org/repos/asf/incubator/felix/trunk |
| 153 | </svnBaseUrl> |
| 154 | <packageSources>true</packageSources> |
| 155 | <packageDocs>true</packageDocs> |
| 156 | --> |
| 157 | <applicationClass> |
| 158 | org.apache.felix.daemon.Service |
| 159 | </applicationClass> |
| 160 | <rpmTargets> |
| 161 | <rpmTarget> |
| 162 | <id>linux-jsvc-rpm</id> |
| 163 | <rpmSpecificationFile> |
| 164 | src/main/installers/rpm-felix.spec |
| 165 | </rpmSpecificationFile> |
| 166 | <finalName> |
| 167 | felix-${pom.version}-linux-i386.rpm |
| 168 | </finalName> |
| 169 | <osName>Linux</osName> |
| 170 | <osFamily>unix</osFamily> |
| 171 | <osArch>i386</osArch> |
| 172 | <daemonFramework>jsvc</daemonFramework> |
| 173 | </rpmTarget> |
| 174 | </rpmTargets> |
| 175 | <innoTargets> |
| 176 | <innoTarget> |
| 177 | <id>windows-xp-procrun</id> |
| 178 | <innoConfigurationFile> |
| 179 | src/main/installers/inno-felix.iss |
| 180 | </innoConfigurationFile> |
| 181 | <finalName> |
| 182 | felix-${pom.version}-win32-setup |
| 183 | </finalName> |
| 184 | <osName>Windows XP</osName> |
| 185 | <osFamily>windows</osFamily> |
| 186 | <osVersion>5.1</osVersion> |
| 187 | <osArch>x86</osArch> |
| 188 | <daemonFramework>procrun</daemonFramework> |
| 189 | </innoTarget> |
| 190 | </innoTargets> |
| 191 | <izPackTargets> |
| 192 | <izPackTarget> |
| 193 | <id>linux-jsvc</id> |
| 194 | <izPackInstallFile> |
| 195 | src/main/installers/izpack-unix.xml |
| 196 | </izPackInstallFile> |
Alex Karasulu | 86d2060 | 2006-03-06 17:29:40 +0000 | [diff] [blame] | 197 | <izPackShortcutsUnixFile> |
| 198 | src/main/installers/unix_shortcuts.xml |
| 199 | </izPackShortcutsUnixFile> |
Alex Karasulu | 07d2049 | 2006-03-06 15:35:44 +0000 | [diff] [blame] | 200 | <finalName> |
| 201 | felix-${pom.version}-linux-i386-setup.jar |
| 202 | </finalName> |
| 203 | <osName>Linux</osName> |
| 204 | <osFamily>unix</osFamily> |
| 205 | <osArch>i386</osArch> |
| 206 | <daemonFramework>jsvc</daemonFramework> |
| 207 | </izPackTarget> |
| 208 | <izPackTarget> |
| 209 | <finalName> |
| 210 | felix-${pom.version}-solaris-sparc-setup.jar |
| 211 | </finalName> |
| 212 | <id>solaris-jsvc-sparc</id> |
| 213 | <izPackInstallFile> |
| 214 | src/main/installers/izpack-unix.xml |
| 215 | </izPackInstallFile> |
Alex Karasulu | 86d2060 | 2006-03-06 17:29:40 +0000 | [diff] [blame] | 216 | <izPackShortcutsUnixFile> |
| 217 | src/main/installers/unix_shortcuts.xml |
| 218 | </izPackShortcutsUnixFile> |
Alex Karasulu | 07d2049 | 2006-03-06 15:35:44 +0000 | [diff] [blame] | 219 | <osName>sunos</osName> |
| 220 | <osFamily>unix</osFamily> |
| 221 | <osArch>sparc</osArch> |
| 222 | <daemonFramework>jsvc</daemonFramework> |
| 223 | </izPackTarget> |
| 224 | <izPackTarget> |
| 225 | <id>solaris-jsvc-i386</id> |
| 226 | <izPackInstallFile> |
| 227 | src/main/installers/izpack-unix.xml |
| 228 | </izPackInstallFile> |
Alex Karasulu | 86d2060 | 2006-03-06 17:29:40 +0000 | [diff] [blame] | 229 | <izPackShortcutsUnixFile> |
| 230 | src/main/installers/unix_shortcuts.xml |
| 231 | </izPackShortcutsUnixFile> |
Alex Karasulu | 07d2049 | 2006-03-06 15:35:44 +0000 | [diff] [blame] | 232 | <finalName> |
| 233 | felix-${pom.version}-solaris-i386-setup.jar |
| 234 | </finalName> |
| 235 | <osName>sunos</osName> |
| 236 | <osFamily>unix</osFamily> |
| 237 | <osArch>i386</osArch> |
| 238 | <daemonFramework>jsvc</daemonFramework> |
| 239 | </izPackTarget> |
| 240 | <izPackTarget> |
| 241 | <id>macosx-jsvc</id> |
| 242 | <izPackInstallFile> |
| 243 | src/main/installers/izpack-mac.xml |
| 244 | </izPackInstallFile> |
Alex Karasulu | 86d2060 | 2006-03-06 17:29:40 +0000 | [diff] [blame] | 245 | <izPackShortcutsUnixFile> |
| 246 | src/main/installers/unix_shortcuts.xml |
| 247 | </izPackShortcutsUnixFile> |
Alex Karasulu | 07d2049 | 2006-03-06 15:35:44 +0000 | [diff] [blame] | 248 | <finalName> |
| 249 | felix-${pom.version}-macosx-ppc-setup.jar |
| 250 | </finalName> |
| 251 | <osName>macosx</osName> |
| 252 | <osFamily>unix</osFamily> |
| 253 | <osArch>ppc</osArch> |
| 254 | <daemonFramework>jsvc</daemonFramework> |
| 255 | </izPackTarget> |
| 256 | </izPackTargets> |
| 257 | </configuration> |
| 258 | <executions> |
| 259 | <execution> |
| 260 | <goals> |
| 261 | <goal>generate</goal> |
| 262 | </goals> |
| 263 | </execution> |
| 264 | </executions> |
| 265 | </plugin> |
| 266 | </plugins> |
| 267 | </build> |
| 268 | </project> |
| 269 | |