SF.net SVN: ant-contrib: [130] ant-contrib/trunk

[email protected] Mon, 30 Jul 2007 20:18:26 -0700
Newsgroups gmane.comp.java.ant-contrib.devel
Message-ID <[email protected]>
Revision: 130
          http://ant-contrib.svn.sourceforge.net/ant-contrib/?rev=130&view=rev
Author:   carnold
Date:     2007-07-30 20:18:26 -0700 (Mon, 30 Jul 2007)

Log Message:
-----------
Bug 1760649: Initial Maven 2 build for ant-contrib

Added Paths:
-----------
    ant-contrib/trunk/pom.xml
    ant-contrib/trunk/src/assembly/
    ant-contrib/trunk/src/changes/
    ant-contrib/trunk/src/changes/changes.xml
    ant-contrib/trunk/src/changes/changes.xslt
    ant-contrib/trunk/src/main/
    ant-contrib/trunk/src/main/java/
    ant-contrib/trunk/src/main/java/net/
    ant-contrib/trunk/src/main/resources/
    ant-contrib/trunk/src/main/resources/net/
    ant-contrib/trunk/src/main/resources/net/sf/
    ant-contrib/trunk/src/main/resources/net/sf/antcontrib/
    ant-contrib/trunk/src/site/
    ant-contrib/trunk/src/site/fml/
    ant-contrib/trunk/src/site/fml/faq.fml
    ant-contrib/trunk/src/site/site.xml
    ant-contrib/trunk/src/site/xdoc/
    ant-contrib/trunk/src/taskdocs/
    ant-contrib/trunk/src/taskdocs/java/
    ant-contrib/trunk/src/taskdocs/resources/

Removed Paths:
-------------
    ant-contrib/trunk/src/assembly/bin.xml
    ant-contrib/trunk/src/changes/changes.xml
    ant-contrib/trunk/src/changes/changes.xslt
    ant-contrib/trunk/src/java/
    ant-contrib/trunk/src/main/java/net/
    ant-contrib/trunk/src/site/fml/faq.fml
    ant-contrib/trunk/src/taskdocs/java/
    ant-contrib/trunk/src/taskdocs/resources/

Property Changed:
----------------
    ant-contrib/trunk/


Property changes on: ant-contrib/trunk
___________________________________________________________________
Name: svn:ignore
   - target
dist
ignore
.classpath
.project


   + target
dist
ignore
.classpath
.project
.settings
ant-contrib*
outofdate



Added: ant-contrib/trunk/pom.xml
===================================================================
--- ant-contrib/trunk/pom.xml	                        (rev 0)
+++ ant-contrib/trunk/pom.xml	2007-07-31 03:18:26 UTC (rev 130)
@@ -0,0 +1,301 @@
+<!--
+ Licensed to the Ant-Contrib Project under one or more
+ contributor license agreements.  See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The Ant-Contrib Project licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>ant-contrib</groupId>
+  <artifactId>ant-contrib</artifactId>
+  <packaging>jar</packaging>
+  <name>cpptasks</name>
+  <version>1.0b5-SNAPSHOT</version>
+  <description>Ant-contrib tasks for Apache Ant</description>
+  <url>http://ant-contrib.sourceforge.net:80</url>
+  <issueManagement>
+     <system>SourceForge Tracker</system>
+     <url>http://sourceforge.net/tracker/?group_id=36177/</url>
+  </issueManagement>
+  <ciManagement>
+  		<system>Gump</system>
+  		 <url>http://vmgump.apache.org/gump/public/ant-contrib/index.html</url>
+  </ciManagement>  
+  <inceptionYear>2001</inceptionYear>
+  <mailingLists>
+       <mailingList>
+               <name>ant-contrib-cvs</name>
+               <subscribe>https://lists.sourceforge.net/lists/listinfo/ant-contrib-cvs</subscribe>
+               <unsubscribe>https://lists.sourceforge.net/lists/listinfo/ant-contrib-cvs</unsubscribe>
+               <archive>http://sourceforge.net/mailarchive/forum.php?forum_name=ant-contrib-cvs</archive>
+       </mailingList>
+       <mailingList>
+               <name>ant-contrib-developers</name>
+               <subscribe>http://lists.sourceforge.net/mailman/listinfo/ant-contrib-developers</subscribe>
+               <unsubscribe>http://lists.sourceforge.net/mailman/listinfo/ant-contrib-developers</unsubscribe>
+               <post>[email protected]</post>
+               <archive>http://sourceforge.net/mailarchive/forum.php?forum_name=ant-contrib-developers</archive>
+       </mailingList>
+  </mailingLists>
+    <organization>
+        <name>Ant-Contrib Project</name>
+        <url>http://ant-contrib.sourceforge.net</url>
+    </organization>
+  <licenses>
+    <license>
+      <name>The Apache Software License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+  <scm>
+       <connection>scm:svn:https://ant-contrib.svn.sourceforge.net/svnroot/ant-contrib/ant-contrib/trunk</connection>
+       <developerConnection>scm:svn:https://ant-contrib.svn.sourceforge.net/svnroot/ant-contrib/ant-contrib/trunk</developerConnection>
+    <url>http://ant-contrib.svn.sourceforge.net/viewvc/ant-contrib/ant-contrib/trunk/</url>
+  </scm>
+  <build>
+    <plugins>
+      <plugin>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <configuration>
+          <reportFormat>plain</reportFormat>
+		  <!--  TODO: figure why these are failing -->
+		  <excludes>
+			<exclude>**/IfTaskTest.java</exclude>
+			<exclude>**/OutOfDateTest.java</exclude>
+			<exclude>**/PropertySelectorTest.java</exclude>
+			<exclude>**/AntclipseTest.java</exclude>
+			<exclude>**/AntServerTest.java</exclude>
+			<exclude>**/VerifyDesignTest.java</exclude>
+		  </excludes>
+        </configuration>
+      </plugin>
+      <plugin>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <configuration>
+            <source>1.2</source>
+            <target>1.1</target>
+        </configuration>
+      </plugin>
+	  <plugin>
+        <artifactId>maven-jar-plugin</artifactId>
+        <configuration>
+          <archive>
+                <manifestSections>
+                <manifestSection>
+                    <name>net.sf.antcontrib.cpptasks</name>
+                    <manifestEntries>
+                        <Implementation-Title>Ant-contrib Tasks for Apache Ant.</Implementation-Title>
+                        <Implementation-Version>${project.version}</Implementation-Version>
+                        <Implementation-Vendor>Ant-Contrib Project</Implementation-Vendor>
+                    </manifestEntries>
+                </manifestSection>
+                </manifestSections>
+          </archive>
+        </configuration>
+      </plugin>
+      <plugin>
+        <artifactId>maven-antrun-plugin</artifactId>
+        <executions>
+          <!--   release builds will put SVN tags into the SCM page, this changes it back to a branch  -->
+          <execution>
+            <phase>pre-site</phase>
+            <id>pre-site</id>
+            <configuration>
+                <tasks>
+                    <mkdir dir="target/taskdocs-classes"/>
+                    <javac srcdir="src/taskdocs/java" destdir="target/taskdocs-classes" debug="true"/>
+                    <mkdir dir="src/site/xdoc/antdocs"/>
+                    <javadoc sourcepath="src/main/java"
+                        doclet="net.sf.antcontrib.taskdocs.TaskDoclet"
+                        docletPath="target/taskdocs-classes"
+                        classpath="${user.home}/.m2/repository/ant/ant/1.6.5/ant-1.6.5.jar">
+                        <fileset dir="src/main/java" includes="**/*.java"/>
+                     </javadoc>
+                </tasks>
+            </configuration>
+            <goals>
+              <goal>run</goal>
+            </goals>
+          </execution>
+          <execution>
+            <phase>site</phase>
+            <id>untag-site</id>
+            <configuration>
+                <tasks>
+                    <taskdef name="replaceregexp" classname="org.apache.tools.ant.taskdefs.optional.ReplaceRegExp" />                
+                    <replaceregexp file="target/site/source-repository.html" match="/tags/[^ ]*" replace="/trunk" flags="g" />
+                </tasks>
+            </configuration>
+            <goals>
+              <goal>run</goal>
+            </goals>
+          </execution>
+        </executions>
+       <dependencies>
+          <dependency>
+            <groupId>ant</groupId>
+            <artifactId>ant-nodeps</artifactId>
+            <version>1.6.5</version>
+          </dependency>
+        </dependencies>
+      </plugin>	 
+	  <plugin>
+         <artifactId>maven-assembly-plugin</artifactId>
+         <configuration>
+           <descriptors>
+              <descriptor>src/assembly/bin.xml</descriptor>
+           </descriptors>
+           <appendAssemblyId>false</appendAssemblyId>
+        </configuration>
+        <executions>
+            <execution>
+                <goals>
+                    <goal>assembly</goal>
+                </goals>
+            </execution>
+        </executions>
+	 </plugin>
+      <plugin>
+        <artifactId>maven-javadoc-plugin</artifactId>
+        <executions>
+            <execution>
+                <goals>
+                    <goal>jar</goal>
+                </goals>
+            </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <artifactId>maven-source-plugin</artifactId>
+        <executions>
+            <execution>
+                <goals>
+                    <goal>jar</goal>
+                </goals>
+            </execution>
+        </executions>
+      </plugin>     
+      <plugin>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>clirr-maven-plugin</artifactId>
+          <configuration>
+          	  <comparisonVersion>1.0b3</comparisonVersion>
+          </configuration>
+      </plugin>
+    </plugins>
+	<testSourceDirectory>test/src</testSourceDirectory>
+	<testResources>
+		<testResource>
+			<directory>test/resources</directory>
+		</testResource>
+	</testResources>	      
+</build>
+<dependencies>
+   <dependency>
+       <groupId>ant</groupId>
+       <artifactId>ant</artifactId>
+        <version>1.6.5</version>
+   </dependency>
+   <dependency>
+       <groupId>ant</groupId>
+       <artifactId>ant-launcher</artifactId>
+        <version>1.6.5</version>
+		<scope>test</scope>
+   </dependency>
+    <dependency>
+        <groupId>bcel</groupId>
+        <artifactId>bcel</artifactId>
+         <version>5.1</version>
+    </dependency>
+    <dependency>
+        <groupId>xerces</groupId>
+        <artifactId>xercesImpl</artifactId>
+         <version>2.8.1</version>
+    </dependency>	
+    <dependency>
+        <groupId>commons-httpclient</groupId>
+        <artifactId>commons-httpclient</artifactId>
+         <version>3.0.1</version>
+    </dependency>	
+	<!--  could not find a copy of Ivy in M2's repository,
+	      download http://www.jayasoft.org/downloads/ivy/1.4.1/ivy-1.4.1.jar
+		  and then mvn install:install-file -DgroupId=jayasoft -DartifactId=ivy -Dpackaging=jar -Dversion=1.4.1 -Dfile=ivy-1.4.1.jar
+    -->
+    <dependency>
+        <groupId>jayasoft</groupId>
+        <artifactId>ivy</artifactId>
+         <version>1.4.1</version>
+    </dependency>	
+  <dependency>
+    <groupId>junit</groupId>
+    <artifactId>junit</artifactId>
+    <version>3.8.1</version>
+    <scope>test</scope>
+  </dependency>
+</dependencies>
+  <reporting>
+    <excludeDefaults>true</excludeDefaults>  
+    <plugins>
+      <plugin>
+        <artifactId>maven-project-info-reports-plugin</artifactId>
+        <reportSets>
+          <reportSet>
+            <reports>
+              <report>scm</report>
+              <report>cim</report>
+              <report>javadoc</report>
+              <report>issue-tracking</report>
+              <report>mailing-list</report>
+              <report>license</report>
+            </reports>
+          </reportSet>
+        </reportSets>
+      </plugin>
+      <plugin>
+          <artifactId>maven-release-plugin</artifactId>
+          <configuration>
+              <goals>site-deploy</goals>
+          </configuration>
+      </plugin>
+      <plugin>
+        <artifactId>maven-changes-plugin</artifactId>
+      	<reportSets>
+          <reportSet>
+            <reports>
+              <report>changes-report</report>
+            </reports>
+          </reportSet>
+        </reportSets>
+        <configuration>
+        	<issueLinkTemplate>http://sourceforge.net/tracker/index.php?func=detail&amp;aid=%ISSUE%&amp;group_id=36177&amp;atid=416920</issueLinkTemplate>
+        </configuration>
+      </plugin>  
+      <plugin>
+         <groupId>org.apache.maven.plugins</groupId>
+         <artifactId>maven-javadoc-plugin</artifactId>
+       </plugin>          
+    </plugins>
+  </reporting>
+ <distributionManagement>
+    <repository>
+      <id>ant-contrib.repo</id>
+      <url>scp://shell.sourceforge.net/home/groups/a/an/ant-contrib/htdocs/m2-repo</url>
+    </repository>
+    <site>
+      <id>cpptasks.site</id>
+      <url>scp://shell.sourceforge.net/home/groups/a/an/ant-contrib/htdocs</url>
+    </site>
+  </distributionManagement> 
+</project>

Copied: ant-contrib/trunk/src/assembly (from rev 127, cpptasks/trunk/src/assembly)

Deleted: ant-contrib/trunk/src/assembly/bin.xml
===================================================================
--- cpptasks/trunk/src/assembly/bin.xml	2007-07-28 01:26:10 UTC (rev 127)
+++ ant-contrib/trunk/src/assembly/bin.xml	2007-07-31 03:18:26 UTC (rev 130)
@@ -1,38 +0,0 @@
-<!--
- Licensed to the Ant-Contrib Project under one or more
- contributor license agreements.  See the NOTICE file distributed with
- this work for additional information regarding copyright ownership.
- The Ant-Contrib Project licenses this file to You under the Apache License, Version 2.0
- (the "License"); you may not use this file except in compliance with
- the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
-
--->
-<assembly>
-	<id>bin</id>
-	<formats>
-		<format>zip</format>
-		<format>tar.gz</format>
-	</formats>
-	<baseDirectory>cpptasks-${project.version}</baseDirectory>
-	<includeSiteDirectory>true</includeSiteDirectory>
-	<fileSets>
-		<fileSet>
-			<includes>
- 				<include>*.xml</include>
-				<include>INSTALL</include>
-				<include>KEYS</include>
-				<include>LICENSE</include>
-				<include>NOTICE</include>
-				<include>src/**</include>
-			</includes>
-		</fileSet>
-	</fileSets>
-</assembly>

Copied: ant-contrib/trunk/src/changes (from rev 127, cpptasks/trunk/src/changes)

Deleted: ant-contrib/trunk/src/changes/changes.xml
===================================================================
--- cpptasks/trunk/src/changes/changes.xml	2007-07-28 01:26:10 UTC (rev 127)
+++ ant-contrib/trunk/src/changes/changes.xml	2007-07-31 03:18:26 UTC (rev 130)
@@ -1,45 +0,0 @@
-<!--
- Licensed to the Ant-Contrib Project under one or more
- contributor license agreements.  See the NOTICE file distributed with
- this work for additional information regarding copyright ownership.
- The Ant-Contrib Project licenses this file to You under the Apache License, Version 2.0
- (the "License"); you may not use this file except in compliance with
- the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
-
--->
-  <document>
-  <properties>
-    <title>cpptasks: Compile tasks for Apache Ant</title>
-  </properties>
-  <body>
-  
-    <release version="1.0-beta5" date="2007-12-31" description="">
-       <!-- xsl:apply-templates select='/rss/channel/item'>
-           <xsl:sort select="substring-after(key, '-')" data-type="number"/>
-       </xsl:apply-templates -->
-     </release>
-
-    <release version="1.0-beta4" date="2006-05-19" description="">
-     </release>
-
-    <release version="1.0-beta3" date="2004-04-28" description="">
-     </release>
-
-    <release version="1.0-beta2" date="2004-02-27" description="">
-     </release>
-
-    <release version="1.0-beta1" date="2002-08-17" description="">
-     </release>
-
-    <release version="1.0-alpha1" date="2002-01-08" description="">
-     </release>
-  </body>
-</document>

Copied: ant-contrib/trunk/src/changes/changes.xml (from rev 129, cpptasks/trunk/src/changes/changes.xml)
===================================================================
--- ant-contrib/trunk/src/changes/changes.xml	                        (rev 0)
+++ ant-contrib/trunk/src/changes/changes.xml	2007-07-31 03:18:26 UTC (rev 130)
@@ -0,0 +1,45 @@
+<!--
+ Licensed to the Ant-Contrib Project under one or more
+ contributor license agreements.  See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The Ant-Contrib Project licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+
+-->
+  <document>
+  <properties>
+    <title>cpptasks: Compile tasks for Apache Ant</title>
+  </properties>
+  <body>
+  
+    <release version="1.0-beta5" date="2007-12-31" description="">
+       <!-- xsl:apply-templates select='/rss/channel/item'>
+           <xsl:sort select="substring-after(key, '-')" data-type="number"/>
+       </xsl:apply-templates -->
+     </release>
+
+    <release version="1.0-beta4" date="2006-05-19" description="">
+     </release>
+
+    <release version="1.0-beta3" date="2004-04-28" description="">
+     </release>
+
+    <release version="1.0-beta2" date="2004-02-27" description="">
+     </release>
+
+    <release version="1.0-beta1" date="2002-08-17" description="">
+     </release>
+
+    <release version="1.0-alpha1" date="2002-01-08" description="">
+     </release>
+  </body>
+</document>

Deleted: ant-contrib/trunk/src/changes/changes.xslt
===================================================================
--- cpptasks/trunk/src/changes/changes.xslt	2007-07-28 01:26:10 UTC (rev 127)
+++ ant-contrib/trunk/src/changes/changes.xslt	2007-07-31 03:18:26 UTC (rev 130)
@@ -1,78 +0,0 @@
-<!--
- Licensed to the Ant-Contrib Project under one or more
- contributor license agreements.  See the NOTICE file distributed with
- this work for additional information regarding copyright ownership.
- The Ant-Contrib Project licenses this file to You under the Apache License, Version 2.0
- (the "License"); you may not use this file except in compliance with
- the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
-
--->
-<xsl:transform xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xsl:version="1.0">
-
-   <xsl:output method="xml" indent="yes"/>
-
-   <xsl:apply-templates select="/"/>
-
-   <xsl:template match="/">
-  <xsl:comment>
-
- Licensed to the Ant-Contrib Project under one or more
- contributor license agreements.  See the NOTICE file distributed with
- this work for additional information regarding copyright ownership.
- The Ant-Contrib Project licenses this file to You under the Apache License, Version 2.0
- (the "License"); you may not use this file except in compliance with
- the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
-
-
-  </xsl:comment>
-  <document>
-  <properties>
-    <title>cpptasks: Compile tasks for Apache Ant</title>
-  </properties>
-  <body>
-  
-    <release version="1.0-beta5" date="2007-12-31" description="">
-       <!-- xsl:apply-templates select='/rss/channel/item'>
-           <xsl:sort select="substring-after(key, '-')" data-type="number"/>
-       </xsl:apply-templates -->
-     </release>
-
-    <release version="1.0-beta4" date="2006-05-19" description="">
-     </release>
-
-    <release version="1.0-beta3" date="2004-04-28" description="">
-     </release>
-
-    <release version="1.0-beta2" date="2004-02-27" description="">
-     </release>
-
-    <release version="1.0-beta1" date="2002-08-17" description="">
-     </release>
-
-    <release version="1.0-alpha1" date="2002-01-08" description="">
-     </release>
-  </body>
-</document>
-</xsl:template>
-
-<xsl:template match="item">
-      <action issue="{key}"><xsl:value-of select="summary"/></action>
-</xsl:template>
-
-</xsl:transform>

Copied: ant-contrib/trunk/src/changes/changes.xslt (from rev 129, cpptasks/trunk/src/changes/changes.xslt)
===================================================================
--- ant-contrib/trunk/src/changes/changes.xslt	                        (rev 0)
+++ ant-contrib/trunk/src/changes/changes.xslt	2007-07-31 03:18:26 UTC (rev 130)
@@ -0,0 +1,78 @@
+<!--
+ Licensed to the Ant-Contrib Project under one or more
+ contributor license agreements.  See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The Ant-Contrib Project licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+
+-->
+<xsl:transform xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xsl:version="1.0">
+
+   <xsl:output method="xml" indent="yes"/>
+
+   <xsl:apply-templates select="/"/>
+
+   <xsl:template match="/">
+  <xsl:comment>
+
+ Licensed to the Ant-Contrib Project under one or more
+ contributor license agreements.  See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The Ant-Contrib Project licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+
+
+  </xsl:comment>
+  <document>
+  <properties>
+    <title>cpptasks: Compile tasks for Apache Ant</title>
+  </properties>
+  <body>
+  
+    <release version="1.0-beta5" date="2007-12-31" description="">
+       <!-- xsl:apply-templates select='/rss/channel/item'>
+           <xsl:sort select="substring-after(key, '-')" data-type="number"/>
+       </xsl:apply-templates -->
+     </release>
+
+    <release version="1.0-beta4" date="2006-05-19" description="">
+     </release>
+
+    <release version="1.0-beta3" date="2004-04-28" description="">
+     </release>
+
+    <release version="1.0-beta2" date="2004-02-27" description="">
+     </release>
+
+    <release version="1.0-beta1" date="2002-08-17" description="">
+     </release>
+
+    <release version="1.0-alpha1" date="2002-01-08" description="">
+     </release>
+  </body>
+</document>
+</xsl:template>
+
+<xsl:template match="item">
+      <action issue="{key}"><xsl:value-of select="summary"/></action>
+</xsl:template>
+
+</xsl:transform>

Copied: ant-contrib/trunk/src/main/java (from rev 128, ant-contrib/trunk/src/java)

Copied: ant-contrib/trunk/src/main/java/net (from rev 129, ant-contrib/trunk/src/java/net)

Copied: ant-contrib/trunk/src/site/fml (from rev 127, cpptasks/trunk/src/site/fml)

Deleted: ant-contrib/trunk/src/site/fml/faq.fml
===================================================================
--- cpptasks/trunk/src/site/fml/faq.fml	2007-07-28 01:26:10 UTC (rev 127)
+++ ant-contrib/trunk/src/site/fml/faq.fml	2007-07-31 03:18:26 UTC (rev 130)
@@ -1,27 +0,0 @@
-<?xml version="1.0"?>
-<!--
- Licensed to the Ant-Contrib Project under one or more
- contributor license agreements.  See the NOTICE file distributed with
- this work for additional information regarding copyright ownership.
- The Ant-Contrib Project licenses this file to You under the Apache License, Version 2.0
- (the "License"); you may not use this file except in compliance with
- the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
-
--->
-<faqs title="Frequently Asked Questions">
-  <part id="faq">
-
-      <faq id="hello">
-         <question>A Question?</question>
-         <answer>An Answer.</answer>
-      </faq>
-  </part>
-</faqs>

Copied: ant-contrib/trunk/src/site/fml/faq.fml (from rev 129, cpptasks/trunk/src/site/fml/faq.fml)
===================================================================
--- ant-contrib/trunk/src/site/fml/faq.fml	                        (rev 0)
+++ ant-contrib/trunk/src/site/fml/faq.fml	2007-07-31 03:18:26 UTC (rev 130)
@@ -0,0 +1,27 @@
+<?xml version="1.0"?>
+<!--
+ Licensed to the Ant-Contrib Project under one or more
+ contributor license agreements.  See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The Ant-Contrib Project licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+
+-->
+<faqs title="Frequently Asked Questions">
+  <part id="faq">
+
+      <faq id="hello">
+         <question>A Question?</question>
+         <answer>An Answer.</answer>
+      </faq>
+  </part>
+</faqs>

Copied: ant-contrib/trunk/src/site/site.xml (from rev 127, cpptasks/trunk/src/site/site.xml)
===================================================================
--- ant-contrib/trunk/src/site/site.xml	                        (rev 0)
+++ ant-contrib/trunk/src/site/site.xml	2007-07-31 03:18:26 UTC (rev 130)
@@ -0,0 +1,115 @@
+<!--
+ Licensed to the Ant-Contrib Project under one or more
+ contributor license agreements.  See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The Ant-Contrib Project licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+
+-->
+<project name="Ant-contrib Compile tasks for Apache Ant">
+  <bannerLeft>
+    <name>ant-contrib</name>
+    <href>http://ant-contrib.sourceforge.net/</href>
+  </bannerLeft>
+  <bannerRight>
+    <name>SourceForge.net Logo</name>
+    <src>http://sflogo.sourceforge.net/sflogo.php?group_id=36177&amp;type=5</src>
+    <href>http://www.sourceforge.net/</href>
+  </bannerRight>
+  <body>
+    <breadcrumbs>
+      <item name="SourceForge" href="http://www.sourceforge.net/"/>
+      <item name="ant-contrib" href="http://ant-contrib.sourceforge.net:80/"/>
+    </breadcrumbs>
+  
+	<menu name="Get ant-contrib">
+	   <item name="Download" href="http://sourceforge.net/project/showfiles.php?group_id=36177"/>
+	   <item name="Changes" href="/changes-report.html"/>
+	   <item name="License" href="/license.html"/>
+	</menu>
+
+	<menu name="About ant-contrib">
+	   <item name="Usage" href="/index.html"/>
+	   <item name="FAQ" href="/faq.html"/>
+	</menu>
+	
+	<menu name="Tasks">
+		<item name="antclipse" href="/antdocs/ClassPathTask.html"/>
+		<item name="antserver" href="/antdocs/ServerTask.html"/>
+        <item name="compilewithwalls" href="/antdocs/CompileWithWalls.html"/>
+		<item name="forget" href="/antdocs/ForgetTask.html"/>
+		<item name="inifile" href="/antdocs/IniFileTask.html"/>
+		<item name="limit" href="/antdocs/Limit.html"/>
+		<item name="math" href="/antdocs/MathTask.html"/>
+		<item name="osfamily" href="/antdocs/OsFamily.html"/>
+		<item name="post" href="/antdocs/PostTask.html"/>
+		<item name="remoteant" href="/antdocs/ClientTask.html"/>
+		<item name="shellscript" href="/antdocs/ShellScriptTask.html"/>
+		<item name="stopwatch" href="/antdocs/StopWatchTask.html"/>
+		<item name="verifydesign" href="/antdocs/VerifyDesign.html"/>
+		
+ 		<item name="http">
+        	<item name="httpState" href="/antdocs/HttpStateType.html"/>
+        	<item name="httpClient" href="/antdocs/HttpClientType.html"/>
+        	<item name="getCookie" href="/antdocs/GetCookieTask.html"/>
+        	<item name="addCookie" href="/antdocs/AddCookieTask.html"/>
+        	<item name="clearCookies" href="/antdocs/ClearCookiesTask.html"/>
+        	<item name="addCredentials" href="/antdocs/AddCredentialsTask.html"/>
+    		<item name="clearCredentials" href="/antdocs/ClearCredentialsTask.html"/>
+    		<item name="purgeExpiredCookies" href="/antdocs/PurgeExpiredCookiesTask.html"/>
+    		<item name="postMethod" href="/antdocs/PostMethodTask.html"/>
+    		<item name="getMethod" href="/antdocs/GetMethodTask.html"/>
+    		<item name="headMethod" href="/antdocs/HeadMethodTask.html"/>
+    		<item name="importurl" href="/antdocs/URLImportTask.html"/>
+		</item>
+		<item name="Logic">
+<!-- item name="if" href="/antdocs/IfTask.html"/ -->
+<item name="foreach" href="/antdocs/ForEach.html"/>
+<item name="for" href="/antdocs/ForTask.html"/>
+<item name="throw" href="/antdocs/Throw.html"/>
+<item name="trycatch" href="/antdocs/TryCatchTask.html"/>
+<item name="switch" href="/antdocs/Switch.html"/>
+<item name="outofdate" href="/antdocs/OutOfDate.html"/>
+<item name="runtarget" href="/antdocs/RunTargetTask.html"/>
+<item name="timestampselector" href="/antdocs/TimestampSelector.html"/>
+<item name="antcallback" href="/antdocs/AntCallBack.html"/>
+<item name="antfetch" href="/antdocs/AntFetch.html"/>
+<!-- item name="assert" href="/antdocs/Assert.html"/ -->
+<item name="relentless" href="/antdocs/Relentless.html"/>
+		</item>
+<item name="Property">
+<item name="propertycopy" href="/antdocs/PropertyCopy.html"/>
+<item name="pathtofileset" href="/antdocs/PathToFileSet.html"/>
+<item name="propertyselector" href="/antdocs/PropertySelector.html"/>
+<item name="propertyregex" href="/antdocs/RegexTask.html"/>
+<item name="sortlist" href="/antdocs/SortList.html"/>
+<item name="urlencode" href="/antdocs/URLEncodeTask.html"/>
+<item name="var" href="/antdocs/Variable.html"/>
+</item>
+	</menu>
+	
+	
+
+	<menu name="Community">
+		<item name="Mailing Lists" href="/mail-lists.html"/>
+		<item name="Issue Tracking" href="/issue-tracking.html"/>
+		<item name="Project Page" href="http://sourceforge.net/projects/ant-contrib/"/>
+		<item name="News" href="http://sourceforge.net/news/?group_id=36177"/>
+	</menu>
+	
+	<menu name="Development">
+		<item name="Repository" href="/source-repository.html"/>
+		<item name="JavaDoc" href="/apidocs/index.html"/>
+		<item name="Continuous Integration" href="/integration.html"/>
+	</menu>
+  </body>
+</project>


Property changes on: ant-contrib/trunk/src/site/xdoc
___________________________________________________________________
Name: svn:ignore
   + antdocs


Copied: ant-contrib/trunk/src/taskdocs (from rev 127, cpptasks/trunk/src/taskdocs)

Copied: ant-contrib/trunk/src/taskdocs/java (from rev 129, cpptasks/trunk/src/taskdocs/java)

Copied: ant-contrib/trunk/src/taskdocs/resources (from rev 129, cpptasks/trunk/src/taskdocs/resources)


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/