Updated to use standard files
authorAlberto Di Meglio <alberto.di.meglio@cern.ch>
Mon, 22 Nov 2004 14:00:37 +0000 (14:00 +0000)
committerAlberto Di Meglio <alberto.di.meglio@cern.ch>
Mon, 22 Nov 2004 14:00:37 +0000 (14:00 +0000)
Fixed names (was using common instead of real module name)

org.glite.jp.index/build.xml
org.glite.jp.index/project/build.properties [new file with mode: 0644]
org.glite.jp.index/project/configure.properties.xml
org.glite.jp.index/project/properties.xml
org.glite.jp.index/project/tar_exclude [new file with mode: 0644]
org.glite.jp.index/project/version.properties [new file with mode: 0644]
org.glite.jp.primary/build.xml

index 7f0b6cb..547659a 100755 (executable)
@@ -1,18 +1,10 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!--
-       Copyright (c) 2004 on behalf of the EU EGEE Project: 
-       The European Organization for Nuclear Research (CERN), 
-       Istituto Nazionale di Fisica Nucleare (INFN), Italy
-       Datamat Spa, Italy
-       Centre National de la Recherche Scientifique (CNRS), France
-       CS Systeme d'Information (CSSI), France
-       Royal Institute of Technology, Center for Parallel Computers (KTH-PDC), Sweden
-       Universiteit van Amsterdam (UvA), Netherlands
-       University of Helsinki (UH.HIP), Finland
-       University of Bergen (UiB), Norway
-       Council for the Central Laboratory of the Research Councils (CCLRC), United Kingdom
+       Copyright (c) Members of the EGEE Collaboration. 2004 
+       See http://eu-egee.org/partners/ for details on the copyright holders
+       For license conditions see the license file or http://eu-egee.org/license.html
 
-       Build file for the GLite JP Primary module
+       Build file for the gLite JP Index module
        
        Authors: Ales Krenek <ljocha@ics.muni.cz>
        Version info: $Id$
 
        Revision history:
        $Log$
-       Revision 1.1.1.1  2004/09/20 14:59:03  ljocha
-       
-       
-       Revision 1.1  2004/09/14 12:33:31  ljocha
-       *** empty log message ***
-       
-       Revision 1.5  2004/07/28 12:27:00  dimeglio
-       Changed default target from compile to dist
-       
-       Revision 1.4  2004/07/06 17:51:37  flammer
-       Update of classpath definitions, targets & configure file.
-       
-       Revision 1.3  2004/06/22 22:49:46  dimeglio
-       Removed debug comments
-       
-       Revision 1.2  2004/06/22 22:06:52  dimeglio
-       Added standard comments
-       
+       Revision 1.1.1.1  2004/10/15 09:49:13  akrenek
 -->
 
-<project name="common" default="dist">
+<project name="index" default="dist">
        
        <!-- =========================================
-                Builds the GLite JP Primary Module
+                Builds the GLite JP Index Module
             ========================================= -->
        
        <!-- =========================================
diff --git a/org.glite.jp.index/project/build.properties b/org.glite.jp.index/project/build.properties
new file mode 100644 (file)
index 0000000..e69de29
index e72730c..2cea00e 100644 (file)
@@ -1,18 +1,10 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!--
-       Copyright (c) 2004 on behalf of the EU EGEE Project: 
-       The European Organization for Nuclear Research (CERN), 
-       Istituto Nazionale di Fisica Nucleare (INFN), Italy
-       Datamat Spa, Italy
-       Centre National de la Recherche Scientifique (CNRS), France
-       CS Systeme d'Information (CSSI), France
-       Royal Institute of Technology, Center for Parallel Computers (KTH-PDC), Sweden
-       Universiteit van Amsterdam (UvA), Netherlands
-       University of Helsinki (UH.HIP), Finland
-       University of Bergen (UiB), Norway
-       Council for the Central Laboratory of the Research Councils (CCLRC), United Kingdom
+       Copyright (c) Members of the EGEE Collaboration. 2004 
+       See http://eu-egee.org/partners/ for details on the copyright holders
+       For license conditions see the license file or http://eu-egee.org/license.html
 
-       Configuration options for the GLite LB Common module
+       Configuration options for the gLite JP Index module
        
        Authors: Ales Krenek <ljocha@ics.muni.cz>
        Version info: $Id$
 
        Revision history:
        $Log$
-       Revision 1.1.1.1  2004/09/20 14:59:03  ljocha
-       
-       
-       Revision 1.1  2004/09/14 12:33:31  ljocha
-       *** empty log message ***
-       
-       Revision 1.3  2004/08/31 07:57:17  akrenek
-       very first unit test
-       
-       Revision 1.2  2004/07/06 20:50:10  flammer
-       Moved to configure.properties.xml
-       
-       
+       Revision 1.1.1.1  2004/10/15 09:49:13  akrenek
 -->
 
        <!-- ======================================================
          Define extra properties here ...
          ====================================================== -->
         
-       <project name="LB Common configuration options">                                                                        
+       <project name="JP Common configuration options">                                                                        
                <target name="lbmakefiles">
                        <exec executable="ln" failonerror="true">
                                <arg line="-fs ${component.dir}/Makefile ${module.build.dir}/Makefile"/>
index cdd32d9..5f56392 100755 (executable)
@@ -1,18 +1,10 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-       Copyright (c) 2004 on behalf of the EU EGEE Project: 
-       The European Organization for Nuclear Research (CERN), 
-       Istituto Nazionale di Fisica Nucleare (INFN), Italy
-       Datamat Spa, Italy
-       Centre National de la Recherche Scientifique (CNRS), France
-       CS Systeme d'Information (CSSI), France
-       Royal Institute of Technology, Center for Parallel Computers (KTH-PDC), Sweden
-       Universiteit van Amsterdam (UvA), Netherlands
-       University of Helsinki (UH.HIP), Finland
-       University of Bergen (UiB), Norway
-       Council for the Central Laboratory of the Research Councils (CCLRC), United Kingdom
+       Copyright (c) Members of the EGEE Collaboration. 2004 
+       See http://eu-egee.org/partners/ for details on the copyright holders
+       For license conditions see the license file or http://eu-egee.org/license.html
 
-       Common build properties file for the Glite LB Common component
+       Common build properties file for the gLite JP Index component
        
        Authors: Ales Krenek <ljocha@ics.muni.cz>
        Version info: $Id$
        
        Revision history:
        $Log$
-       Revision 1.1.1.1  2004/09/20 14:59:03  ljocha
-       
-       
-       Revision 1.1  2004/09/14 12:33:31  ljocha
-       *** empty log message ***
-       
-       Revision 1.3  2004/07/16 14:56:55  flammer
-       Corrected input path of build.properties.
-       
-       Revision 1.2  2004/06/22 22:05:23  dimeglio
-       Added configuration options
-       
+       Revision 1.1.1.1  2004/10/15 09:49:13  akrenek
 -->
 
 <project name="JP Index component common properties">
                 ====================================================== -->
 
        <!-- Subsystem name -->
-       <property name="subsystem.name" value="org.glite.jp"/>
+       <property name="subsystem.name" value="${jp.subsystem.name}"/>
                
        <!-- Subsystem prefix -->
-       <property name="subsystem.prefix" value="jp"/>
+       <property name="subsystem.prefix" value="${jp.subsystem.prefix}"/>
 
        <!-- ======================================================
           Define component properties
diff --git a/org.glite.jp.index/project/tar_exclude b/org.glite.jp.index/project/tar_exclude
new file mode 100644 (file)
index 0000000..e1fcd1a
--- /dev/null
@@ -0,0 +1,10 @@
+tar_exclude
+CVS
+build.xml
+build
+build.properties
+properties.xml
+configure.properties.xml
+.cvsignore
+.project
+.cdtproject
diff --git a/org.glite.jp.index/project/version.properties b/org.glite.jp.index/project/version.properties
new file mode 100644 (file)
index 0000000..7911996
--- /dev/null
@@ -0,0 +1,4 @@
+#Sun Nov 21 09:03:32 CET 2004
+module.version=0.1.0
+module.build=1
+module.age=1
index 7eeabd6..28c0d13 100755 (executable)
 
        Revision history:
        $Log$
+       Revision 1.2  2004/11/22 13:55:30  dimeglio
+       First version of this file
+       Use central subsystem definition
+       
        Revision 1.1.1.1  2004/10/15 09:49:24  akrenek
 -->
 
-<project name="common" default="dist">
+<project name="primary" default="dist">
        
        <!-- =========================================
-                Builds the GLite JP Primary Module
+                Builds the gLite JP Primary Module
             ========================================= -->
        
        <!-- =========================================