diff --git a/.classpath b/.classpath index f6a74d0..cca1874 100644 --- a/.classpath +++ b/.classpath @@ -2,7 +2,7 @@ - + diff --git a/Bootswatch.mpr b/Bootswatch.mpr index f335fe4..c1f6f18 100644 Binary files a/Bootswatch.mpr and b/Bootswatch.mpr differ diff --git a/MxBootswatch.launch b/MxBootswatch.launch index ac23eb9..01de81a 100644 --- a/MxBootswatch.launch +++ b/MxBootswatch.launch @@ -10,9 +10,9 @@ - + - + @@ -21,12 +21,12 @@ - - + + - + \ No newline at end of file diff --git a/dist/Bootswatch-4.0.mpk b/dist/Bootswatch-4.0.mpk new file mode 100644 index 0000000..6700588 Binary files /dev/null and b/dist/Bootswatch-4.0.mpk differ diff --git a/javasource/administration/proxies/Account.java b/javasource/administration/proxies/Account.java index 5537209..56b1b2f 100644 --- a/javasource/administration/proxies/Account.java +++ b/javasource/administration/proxies/Account.java @@ -25,7 +25,18 @@ public class Account extends system.proxies.User */ public enum MemberNames { - FullName("FullName"); + FullName("FullName"), + Name("Name"), + Password("Password"), + LastLogin("LastLogin"), + Blocked("Blocked"), + Active("Active"), + FailedLogins("FailedLogins"), + WebServiceUser("WebServiceUser"), + IsAnonymous("IsAnonymous"), + UserRoles("System.UserRoles"), + User_Language("System.User_Language"), + User_TimeZone("System.User_TimeZone"); private String metaName; diff --git a/javasource/bootswatch/proxies/Theme.java b/javasource/bootswatch/proxies/Theme.java index 268ab52..570ba36 100644 --- a/javasource/bootswatch/proxies/Theme.java +++ b/javasource/bootswatch/proxies/Theme.java @@ -28,7 +28,13 @@ public enum MemberNames PreviewUrl("PreviewUrl"), ThemeName("ThemeName"), TagLine("TagLine"), - DevicePreview("DevicePreview"); + DevicePreview("DevicePreview"), + PublicThumbnailPath("PublicThumbnailPath"), + FileID("FileID"), + Name("Name"), + DeleteAfterDownload("DeleteAfterDownload"), + Contents("Contents"), + HasContents("HasContents"); private String metaName; diff --git a/javasource/bootswatch/proxies/ThemePackage.java b/javasource/bootswatch/proxies/ThemePackage.java index 0d01fbb..cc82c66 100644 --- a/javasource/bootswatch/proxies/ThemePackage.java +++ b/javasource/bootswatch/proxies/ThemePackage.java @@ -27,6 +27,11 @@ public enum MemberNames { Minified("Minified"), Defaulttheme("Defaulttheme"), + FileID("FileID"), + Name("Name"), + DeleteAfterDownload("DeleteAfterDownload"), + Contents("Contents"), + HasContents("HasContents"), ThemePackage_Theme("Bootswatch.ThemePackage_Theme"); private String metaName; diff --git a/javasource/system/proxies/Image.java b/javasource/system/proxies/Image.java index 05e8c17..5944b07 100644 --- a/javasource/system/proxies/Image.java +++ b/javasource/system/proxies/Image.java @@ -25,7 +25,12 @@ public class Image extends system.proxies.FileDocument */ public enum MemberNames { - PublicThumbnailPath("PublicThumbnailPath"); + PublicThumbnailPath("PublicThumbnailPath"), + FileID("FileID"), + Name("Name"), + DeleteAfterDownload("DeleteAfterDownload"), + Contents("Contents"), + HasContents("HasContents"); private String metaName; diff --git a/javasource/system/proxies/SoapFault.java b/javasource/system/proxies/SoapFault.java index b398b7d..8282c0f 100644 --- a/javasource/system/proxies/SoapFault.java +++ b/javasource/system/proxies/SoapFault.java @@ -29,7 +29,10 @@ public enum MemberNames Reason("Reason"), Node("Node"), Role("Role"), - Detail("Detail"); + Detail("Detail"), + ErrorType("ErrorType"), + Message("Message"), + Stacktrace("Stacktrace"); private String metaName;