source: branches/ant-install-branch/gsdl3/src/java/org/greenstone/gsdl3/gs3build/metadata/AbstractMetadataGroup.java@ 9858

Last change on this file since 9858 was 8408, checked in by schweer, 20 years ago

George's changes to detect documents that are new or have changed since the last build process. (his CVS account currently doesn't work)

  • Property svn:keywords set to Author Date Id Revision
File size: 180 bytes
Line 
1package org.greenstone.gsdl3.gs3build.metadata;
2
3public abstract class AbstractMetadataGroup
4{ private String ID;
5
6 public AbstractMetadataGroup(String ID)
7 { this.ID = ID;
8 }
9}
Note: See TracBrowser for help on using the repository browser.