Very ugly start of a first wizard page. Needs a lot of cleanup!
authoraxelcl <axelcl>
Tue, 31 May 2005 19:20:27 +0000 (19:20 +0000)
committeraxelcl <axelcl>
Tue, 31 May 2005 19:20:27 +0000 (19:20 +0000)
commitc3ccc947e6f3eaf5bdd08996c915c71cbeec8c56
tree52e6c9e5bbb7c61210c19df96cd08d95938716c8
parent0adddf58906b90c1ee996763e177240bdf56bb7c
Very ugly start of a first wizard page. Needs a lot of cleanup!
net.sourceforge.phpeclipse.wizards/src/net/sourceforge/phpeclipse/wizards/actions/metadata/BaseSQLPage.java [new file with mode: 0644]
net.sourceforge.phpeclipse.wizards/src/net/sourceforge/phpeclipse/wizards/actions/metadata/CommonWizardUI.java [new file with mode: 0644]
net.sourceforge.phpeclipse.wizards/src/net/sourceforge/phpeclipse/wizards/actions/metadata/Messages.java [new file with mode: 0644]
net.sourceforge.phpeclipse.wizards/src/net/sourceforge/phpeclipse/wizards/actions/metadata/Messages.properties [new file with mode: 0644]
net.sourceforge.phpeclipse.wizards/src/net/sourceforge/phpeclipse/wizards/actions/metadata/PHPMetadataWizard.java
net.sourceforge.phpeclipse.wizards/src/net/sourceforge/phpeclipse/wizards/actions/metadata/Row.java [new file with mode: 0644]
net.sourceforge.phpeclipse.wizards/src/net/sourceforge/phpeclipse/wizards/actions/metadata/SQLPage.java [new file with mode: 0644]
net.sourceforge.phpeclipse.wizards/src/net/sourceforge/phpeclipse/wizards/actions/metadata/SQLRowWizard.java [new file with mode: 0644]
net.sourceforge.phpeclipse.wizards/src/net/sourceforge/phpeclipse/wizards/actions/metadata/UpdateRowPage.java [new file with mode: 0644]