| Line 1... |
Line 1... |
| 1 |
<?xml version="1.0" encoding="UTF-8"?>
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
| 2 |
<!--
|
2 |
<!--
|
| 3 |
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
3 |
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
| 4 |
- JOnAS: Java(TM) Open Application Server
|
4 |
- JOnAS: Java(TM) Open Application Server
|
| 5 |
- Copyright (C) 2008-2009 Bull S.A.S.
|
5 |
- Copyright (C) 2008-2009 Bull S.A.S.
|
| 6 |
- Contact: jonas-team@objectweb.org
|
- |
|
| - |
|
6 |
- Contact: jonas-team@ow2.org
|
| 7 |
-
|
7 |
-
|
| 8 |
- This library is free software; you can redistribute it and/or
|
8 |
- This library is free software; you can redistribute it and/or
|
| 9 |
- modify it under the terms of the GNU Lesser General Public
|
9 |
- modify it under the terms of the GNU Lesser General Public
|
| 10 |
- License as published by the Free Software Foundation; either
|
10 |
- License as published by the Free Software Foundation; either
|
| 11 |
- version 2.1 of the License, or any later version.
|
11 |
- version 2.1 of the License, or any later version.
|
| Line 19... |
Line 19... |
| 19 |
- License along with this library; if not, write to the Free Software
|
19 |
- License along with this library; if not, write to the Free Software
|
| 20 |
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
20 |
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
| 21 |
- USA
|
21 |
- USA
|
| 22 |
-
|
22 |
-
|
| 23 |
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
23 |
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
| 24 |
- $Id: pom.xml 16281 2009-01-23 12:41:56Z alitokmen $
|
- |
|
| - |
|
24 |
- $Id: pom.xml 16292 2009-01-26 11:02:14Z alitokmen $
|
| 25 |
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
25 |
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
| 26 |
-->
|
26 |
-->
|
| 27 |
<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">
|
27 |
<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">
|
| 28 |
|
28 |
|
| 29 |
<modelVersion>4.0.0</modelVersion>
|
29 |
<modelVersion>4.0.0</modelVersion>
|
| 30 |
<parent>
|
30 |
<parent>
|
| 31 |
<groupId>org.ow2</groupId>
|
- |
|
| 32 |
<artifactId>ow2</artifactId>
|
- |
|
| 33 |
<version>1.1</version>
|
- |
|
| - |
|
31 |
<groupId>org.ow2.jonas.wss.propagation</groupId>
|
| - |
|
32 |
<artifactId>wss-propagation-parent</artifactId>
|
| - |
|
33 |
<version>1.0.0-SNAPSHOT</version>
|
| 34 |
</parent>
|
34 |
</parent>
|
| 35 |
|
35 |
|
| 36 |
<groupId>org.ow2.jonas.wss.propagation</groupId>
|
- |
|
| 37 |
<artifactId>wss-propagation-rt-parent</artifactId>
|
36 |
<artifactId>wss-propagation-rt-parent</artifactId>
|
| 38 |
<version>1.0.0-SNAPSHOT</version>
|
- |
|
| 39 |
<name>RT Parent</name>
|
37 |
<name>RT Parent</name>
|
| 40 |
<packaging>pom</packaging>
|
38 |
<packaging>pom</packaging>
|
| 41 |
|
39 |
|
| 42 |
<properties>
|
40 |
<properties>
|
| 43 |
<cxf.version>2.1.3</cxf.version>
|
41 |
<cxf.version>2.1.3</cxf.version>
|
| Line 51... |
Line 49... |
| 51 |
<modules>
|
49 |
<modules>
|
| 52 |
<module>wss-propagation-rt-core</module>
|
50 |
<module>wss-propagation-rt-core</module>
|
| 53 |
<module>wss-propagation-rt-jonas4</module>
|
51 |
<module>wss-propagation-rt-jonas4</module>
|
| 54 |
<module>wss-propagation-rt-jonas5</module>
|
52 |
<module>wss-propagation-rt-jonas5</module>
|
| 55 |
</modules>
|
53 |
</modules>
|
| 56 |
|
- |
|
| 57 |
<build>
|
- |
|
| 58 |
<plugins>
|
- |
|
| 59 |
<plugin>
|
- |
|
| 60 |
<artifactId>maven-compiler-plugin</artifactId>
|
- |
|
| 61 |
<configuration>
|
- |
|
| 62 |
<source>1.5</source>
|
- |
|
| 63 |
<target>1.5</target>
|
- |
|
| 64 |
</configuration>
|
- |
|
| 65 |
</plugin>
|
- |
|
| 66 |
</plugins>
|
- |
|
| 67 |
</build>
|
- |
|
| 68 |
</project>
|
54 |
</project>
|