kvm 0.0.1.pre
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/.gitignore +3 -0
- data/.rvmrc +1 -0
- data/AGPL-3.0 +661 -0
- data/Gemfile +8 -0
- data/Gemfile.lock +32 -0
- data/LICENSE +23 -0
- data/README.md +73 -0
- data/Rakefile +48 -0
- data/bin/kvm +6 -0
- data/kvm.gemspec +28 -0
- data/lib/kvm.rb +286 -0
- data/lib/kvm/archive.rb +56 -0
- data/lib/kvm/artifact.rb +28 -0
- data/lib/kvm/db/jdbc_adapter.rb +71 -0
- data/lib/kvm/db/oracle.rb +23 -0
- data/lib/kvm/db/types.rb +11 -0
- data/lib/kvm/impex.rb +109 -0
- data/lib/kvm/log.rb +7 -0
- data/lib/kvm/resource.rb +72 -0
- data/lib/kvm/rice_release.rb +79 -0
- data/lib/kvm/rice_release_generated_dataset.rb +68 -0
- data/lib/kvm/source.rb +33 -0
- data/lib/kvm/subversion.rb +52 -0
- data/lib/kvm/version.rb +3 -0
- data/lib/kvm/wallet.rb +64 -0
- data/support/ant/INSTALL +2 -0
- data/support/ant/KEYS +1398 -0
- data/support/ant/LICENSE +272 -0
- data/support/ant/NOTICE +6 -0
- data/support/ant/README +97 -0
- data/support/ant/WHATSNEW +5467 -0
- data/support/ant/bin/ant +335 -0
- data/support/ant/bin/ant.bat +218 -0
- data/support/ant/bin/ant.cmd +93 -0
- data/support/ant/bin/antRun +24 -0
- data/support/ant/bin/antRun.bat +50 -0
- data/support/ant/bin/antRun.pl +66 -0
- data/support/ant/bin/antenv.cmd +98 -0
- data/support/ant/bin/complete-ant-cmd.pl +114 -0
- data/support/ant/bin/envset.cmd +131 -0
- data/support/ant/bin/lcp.bat +31 -0
- data/support/ant/bin/runant.pl +153 -0
- data/support/ant/bin/runant.py +102 -0
- data/support/ant/bin/runrc.cmd +60 -0
- data/support/ant/etc/ant-bootstrap.jar +0 -0
- data/support/ant/etc/changelog.xsl +148 -0
- data/support/ant/etc/checkstyle/checkstyle-frames.xsl +299 -0
- data/support/ant/etc/checkstyle/checkstyle-text.xsl +34 -0
- data/support/ant/etc/checkstyle/checkstyle-xdoc.xsl +130 -0
- data/support/ant/etc/coverage-frames.xsl +489 -0
- data/support/ant/etc/jdepend-frames.xsl +487 -0
- data/support/ant/etc/jdepend.xsl +276 -0
- data/support/ant/etc/junit-frames-xalan1.xsl +733 -0
- data/support/ant/etc/junit-frames.xsl +902 -0
- data/support/ant/etc/junit-noframes.xsl +478 -0
- data/support/ant/etc/log.xsl +203 -0
- data/support/ant/etc/maudit-frames.xsl +503 -0
- data/support/ant/etc/mmetrics-frames.xsl +1026 -0
- data/support/ant/etc/tagdiff.xsl +179 -0
- data/support/ant/fetch.xml +343 -0
- data/support/ant/get-m2.xml +121 -0
- data/support/ant/lib/README +3 -0
- data/support/ant/lib/ant-antlr.jar +0 -0
- data/support/ant/lib/ant-antlr.pom +76 -0
- data/support/ant/lib/ant-apache-bcel.jar +0 -0
- data/support/ant/lib/ant-apache-bcel.pom +72 -0
- data/support/ant/lib/ant-apache-bsf.jar +0 -0
- data/support/ant/lib/ant-apache-bsf.pom +75 -0
- data/support/ant/lib/ant-apache-log4j.jar +0 -0
- data/support/ant/lib/ant-apache-log4j.pom +70 -0
- data/support/ant/lib/ant-apache-oro.jar +0 -0
- data/support/ant/lib/ant-apache-oro.pom +75 -0
- data/support/ant/lib/ant-apache-regexp.jar +0 -0
- data/support/ant/lib/ant-apache-regexp.pom +71 -0
- data/support/ant/lib/ant-apache-resolver.jar +0 -0
- data/support/ant/lib/ant-apache-resolver.pom +70 -0
- data/support/ant/lib/ant-apache-xalan2.jar +0 -0
- data/support/ant/lib/ant-apache-xalan2.pom +95 -0
- data/support/ant/lib/ant-commons-logging.jar +0 -0
- data/support/ant/lib/ant-commons-logging.pom +71 -0
- data/support/ant/lib/ant-commons-net.jar +0 -0
- data/support/ant/lib/ant-commons-net.pom +76 -0
- data/support/ant/lib/ant-jai.jar +0 -0
- data/support/ant/lib/ant-jai.pom +85 -0
- data/support/ant/lib/ant-javamail.jar +0 -0
- data/support/ant/lib/ant-javamail.pom +79 -0
- data/support/ant/lib/ant-jdepend.jar +0 -0
- data/support/ant/lib/ant-jdepend.pom +73 -0
- data/support/ant/lib/ant-jmf.jar +0 -0
- data/support/ant/lib/ant-jmf.pom +66 -0
- data/support/ant/lib/ant-jsch.jar +0 -0
- data/support/ant/lib/ant-jsch.pom +75 -0
- data/support/ant/lib/ant-junit.jar +0 -0
- data/support/ant/lib/ant-junit.pom +101 -0
- data/support/ant/lib/ant-junit4.jar +0 -0
- data/support/ant/lib/ant-junit4.pom +71 -0
- data/support/ant/lib/ant-launcher.jar +0 -0
- data/support/ant/lib/ant-launcher.pom +58 -0
- data/support/ant/lib/ant-netrexx.jar +0 -0
- data/support/ant/lib/ant-netrexx.pom +99 -0
- data/support/ant/lib/ant-parent.pom +120 -0
- data/support/ant/lib/ant-swing.jar +0 -0
- data/support/ant/lib/ant-swing.pom +67 -0
- data/support/ant/lib/ant-testutil.jar +0 -0
- data/support/ant/lib/ant-testutil.pom +75 -0
- data/support/ant/lib/ant.jar +0 -0
- data/support/ant/lib/ant.pom +222 -0
- data/support/ant/lib/libraries.properties +65 -0
- data/test/data/files/rice-0.0.0.0-bin.tar.gz +0 -0
- data/test/data/svn/README.txt +5 -0
- data/test/data/svn/conf/authz +32 -0
- data/test/data/svn/conf/passwd +8 -0
- data/test/data/svn/conf/svnserve.conf +47 -0
- data/test/data/svn/db/current +1 -0
- data/test/data/svn/db/format +2 -0
- data/test/data/svn/db/fs-type +1 -0
- data/test/data/svn/db/fsfs.conf +37 -0
- data/test/data/svn/db/min-unpacked-rev +1 -0
- data/test/data/svn/db/rep-cache.db +0 -0
- data/test/data/svn/db/revprops/0/0 +5 -0
- data/test/data/svn/db/revprops/0/1 +13 -0
- data/test/data/svn/db/revs/0/0 +11 -0
- data/test/data/svn/db/revs/0/1 +0 -0
- data/test/data/svn/db/txn-current +1 -0
- data/test/data/svn/db/txn-current-lock +0 -0
- data/test/data/svn/db/uuid +1 -0
- data/test/data/svn/db/write-lock +0 -0
- data/test/data/svn/format +1 -0
- data/test/data/svn/hooks/post-commit.tmpl +50 -0
- data/test/data/svn/hooks/post-lock.tmpl +44 -0
- data/test/data/svn/hooks/post-revprop-change.tmpl +56 -0
- data/test/data/svn/hooks/post-unlock.tmpl +42 -0
- data/test/data/svn/hooks/pre-commit.tmpl +81 -0
- data/test/data/svn/hooks/pre-lock.tmpl +71 -0
- data/test/data/svn/hooks/pre-revprop-change.tmpl +66 -0
- data/test/data/svn/hooks/pre-unlock.tmpl +63 -0
- data/test/data/svn/hooks/start-commit.tmpl +65 -0
- data/test/data/svn/locks/db-logs.lock +3 -0
- data/test/data/svn/locks/db.lock +3 -0
- data/test/helper.rb +146 -0
- data/test/int_test_generate_sql.rb +58 -0
- data/test/test_archive.rb +35 -0
- data/test/test_generate_sql.rb +0 -0
- data/test/test_rice_release.rb +61 -0
- data/test/test_rice_release_generated_dataset.rb +12 -0
- data/test/test_source.rb +31 -0
- data/test/test_subversion.rb +20 -0
- metadata +298 -0
|
Binary file
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<!--
|
|
3
|
+
Licensed to the Apache Software Foundation (ASF) under one or more
|
|
4
|
+
contributor license agreements. See the NOTICE file distributed with
|
|
5
|
+
this work for additional information regarding copyright ownership.
|
|
6
|
+
The ASF licenses this file to You under the Apache License, Version 2.0
|
|
7
|
+
(the "License"); you may not use this file except in compliance with
|
|
8
|
+
the License. You may obtain a copy of the License at
|
|
9
|
+
|
|
10
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
11
|
+
|
|
12
|
+
Unless required by applicable law or agreed to in writing, software
|
|
13
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
14
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
15
|
+
See the License for the specific language governing permissions and
|
|
16
|
+
limitations under the License.
|
|
17
|
+
-->
|
|
18
|
+
<!--
|
|
19
|
+
This POM has been created manually by the Ant Development Team.
|
|
20
|
+
Please contact us if you are not satisfied with the data contained in this POM.
|
|
21
|
+
URL : http://ant.apache.org
|
|
22
|
+
-->
|
|
23
|
+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
24
|
+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
|
25
|
+
<parent>
|
|
26
|
+
<groupId>org.apache.ant</groupId>
|
|
27
|
+
<artifactId>ant-parent</artifactId>
|
|
28
|
+
<relativePath>../pom.xml</relativePath>
|
|
29
|
+
<version>1.8.2</version>
|
|
30
|
+
</parent>
|
|
31
|
+
<modelVersion>4.0.0</modelVersion>
|
|
32
|
+
<groupId>org.apache.ant</groupId>
|
|
33
|
+
<artifactId>ant-apache-regexp</artifactId>
|
|
34
|
+
<version>1.8.2</version>
|
|
35
|
+
<name>Apache Ant + Apache Regexp</name>
|
|
36
|
+
<dependencies>
|
|
37
|
+
<dependency>
|
|
38
|
+
<groupId>org.apache.ant</groupId>
|
|
39
|
+
<artifactId>ant</artifactId>
|
|
40
|
+
<version>1.8.2</version>
|
|
41
|
+
<scope>compile</scope>
|
|
42
|
+
</dependency>
|
|
43
|
+
<dependency>
|
|
44
|
+
<groupId>regexp</groupId>
|
|
45
|
+
<artifactId>regexp</artifactId>
|
|
46
|
+
<version>1.3</version>
|
|
47
|
+
<scope>compile</scope>
|
|
48
|
+
</dependency>
|
|
49
|
+
</dependencies>
|
|
50
|
+
<build>
|
|
51
|
+
<plugins>
|
|
52
|
+
<plugin>
|
|
53
|
+
<groupId>org.apache.maven.plugins</groupId>
|
|
54
|
+
<artifactId>maven-compiler-plugin</artifactId>
|
|
55
|
+
<configuration>
|
|
56
|
+
<source>1.4</source>
|
|
57
|
+
<target>1.4</target>
|
|
58
|
+
<includes>
|
|
59
|
+
<include>org/apache/tools/ant/util/regexp/JakartaRegexp*</include>
|
|
60
|
+
</includes>
|
|
61
|
+
</configuration>
|
|
62
|
+
</plugin>
|
|
63
|
+
</plugins>
|
|
64
|
+
<sourceDirectory>../../../../src/main</sourceDirectory>
|
|
65
|
+
<testSourceDirectory>../../../../src/testcases</testSourceDirectory>
|
|
66
|
+
<outputDirectory>../../../../target/${project.artifactId}/classes</outputDirectory>
|
|
67
|
+
<testOutputDirectory>../../../../target/${project.artifactId}/testcases</testOutputDirectory>
|
|
68
|
+
<directory>../../../../target/${project.artifactId}</directory>
|
|
69
|
+
</build>
|
|
70
|
+
|
|
71
|
+
</project>
|
|
Binary file
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<!--
|
|
3
|
+
Licensed to the Apache Software Foundation (ASF) under one or more
|
|
4
|
+
contributor license agreements. See the NOTICE file distributed with
|
|
5
|
+
this work for additional information regarding copyright ownership.
|
|
6
|
+
The ASF licenses this file to You under the Apache License, Version 2.0
|
|
7
|
+
(the "License"); you may not use this file except in compliance with
|
|
8
|
+
the License. You may obtain a copy of the License at
|
|
9
|
+
|
|
10
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
11
|
+
|
|
12
|
+
Unless required by applicable law or agreed to in writing, software
|
|
13
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
14
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
15
|
+
See the License for the specific language governing permissions and
|
|
16
|
+
limitations under the License.
|
|
17
|
+
-->
|
|
18
|
+
<!--
|
|
19
|
+
This POM has been created manually by the Ant Development Team.
|
|
20
|
+
Please contact us if you are not satisfied with the data contained in this POM.
|
|
21
|
+
URL : http://ant.apache.org
|
|
22
|
+
-->
|
|
23
|
+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
24
|
+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
|
25
|
+
<parent>
|
|
26
|
+
<groupId>org.apache.ant</groupId>
|
|
27
|
+
<artifactId>ant-parent</artifactId>
|
|
28
|
+
<relativePath>../pom.xml</relativePath>
|
|
29
|
+
<version>1.8.2</version>
|
|
30
|
+
</parent>
|
|
31
|
+
<modelVersion>4.0.0</modelVersion>
|
|
32
|
+
<groupId>org.apache.ant</groupId>
|
|
33
|
+
<artifactId>ant-apache-resolver</artifactId>
|
|
34
|
+
<version>1.8.2</version>
|
|
35
|
+
<name>Apache Ant + Apache Resolver</name>
|
|
36
|
+
<dependencies>
|
|
37
|
+
<dependency>
|
|
38
|
+
<groupId>org.apache.ant</groupId>
|
|
39
|
+
<artifactId>ant</artifactId>
|
|
40
|
+
<version>1.8.2</version>
|
|
41
|
+
<scope>compile</scope>
|
|
42
|
+
</dependency>
|
|
43
|
+
<dependency>
|
|
44
|
+
<groupId>xml-resolver</groupId>
|
|
45
|
+
<artifactId>xml-resolver</artifactId>
|
|
46
|
+
<version>1.1</version>
|
|
47
|
+
<scope>compile</scope>
|
|
48
|
+
</dependency>
|
|
49
|
+
</dependencies>
|
|
50
|
+
<build>
|
|
51
|
+
<plugins>
|
|
52
|
+
<plugin>
|
|
53
|
+
<groupId>org.apache.maven.plugins</groupId>
|
|
54
|
+
<artifactId>maven-compiler-plugin</artifactId>
|
|
55
|
+
<configuration>
|
|
56
|
+
<source>1.4</source>
|
|
57
|
+
<target>1.4</target>
|
|
58
|
+
<includes>
|
|
59
|
+
<include>org/apache/tools/ant/types/resolver/**</include>
|
|
60
|
+
</includes>
|
|
61
|
+
</configuration>
|
|
62
|
+
</plugin>
|
|
63
|
+
</plugins>
|
|
64
|
+
<sourceDirectory>../../../../src/main</sourceDirectory>
|
|
65
|
+
<testSourceDirectory>../../../../src/testcases</testSourceDirectory>
|
|
66
|
+
<outputDirectory>../../../../target/${project.artifactId}/classes</outputDirectory>
|
|
67
|
+
<testOutputDirectory>../../../../target/${project.artifactId}/testcases</testOutputDirectory>
|
|
68
|
+
<directory>../../../../target/${project.artifactId}</directory>
|
|
69
|
+
</build>
|
|
70
|
+
</project>
|
|
Binary file
|
|
@@ -0,0 +1,95 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<!--
|
|
3
|
+
Licensed to the Apache Software Foundation (ASF) under one or more
|
|
4
|
+
contributor license agreements. See the NOTICE file distributed with
|
|
5
|
+
this work for additional information regarding copyright ownership.
|
|
6
|
+
The ASF licenses this file to You under the Apache License, Version 2.0
|
|
7
|
+
(the "License"); you may not use this file except in compliance with
|
|
8
|
+
the License. You may obtain a copy of the License at
|
|
9
|
+
|
|
10
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
11
|
+
|
|
12
|
+
Unless required by applicable law or agreed to in writing, software
|
|
13
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
14
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
15
|
+
See the License for the specific language governing permissions and
|
|
16
|
+
limitations under the License.
|
|
17
|
+
-->
|
|
18
|
+
<!--
|
|
19
|
+
This POM has been created manually by the Ant Development Team.
|
|
20
|
+
Please contact us if you are not satisfied with the data contained in this POM.
|
|
21
|
+
URL : http://ant.apache.org
|
|
22
|
+
-->
|
|
23
|
+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
24
|
+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
|
25
|
+
<parent>
|
|
26
|
+
<groupId>org.apache.ant</groupId>
|
|
27
|
+
<artifactId>ant-parent</artifactId>
|
|
28
|
+
<relativePath>../pom.xml</relativePath>
|
|
29
|
+
<version>1.8.2</version>
|
|
30
|
+
</parent>
|
|
31
|
+
<modelVersion>4.0.0</modelVersion>
|
|
32
|
+
<groupId>org.apache.ant</groupId>
|
|
33
|
+
<artifactId>ant-apache-xalan2</artifactId>
|
|
34
|
+
<version>1.8.2</version>
|
|
35
|
+
<name>Apache Ant + Xalan 2</name>
|
|
36
|
+
<description>contains Xalan2-specific features</description>
|
|
37
|
+
<dependencies>
|
|
38
|
+
<dependency>
|
|
39
|
+
<groupId>org.apache.ant</groupId>
|
|
40
|
+
<artifactId>ant</artifactId>
|
|
41
|
+
<version>1.8.2</version>
|
|
42
|
+
<scope>compile</scope>
|
|
43
|
+
</dependency>
|
|
44
|
+
<dependency>
|
|
45
|
+
<groupId>xalan</groupId>
|
|
46
|
+
<artifactId>xalan</artifactId>
|
|
47
|
+
<version>2.7.1</version>
|
|
48
|
+
<scope>compile</scope>
|
|
49
|
+
</dependency>
|
|
50
|
+
</dependencies>
|
|
51
|
+
<build>
|
|
52
|
+
<plugins>
|
|
53
|
+
<plugin>
|
|
54
|
+
<artifactId>maven-antrun-plugin</artifactId>
|
|
55
|
+
<executions>
|
|
56
|
+
<execution>
|
|
57
|
+
<id>create-timestamp-file</id>
|
|
58
|
+
<phase>generate-resources</phase>
|
|
59
|
+
<goals>
|
|
60
|
+
<goal>run</goal>
|
|
61
|
+
</goals>
|
|
62
|
+
<configuration>
|
|
63
|
+
<tasks>
|
|
64
|
+
<mkdir dir="${project.build.outputDirectory}"/>
|
|
65
|
+
<copy todir="${project.build.outputDirectory}/org/apache/tools/ant/taskdefs/optional/junit/xsl">
|
|
66
|
+
<fileset dir="${project.build.sourceDirectory}/../etc">
|
|
67
|
+
<include name="junit-frames.xsl"/>
|
|
68
|
+
<include name="junit-noframes.xsl"/>
|
|
69
|
+
</fileset>
|
|
70
|
+
</copy>
|
|
71
|
+
</tasks>
|
|
72
|
+
</configuration>
|
|
73
|
+
</execution>
|
|
74
|
+
|
|
75
|
+
</executions>
|
|
76
|
+
</plugin>
|
|
77
|
+
<plugin>
|
|
78
|
+
<groupId>org.apache.maven.plugins</groupId>
|
|
79
|
+
<artifactId>maven-compiler-plugin</artifactId>
|
|
80
|
+
<configuration>
|
|
81
|
+
<source>1.4</source>
|
|
82
|
+
<target>1.4</target>
|
|
83
|
+
<includes>
|
|
84
|
+
<include>org/apache/tools/ant/taskdefs/optional/Xalan2TraceSupport*</include>
|
|
85
|
+
</includes>
|
|
86
|
+
</configuration>
|
|
87
|
+
</plugin>
|
|
88
|
+
</plugins>
|
|
89
|
+
<sourceDirectory>../../../../src/main</sourceDirectory>
|
|
90
|
+
<testSourceDirectory>../../../../src/testcases</testSourceDirectory>
|
|
91
|
+
<outputDirectory>../../../../target/${project.artifactId}/classes</outputDirectory>
|
|
92
|
+
<testOutputDirectory>../../../../target/${project.artifactId}/testcases</testOutputDirectory>
|
|
93
|
+
<directory>../../../../target/${project.artifactId}</directory>
|
|
94
|
+
</build>
|
|
95
|
+
</project>
|
|
Binary file
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<!--
|
|
3
|
+
Licensed to the Apache Software Foundation (ASF) under one or more
|
|
4
|
+
contributor license agreements. See the NOTICE file distributed with
|
|
5
|
+
this work for additional information regarding copyright ownership.
|
|
6
|
+
The ASF licenses this file to You under the Apache License, Version 2.0
|
|
7
|
+
(the "License"); you may not use this file except in compliance with
|
|
8
|
+
the License. You may obtain a copy of the License at
|
|
9
|
+
|
|
10
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
11
|
+
|
|
12
|
+
Unless required by applicable law or agreed to in writing, software
|
|
13
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
14
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
15
|
+
See the License for the specific language governing permissions and
|
|
16
|
+
limitations under the License.
|
|
17
|
+
-->
|
|
18
|
+
<!--
|
|
19
|
+
This POM has been created manually by the Ant Development Team.
|
|
20
|
+
Please contact us if you are not satisfied with the data contained in this POM.
|
|
21
|
+
URL : http://ant.apache.org
|
|
22
|
+
-->
|
|
23
|
+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
24
|
+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
|
25
|
+
<parent>
|
|
26
|
+
<groupId>org.apache.ant</groupId>
|
|
27
|
+
<artifactId>ant-parent</artifactId>
|
|
28
|
+
<relativePath>../pom.xml</relativePath>
|
|
29
|
+
<version>1.8.2</version>
|
|
30
|
+
</parent>
|
|
31
|
+
<modelVersion>4.0.0</modelVersion>
|
|
32
|
+
<groupId>org.apache.ant</groupId>
|
|
33
|
+
<artifactId>ant-commons-logging</artifactId>
|
|
34
|
+
<version>1.8.2</version>
|
|
35
|
+
<name>Apache Ant + Commons Logging</name>
|
|
36
|
+
<description>Ant Listener based on commons-logging</description>
|
|
37
|
+
<dependencies>
|
|
38
|
+
<dependency>
|
|
39
|
+
<groupId>org.apache.ant</groupId>
|
|
40
|
+
<artifactId>ant</artifactId>
|
|
41
|
+
<version>1.8.2</version>
|
|
42
|
+
<scope>compile</scope>
|
|
43
|
+
</dependency>
|
|
44
|
+
<dependency>
|
|
45
|
+
<groupId>commons-logging</groupId>
|
|
46
|
+
<artifactId>commons-logging-api</artifactId>
|
|
47
|
+
<version>1.0.4</version>
|
|
48
|
+
<scope>compile</scope>
|
|
49
|
+
</dependency>
|
|
50
|
+
</dependencies>
|
|
51
|
+
<build>
|
|
52
|
+
<plugins>
|
|
53
|
+
<plugin>
|
|
54
|
+
<groupId>org.apache.maven.plugins</groupId>
|
|
55
|
+
<artifactId>maven-compiler-plugin</artifactId>
|
|
56
|
+
<configuration>
|
|
57
|
+
<source>1.4</source>
|
|
58
|
+
<target>1.4</target>
|
|
59
|
+
<includes>
|
|
60
|
+
<include>org/apache/tools/ant/tlistener/CommonsLoggingListener*</include>
|
|
61
|
+
</includes>
|
|
62
|
+
</configuration>
|
|
63
|
+
</plugin>
|
|
64
|
+
</plugins>
|
|
65
|
+
<sourceDirectory>../../../../src/main</sourceDirectory>
|
|
66
|
+
<testSourceDirectory>../../../../src/testcases</testSourceDirectory>
|
|
67
|
+
<outputDirectory>../../../../target/${project.artifactId}/classes</outputDirectory>
|
|
68
|
+
<testOutputDirectory>../../../../target/${project.artifactId}/testcases</testOutputDirectory>
|
|
69
|
+
<directory>../../../../target/${project.artifactId}</directory>
|
|
70
|
+
</build>
|
|
71
|
+
</project>
|
|
Binary file
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<!--
|
|
3
|
+
Licensed to the Apache Software Foundation (ASF) under one or more
|
|
4
|
+
contributor license agreements. See the NOTICE file distributed with
|
|
5
|
+
this work for additional information regarding copyright ownership.
|
|
6
|
+
The ASF licenses this file to You under the Apache License, Version 2.0
|
|
7
|
+
(the "License"); you may not use this file except in compliance with
|
|
8
|
+
the License. You may obtain a copy of the License at
|
|
9
|
+
|
|
10
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
11
|
+
|
|
12
|
+
Unless required by applicable law or agreed to in writing, software
|
|
13
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
14
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
15
|
+
See the License for the specific language governing permissions and
|
|
16
|
+
limitations under the License.
|
|
17
|
+
-->
|
|
18
|
+
<!--
|
|
19
|
+
This POM has been created manually by the Ant Development Team.
|
|
20
|
+
Please contact us if you are not satisfied with the data contained in this POM.
|
|
21
|
+
URL : http://ant.apache.org
|
|
22
|
+
-->
|
|
23
|
+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
24
|
+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
|
25
|
+
<parent>
|
|
26
|
+
<groupId>org.apache.ant</groupId>
|
|
27
|
+
<artifactId>ant-parent</artifactId>
|
|
28
|
+
<relativePath>../pom.xml</relativePath>
|
|
29
|
+
<version>1.8.2</version>
|
|
30
|
+
</parent>
|
|
31
|
+
<modelVersion>4.0.0</modelVersion>
|
|
32
|
+
<groupId>org.apache.ant</groupId>
|
|
33
|
+
<artifactId>ant-commons-net</artifactId>
|
|
34
|
+
<version>1.8.2</version>
|
|
35
|
+
<name>Apache Ant + Commons Net</name>
|
|
36
|
+
<description>ftp, rexec and telnet tasks</description>
|
|
37
|
+
<dependencies>
|
|
38
|
+
<dependency>
|
|
39
|
+
<groupId>org.apache.ant</groupId>
|
|
40
|
+
<artifactId>ant</artifactId>
|
|
41
|
+
<version>1.8.2</version>
|
|
42
|
+
<scope>compile</scope>
|
|
43
|
+
</dependency>
|
|
44
|
+
<dependency>
|
|
45
|
+
<groupId>commons-net</groupId>
|
|
46
|
+
<artifactId>commons-net</artifactId>
|
|
47
|
+
<version>1.4.0</version>
|
|
48
|
+
<scope>compile</scope>
|
|
49
|
+
</dependency>
|
|
50
|
+
</dependencies>
|
|
51
|
+
<build>
|
|
52
|
+
<plugins>
|
|
53
|
+
<plugin>
|
|
54
|
+
<groupId>org.apache.maven.plugins</groupId>
|
|
55
|
+
<artifactId>maven-compiler-plugin</artifactId>
|
|
56
|
+
<configuration>
|
|
57
|
+
<source>1.4</source>
|
|
58
|
+
<target>1.4</target>
|
|
59
|
+
<includes>
|
|
60
|
+
<include>org/apache/tools/ant/taskdefs/optional/net/FTP*</include>
|
|
61
|
+
<include>org/apache/tools/ant/taskdefs/optional/net/RExec*</include>
|
|
62
|
+
<include>org/apache/tools/ant/taskdefs/optional/net/TelnetTask*</include>
|
|
63
|
+
</includes>
|
|
64
|
+
<testIncludes>
|
|
65
|
+
<include>org/apache/tools/ant/taskdefs/optional/net/FTP*</include>
|
|
66
|
+
</testIncludes>
|
|
67
|
+
</configuration>
|
|
68
|
+
</plugin>
|
|
69
|
+
</plugins>
|
|
70
|
+
<sourceDirectory>../../../../src/main</sourceDirectory>
|
|
71
|
+
<testSourceDirectory>../../../../src/testcases</testSourceDirectory>
|
|
72
|
+
<outputDirectory>../../../../target/${project.artifactId}/classes</outputDirectory>
|
|
73
|
+
<testOutputDirectory>../../../../target/${project.artifactId}/testcases</testOutputDirectory>
|
|
74
|
+
<directory>../../../../target/${project.artifactId}</directory>
|
|
75
|
+
</build>
|
|
76
|
+
</project>
|
|
Binary file
|
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<!--
|
|
3
|
+
Licensed to the Apache Software Foundation (ASF) under one or more
|
|
4
|
+
contributor license agreements. See the NOTICE file distributed with
|
|
5
|
+
this work for additional information regarding copyright ownership.
|
|
6
|
+
The ASF licenses this file to You under the Apache License, Version 2.0
|
|
7
|
+
(the "License"); you may not use this file except in compliance with
|
|
8
|
+
the License. You may obtain a copy of the License at
|
|
9
|
+
|
|
10
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
11
|
+
|
|
12
|
+
Unless required by applicable law or agreed to in writing, software
|
|
13
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
14
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
15
|
+
See the License for the specific language governing permissions and
|
|
16
|
+
limitations under the License.
|
|
17
|
+
-->
|
|
18
|
+
<!--
|
|
19
|
+
This POM has been created manually by the Ant Development Team.
|
|
20
|
+
Please contact us if you are not satisfied with the data contained in this POM.
|
|
21
|
+
URL : http://ant.apache.org
|
|
22
|
+
-->
|
|
23
|
+
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
|
24
|
+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
25
|
+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
|
26
|
+
<parent>
|
|
27
|
+
<groupId>org.apache.ant</groupId>
|
|
28
|
+
<artifactId>ant-parent</artifactId>
|
|
29
|
+
<relativePath>../pom.xml</relativePath>
|
|
30
|
+
<version>1.8.2</version>
|
|
31
|
+
</parent>
|
|
32
|
+
<modelVersion>4.0.0</modelVersion>
|
|
33
|
+
<groupId>org.apache.ant</groupId>
|
|
34
|
+
<artifactId>ant-jai</artifactId>
|
|
35
|
+
<version>1.8.2</version>
|
|
36
|
+
<name>Apache Ant + JAI</name>
|
|
37
|
+
<description>image task and corresponding types.
|
|
38
|
+
</description>
|
|
39
|
+
<dependencies>
|
|
40
|
+
<dependency>
|
|
41
|
+
<groupId>org.apache.ant</groupId>
|
|
42
|
+
<artifactId>ant</artifactId>
|
|
43
|
+
<version>1.8.2</version>
|
|
44
|
+
<scope>compile</scope>
|
|
45
|
+
</dependency>
|
|
46
|
+
<dependency>
|
|
47
|
+
<groupId>javax.media</groupId>
|
|
48
|
+
<artifactId>jai-core</artifactId>
|
|
49
|
+
<version>1.1.3</version>
|
|
50
|
+
</dependency>
|
|
51
|
+
<dependency>
|
|
52
|
+
<groupId>com.sun.media</groupId>
|
|
53
|
+
<artifactId>jai-codec</artifactId>
|
|
54
|
+
<version>1.1.3</version>
|
|
55
|
+
</dependency>
|
|
56
|
+
</dependencies>
|
|
57
|
+
<repositories>
|
|
58
|
+
<repository>
|
|
59
|
+
<id>jboss</id>
|
|
60
|
+
<name>JBoss</name>
|
|
61
|
+
<url>http://repository.jboss.org/maven2/</url>
|
|
62
|
+
</repository>
|
|
63
|
+
</repositories>
|
|
64
|
+
<build>
|
|
65
|
+
<plugins>
|
|
66
|
+
<plugin>
|
|
67
|
+
<groupId>org.apache.maven.plugins</groupId>
|
|
68
|
+
<artifactId>maven-compiler-plugin</artifactId>
|
|
69
|
+
<configuration>
|
|
70
|
+
<source>1.4</source>
|
|
71
|
+
<target>1.4</target>
|
|
72
|
+
<includes>
|
|
73
|
+
<include>org/apache/tools/ant/taskdefs/optional/image/*</include>
|
|
74
|
+
<include>org/apache/tools/ant/types/optional/image/*</include>
|
|
75
|
+
</includes>
|
|
76
|
+
</configuration>
|
|
77
|
+
</plugin>
|
|
78
|
+
</plugins>
|
|
79
|
+
<sourceDirectory>../../../../src/main</sourceDirectory>
|
|
80
|
+
<testSourceDirectory>../../../../src/testcases</testSourceDirectory>
|
|
81
|
+
<outputDirectory>../../../../target/${project.artifactId}/classes</outputDirectory>
|
|
82
|
+
<testOutputDirectory>../../../../target/${project.artifactId}/testcases</testOutputDirectory>
|
|
83
|
+
<directory>../../../../target/${project.artifactId}</directory>
|
|
84
|
+
</build>
|
|
85
|
+
</project>
|