INTEGRATION: CWS dbwizard3 (1.5.2); FILE MERGED

2005/02/17 17:32:30 bc 1.5.2.8: RESYNC: (1.5-1.6); FILE MERGED
2005/02/15 17:29:52 bc 1.5.2.7: ##Replacing of placeholders improved
2005/01/11 21:57:33 bc 1.5.2.6: ##ColumnPropertySet.java now in db package
2005/01/11 21:38:47 bc 1.5.2.5: #i37839#new class ColumnPropertySet introduced
2005/01/08 12:40:28 bc 1.5.2.4: ##XCompletion Interface added
2005/01/07 15:16:58 bc 1.5.2.3: #i40082#new NumberFormatter class added
2005/01/04 06:38:12 bc 1.5.2.2: ##PeerConfigHelper.java removed
2004/12/13 16:00:42 bc 1.5.2.1: #i38823#new tablename is added to tablefilters
This commit is contained in:
Vladimir Glazounov 2005-02-21 12:49:50 +00:00
parent f5b62b51c2
commit ab29857e14

View file

@ -2,9 +2,9 @@
# #
# $RCSfile: makefile.mk,v $ # $RCSfile: makefile.mk,v $
# #
# $Revision: 1.6 $ # $Revision: 1.7 $
# #
# last change: $Author: rt $ $Date: 2005-01-28 15:55:35 $ # last change: $Author: vg $ $Date: 2005-02-21 13:49:50 $
# #
# The Contents of this file are made available subject to the terms of # The Contents of this file are made available subject to the terms of
# either of the following licenses # either of the following licenses
@ -59,7 +59,6 @@
# #
# #
#************************************************************************* #*************************************************************************
PRJ = ..$/..$/..$/.. PRJ = ..$/..$/..$/..
PRJNAME = wizards PRJNAME = wizards
TARGET = wizards_common TARGET = wizards_common
@ -79,6 +78,7 @@ JARTARGET = commonwizards.jar
JAVAFILES= \ JAVAFILES= \
common$/Desktop.java \ common$/Desktop.java \
common$/NumberFormatter.java \
common$/FileAccess.java \ common$/FileAccess.java \
common$/Helper.java \ common$/Helper.java \
common$/InvalidQueryException.java \ common$/InvalidQueryException.java \
@ -103,9 +103,12 @@ JAVAFILES= \
db$/QueryMetaData.java \ db$/QueryMetaData.java \
db$/BlindtextCreator.java \ db$/BlindtextCreator.java \
db$/FieldColumn.java \ db$/FieldColumn.java \
db$/CommandName.java \
db$/RecordParser.java \ db$/RecordParser.java \
db$/SQLQueryComposer.java \ db$/TypeInspector.java \
db$/ColumnPropertySet.java \
db$/TableDescriptor.java \ db$/TableDescriptor.java \
db$/SQLQueryComposer.java \
ui$/event$/AbstractListener.java \ ui$/event$/AbstractListener.java \
ui$/event$/CommonListener.java \ ui$/event$/CommonListener.java \
ui$/event$/DataAware.java \ ui$/event$/DataAware.java \
@ -129,7 +132,6 @@ JAVAFILES= \
ui$/ImageList.java \ ui$/ImageList.java \
ui$/PathSelection.java \ ui$/PathSelection.java \
ui$/PeerConfig.java \ ui$/PeerConfig.java \
ui$/PeerConfigHelper.java \
ui$/SortingComponent.java \ ui$/SortingComponent.java \
ui$/TitlesComponent.java \ ui$/TitlesComponent.java \
ui$/WizardDialog.java \ ui$/WizardDialog.java \
@ -139,6 +141,7 @@ JAVAFILES= \
ui$/XCommandSelectionListener.java \ ui$/XCommandSelectionListener.java \
ui$/XFieldSelectionListener.java \ ui$/XFieldSelectionListener.java \
ui$/XPathSelectionListener.java \ ui$/XPathSelectionListener.java \
ui$/XCompletion.java \
document$/Control.java \ document$/Control.java \
document$/DatabaseControl.java \ document$/DatabaseControl.java \
document$/FormHandler.java \ document$/FormHandler.java \