svn commit: rev 21161 - avalon/trunk/tools/project/src/main/org/apache/avalon/tools/tasks

[email protected]
Newsgroups gmane.comp.jakarta.avalon.cvs
Message-ID <[email protected]>
Author: mcconnell
Date: Sun Jun 13 06:36:45 2004
New Revision: 21161

Modified:
   avalon/trunk/tools/project/src/main/org/apache/avalon/tools/tasks/HomeTask.java
Log:
switch from avalon.properties to index.properties

Modified: avalon/trunk/tools/project/src/main/org/apache/avalon/tools/tasks/HomeTask.java
==============================================================================
--- avalon/trunk/tools/project/src/main/org/apache/avalon/tools/tasks/HomeTask.java	(original)
+++ avalon/trunk/tools/project/src/main/org/apache/avalon/tools/tasks/HomeTask.java	Sun Jun 13 06:36:45 2004
@@ -44,7 +44,7 @@
     private static final String CACHE_DIR_KEY = "project.home.cache.dir";
     private static final String USER_PROPERTIES = "user.properties";
     private static final String BUILD_PROPERTIES = "build.properties";
-    private static final String AVALON_PROPERTIES = "avalon.properties";
+    private static final String INDEX_PROPERTIES = "index.properties";
 
     private static Home HOME;
 
@@ -90,7 +90,7 @@
 
     private void setupAvalonProperties( Project project, File dir )
     {
-        File build = Context.getFile( dir, AVALON_PROPERTIES );
+        File build = Context.getFile( dir, INDEX_PROPERTIES );
         readProperties( project, build );
     }
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.