From: <max...@us...> - 2006-02-15 13:32:12
|
Update of /cvsroot/hibernate/HibernateExt/org.hibernate.eclipse.console/src/org/hibernate/eclipse/console/wizards In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1046/src/org/hibernate/eclipse/console/wizards Modified Files: ConsoleConfigurationWizardPage.java Log Message: fixed missing exported package HBX-596 Rename label in Console Config wizard Index: ConsoleConfigurationWizardPage.java =================================================================== RCS file: /cvsroot/hibernate/HibernateExt/org.hibernate.eclipse.console/src/org/hibernate/eclipse/console/wizards/ConsoleConfigurationWizardPage.java,v retrieving revision 1.18 retrieving revision 1.19 diff -u -d -r1.18 -r1.19 --- ConsoleConfigurationWizardPage.java 7 Feb 2006 16:17:49 -0000 1.18 +++ ConsoleConfigurationWizardPage.java 15 Feb 2006 13:31:57 -0000 1.19 @@ -249,7 +249,7 @@ } private UpDownListComposite buildMappingFileTable(Composite parent) { - mappingFilesViewer = new UpDownListComposite(parent, SWT.NONE, "Mapping files") { + mappingFilesViewer = new UpDownListComposite(parent, SWT.NONE, "Additonal mapping files (not listed in cfg.xml)") { protected Object[] handleAdd(int idx) { TableItem[] items = getTable().getItems(); IPath[] exclude = new IPath[items.length]; |