kvm 0.0.1.pre

Sign up to get free protection for your applications and to get access to all the features.
Files changed (148) hide show
  1. data/.gitignore +3 -0
  2. data/.rvmrc +1 -0
  3. data/AGPL-3.0 +661 -0
  4. data/Gemfile +8 -0
  5. data/Gemfile.lock +32 -0
  6. data/LICENSE +23 -0
  7. data/README.md +73 -0
  8. data/Rakefile +48 -0
  9. data/bin/kvm +6 -0
  10. data/kvm.gemspec +28 -0
  11. data/lib/kvm.rb +286 -0
  12. data/lib/kvm/archive.rb +56 -0
  13. data/lib/kvm/artifact.rb +28 -0
  14. data/lib/kvm/db/jdbc_adapter.rb +71 -0
  15. data/lib/kvm/db/oracle.rb +23 -0
  16. data/lib/kvm/db/types.rb +11 -0
  17. data/lib/kvm/impex.rb +109 -0
  18. data/lib/kvm/log.rb +7 -0
  19. data/lib/kvm/resource.rb +72 -0
  20. data/lib/kvm/rice_release.rb +79 -0
  21. data/lib/kvm/rice_release_generated_dataset.rb +68 -0
  22. data/lib/kvm/source.rb +33 -0
  23. data/lib/kvm/subversion.rb +52 -0
  24. data/lib/kvm/version.rb +3 -0
  25. data/lib/kvm/wallet.rb +64 -0
  26. data/support/ant/INSTALL +2 -0
  27. data/support/ant/KEYS +1398 -0
  28. data/support/ant/LICENSE +272 -0
  29. data/support/ant/NOTICE +6 -0
  30. data/support/ant/README +97 -0
  31. data/support/ant/WHATSNEW +5467 -0
  32. data/support/ant/bin/ant +335 -0
  33. data/support/ant/bin/ant.bat +218 -0
  34. data/support/ant/bin/ant.cmd +93 -0
  35. data/support/ant/bin/antRun +24 -0
  36. data/support/ant/bin/antRun.bat +50 -0
  37. data/support/ant/bin/antRun.pl +66 -0
  38. data/support/ant/bin/antenv.cmd +98 -0
  39. data/support/ant/bin/complete-ant-cmd.pl +114 -0
  40. data/support/ant/bin/envset.cmd +131 -0
  41. data/support/ant/bin/lcp.bat +31 -0
  42. data/support/ant/bin/runant.pl +153 -0
  43. data/support/ant/bin/runant.py +102 -0
  44. data/support/ant/bin/runrc.cmd +60 -0
  45. data/support/ant/etc/ant-bootstrap.jar +0 -0
  46. data/support/ant/etc/changelog.xsl +148 -0
  47. data/support/ant/etc/checkstyle/checkstyle-frames.xsl +299 -0
  48. data/support/ant/etc/checkstyle/checkstyle-text.xsl +34 -0
  49. data/support/ant/etc/checkstyle/checkstyle-xdoc.xsl +130 -0
  50. data/support/ant/etc/coverage-frames.xsl +489 -0
  51. data/support/ant/etc/jdepend-frames.xsl +487 -0
  52. data/support/ant/etc/jdepend.xsl +276 -0
  53. data/support/ant/etc/junit-frames-xalan1.xsl +733 -0
  54. data/support/ant/etc/junit-frames.xsl +902 -0
  55. data/support/ant/etc/junit-noframes.xsl +478 -0
  56. data/support/ant/etc/log.xsl +203 -0
  57. data/support/ant/etc/maudit-frames.xsl +503 -0
  58. data/support/ant/etc/mmetrics-frames.xsl +1026 -0
  59. data/support/ant/etc/tagdiff.xsl +179 -0
  60. data/support/ant/fetch.xml +343 -0
  61. data/support/ant/get-m2.xml +121 -0
  62. data/support/ant/lib/README +3 -0
  63. data/support/ant/lib/ant-antlr.jar +0 -0
  64. data/support/ant/lib/ant-antlr.pom +76 -0
  65. data/support/ant/lib/ant-apache-bcel.jar +0 -0
  66. data/support/ant/lib/ant-apache-bcel.pom +72 -0
  67. data/support/ant/lib/ant-apache-bsf.jar +0 -0
  68. data/support/ant/lib/ant-apache-bsf.pom +75 -0
  69. data/support/ant/lib/ant-apache-log4j.jar +0 -0
  70. data/support/ant/lib/ant-apache-log4j.pom +70 -0
  71. data/support/ant/lib/ant-apache-oro.jar +0 -0
  72. data/support/ant/lib/ant-apache-oro.pom +75 -0
  73. data/support/ant/lib/ant-apache-regexp.jar +0 -0
  74. data/support/ant/lib/ant-apache-regexp.pom +71 -0
  75. data/support/ant/lib/ant-apache-resolver.jar +0 -0
  76. data/support/ant/lib/ant-apache-resolver.pom +70 -0
  77. data/support/ant/lib/ant-apache-xalan2.jar +0 -0
  78. data/support/ant/lib/ant-apache-xalan2.pom +95 -0
  79. data/support/ant/lib/ant-commons-logging.jar +0 -0
  80. data/support/ant/lib/ant-commons-logging.pom +71 -0
  81. data/support/ant/lib/ant-commons-net.jar +0 -0
  82. data/support/ant/lib/ant-commons-net.pom +76 -0
  83. data/support/ant/lib/ant-jai.jar +0 -0
  84. data/support/ant/lib/ant-jai.pom +85 -0
  85. data/support/ant/lib/ant-javamail.jar +0 -0
  86. data/support/ant/lib/ant-javamail.pom +79 -0
  87. data/support/ant/lib/ant-jdepend.jar +0 -0
  88. data/support/ant/lib/ant-jdepend.pom +73 -0
  89. data/support/ant/lib/ant-jmf.jar +0 -0
  90. data/support/ant/lib/ant-jmf.pom +66 -0
  91. data/support/ant/lib/ant-jsch.jar +0 -0
  92. data/support/ant/lib/ant-jsch.pom +75 -0
  93. data/support/ant/lib/ant-junit.jar +0 -0
  94. data/support/ant/lib/ant-junit.pom +101 -0
  95. data/support/ant/lib/ant-junit4.jar +0 -0
  96. data/support/ant/lib/ant-junit4.pom +71 -0
  97. data/support/ant/lib/ant-launcher.jar +0 -0
  98. data/support/ant/lib/ant-launcher.pom +58 -0
  99. data/support/ant/lib/ant-netrexx.jar +0 -0
  100. data/support/ant/lib/ant-netrexx.pom +99 -0
  101. data/support/ant/lib/ant-parent.pom +120 -0
  102. data/support/ant/lib/ant-swing.jar +0 -0
  103. data/support/ant/lib/ant-swing.pom +67 -0
  104. data/support/ant/lib/ant-testutil.jar +0 -0
  105. data/support/ant/lib/ant-testutil.pom +75 -0
  106. data/support/ant/lib/ant.jar +0 -0
  107. data/support/ant/lib/ant.pom +222 -0
  108. data/support/ant/lib/libraries.properties +65 -0
  109. data/test/data/files/rice-0.0.0.0-bin.tar.gz +0 -0
  110. data/test/data/svn/README.txt +5 -0
  111. data/test/data/svn/conf/authz +32 -0
  112. data/test/data/svn/conf/passwd +8 -0
  113. data/test/data/svn/conf/svnserve.conf +47 -0
  114. data/test/data/svn/db/current +1 -0
  115. data/test/data/svn/db/format +2 -0
  116. data/test/data/svn/db/fs-type +1 -0
  117. data/test/data/svn/db/fsfs.conf +37 -0
  118. data/test/data/svn/db/min-unpacked-rev +1 -0
  119. data/test/data/svn/db/rep-cache.db +0 -0
  120. data/test/data/svn/db/revprops/0/0 +5 -0
  121. data/test/data/svn/db/revprops/0/1 +13 -0
  122. data/test/data/svn/db/revs/0/0 +11 -0
  123. data/test/data/svn/db/revs/0/1 +0 -0
  124. data/test/data/svn/db/txn-current +1 -0
  125. data/test/data/svn/db/txn-current-lock +0 -0
  126. data/test/data/svn/db/uuid +1 -0
  127. data/test/data/svn/db/write-lock +0 -0
  128. data/test/data/svn/format +1 -0
  129. data/test/data/svn/hooks/post-commit.tmpl +50 -0
  130. data/test/data/svn/hooks/post-lock.tmpl +44 -0
  131. data/test/data/svn/hooks/post-revprop-change.tmpl +56 -0
  132. data/test/data/svn/hooks/post-unlock.tmpl +42 -0
  133. data/test/data/svn/hooks/pre-commit.tmpl +81 -0
  134. data/test/data/svn/hooks/pre-lock.tmpl +71 -0
  135. data/test/data/svn/hooks/pre-revprop-change.tmpl +66 -0
  136. data/test/data/svn/hooks/pre-unlock.tmpl +63 -0
  137. data/test/data/svn/hooks/start-commit.tmpl +65 -0
  138. data/test/data/svn/locks/db-logs.lock +3 -0
  139. data/test/data/svn/locks/db.lock +3 -0
  140. data/test/helper.rb +146 -0
  141. data/test/int_test_generate_sql.rb +58 -0
  142. data/test/test_archive.rb +35 -0
  143. data/test/test_generate_sql.rb +0 -0
  144. data/test/test_rice_release.rb +61 -0
  145. data/test/test_rice_release_generated_dataset.rb +12 -0
  146. data/test/test_source.rb +31 -0
  147. data/test/test_subversion.rb +20 -0
  148. metadata +298 -0
@@ -0,0 +1,121 @@
1
+ <?xml version="1.0"?>
2
+
3
+ <!--
4
+ Licensed to the Apache Software Foundation (ASF) under one or more
5
+ contributor license agreements. See the NOTICE file distributed with
6
+ this work for additional information regarding copyright ownership.
7
+ The ASF licenses this file to You under the Apache License, Version 2.0
8
+ (the "License"); you may not use this file except in compliance with
9
+ 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, software
14
+ distributed under the License is distributed on an "AS IS" BASIS,
15
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16
+ See the License for the specific language governing permissions and
17
+ limitations under the License.
18
+ -->
19
+ <!--
20
+ =======================================================================
21
+ Build file to fetch maven2 tasks; extracted from (Ant's) fetch.xml
22
+ =======================================================================
23
+ -->
24
+ <project name="get-m2" default="get-m2" basedir=".">
25
+
26
+ <description>
27
+ This build file downloads the Maven2 Ant tasks,
28
+ and installs them in the location specified by the m2.dest.dir property.
29
+
30
+ You may need to set proxy settings. On Java1.5, Ant tries to get
31
+ this from the OS, unless you use the -noproxy option.
32
+
33
+ Proxies can be configured manually setting the JVM proxy values in the
34
+ ANT_OPTS environment variable.
35
+
36
+ For example, to set the proxy up in the tcsh shell, the command would be
37
+ something like:
38
+
39
+ For csh/tcsh:
40
+ setenv ANT_OPTS "-Dhttp.proxyHost=proxy -Dhttp.proxyPort=8080"
41
+ For bash:
42
+ export ANT_OPTS="-Dhttp.proxyHost=proxy -Dhttp.proxyPort=8080"
43
+ For Windows, set the environment variable in the appropriate dialog box
44
+ and open a new console. or, by hand
45
+ set ANT_OPTS = -Dhttp.proxyHost=proxy -Dhttp.proxyPort=8080
46
+ </description>
47
+
48
+ <property file="get-m2.properties" />
49
+
50
+ <property name="m2.antlib.resource"
51
+ value="org/apache/maven/artifact/ant/antlib.xml" />
52
+
53
+ <property name="m2.antlib.uri"
54
+ value="antlib:org.apache.maven.artifact.ant" />
55
+
56
+ <macrodef name="require">
57
+ <attribute name="property" />
58
+ <sequential>
59
+ <fail unless="@{property}">$${@{property}} not specified</fail>
60
+ </sequential>
61
+ </macrodef>
62
+
63
+ <target name="probe-m2">
64
+ <require property="m2.dest.dir" />
65
+ <require property="m2.jar.name" />
66
+
67
+ <!-- Look for M2 ant tasks in our classpath-->
68
+ <property name="m2.artifact" location="${m2.dest.dir}/${m2.jar.name}" />
69
+ <available property="m2.antlib.found" resource="${m2.antlib.resource}" />
70
+ <condition property="m2.antlib.typefound">
71
+ <typefound name="${m2.antlib.uri}:artifact" />
72
+ </condition>
73
+ <available property="m2.artifact.found" file="${m2.artifact}" type="file" />
74
+ </target>
75
+
76
+ <target name="download-m2" depends="probe-m2" unless="m2.artifact.found">
77
+ <require property="m2.antlib.url" />
78
+ <echo>Downloading to ${m2.dest.dir}</echo>
79
+
80
+ <mkdir dir="${m2.dest.dir}" />
81
+ <!-- fetch M2 ant tasks into our repository, if it is not there-->
82
+ <get src="${m2.antlib.url}"
83
+ dest="${m2.artifact}"
84
+ verbose="true"
85
+ usetimestamp="false" />
86
+ </target>
87
+
88
+ <target name="dont-validate-m2-checksum" depends="probe-m2"
89
+ if="m2.artifact.found">
90
+ <property name="checksum.equal" value="true" />
91
+ </target>
92
+
93
+ <target name="validate-m2-checksum"
94
+ depends="download-m2,dont-validate-m2-checksum"
95
+ if="m2.sha1.checksum" unless="m2.artifact.found">
96
+ <checksum file="${m2.artifact}"
97
+ algorithm="SHA"
98
+ property="${m2.sha1.checksum}"
99
+ verifyProperty="checksum.equal" />
100
+ </target>
101
+
102
+ <target name="checksum-mismatch" depends="validate-m2-checksum"
103
+ if="m2.sha1.checksum" unless="checksum.equal">
104
+ <delete file="${m2.artifact}" />
105
+ <fail>
106
+ Failed to verify the downloaded file ${m2.antlib.url}" against the checksum
107
+ coded into libraries.properties.
108
+ The local copy has been deleted, for security reasons
109
+ </fail>
110
+ </target>
111
+
112
+ <target name="checksum-match" depends="checksum-mismatch"
113
+ unless="m2.antlib.found">
114
+ <taskdef classpath="${m2.artifact}" resource="${m2.antlib.resource}"
115
+ uri="${m2.antlib.uri}" />
116
+ </target>
117
+
118
+ <target name="get-m2" depends="checksum-match"
119
+ description="Download the Maven2 Ant tasks" />
120
+
121
+ </project>
@@ -0,0 +1,3 @@
1
+ Please refer to the Ant manual under Installing Ant / Library
2
+ Dependencies for a list of the jar requirements for various optional
3
+ tasks and features.
@@ -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"
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-antlr</artifactId>
35
+ <version>1.8.2</version>
36
+ <name>Apache Ant + ANTLR</name>
37
+ <description>antlr specific task.
38
+ The implementation forks a java process, therefore the antlr jar file is only needed at runtime</description>
39
+ <dependencies>
40
+ <dependency>
41
+ <groupId>org.apache.ant</groupId>
42
+ <artifactId>ant</artifactId>
43
+ <version>1.8.2</version>
44
+ <optional>true</optional>
45
+ <scope>compile</scope>
46
+ </dependency>
47
+ <dependency>
48
+ <!-- add a dependency with antlr 2.7.2 consistent with libraries.properties antlr 2.7.6 is also available on ibiblio-->
49
+ <groupId>antlr</groupId>
50
+ <artifactId>antlr</artifactId>
51
+ <version>2.7.2</version>
52
+ <optional>true</optional>
53
+ <scope>runtime</scope>
54
+ </dependency>
55
+ </dependencies>
56
+ <build>
57
+ <plugins>
58
+ <plugin>
59
+ <groupId>org.apache.maven.plugins</groupId>
60
+ <artifactId>maven-compiler-plugin</artifactId>
61
+ <configuration>
62
+ <source>1.4</source>
63
+ <target>1.4</target>
64
+ <includes>
65
+ <include>org/apache/tools/ant/taskdefs/optional/ANTLR*</include>
66
+ </includes>
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>
@@ -0,0 +1,72 @@
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-apache-bcel</artifactId>
35
+ <version>1.8.2</version>
36
+ <name>Apache Ant + BCEL</name>
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>bcel</groupId>
46
+ <artifactId>bcel</artifactId>
47
+ <version>5.1</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/filters/util/JavaClassHelper*</include>
61
+ <include>org/apache/tools/ant/util/depend/bcel/*</include>
62
+ </includes>
63
+ </configuration>
64
+ </plugin>
65
+ </plugins>
66
+ <sourceDirectory>../../../../src/main</sourceDirectory>
67
+ <testSourceDirectory>../../../../src/testcases</testSourceDirectory>
68
+ <outputDirectory>../../../../target/${project.artifactId}/classes</outputDirectory>
69
+ <testOutputDirectory>../../../../target/${project.artifactId}/testcases</testOutputDirectory>
70
+ <directory>../../../../target/${project.artifactId}</directory>
71
+ </build>
72
+ </project>
@@ -0,0 +1,75 @@
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-apache-bsf</artifactId>
35
+ <version>1.8.2</version>
36
+ <name>Apache Ant + BSF</name>
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>bsf</groupId>
46
+ <artifactId>bsf</artifactId>
47
+ <version>2.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/Script*</include>
61
+ <include>org/apache/tools/ant/taskdefs/optional/script/**</include>
62
+ <include>org/apache/tools/ant/types/optional/*Script*</include>
63
+ <include>org/apache/tools/ant/util/Script*</include>
64
+ <include>org/apache/tools/ant/util/optional/Script*</include>
65
+ </includes>
66
+ </configuration>
67
+ </plugin>
68
+ </plugins>
69
+ <sourceDirectory>../../../../src/main</sourceDirectory>
70
+ <testSourceDirectory>../../../../src/testcases</testSourceDirectory>
71
+ <outputDirectory>../../../../target/${project.artifactId}/classes</outputDirectory>
72
+ <testOutputDirectory>../../../../target/${project.artifactId}/testcases</testOutputDirectory>
73
+ <directory>../../../../target/${project.artifactId}</directory>
74
+ </build>
75
+ </project>
@@ -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-log4j</artifactId>
34
+ <version>1.8.2</version>
35
+ <name>Apache Ant + Log4J</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>log4j</groupId>
45
+ <artifactId>log4j</artifactId>
46
+ <version>1.2.13</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/listener/Log4jListener*</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>
@@ -0,0 +1,75 @@
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-apache-oro</artifactId>
35
+ <version>1.8.2</version>
36
+ <name>Apache Ant + Apache Oro</name>
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>oro</groupId>
46
+ <artifactId>oro</artifactId>
47
+ <version>2.0.8</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/util/regexp/JakartaOro*</include>
61
+ <include>org/apache/tools/ant/taskdefs/optional/perforce/*</include>
62
+ </includes>
63
+ <testIncludes>
64
+ <include>org/apache/tools/ant/taskdefs/optional/perforce/*</include>
65
+ </testIncludes>
66
+ </configuration>
67
+ </plugin>
68
+ </plugins>
69
+ <sourceDirectory>../../../../src/main</sourceDirectory>
70
+ <testSourceDirectory>../../../../src/testcases</testSourceDirectory>
71
+ <outputDirectory>../../../../target/${project.artifactId}/classes</outputDirectory>
72
+ <testOutputDirectory>../../../../target/${project.artifactId}/testcases</testOutputDirectory>
73
+ <directory>../../../../target/${project.artifactId}</directory>
74
+ </build>
75
+ </project>