You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bo...@apache.org on 2010/08/23 06:55:24 UTC

svn commit: r987994 - in /ant/antlibs/compress/tags/1_0: ./ build.xml version.properties

Author: bodewig
Date: Mon Aug 23 04:55:24 2010
New Revision: 987994

URL: http://svn.apache.org/viewvc?rev=987994&view=rev
Log:
re-tag version 1.0

Added:
    ant/antlibs/compress/tags/1_0/   (props changed)
      - copied from r987991, ant/antlibs/compress/trunk/
Modified:
    ant/antlibs/compress/tags/1_0/build.xml
    ant/antlibs/compress/tags/1_0/version.properties

Propchange: ant/antlibs/compress/tags/1_0/
------------------------------------------------------------------------------
--- svn:externals (added)
+++ svn:externals Mon Aug 23 04:55:24 2010
@@ -0,0 +1 @@
+common -r 987066 http://svn.apache.org/repos/asf/ant/antlibs/common/trunk

Modified: ant/antlibs/compress/tags/1_0/build.xml
URL: http://svn.apache.org/viewvc/ant/antlibs/compress/tags/1_0/build.xml?rev=987994&r1=987991&r2=987994&view=diff
==============================================================================
--- ant/antlibs/compress/tags/1_0/build.xml (original)
+++ ant/antlibs/compress/tags/1_0/build.xml Mon Aug 23 04:55:24 2010
@@ -22,4 +22,18 @@
 
   <import file="common/build.xml"/>
 
+  <target name="style-changes"
+          description="there are no changes in a 1.0 release">
+    <echo file="${dest.dir}/README.html"><![CDATA[<body>
+        <h1>Apache Compress Antlib 1.0</h1>
+        <p>This is a library of Ant tasks and types that support
+        archive and compression formats with the help of <a
+        href="http://commons.apache.org/compress/">Apache Commons
+        Compress</a>.  For details - including installation
+        instructions - see the docs subdirectory of this
+        distribution.</p>
+      </body>]]>
+    </echo>
+  </target>
+
 </project>

Modified: ant/antlibs/compress/tags/1_0/version.properties
URL: http://svn.apache.org/viewvc/ant/antlibs/compress/tags/1_0/version.properties?rev=987994&r1=987991&r2=987994&view=diff
==============================================================================
--- ant/antlibs/compress/tags/1_0/version.properties (original)
+++ ant/antlibs/compress/tags/1_0/version.properties Mon Aug 23 04:55:24 2010
@@ -12,4 +12,4 @@
 #  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.
-artifact.version=1.1Alpha
+artifact.version=1.0