Browse Source

Doubled slashes in includes.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@928006 13f79535-47bb-0310-9956-ffa450edef68
master
Jesse N. Glick 15 years ago
parent
commit
c5dc8c1826
8 changed files with 8 additions and 8 deletions
  1. +1
    -1
      src/etc/poms/ant-apache-xalan2/pom.xml
  2. +1
    -1
      src/etc/poms/ant-javamail/pom.xml
  3. +1
    -1
      src/etc/poms/ant-jdepend/pom.xml
  4. +1
    -1
      src/etc/poms/ant-jmf/pom.xml
  5. +1
    -1
      src/etc/poms/ant-jsch/pom.xml
  6. +1
    -1
      src/etc/poms/ant-junit/pom.xml
  7. +1
    -1
      src/etc/poms/ant-netrexx/pom.xml
  8. +1
    -1
      src/etc/poms/ant-swing/pom.xml

+ 1
- 1
src/etc/poms/ant-apache-xalan2/pom.xml View File

@@ -86,7 +86,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
<source>1.4</source>
<target>1.4</target>
<includes>
<include>org/apache/tools/ant//taskdefs/optional/Xalan2TraceSupport*</include>
<include>org/apache/tools/ant/taskdefs/optional/Xalan2TraceSupport*</include>
</includes>
</configuration>
</plugin>


+ 1
- 1
src/etc/poms/ant-javamail/pom.xml View File

@@ -64,7 +64,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
<source>1.4</source>
<target>1.4</target>
<includes>
<include>org/apache/tools/ant//taskdefs/email/MimeMailer*</include>
<include>org/apache/tools/ant/taskdefs/email/MimeMailer*</include>
</includes>
</configuration>
</plugin>


+ 1
- 1
src/etc/poms/ant-jdepend/pom.xml View File

@@ -58,7 +58,7 @@
<source>1.4</source>
<target>1.4</target>
<includes>
<include>org/apache/tools/ant//taskdefs/optional/jdepend/*</include>
<include>org/apache/tools/ant/taskdefs/optional/jdepend/*</include>
</includes>
</configuration>
</plugin>


+ 1
- 1
src/etc/poms/ant-jmf/pom.xml View File

@@ -57,7 +57,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
<source>1.4</source>
<target>1.4</target>
<includes>
<include>org/apache/tools/ant//taskdefs/optional/sound/*</include>
<include>org/apache/tools/ant/taskdefs/optional/sound/*</include>
</includes>
</configuration>
</plugin>


+ 1
- 1
src/etc/poms/ant-jsch/pom.xml View File

@@ -57,7 +57,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
<source>1.4</source>
<target>1.4</target>
<includes>
<include>org/apache/tools/ant//taskdefs/optional/ssh/*</include>
<include>org/apache/tools/ant/taskdefs/optional/ssh/*</include>
</includes>
</configuration>
</plugin>


+ 1
- 1
src/etc/poms/ant-junit/pom.xml View File

@@ -80,7 +80,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
<source>1.4</source>
<target>1.4</target>
<includes>
<include>org/apache/tools/ant//taskdefs/optional/junit/*</include>
<include>org/apache/tools/ant/taskdefs/optional/junit/*</include>
</includes>
</configuration>
</plugin>


+ 1
- 1
src/etc/poms/ant-netrexx/pom.xml View File

@@ -57,7 +57,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
<source>1.4</source>
<target>1.4</target>
<includes>
<include>org/apache/tools/ant//taskdefs/optional/NetRexxC*</include>
<include>org/apache/tools/ant/taskdefs/optional/NetRexxC*</include>
</includes>
</configuration>
</plugin>


+ 1
- 1
src/etc/poms/ant-swing/pom.xml View File

@@ -51,7 +51,7 @@
<source>1.4</source>
<target>1.4</target>
<includes>
<include>org/apache/tools/ant//taskdefs/optional/splash/*</include>
<include>org/apache/tools/ant/taskdefs/optional/splash/*</include>
</includes>
</configuration>
</plugin>


Loading…
Cancel
Save