Changeset 2191 for trunk/java-client


Ignore:
Timestamp:
2001-03-18T20:16:27+12:00 (23 years ago)
Author:
say1
Message:

initial commit of the classification stuff. now appears to work, but is not integrated.

Location:
trunk/java-client/org/nzdl/gsdl
Files:
7 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/java-client/org/nzdl/gsdl/Makefile

    r2157 r2191  
    66
    77subdirs :
     8    (cd classification && $(MAKE) all)
    89    (cd service && $(MAKE) all)
    910    (cd util && $(MAKE) all)
     
    1213
    1314clean:
     15    (cd classification && $(MAKE) clean)
    1416    (cd SimpleGraphicalClient && $(MAKE) clean)
    1517    (cd util && $(MAKE) clean)
Note: See TracChangeset for help on using the changeset viewer.