Skip to Content.
Sympa Menu

notify-dpml - svn commit: r1691 - development/main/home

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: niclas AT netcompartner.com
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: svn commit: r1691 - development/main/home
  • Date: Tue, 01 Feb 2005 13:06:04 +0100

Author: niclas
Date: Tue Feb 1 13:06:04 2005
New Revision: 1691

Modified:
development/main/home/build.xml
Log:
gz2 extension changed to the proper gz extension.

Modified: development/main/home/build.xml
==============================================================================
--- development/main/home/build.xml (original)
+++ development/main/home/build.xml Tue Feb 1 13:06:04 2005
@@ -1,19 +1,19 @@
<?xml version="1.0" encoding="UTF-8" ?>
-<!--
+<!--
Copyright 2004 Stephen J McConnell
Copyright 2004 Niclas Hedhman
-
+
Licensed 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
-
+ 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.
-->
@@ -102,7 +102,7 @@
</zip>
<checksum fileext=".md5"
file="${dist}/${project.name}-${project.version}.zip"/>

- <tar destfile="${dist}/${project.name}-${project.version}.tar.gz2"
compression="gzip" longfile="gnu">
+ <tar destfile="${dist}/${project.name}-${project.version}.tar.gz"
compression="gzip" longfile="gnu">
<tarfileset dir="${work}/bin" prefix="bin">
<include name="security.policy"/>
<include name="*.bat"/>
@@ -116,7 +116,7 @@
<exclude name="bin/**"/>
</tarfileset>
</tar>
- <checksum fileext=".md5"
file="${dist}/${project.name}-${project.version}.tar.gz2"/>
+ <checksum fileext=".md5"
file="${dist}/${project.name}-${project.version}.tar.gz"/>

</target>




  • svn commit: r1691 - development/main/home, niclas, 02/01/2005

Archive powered by MHonArc 2.6.24.

Top of Page