Skip to content

Commit

Permalink
Sync with latest Java client library.
Browse files Browse the repository at this point in the history
Due to library url change fix maven path.
Specialized Android target.
  • Loading branch information
zapov committed Sep 2, 2014
1 parent bef8194 commit e7fb636
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/com/dslplatform/compiler/client/parameters/Targets.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ public enum Targets implements CompileParameter, ParameterParser {
};

public static enum Option {
JAVA_CLIENT("java_client", "Java client", "Java", new CompileJavaClient("Java client", "java-client", "java_client", "dsl-client-http-apache", "./generated-model-java.jar"), true),
ANDORID("android", "Android", "Java", new CompileJavaClient("Android", "android", "android", "dsl-client-http-android", "./generated-model-android.jar"), true),
JAVA_CLIENT("java_client", "Java client", "Java", new CompileJavaClient("Java client", "java-client", "java_client", "dsl-client-java", "./generated-model-java.jar"), true),
ANDORID("android", "Android", "Android", new CompileJavaClient("Android", "java-client", "android", "dsl-client-java", "./generated-model-android.jar"), true),
REVENJ("revenj", "Revenj .NET server", "CSharpServer", new CompileRevenj(), false),
DOTNET_CLIENT("dotnet_client", ".NET client", "CSharpClient", new CompileCsClient(".NET client", "client", "dotnet_client", "./ClientModel.dll", DOTNET_CLIENT_DEPENDENCIES), false),
DOTNET_PORTABLE("dotnet_portable", ".NET portable", "CSharpPortable", new CompileCsClient(".NET portable", "portable", "dotnet_portable", "./PortableModel.dll", new String[0]), false),
Expand Down

0 comments on commit e7fb636

Please sign in to comment.