jbt

Merge lp:~slonua/jbt/ivy into lp:jbt

Proposed by Vitaliy Kulikov
Status: Merged
Approved by: Vitaliy Kulikov
Approved revision: 9
Merged at revision: 9
Proposed branch: lp:~slonua/jbt/ivy
Merge into: lp:jbt
Diff against target: 60 lines (+0/-51)
2 files modified
ivy.xml (+0/-38)
ivysettings.xml (+0/-13)
To merge this branch: bzr merge lp:~slonua/jbt/ivy
Reviewer Review Type Date Requested Status
Vitaliy Kulikov Approve
Review via email: mp+23273@code.launchpad.net

Commit message

remove ivy files

Description of the change

trivial changes .. just for tutor issue

To post a comment you must log in.
Revision history for this message
Vitaliy Kulikov (slonua) wrote :

looks fine

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== removed file 'ivy.xml'
2--- ivy.xml 2009-07-20 11:01:26 +0000
3+++ ivy.xml 1970-01-01 00:00:00 +0000
4@@ -1,38 +0,0 @@
5-<!--
6- Licensed to the Apache Software Foundation (ASF) under one
7- or more contributor license agreements. See the NOTICE file
8- distributed with this work for additional information
9- regarding copyright ownership. The ASF licenses this file
10- to you under the Apache License, Version 2.0 (the
11- "License"); you may not use this file except in compliance
12- with the License. You may obtain a copy of the License at
13-
14- http://www.apache.org/licenses/LICENSE-2.0
15-
16- Unless required by applicable law or agreed to in writing,
17- software distributed under the License is distributed on an
18- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
19- KIND, either express or implied. See the License for the
20- specific language governing permissions and limitations
21- under the License.
22--->
23-<ivy-module version="2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
24- xsi:noNamespaceSchemaLocation="http://ant.apache.org/ivy/schemas/ivy.xsd">
25- <info
26- organisation="ss"
27- module="TorrentTracker"
28- status="integration">
29- </info>
30- <configurations>
31- <conf name="build"/>
32- </configurations>
33- <dependencies defaultconfmapping="*->@(default)">
34- <dependency org="javax.transaction" name="jta" rev="1.1"></dependency>
35- <dependency org="hibernate" name="hibernate" rev="3.1rc2"></dependency>
36- <dependency org="javassist" name="javassist" rev="3.8.0.GA"></dependency>
37- <dependency org="org.slf4j" name="slf4j-api" rev="1.5.8"></dependency>
38- <dependency org="org.slf4j" name="slf4j-log4j12" rev="1.5.8"></dependency>
39- <dependency org="mysql" name="mysql-connector-java" rev="5.1.6"></dependency>
40- <dependency org="org.apache.commons" name="commons-io" rev="1.3.2"></dependency>
41- </dependencies>
42-</ivy-module>
43
44=== removed file 'ivysettings.xml'
45--- ivysettings.xml 2009-07-20 11:01:26 +0000
46+++ ivysettings.xml 1970-01-01 00:00:00 +0000
47@@ -1,13 +0,0 @@
48-<ivysettings>
49- <settings defaultResolver="chain-example" />
50- <resolvers>
51- <chain name="chain-example">
52- <filesystem name="libraries">
53- <artifact
54- pattern="${ivy.settings.dir}/repository/[artifact]-[revision].[ext]" />
55- </filesystem>
56- <ibiblio name="ibiblio" m2compatible="false" />
57- </chain>
58- </resolvers>
59-</ivysettings>
60-

Subscribers

People subscribed via source and target branches

to all changes: