From: znek Date: Wed, 3 Nov 2004 20:03:36 +0000 (+0000) Subject: API definitions for all dynamic elements X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c1072c2d6976353a07ef431cdf9cdc673f1121c;p=sope API definitions for all dynamic elements git-svn-id: http://svn.opengroupware.org/SOPE/trunk@338 e4a50df8-12e2-0310-a44c-efbce7f8a7e3 --- diff --git a/sope-appserver/NGObjWeb/ChangeLog b/sope-appserver/NGObjWeb/ChangeLog index 1f2e33e2..7a8f6dcd 100644 --- a/sope-appserver/NGObjWeb/ChangeLog +++ b/sope-appserver/NGObjWeb/ChangeLog @@ -1,3 +1,9 @@ +2004-11-03 Marcus Mueller + + * DynamicElements/*.api: provided formal specifications for all + dynamic elements in a format borrowed from WebObjects 4.51. + (v4.3.83) + 2004-11-03 Helge Hess * WOWatchDogApplicationMain.m: disable warning on /etc server defaults diff --git a/sope-appserver/NGObjWeb/DynamicElements/WOActionURL.api b/sope-appserver/NGObjWeb/DynamicElements/WOActionURL.api new file mode 100644 index 00000000..502dbe89 --- /dev/null +++ b/sope-appserver/NGObjWeb/DynamicElements/WOActionURL.api @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sope-appserver/NGObjWeb/DynamicElements/WOBody.api b/sope-appserver/NGObjWeb/DynamicElements/WOBody.api new file mode 100644 index 00000000..f4e9a2f1 --- /dev/null +++ b/sope-appserver/NGObjWeb/DynamicElements/WOBody.api @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/sope-appserver/NGObjWeb/DynamicElements/WOBrowser.api b/sope-appserver/NGObjWeb/DynamicElements/WOBrowser.api new file mode 100644 index 00000000..96a7a0fd --- /dev/null +++ b/sope-appserver/NGObjWeb/DynamicElements/WOBrowser.api @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sope-appserver/NGObjWeb/DynamicElements/WOCheckBox.api b/sope-appserver/NGObjWeb/DynamicElements/WOCheckBox.api new file mode 100644 index 00000000..ecaa6a1d --- /dev/null +++ b/sope-appserver/NGObjWeb/DynamicElements/WOCheckBox.api @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sope-appserver/NGObjWeb/DynamicElements/WOCheckBoxList.api b/sope-appserver/NGObjWeb/DynamicElements/WOCheckBoxList.api new file mode 100644 index 00000000..9eed6fd7 --- /dev/null +++ b/sope-appserver/NGObjWeb/DynamicElements/WOCheckBoxList.api @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sope-appserver/NGObjWeb/DynamicElements/WOComponentReference.api b/sope-appserver/NGObjWeb/DynamicElements/WOComponentReference.api new file mode 100644 index 00000000..d965d465 --- /dev/null +++ b/sope-appserver/NGObjWeb/DynamicElements/WOComponentReference.api @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/sope-appserver/NGObjWeb/DynamicElements/WOConditional.api b/sope-appserver/NGObjWeb/DynamicElements/WOConditional.api new file mode 100644 index 00000000..e0db260c --- /dev/null +++ b/sope-appserver/NGObjWeb/DynamicElements/WOConditional.api @@ -0,0 +1,6 @@ + + + + + + diff --git a/sope-appserver/NGObjWeb/DynamicElements/WOEmbeddedObject.api b/sope-appserver/NGObjWeb/DynamicElements/WOEmbeddedObject.api new file mode 100644 index 00000000..9c5e4f6a --- /dev/null +++ b/sope-appserver/NGObjWeb/DynamicElements/WOEmbeddedObject.api @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sope-appserver/NGObjWeb/DynamicElements/WOEntity.api b/sope-appserver/NGObjWeb/DynamicElements/WOEntity.api new file mode 100644 index 00000000..d0832395 --- /dev/null +++ b/sope-appserver/NGObjWeb/DynamicElements/WOEntity.api @@ -0,0 +1,7 @@ + + + + + + + diff --git a/sope-appserver/NGObjWeb/DynamicElements/WOFileUpload.api b/sope-appserver/NGObjWeb/DynamicElements/WOFileUpload.api new file mode 100644 index 00000000..93259a21 --- /dev/null +++ b/sope-appserver/NGObjWeb/DynamicElements/WOFileUpload.api @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/sope-appserver/NGObjWeb/DynamicElements/WOForm.api b/sope-appserver/NGObjWeb/DynamicElements/WOForm.api new file mode 100644 index 00000000..5afacb8a --- /dev/null +++ b/sope-appserver/NGObjWeb/DynamicElements/WOForm.api @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sope-appserver/NGObjWeb/DynamicElements/WOFrame.api b/sope-appserver/NGObjWeb/DynamicElements/WOFrame.api new file mode 100644 index 00000000..e9aeefb2 --- /dev/null +++ b/sope-appserver/NGObjWeb/DynamicElements/WOFrame.api @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sope-appserver/NGObjWeb/DynamicElements/WOGenericContainer.api b/sope-appserver/NGObjWeb/DynamicElements/WOGenericContainer.api new file mode 100644 index 00000000..60ac2b6f --- /dev/null +++ b/sope-appserver/NGObjWeb/DynamicElements/WOGenericContainer.api @@ -0,0 +1,6 @@ + + + + + + diff --git a/sope-appserver/NGObjWeb/DynamicElements/WOGenericElement.api b/sope-appserver/NGObjWeb/DynamicElements/WOGenericElement.api new file mode 100644 index 00000000..a94c89a6 --- /dev/null +++ b/sope-appserver/NGObjWeb/DynamicElements/WOGenericElement.api @@ -0,0 +1,6 @@ + + + + + + diff --git a/sope-appserver/NGObjWeb/DynamicElements/WOHiddenField.api b/sope-appserver/NGObjWeb/DynamicElements/WOHiddenField.api new file mode 100644 index 00000000..dd4cd001 --- /dev/null +++ b/sope-appserver/NGObjWeb/DynamicElements/WOHiddenField.api @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/sope-appserver/NGObjWeb/DynamicElements/WOHyperlink.api b/sope-appserver/NGObjWeb/DynamicElements/WOHyperlink.api new file mode 100644 index 00000000..cf12330e --- /dev/null +++ b/sope-appserver/NGObjWeb/DynamicElements/WOHyperlink.api @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sope-appserver/NGObjWeb/DynamicElements/WOIFrame.api b/sope-appserver/NGObjWeb/DynamicElements/WOIFrame.api new file mode 100644 index 00000000..94309263 --- /dev/null +++ b/sope-appserver/NGObjWeb/DynamicElements/WOIFrame.api @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sope-appserver/NGObjWeb/DynamicElements/WOImage.api b/sope-appserver/NGObjWeb/DynamicElements/WOImage.api new file mode 100644 index 00000000..3be8d670 --- /dev/null +++ b/sope-appserver/NGObjWeb/DynamicElements/WOImage.api @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sope-appserver/NGObjWeb/DynamicElements/WOImageButton.api b/sope-appserver/NGObjWeb/DynamicElements/WOImageButton.api new file mode 100644 index 00000000..036ee27d --- /dev/null +++ b/sope-appserver/NGObjWeb/DynamicElements/WOImageButton.api @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sope-appserver/NGObjWeb/DynamicElements/WOJavaScript.api b/sope-appserver/NGObjWeb/DynamicElements/WOJavaScript.api new file mode 100644 index 00000000..1ddc998d --- /dev/null +++ b/sope-appserver/NGObjWeb/DynamicElements/WOJavaScript.api @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/sope-appserver/NGObjWeb/DynamicElements/WOMetaRefresh.api b/sope-appserver/NGObjWeb/DynamicElements/WOMetaRefresh.api new file mode 100644 index 00000000..7d38242b --- /dev/null +++ b/sope-appserver/NGObjWeb/DynamicElements/WOMetaRefresh.api @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sope-appserver/NGObjWeb/DynamicElements/WONestedList.api b/sope-appserver/NGObjWeb/DynamicElements/WONestedList.api new file mode 100644 index 00000000..5692f776 --- /dev/null +++ b/sope-appserver/NGObjWeb/DynamicElements/WONestedList.api @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sope-appserver/NGObjWeb/DynamicElements/WOPasswordField.api b/sope-appserver/NGObjWeb/DynamicElements/WOPasswordField.api new file mode 100644 index 00000000..18f5114d --- /dev/null +++ b/sope-appserver/NGObjWeb/DynamicElements/WOPasswordField.api @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/sope-appserver/NGObjWeb/DynamicElements/WOPopUpButton.api b/sope-appserver/NGObjWeb/DynamicElements/WOPopUpButton.api new file mode 100644 index 00000000..d97ee925 --- /dev/null +++ b/sope-appserver/NGObjWeb/DynamicElements/WOPopUpButton.api @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sope-appserver/NGObjWeb/DynamicElements/WOQuickTime.api b/sope-appserver/NGObjWeb/DynamicElements/WOQuickTime.api new file mode 100644 index 00000000..ee3f27c2 --- /dev/null +++ b/sope-appserver/NGObjWeb/DynamicElements/WOQuickTime.api @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sope-appserver/NGObjWeb/DynamicElements/WORadioButton.api b/sope-appserver/NGObjWeb/DynamicElements/WORadioButton.api new file mode 100644 index 00000000..5d7d3d5e --- /dev/null +++ b/sope-appserver/NGObjWeb/DynamicElements/WORadioButton.api @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sope-appserver/NGObjWeb/DynamicElements/WORadioButtonList.api b/sope-appserver/NGObjWeb/DynamicElements/WORadioButtonList.api new file mode 100644 index 00000000..bb3f76f8 --- /dev/null +++ b/sope-appserver/NGObjWeb/DynamicElements/WORadioButtonList.api @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/sope-appserver/NGObjWeb/DynamicElements/WORepetition.api b/sope-appserver/NGObjWeb/DynamicElements/WORepetition.api new file mode 100644 index 00000000..70cd1824 --- /dev/null +++ b/sope-appserver/NGObjWeb/DynamicElements/WORepetition.api @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sope-appserver/NGObjWeb/DynamicElements/WOResetButton.api b/sope-appserver/NGObjWeb/DynamicElements/WOResetButton.api new file mode 100644 index 00000000..6c5198c4 --- /dev/null +++ b/sope-appserver/NGObjWeb/DynamicElements/WOResetButton.api @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/sope-appserver/NGObjWeb/DynamicElements/WOResourceURL.api b/sope-appserver/NGObjWeb/DynamicElements/WOResourceURL.api new file mode 100644 index 00000000..35d2b6fa --- /dev/null +++ b/sope-appserver/NGObjWeb/DynamicElements/WOResourceURL.api @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sope-appserver/NGObjWeb/DynamicElements/WOSetCursor.api b/sope-appserver/NGObjWeb/DynamicElements/WOSetCursor.api new file mode 100644 index 00000000..1cdea907 --- /dev/null +++ b/sope-appserver/NGObjWeb/DynamicElements/WOSetCursor.api @@ -0,0 +1,6 @@ + + + + + + diff --git a/sope-appserver/NGObjWeb/DynamicElements/WOString.api b/sope-appserver/NGObjWeb/DynamicElements/WOString.api new file mode 100644 index 00000000..dd4893e1 --- /dev/null +++ b/sope-appserver/NGObjWeb/DynamicElements/WOString.api @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/sope-appserver/NGObjWeb/DynamicElements/WOSubmitButton.api b/sope-appserver/NGObjWeb/DynamicElements/WOSubmitButton.api new file mode 100644 index 00000000..7bbd4bf6 --- /dev/null +++ b/sope-appserver/NGObjWeb/DynamicElements/WOSubmitButton.api @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sope-appserver/NGObjWeb/DynamicElements/WOSwitchComponent.api b/sope-appserver/NGObjWeb/DynamicElements/WOSwitchComponent.api new file mode 100644 index 00000000..d4ebfc43 --- /dev/null +++ b/sope-appserver/NGObjWeb/DynamicElements/WOSwitchComponent.api @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/sope-appserver/NGObjWeb/DynamicElements/WOText.api b/sope-appserver/NGObjWeb/DynamicElements/WOText.api new file mode 100644 index 00000000..c428a5a6 --- /dev/null +++ b/sope-appserver/NGObjWeb/DynamicElements/WOText.api @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sope-appserver/NGObjWeb/DynamicElements/WOTextField.api b/sope-appserver/NGObjWeb/DynamicElements/WOTextField.api new file mode 100644 index 00000000..b4fb0c8c --- /dev/null +++ b/sope-appserver/NGObjWeb/DynamicElements/WOTextField.api @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sope-appserver/NGObjWeb/DynamicElements/WOVBScript.api b/sope-appserver/NGObjWeb/DynamicElements/WOVBScript.api new file mode 100644 index 00000000..dbfb4ab4 --- /dev/null +++ b/sope-appserver/NGObjWeb/DynamicElements/WOVBScript.api @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/sope-appserver/NGObjWeb/NGObjWeb.xcode/project.pbxproj b/sope-appserver/NGObjWeb/NGObjWeb.xcode/project.pbxproj index 266b483b..8cc3bb09 100644 --- a/sope-appserver/NGObjWeb/NGObjWeb.xcode/project.pbxproj +++ b/sope-appserver/NGObjWeb/NGObjWeb.xcode/project.pbxproj @@ -137,6 +137,606 @@ settings = { }; }; + AD084B1007392B0200D0679C = { + explicitFileType = text.xml; + fileEncoding = 4; + indentWidth = 2; + isa = PBXFileReference; + path = WOActionURL.api; + refType = 4; + sourceTree = ""; + }; + AD084B1107392B0200D0679C = { + fileRef = AD084B1007392B0200D0679C; + isa = PBXBuildFile; + settings = { + }; + }; + AD084B1407392B0700D0679C = { + children = ( + AD084B1007392B0200D0679C, + AD084B3607392C2500D0679C, + AD084B3807392C3300D0679C, + AD084C39073937F400D0679C, + AD084C3B073937FE00D0679C, + AD084B3A07392C4D00D0679C, + AD084C33073937BA00D0679C, + AD084B3C07392CA700D0679C, + AD084B3E07392CB700D0679C, + AD084C3D0739380E00D0679C, + AD084C3F0739381C00D0679C, + AD084B4007392CD900D0679C, + AD084B4207392CEF00D0679C, + AD084B4407392CFB00D0679C, + AD084C410739382500D0679C, + AD084C57073938A100D0679C, + AD084B4807392D2300D0679C, + AD084C59073938AB00D0679C, + AD084C430739382F00D0679C, + AD084B4A07392D3600D0679C, + AD084B4C07392D4B00D0679C, + AD084B4E07392D5B00D0679C, + AD084C470739384300D0679C, + AD084C490739384E00D0679C, + AD084B5007392D6800D0679C, + AD084C4B0739385700D0679C, + AD084C4D0739385F00D0679C, + AD084C35073937CA00D0679C, + AD084C4F0739386900D0679C, + AD084B5207392D7600D0679C, + AD084C37073937DE00D0679C, + AD084B5407392D7F00D0679C, + AD084C510739387E00D0679C, + AD084B5607392D8E00D0679C, + AD084C530739388800D0679C, + AD084C550739388F00D0679C, + AD084B5807392D9D00D0679C, + ); + isa = PBXGroup; + name = Definitions; + refType = 4; + sourceTree = ""; + }; + AD084B3607392C2500D0679C = { + explicitFileType = text.xml; + fileEncoding = 4; + indentWidth = 2; + isa = PBXFileReference; + path = WOBody.api; + refType = 4; + sourceTree = ""; + }; + AD084B3707392C2500D0679C = { + fileRef = AD084B3607392C2500D0679C; + isa = PBXBuildFile; + settings = { + }; + }; + AD084B3807392C3300D0679C = { + explicitFileType = text.xml; + fileEncoding = 4; + indentWidth = 2; + isa = PBXFileReference; + path = WOBrowser.api; + refType = 4; + sourceTree = ""; + }; + AD084B3907392C3300D0679C = { + fileRef = AD084B3807392C3300D0679C; + isa = PBXBuildFile; + settings = { + }; + }; + AD084B3A07392C4D00D0679C = { + explicitFileType = text.xml; + fileEncoding = 4; + indentWidth = 2; + isa = PBXFileReference; + path = WOComponentReference.api; + refType = 4; + sourceTree = ""; + }; + AD084B3B07392C4D00D0679C = { + fileRef = AD084B3A07392C4D00D0679C; + isa = PBXBuildFile; + settings = { + }; + }; + AD084B3C07392CA700D0679C = { + explicitFileType = text.xml; + fileEncoding = 4; + indentWidth = 2; + isa = PBXFileReference; + path = WOEmbeddedObject.api; + refType = 4; + sourceTree = ""; + }; + AD084B3D07392CA700D0679C = { + fileRef = AD084B3C07392CA700D0679C; + isa = PBXBuildFile; + settings = { + }; + }; + AD084B3E07392CB700D0679C = { + explicitFileType = text.xml; + fileEncoding = 4; + indentWidth = 2; + isa = PBXFileReference; + path = WOEntity.api; + refType = 4; + sourceTree = ""; + }; + AD084B3F07392CB700D0679C = { + fileRef = AD084B3E07392CB700D0679C; + isa = PBXBuildFile; + settings = { + }; + }; + AD084B4007392CD900D0679C = { + explicitFileType = text.xml; + fileEncoding = 4; + indentWidth = 2; + isa = PBXFileReference; + path = WOFrame.api; + refType = 4; + sourceTree = ""; + }; + AD084B4107392CD900D0679C = { + fileRef = AD084B4007392CD900D0679C; + isa = PBXBuildFile; + settings = { + }; + }; + AD084B4207392CEF00D0679C = { + explicitFileType = text.xml; + fileEncoding = 4; + indentWidth = 2; + isa = PBXFileReference; + path = WOGenericContainer.api; + refType = 4; + sourceTree = ""; + }; + AD084B4307392CEF00D0679C = { + fileRef = AD084B4207392CEF00D0679C; + isa = PBXBuildFile; + settings = { + }; + }; + AD084B4407392CFB00D0679C = { + explicitFileType = text.xml; + fileEncoding = 4; + indentWidth = 2; + isa = PBXFileReference; + path = WOGenericElement.api; + refType = 4; + sourceTree = ""; + }; + AD084B4507392CFB00D0679C = { + fileRef = AD084B4407392CFB00D0679C; + isa = PBXBuildFile; + settings = { + }; + }; + AD084B4807392D2300D0679C = { + explicitFileType = text.xml; + fileEncoding = 4; + indentWidth = 2; + isa = PBXFileReference; + path = WOIFrame.api; + refType = 4; + sourceTree = ""; + }; + AD084B4907392D2300D0679C = { + fileRef = AD084B4807392D2300D0679C; + isa = PBXBuildFile; + settings = { + }; + }; + AD084B4A07392D3600D0679C = { + explicitFileType = text.xml; + fileEncoding = 4; + indentWidth = 2; + isa = PBXFileReference; + path = WOJavaScript.api; + refType = 4; + sourceTree = ""; + }; + AD084B4B07392D3600D0679C = { + fileRef = AD084B4A07392D3600D0679C; + isa = PBXBuildFile; + settings = { + }; + }; + AD084B4C07392D4B00D0679C = { + explicitFileType = text.xml; + fileEncoding = 4; + indentWidth = 2; + isa = PBXFileReference; + path = WOMetaRefresh.api; + refType = 4; + sourceTree = ""; + }; + AD084B4D07392D4B00D0679C = { + fileRef = AD084B4C07392D4B00D0679C; + isa = PBXBuildFile; + settings = { + }; + }; + AD084B4E07392D5B00D0679C = { + explicitFileType = text.xml; + fileEncoding = 4; + indentWidth = 2; + isa = PBXFileReference; + path = WONestedList.api; + refType = 4; + sourceTree = ""; + }; + AD084B4F07392D5B00D0679C = { + fileRef = AD084B4E07392D5B00D0679C; + isa = PBXBuildFile; + settings = { + }; + }; + AD084B5007392D6800D0679C = { + explicitFileType = text.xml; + fileEncoding = 4; + indentWidth = 2; + isa = PBXFileReference; + path = WOQuickTime.api; + refType = 4; + sourceTree = ""; + }; + AD084B5107392D6800D0679C = { + fileRef = AD084B5007392D6800D0679C; + isa = PBXBuildFile; + settings = { + }; + }; + AD084B5207392D7600D0679C = { + explicitFileType = text.xml; + fileEncoding = 4; + indentWidth = 2; + isa = PBXFileReference; + path = WOResourceURL.api; + refType = 4; + sourceTree = ""; + }; + AD084B5307392D7600D0679C = { + fileRef = AD084B5207392D7600D0679C; + isa = PBXBuildFile; + settings = { + }; + }; + AD084B5407392D7F00D0679C = { + explicitFileType = text.xml; + fileEncoding = 4; + indentWidth = 2; + isa = PBXFileReference; + path = WOString.api; + refType = 4; + sourceTree = ""; + }; + AD084B5507392D7F00D0679C = { + fileRef = AD084B5407392D7F00D0679C; + isa = PBXBuildFile; + settings = { + }; + }; + AD084B5607392D8E00D0679C = { + explicitFileType = text.xml; + fileEncoding = 4; + indentWidth = 2; + isa = PBXFileReference; + path = WOSwitchComponent.api; + refType = 4; + sourceTree = ""; + }; + AD084B5707392D8E00D0679C = { + fileRef = AD084B5607392D8E00D0679C; + isa = PBXBuildFile; + settings = { + }; + }; + AD084B5807392D9D00D0679C = { + explicitFileType = text.xml; + fileEncoding = 4; + indentWidth = 2; + isa = PBXFileReference; + path = WOVBScript.api; + refType = 4; + sourceTree = ""; + }; + AD084B5907392D9D00D0679C = { + fileRef = AD084B5807392D9D00D0679C; + isa = PBXBuildFile; + settings = { + }; + }; + AD084C33073937BA00D0679C = { + explicitFileType = text.xml; + fileEncoding = 4; + indentWidth = 2; + isa = PBXFileReference; + path = WOConditional.api; + refType = 4; + sourceTree = ""; + }; + AD084C34073937BA00D0679C = { + fileRef = AD084C33073937BA00D0679C; + isa = PBXBuildFile; + settings = { + }; + }; + AD084C35073937CA00D0679C = { + explicitFileType = text.xml; + fileEncoding = 4; + indentWidth = 2; + isa = PBXFileReference; + path = WORepetition.api; + refType = 4; + sourceTree = ""; + }; + AD084C36073937CA00D0679C = { + fileRef = AD084C35073937CA00D0679C; + isa = PBXBuildFile; + settings = { + }; + }; + AD084C37073937DE00D0679C = { + explicitFileType = text.xml; + fileEncoding = 4; + indentWidth = 2; + isa = PBXFileReference; + path = WOSetCursor.api; + refType = 4; + sourceTree = ""; + }; + AD084C38073937DE00D0679C = { + fileRef = AD084C37073937DE00D0679C; + isa = PBXBuildFile; + settings = { + }; + }; + AD084C39073937F400D0679C = { + explicitFileType = text.xml; + fileEncoding = 4; + indentWidth = 2; + isa = PBXFileReference; + path = WOCheckBox.api; + refType = 4; + sourceTree = ""; + }; + AD084C3A073937F400D0679C = { + fileRef = AD084C39073937F400D0679C; + isa = PBXBuildFile; + settings = { + }; + }; + AD084C3B073937FE00D0679C = { + explicitFileType = text.xml; + fileEncoding = 4; + indentWidth = 2; + isa = PBXFileReference; + path = WOCheckBoxList.api; + refType = 4; + sourceTree = ""; + }; + AD084C3C073937FE00D0679C = { + fileRef = AD084C3B073937FE00D0679C; + isa = PBXBuildFile; + settings = { + }; + }; + AD084C3D0739380E00D0679C = { + explicitFileType = text.xml; + fileEncoding = 4; + indentWidth = 2; + isa = PBXFileReference; + path = WOFileUpload.api; + refType = 4; + sourceTree = ""; + }; + AD084C3E0739380E00D0679C = { + fileRef = AD084C3D0739380E00D0679C; + isa = PBXBuildFile; + settings = { + }; + }; + AD084C3F0739381C00D0679C = { + explicitFileType = text.xml; + fileEncoding = 4; + indentWidth = 2; + isa = PBXFileReference; + path = WOForm.api; + refType = 4; + sourceTree = ""; + }; + AD084C400739381C00D0679C = { + fileRef = AD084C3F0739381C00D0679C; + isa = PBXBuildFile; + settings = { + }; + }; + AD084C410739382500D0679C = { + explicitFileType = text.xml; + fileEncoding = 4; + indentWidth = 2; + isa = PBXFileReference; + path = WOHiddenField.api; + refType = 4; + sourceTree = ""; + }; + AD084C420739382500D0679C = { + fileRef = AD084C410739382500D0679C; + isa = PBXBuildFile; + settings = { + }; + }; + AD084C430739382F00D0679C = { + explicitFileType = text.xml; + fileEncoding = 4; + indentWidth = 2; + isa = PBXFileReference; + path = WOImageButton.api; + refType = 4; + sourceTree = ""; + }; + AD084C440739382F00D0679C = { + fileRef = AD084C430739382F00D0679C; + isa = PBXBuildFile; + settings = { + }; + }; + AD084C470739384300D0679C = { + explicitFileType = text.xml; + fileEncoding = 4; + indentWidth = 2; + isa = PBXFileReference; + path = WOPasswordField.api; + refType = 4; + sourceTree = ""; + }; + AD084C480739384300D0679C = { + fileRef = AD084C470739384300D0679C; + isa = PBXBuildFile; + settings = { + }; + }; + AD084C490739384E00D0679C = { + explicitFileType = text.xml; + fileEncoding = 4; + indentWidth = 2; + isa = PBXFileReference; + path = WOPopUpButton.api; + refType = 4; + sourceTree = ""; + }; + AD084C4A0739384E00D0679C = { + fileRef = AD084C490739384E00D0679C; + isa = PBXBuildFile; + settings = { + }; + }; + AD084C4B0739385700D0679C = { + explicitFileType = text.xml; + fileEncoding = 4; + indentWidth = 2; + isa = PBXFileReference; + path = WORadioButton.api; + refType = 4; + sourceTree = ""; + }; + AD084C4C0739385700D0679C = { + fileRef = AD084C4B0739385700D0679C; + isa = PBXBuildFile; + settings = { + }; + }; + AD084C4D0739385F00D0679C = { + explicitFileType = text.xml; + fileEncoding = 4; + indentWidth = 2; + isa = PBXFileReference; + path = WORadioButtonList.api; + refType = 4; + sourceTree = ""; + }; + AD084C4E0739385F00D0679C = { + fileRef = AD084C4D0739385F00D0679C; + isa = PBXBuildFile; + settings = { + }; + }; + AD084C4F0739386900D0679C = { + explicitFileType = text.xml; + fileEncoding = 4; + indentWidth = 2; + isa = PBXFileReference; + path = WOResetButton.api; + refType = 4; + sourceTree = ""; + }; + AD084C500739386900D0679C = { + fileRef = AD084C4F0739386900D0679C; + isa = PBXBuildFile; + settings = { + }; + }; + AD084C510739387E00D0679C = { + explicitFileType = text.xml; + fileEncoding = 4; + indentWidth = 2; + isa = PBXFileReference; + path = WOSubmitButton.api; + refType = 4; + sourceTree = ""; + }; + AD084C520739387E00D0679C = { + fileRef = AD084C510739387E00D0679C; + isa = PBXBuildFile; + settings = { + }; + }; + AD084C530739388800D0679C = { + explicitFileType = text.xml; + fileEncoding = 4; + indentWidth = 2; + isa = PBXFileReference; + path = WOText.api; + refType = 4; + sourceTree = ""; + }; + AD084C540739388800D0679C = { + fileRef = AD084C530739388800D0679C; + isa = PBXBuildFile; + settings = { + }; + }; + AD084C550739388F00D0679C = { + explicitFileType = text.xml; + fileEncoding = 4; + indentWidth = 2; + isa = PBXFileReference; + path = WOTextField.api; + refType = 4; + sourceTree = ""; + }; + AD084C560739388F00D0679C = { + fileRef = AD084C550739388F00D0679C; + isa = PBXBuildFile; + settings = { + }; + }; + AD084C57073938A100D0679C = { + explicitFileType = text.xml; + fileEncoding = 4; + indentWidth = 2; + isa = PBXFileReference; + path = WOHyperlink.api; + refType = 4; + sourceTree = ""; + }; + AD084C58073938A100D0679C = { + fileRef = AD084C57073938A100D0679C; + isa = PBXBuildFile; + settings = { + }; + }; + AD084C59073938AB00D0679C = { + explicitFileType = text.xml; + fileEncoding = 4; + indentWidth = 2; + isa = PBXFileReference; + path = WOImage.api; + refType = 4; + sourceTree = ""; + }; + AD084C5A073938AB00D0679C = { + fileRef = AD084C59073938AB00D0679C; + isa = PBXBuildFile; + settings = { + }; + }; AD0CFDA60721A76A00E72147 = { fileEncoding = 5; indentWidth = 2; @@ -185,7 +785,6 @@ buildPhases = ( ); buildSettings = { - OPTIMIZATION_CFLAGS = ""; OTHER_CFLAGS = ""; OTHER_LDFLAGS = ""; OTHER_REZFLAGS = ""; @@ -207,7 +806,6 @@ buildPhases = ( ); buildSettings = { - OPTIMIZATION_CFLAGS = ""; OTHER_CFLAGS = ""; OTHER_LDFLAGS = ""; OTHER_REZFLAGS = ""; @@ -276,7 +874,6 @@ AD20BB060737E529002A6594, ); buildSettings = { - OPTIMIZATION_CFLAGS = ""; OTHER_CFLAGS = ""; OTHER_LDFLAGS = ""; OTHER_REZFLAGS = ""; @@ -332,7 +929,6 @@ AD20BB0F0737E5AC002A6594, ); buildSettings = { - OPTIMIZATION_CFLAGS = ""; OTHER_CFLAGS = ""; OTHER_LDFLAGS = ""; OTHER_REZFLAGS = ""; @@ -795,6 +1391,43 @@ ADFE563A06E2493E006628C4, ADFE6F7706E27365006628C4, ADFE6F9006E27365006628C4, + AD084B1107392B0200D0679C, + AD084B3707392C2500D0679C, + AD084B3907392C3300D0679C, + AD084B3B07392C4D00D0679C, + AD084B3D07392CA700D0679C, + AD084B3F07392CB700D0679C, + AD084B4107392CD900D0679C, + AD084B4307392CEF00D0679C, + AD084B4507392CFB00D0679C, + AD084B4907392D2300D0679C, + AD084B4B07392D3600D0679C, + AD084B4D07392D4B00D0679C, + AD084B4F07392D5B00D0679C, + AD084B5107392D6800D0679C, + AD084B5307392D7600D0679C, + AD084B5507392D7F00D0679C, + AD084B5707392D8E00D0679C, + AD084B5907392D9D00D0679C, + AD084C34073937BA00D0679C, + AD084C36073937CA00D0679C, + AD084C38073937DE00D0679C, + AD084C3A073937F400D0679C, + AD084C3C073937FE00D0679C, + AD084C3E0739380E00D0679C, + AD084C400739381C00D0679C, + AD084C420739382500D0679C, + AD084C440739382F00D0679C, + AD084C480739384300D0679C, + AD084C4A0739384E00D0679C, + AD084C4C0739385700D0679C, + AD084C4E0739385F00D0679C, + AD084C500739386900D0679C, + AD084C520739387E00D0679C, + AD084C540739388800D0679C, + AD084C560739388F00D0679C, + AD084C58073938A100D0679C, + AD084C5A073938AB00D0679C, ); isa = PBXResourcesBuildPhase; runOnlyForDeploymentPostprocessing = 0; @@ -1479,6 +2112,7 @@ children = ( ADFE53B106E2493C006628C4, ADFE6F9806E273AC006628C4, + AD084B1407392B0700D0679C, ADFE713D06E27F0E006628C4, ADFE713106E27E48006628C4, ADFE713406E27E91006628C4, diff --git a/sope-appserver/NGObjWeb/Version b/sope-appserver/NGObjWeb/Version index 9d127a4e..d6798e53 100644 --- a/sope-appserver/NGObjWeb/Version +++ b/sope-appserver/NGObjWeb/Version @@ -1,6 +1,6 @@ # version file -SUBMINOR_VERSION:=82 +SUBMINOR_VERSION:=83 # v4.3.42 requires libNGExtensions v4.3.116 # v4.3.40 requires libNGExtensions v4.3.115