summaryrefslogtreecommitdiff
path: root/java/src/IceInternal/PropertyNames.java
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2013-01-24 23:10:22 +0100
committerJose <jose@zeroc.com>2013-01-24 23:10:22 +0100
commit47cc21ee10c01fee3f5643a54baa9fff6e1f2cc0 (patch)
treec32cc6957025399fb9b202e61f44f844bc890811 /java/src/IceInternal/PropertyNames.java
parentFix VS2010 compilation warning (diff)
downloadice-47cc21ee10c01fee3f5643a54baa9fff6e1f2cc0.tar.bz2
ice-47cc21ee10c01fee3f5643a54baa9fff6e1f2cc0.tar.xz
ice-47cc21ee10c01fee3f5643a54baa9fff6e1f2cc0.zip
Fixed (ICE-4993) - Inconsistent naming of IcePatch2 properties
Diffstat (limited to 'java/src/IceInternal/PropertyNames.java')
-rw-r--r--java/src/IceInternal/PropertyNames.java12
1 files changed, 8 insertions, 4 deletions
diff --git a/java/src/IceInternal/PropertyNames.java b/java/src/IceInternal/PropertyNames.java
index eaae142d07c..77eec82cfe0 100644
--- a/java/src/IceInternal/PropertyNames.java
+++ b/java/src/IceInternal/PropertyNames.java
@@ -8,7 +8,7 @@
// **********************************************************************
//
-// Generated by makeprops.py from file ./config/PropertyNames.xml, Fri Jan 18 16:16:35 2013
+// Generated by makeprops.py from file ./config/PropertyNames.xml, Thu Jan 24 22:31:36 2013
// IMPORTANT: Do not edit this file -- any edits made here will be lost!
@@ -562,17 +562,21 @@ public final class PropertyNames
new Property("IcePatch2\\.ThreadPool\\.Serialize", false, null),
new Property("IcePatch2\\.ThreadPool\\.ThreadIdleTime", false, null),
new Property("IcePatch2\\.ThreadPool\\.ThreadPriority", false, null),
- new Property("IcePatch2\\.ChunkSize", false, null),
+ new Property("IcePatch2\\.ChunkSize", true, "IcePatch2Client.ChunkSize"),
new Property("IcePatch2\\.Directory", false, null),
new Property("IcePatch2\\.InstanceName", false, null),
- new Property("IcePatch2\\.Remove", false, null),
- new Property("IcePatch2\\.Thorough", false, null),
+ new Property("IcePatch2\\.Remove", true, "IcePatch2Client.Remove"),
+ new Property("IcePatch2\\.Thorough", true, "IcePatch2Client.Thorough"),
null
};
public static final Property IcePatch2ClientProps[] =
{
+ new Property("IcePatch2Client\\.ChunkSize", false, null),
+ new Property("IcePatch2Client\\.Directory", false, null),
new Property("IcePatch2Client\\.Proxy", false, null),
+ new Property("IcePatch2Client\\.Remove", false, null),
+ new Property("IcePatch2Client\\.Thorough", false, null),
null
};