perfsonar-dev - perfsonar: r5238 - in branches/new-structure-with-base2/ps-mdm-ls: . ant resources/axis2-1.4.1/repository/services
Subject: perfsonar development work
List archive
perfsonar: r5238 - in branches/new-structure-with-base2/ps-mdm-ls: . ant resources/axis2-1.4.1/repository/services
Chronological Thread
- From:
- To:
- Subject: perfsonar: r5238 - in branches/new-structure-with-base2/ps-mdm-ls: . ant resources/axis2-1.4.1/repository/services
- Date: Tue, 28 Jul 2009 05:00:19 -0400
Author: trzaszcz
Date: 2009-07-28 05:00:18 -0400 (Tue, 28 Jul 2009)
New Revision: 5238
Removed:
branches/new-structure-with-base2/ps-mdm-ls/resources/axis2-1.4.1/repository/services/geant-xmlls-2.0.aar
Modified:
branches/new-structure-with-base2/ps-mdm-ls/ant/build.xml
branches/new-structure-with-base2/ps-mdm-ls/pom.xml
Log:
ant/maven scripts improved
Modified: branches/new-structure-with-base2/ps-mdm-ls/ant/build.xml
===================================================================
--- branches/new-structure-with-base2/ps-mdm-ls/ant/build.xml 2009-07-27
13:35:58 UTC (rev 5237)
+++ branches/new-structure-with-base2/ps-mdm-ls/ant/build.xml 2009-07-28
09:00:18 UTC (rev 5238)
@@ -101,15 +101,12 @@
<target name="clean">
- <delete dir="${build.dir}/classes"/>
- <delete dir="${build.dir}/temp"/>
<delete includeemptydirs="true">
- <fileset dir="${build.dir}">
- <include name="*.aar"/>
- <include name="*.war"/>
- </fileset>
+ <fileset dir="${build.dir}" includes="**/*.*"/>
+ <fileset dir="${build.dir}">
+ <include name="**/**/*"/>
+ </fileset>
</delete>
- <delete includeemptydirs="true"
dir="${build.dir}/${jar.name}"/>
</target>
@@ -183,7 +180,6 @@
<target name="prepare.repo"
depends="init">
-
<copy toDir="${temp}/WEB-INF">
<fileset dir="${axis.dir}/repository">
<include name="**/**" />
Modified: branches/new-structure-with-base2/ps-mdm-ls/pom.xml
===================================================================
--- branches/new-structure-with-base2/ps-mdm-ls/pom.xml 2009-07-27 13:35:58
UTC (rev 5237)
+++ branches/new-structure-with-base2/ps-mdm-ls/pom.xml 2009-07-28 09:00:18
UTC (rev 5238)
@@ -4,7 +4,7 @@
<properties>
- <configurationFile>configuration-ls.xml</configurationFile>
+ <configurationFile>configuration.xml</configurationFile>
<axis2Id>axis2-1.4.1</axis2Id>
</properties>
Deleted:
branches/new-structure-with-base2/ps-mdm-ls/resources/axis2-1.4.1/repository/services/geant-xmlls-2.0.aar
- perfsonar: r5238 - in branches/new-structure-with-base2/ps-mdm-ls: . ant resources/axis2-1.4.1/repository/services, svnlog, 07/28/2009
Archive powered by MHonArc 2.6.16.