diff options
| author | Alan Conway <aconway@apache.org> | 2007-08-09 00:03:43 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2007-08-09 00:03:43 +0000 |
| commit | ba57e373864d44cfae17ec8c2c9de7a55f0b4113 (patch) | |
| tree | bb16616df6e2a48b9cf164a52ca30fa99f90e1fd /cpp/gentools/src/org/apache | |
| parent | b3eb629f662dc2df11ce3981a7c4cc8ab58a8c28 (diff) | |
| download | qpid-python-ba57e373864d44cfae17ec8c2c9de7a55f0b4113.tar.gz | |
Moved Proxy generation to rubygen.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@564051 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/gentools/src/org/apache')
| -rw-r--r-- | cpp/gentools/src/org/apache/qpid/gentools/Main.java | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cpp/gentools/src/org/apache/qpid/gentools/Main.java b/cpp/gentools/src/org/apache/qpid/gentools/Main.java index f1728ab290..74e1ce1ab9 100644 --- a/cpp/gentools/src/org/apache/qpid/gentools/Main.java +++ b/cpp/gentools/src/org/apache/qpid/gentools/Main.java @@ -233,10 +233,6 @@ public class Main { new File(tmplDir + Utils.fileSeparator + "AMQP_ServerOperations.h.tmpl"), new File(tmplDir + Utils.fileSeparator + "AMQP_ClientOperations.h.tmpl"), - new File(tmplDir + Utils.fileSeparator + "AMQP_ServerProxy.h.tmpl"), - new File(tmplDir + Utils.fileSeparator + "AMQP_ClientProxy.h.tmpl"), - new File(tmplDir + Utils.fileSeparator + "AMQP_ServerProxy.cpp.tmpl"), - new File(tmplDir + Utils.fileSeparator + "AMQP_ClientProxy.cpp.tmpl"), new File(tmplDir + Utils.fileSeparator + "AMQP_Constants.h.tmpl"), new File(tmplDir + Utils.fileSeparator + "AMQP_MethodVersionMap.h.tmpl"), new File(tmplDir + Utils.fileSeparator + "AMQP_MethodVersionMap.cpp.tmpl"), |
