Skip to content

Commit

Permalink
Fix type id
Browse files Browse the repository at this point in the history
This commit improves the structure of the type id as it may be used by
third party clients. The id now defines the build system and the nature
of the project.

Fixes gh-39
  • Loading branch information
snicoll committed Oct 24, 2014
1 parent db9eaf4 commit 8f1ce31
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions initializr-service/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,19 +90,19 @@ initializr:
id: remote-shell
types:
- name: Maven POM
id: pom.xml
id: maven-build
default: false
action: /pom.xml
- name: Maven Project
id: starter.zip
id: maven-project
default: true
action: /starter.zip
- name: Gradle Config
id: build.gradle
id: gradle-build
default: false
action: /build.gradle
- name: Gradle Project
id: gradle.zip
id: gradle-project
default: false
action: /starter.zip
packagings:
Expand Down

0 comments on commit 8f1ce31

Please sign in to comment.