Subversion Repositories XServices

Rev

Rev 138 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 138 Rev 140
Line 1... Line 1...
1
<?xml version="1.0" encoding="ISO-8859-1"?>
1
<?xml version="1.0" encoding="ISO-8859-1"?>
2
<!--
-
 
3
   Licensed to the Apache Software Foundation (ASF) under one
2
<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor 
4
   or more contributor license agreements.  See the NOTICE file
-
 
5
   distributed with this work for additional information
3
	license agreements. See the NOTICE file distributed with this work for additional 
6
   regarding copyright ownership.  The ASF licenses this file
4
	information regarding copyright ownership. The ASF licenses this file to 
7
   to you under the Apache License, Version 2.0 (the
5
	you under the Apache License, Version 2.0 (the "License"); you may not use 
8
   "License"); you may not use this file except in compliance
-
 
9
   with the License.  You may obtain a copy of the License at
6
	this file except in compliance with the License. You may obtain a copy of 
10
 
-
 
11
     http://www.apache.org/licenses/LICENSE-2.0
7
	the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required 
12
 
-
 
13
   Unless required by applicable law or agreed to in writing,
-
 
14
   software distributed under the License is distributed on an
8
	by applicable law or agreed to in writing, software distributed under the 
15
   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
9
	License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS 
16
   KIND, either express or implied.  See the License for the
10
	OF ANY KIND, either express or implied. See the License for the specific 
17
   specific language governing permissions and limitations
11
	language governing permissions and limitations under the License. -->
18
   under the License.    
12
<ivy-module version="2.0"
19
-->
-
 
20
<ivy-module version="2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
13
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
21
       xsi:noNamespaceSchemaLocation="http://ant.apache.org/ivy/schemas/ivy.xsd">
14
	xsi:noNamespaceSchemaLocation="http://ant.apache.org/ivy/schemas/ivy.xsd">
22
    <info
-
 
23
        organisation="Brutex Network"
15
	<info organisation="Brutex Network" module="XServices" status="integration">
24
        module="XServices"
-
 
25
        status="integration">
-
 
26
	</info>
16
	</info>
27
	
17
 
28
	<dependencies>
18
	<dependencies>
-
 
19
 
-
 
20
		<dependency org="com.sun.xml.bind" name="jaxb-impl" rev="2.2.7"/>    
-
 
21
            
29
		<dependency org="org.apache.commons" name="commons-lang3" rev="3.1"/>
22
		<dependency org="org.apache.commons" name="commons-lang3" rev="3.1"/>
30
		<dependency org="commons-configuration" name="commons-configuration" rev="1.9"/>
23
		<dependency org="commons-configuration" name="commons-configuration" rev="1.9"/>
31
		<dependency org="commons-net" name="commons-net" rev="3.2" />
24
		<dependency org="commons-net" name="commons-net" rev="3.2" />
Line 32... Line 25...
32
		
25
		
33
		<dependency org="org.apache.ant" name="ant" rev="1.8.4"/>
26
		<dependency org="org.apache.ant" name="ant" rev="1.8.4"/>
34
		<dependency org="org.apache.ant" name="ant-nodeps" rev="1.8.1"/>
27
		<dependency org="org.apache.ant" name="ant-nodeps" rev="1.8.1"/>
-
 
28
		<dependency org="org.apache.ant" name="ant-jsch" rev="1.8.4"/>
-
 
29
		<!--<dependency org="ant-contrib" name="ant-contrib" rev="20020829"/>-->
Line 35... Line -...
35
		<dependency org="org.apache.ant" name="ant-jsch" rev="1.8.4"/>
-
 
36
            
-
 
37
        <dependency org="quartz" name="quartz" rev="1.5.2" 
-
 
38
        	transitive="false"/>
-
 
39
        <dependency org="log4j" name="log4j" rev="1.2.17"
-
 
40
        	transitive="false"/>
-
 
41
 
-
 
42
        <dependency org="org.apache.ws.commons.axiom" name="axiom-impl" rev="1.2.14"
-
 
Line -... Line 30...
-
 
30
		<dependency org="org.apache.ant" name="ant-commons-net" rev="1.8.4"/>
-
 
31
            
-
 
32
		
-
 
33
		<dependency org="jcs" name="jcs" rev="1.3"/>
-
 
34
            
-
 
35
        <dependency org="org.quartz-scheduler" name="quartz" rev="2.2.0" transitive="false"/>
-
 
36
            
-
 
37
        <dependency org="log4j" name="log4j" rev="1.2.17" transitive="false"/>
-
 
38
 
-
 
39
        <dependency org="org.apache.ws.commons.axiom" name="axiom-api" rev="1.2.14"/>
-
 
40
        <dependency org="org.apache.ws.commons.axiom" name="axiom-impl" rev="1.2.14" transitive="false"/>
-
 
41
        
-
 
42
        <dependency org="org.apache.cxf" name="cxf-rt-core" rev="2.7.0"/>
-
 
43
        <dependency org="org.apache.cxf" name="cxf-rt-transports-http" rev="2.7.0"/>
-
 
44
            
-
 
45
        <!-- <dependency org="org.apache.cxf" name="cxf-api" rev="2.7.0"/> -->
-
 
46
        <dependency org="org.apache.cxf" name="cxf-rt-frontend-jaxws" rev="2.7.0"/>
-
 
47
        <dependency org="org.apache.cxf" name="cxf-rt-frontend-jaxrs" rev="2.7.0"/>
-
 
48
        <dependency org="org.apache.cxf" name="cxf-rt-bindings-soap" rev="2.7.0"/>
-
 
49
        <dependency org="org.apache.cxf" name="cxf-bundle" rev="2.7.0"/>
-
 
50
        <dependency org="org.apache.cxf" name="cxf-rt-databinding-jaxb" rev="2.7.0"/>
-
 
51
            
-
 
52
        <dependency org="org.springframework" name="spring-web" rev="3.0.7.RELEASE" conf="default"/>
-
 
53
            
-
 
54
 
-
 
55
 
-
 
56
		<dependency org="lib" name="java-unrar" rev="0.3">
-
 
57
			<artifact name="java-unrar" type="jar" />
-
 
58
		</dependency>
-
 
59
		<dependency org="lib" name="lib.cvsclient" rev="20131001">
-
 
60
			<artifact name="lib.cvsclient" type="jar" />
-
 
61
		</dependency>
-
 
62
		<dependency org="lib" name="lib.xservices-scmtypes" rev="20131001">
-
 
63
			<artifact name="lib.xservices-scmtypes" type="jar" />
-
 
64
		</dependency>
-
 
65
 
43
        	transitive="false"/>
66
 
44
              
67
		<!-- There is also a dependency on lib.cvsclient from Netbeans Project