Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Commands Generator, produces CSharp Openwire Command classes with mos…
…tly all the same functionality as the older hand hacked ones, plus all the correct Openwire Protocol values for v1-v5
- Loading branch information
Timothy A. Bish
committed
Jul 29, 2009
1 parent
c31b80e
commit 3b257ca54bba89e1d4bdda8bbb66ca80e185b09c
Showing
17 changed files
with
725 additions
and
116 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -29,7 +29,7 @@ | ||
|
||
public class AmqCSharpGeneratorTask extends Task { | ||
|
||
int maxVersion = 3; | ||
int maxVersion = 5; | ||
File source = new File("."); | ||
File target = new File("."); | ||
|
||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.