Skip to Content.
Sympa Menu

perfsonar-dev - r1738 - in branches/romradz-ant4rel-20061017/ant: . clmp

Subject: perfsonar development work

List archive

r1738 - in branches/romradz-ant4rel-20061017/ant: . clmp


Chronological Thread 
  • From:
  • To:
  • Subject: r1738 - in branches/romradz-ant4rel-20061017/ant: . clmp
  • Date: Mon, 6 Nov 2006 19:37:48 -0500

Author: fernandes
Date: 2006-11-06 19:37:47 -0500 (Mon, 06 Nov 2006)
New Revision: 1738

Added:
branches/romradz-ant4rel-20061017/ant/clmp/clmp-axis-deploy-targets.xml
branches/romradz-ant4rel-20061017/ant/clmp/clmp-client-run-targets.xml
branches/romradz-ant4rel-20061017/ant/clmp/clmp-configure-targets.xml
branches/romradz-ant4rel-20061017/ant/clmp/clmp-java-compile-targets.xml
branches/romradz-ant4rel-20061017/ant/clmp/clmp-libs-download-targets.xml
branches/romradz-ant4rel-20061017/ant/clmp/clmp-pre-install-targets.xml
branches/romradz-ant4rel-20061017/ant/clmp/clmp-release-targets.xml
branches/romradz-ant4rel-20061017/ant/clmp/clmp-test-run-targets.xml
branches/romradz-ant4rel-20061017/ant/const.properties.clmp
branches/romradz-ant4rel-20061017/ant/perfsonar-install.xml
Removed:

branches/romradz-ant4rel-20061017/ant/clmp/commandLineMP-axis-deploy-targets.xml

branches/romradz-ant4rel-20061017/ant/clmp/commandLineMP-client-run-targets.xml

branches/romradz-ant4rel-20061017/ant/clmp/commandLineMP-configure-targets.xml
branches/romradz-ant4rel-20061017/ant/clmp/commandLineMP-doc-targets.xml

branches/romradz-ant4rel-20061017/ant/clmp/commandLineMP-java-compile-targets.xml

branches/romradz-ant4rel-20061017/ant/clmp/commandLineMP-libs-download-targets.xml

branches/romradz-ant4rel-20061017/ant/clmp/commandLineMP-release-targets.xml
branches/romradz-ant4rel-20061017/ant/clmp/commandLineMP-test-targets.xml
branches/romradz-ant4rel-20061017/ant/const.properties.cl
Modified:
branches/romradz-ant4rel-20061017/ant/build-clmp.xml
Log:
CLMP ant target modifications for release



Modified: branches/romradz-ant4rel-20061017/ant/build-clmp.xml
===================================================================
--- branches/romradz-ant4rel-20061017/ant/build-clmp.xml 2006-11-06
12:28:00 UTC (rev 1737)
+++ branches/romradz-ant4rel-20061017/ant/build-clmp.xml 2006-11-07
00:37:47 UTC (rev 1738)
@@ -6,10 +6,10 @@

$Id$
project: perfSONAR
- author: boote
+ author: fernandes

Notes:
- This is a build file for commandLine MP.
+ This is a build file for CommandLine MP.

</description>
==================================================================== -->
@@ -40,22 +40,23 @@

<import file="configure-targets.xml"/>
<import file="javadoc-targets.xml"/>
- <import file="webservice-env-targets.xml"/>
+ <import file="pre-install-targets.xml"/>
<import file="java-compile-targets.xml"/>
<import file="axis-deploy-targets.xml"/>
<import file="libs-download-targets.xml"/>
+


-
<!-- commandLine MP imports -->

- <import file="clmp/commandLineMP-java-compile-targets.xml"/>
- <import file="clmp/commandLineMP-axis-deploy-targets.xml"/>
- <import file="clmp/commandLineMP-configure-targets.xml"/>
- <import file="clmp/commandLineMP-libs-download-targets.xml"/>
- <import file="clmp/commandLineMP-test-targets.xml"/>
- <import file="clmp/commandLineMP-release-targets.xml"/>
- <import file="clmp/commandLineMP-doc-targets.xml"/>
+ <import file="clmp/clmp-axis-deploy-targets.xml"/>
+ <import file="clmp/clmp-configure-targets.xml"/>
+ <import file="clmp/clmp-pre-install-targets.xml"/>
+ <import file="clmp/clmp-libs-download-targets.xml"/>
+ <import file="clmp/clmp-test-run-targets.xml"/>
+ <import file="clmp/clmp-client-run-targets.xml"/>
+ <import file="clmp/clmp-java-compile-targets.xml"/>
+ <import file="clmp/clmp-release-targets.xml"/>




Added: branches/romradz-ant4rel-20061017/ant/clmp/clmp-axis-deploy-targets.xml


Property changes on:
branches/romradz-ant4rel-20061017/ant/clmp/clmp-axis-deploy-targets.xml
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Name: svn:eol-style
+ native

Added: branches/romradz-ant4rel-20061017/ant/clmp/clmp-client-run-targets.xml


Property changes on:
branches/romradz-ant4rel-20061017/ant/clmp/clmp-client-run-targets.xml
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Name: svn:eol-style
+ native

Added: branches/romradz-ant4rel-20061017/ant/clmp/clmp-configure-targets.xml


Property changes on:
branches/romradz-ant4rel-20061017/ant/clmp/clmp-configure-targets.xml
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Name: svn:eol-style
+ native

Added:
branches/romradz-ant4rel-20061017/ant/clmp/clmp-java-compile-targets.xml


Property changes on:
branches/romradz-ant4rel-20061017/ant/clmp/clmp-java-compile-targets.xml
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Name: svn:eol-style
+ native

Added:
branches/romradz-ant4rel-20061017/ant/clmp/clmp-libs-download-targets.xml


Property changes on:
branches/romradz-ant4rel-20061017/ant/clmp/clmp-libs-download-targets.xml
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Name: svn:eol-style
+ native

Added: branches/romradz-ant4rel-20061017/ant/clmp/clmp-pre-install-targets.xml


Property changes on:
branches/romradz-ant4rel-20061017/ant/clmp/clmp-pre-install-targets.xml
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Name: svn:eol-style
+ native

Added: branches/romradz-ant4rel-20061017/ant/clmp/clmp-release-targets.xml


Property changes on:
branches/romradz-ant4rel-20061017/ant/clmp/clmp-release-targets.xml
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Name: svn:eol-style
+ native

Added: branches/romradz-ant4rel-20061017/ant/clmp/clmp-test-run-targets.xml


Property changes on:
branches/romradz-ant4rel-20061017/ant/clmp/clmp-test-run-targets.xml
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Name: svn:eol-style
+ native

Deleted:
branches/romradz-ant4rel-20061017/ant/clmp/commandLineMP-axis-deploy-targets.xml

Deleted:
branches/romradz-ant4rel-20061017/ant/clmp/commandLineMP-client-run-targets.xml

Deleted:
branches/romradz-ant4rel-20061017/ant/clmp/commandLineMP-configure-targets.xml

Deleted:
branches/romradz-ant4rel-20061017/ant/clmp/commandLineMP-doc-targets.xml

Deleted:
branches/romradz-ant4rel-20061017/ant/clmp/commandLineMP-java-compile-targets.xml

Deleted:
branches/romradz-ant4rel-20061017/ant/clmp/commandLineMP-libs-download-targets.xml

Deleted:
branches/romradz-ant4rel-20061017/ant/clmp/commandLineMP-release-targets.xml

Deleted:
branches/romradz-ant4rel-20061017/ant/clmp/commandLineMP-test-targets.xml

Deleted: branches/romradz-ant4rel-20061017/ant/const.properties.cl

Added: branches/romradz-ant4rel-20061017/ant/const.properties.clmp

Added: branches/romradz-ant4rel-20061017/ant/perfsonar-install.xml


Property changes on:
branches/romradz-ant4rel-20061017/ant/perfsonar-install.xml
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Name: svn:eol-style
+ native



  • r1738 - in branches/romradz-ant4rel-20061017/ant: . clmp, svnlog, 11/06/2006

Archive powered by MHonArc 2.6.16.

Top of Page