From: Alberto Di Meglio Date: Fri, 18 Jun 2004 23:05:53 +0000 (+0000) Subject: Added/upgraded default build scripts X-Git-Tag: EXCEPTION~72 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=fc88ef80f1025e24a373b2f6695dbdd7b74c8376;p=jra1mw.git Added/upgraded default build scripts --- diff --git a/org.glite.lb/build.xml b/org.glite.lb/build.xml index 93faca8..aac5a23 100755 --- a/org.glite.lb/build.xml +++ b/org.glite.lb/build.xml @@ -1,35 +1,223 @@ + + + + + + Ant build file to build the GLite Logging and Bookkeping Subsystem + + + + + - - - + + + + + + + - - - - - + + + + - - - + + + + + + + + - + + + + + + ***************************************************************** + ***************************************************************** + ****** ${subsystem.name} + ***************************************************************** + ***************************************************************** + + Global project path: ${global.dir} + Global project name: ${global.name} + Subsystem name: ${subsystem.name} + + + + + + + Preparing directories ... - + + + + + + + + - - + + + + + - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/org.glite.lb/project/build.properties b/org.glite.lb/project/build.properties new file mode 100644 index 0000000..e69de29 diff --git a/org.glite.lb/project/dependencies.properties b/org.glite.lb/project/dependencies.properties index dda0b85..63fd3e3 100644 --- a/org.glite.lb/project/dependencies.properties +++ b/org.glite.lb/project/dependencies.properties @@ -1,3 +1,6 @@ +################################################################### +# System dependencies +################################################################### + org.glite.version = HEAD -org.glite.wms.thirdparty-globus_ssl_utils.version = HEAD -org.glite.wms.jobid.version = HEAD +org.glite.lb.version = HEAD diff --git a/org.glite.lb/project/glite.lb.csf.xml b/org.glite.lb/project/glite.lb.csf.xml new file mode 100644 index 0000000..71a79e5 --- /dev/null +++ b/org.glite.lb/project/glite.lb.csf.xml @@ -0,0 +1,206 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + The org.glite and org.glite.lb modules have been updated, please rerun the configuration file + + + + The org.glite and org.glite.lb modules have been updated, please rerun the configuration file + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/org.glite.lb/project/properties.xml b/org.glite.lb/project/properties.xml index 1ad8900..0d0291a 100755 --- a/org.glite.lb/project/properties.xml +++ b/org.glite.lb/project/properties.xml @@ -1,17 +1,55 @@ + + + + + + + + + + + - + + + + - - - - - - - - + + + + + \ No newline at end of file diff --git a/org.glite.lb/project/run-workspace b/org.glite.lb/project/run-workspace new file mode 100644 index 0000000..bb6ac7f --- /dev/null +++ b/org.glite.lb/project/run-workspace @@ -0,0 +1,8 @@ +#! /bin/sh + +cd ../.. +cvs co org.glite +cvs co org.glite.lb + +cd org.glite.lb/project +ant -f glite.lb.csf.xml diff --git a/org.glite.lb/project/taskdefs.xml b/org.glite.lb/project/taskdefs.xml index 1f92bef..251f790 100755 --- a/org.glite.lb/project/taskdefs.xml +++ b/org.glite.lb/project/taskdefs.xml @@ -1,34 +1,32 @@ + + + + + + + \ No newline at end of file diff --git a/org.glite.lb/project/version.properties b/org.glite.lb/project/version.properties new file mode 100644 index 0000000..e78612b --- /dev/null +++ b/org.glite.lb/project/version.properties @@ -0,0 +1,3 @@ +module.version = 0.0.0 +module.build = 0 +module.age = 0 \ No newline at end of file