[cvs] eforum commit by mtraum: fix deprecated

JCorporate Ltd jcorp at jcorp2.servlets.net
Tue Nov 9 09:28:03 PST 2004


Log Message:
-----------
fix deprecated

Modified Files:
--------------
    eforum/src/WEB-INF/src/com/jcorporate/eforum:
        ForumSchema.java

Revision Data
-------------
Index: ForumSchema.java
===================================================================
RCS file: /home/javacorp/.cvs/expresso/eforum/src/WEB-INF/src/com/jcorporate/eforum/ForumSchema.java,v
retrieving revision 1.17
retrieving revision 1.18
diff -Lsrc/WEB-INF/src/com/jcorporate/eforum/ForumSchema.java -Lsrc/WEB-INF/src/com/jcorporate/eforum/ForumSchema.java -u -r1.17 -r1.18
--- src/WEB-INF/src/com/jcorporate/eforum/ForumSchema.java
+++ src/WEB-INF/src/com/jcorporate/eforum/ForumSchema.java
@@ -47,10 +47,10 @@
 	// Create schema default setup values.
 	// Information comes from `com.jcorporate.expresso.ExpressoSchema'
 	String schemaClass = this.getClass().getName();
-	add( schemaClass,
+	addSetup( schemaClass,
 	     "SearchIndexerPluginClass", "Defines the search engine indexer plug-in",
 	     "com.jcorporate.eforum.search.lucene.LuceneSearchIndexer" );
-	add( schemaClass,
+	addSetup( schemaClass,
 	     "IndexerPath", "The filestore path where the indexer plug-in can store an index",
 	     "/tmp/eforum.lucence" );
 


More information about the cvs mailing list