Skip to content

Commit

Permalink
Removed duplicated html5 Archetypes
Browse files Browse the repository at this point in the history
  • Loading branch information
rafabene committed Nov 29, 2013
1 parent 2d8d9fc commit 49134b9
Showing 1 changed file with 3 additions and 36 deletions.
39 changes: 3 additions & 36 deletions stacks.yaml
Expand Up @@ -20,7 +20,6 @@ licenses:
#metadatas
- &lastArchetypeRelease 7.1.3.Final
- &lastEAPArchetypeRelease 6.2.0-build-1
- &lastWFKArchetypeRelease 2.4.0-build-1
- &lastEAPBomRelease 6.2.0-build-7
- &lastWFKBomRelease 2.4.0-build-5
- &lastJDGBomRelease 6.2.0-redhat-1
Expand Down Expand Up @@ -1627,7 +1626,7 @@ availableArchetypes:
description: An archetype that generates a Java EE 6 application using HTML5, and JAX-RS to support both desktop and mobile web browsers
groupId: org.jboss.archetype.wfk
artifactId: jboss-html5-mobile-archetype
recommendedVersion: *lastWFKArchetypeRelease
recommendedVersion: *wfk24ArchetypeRelease
repositoryURL:

##################
Expand All @@ -1636,9 +1635,10 @@ availableArchetypes:
id: jboss-html5-mobile-archetype-wfk
name: Java EE 6 HTML5 Mobile Web Application
description: An archetype that generates a Java EE 6 application using HTML5, and JAX-RS to support both desktop and mobile web browsers
blank: *jboss-html5-mobile-blank-archetype-wfk
groupId: org.jboss.archetype.wfk
artifactId: jboss-html5-mobile-archetype
recommendedVersion: *lastWFKArchetypeRelease
recommendedVersion: *wfk24ArchetypeRelease
repositoryURL:


Expand Down Expand Up @@ -1800,39 +1800,6 @@ availableArchetypeVersions:
# H T M L 5 A R C H E T Y P E V E R S I O N S #
######################################################

- &jboss-html5-mobile-archetype-last-wfk
id: jboss-html5-mobile-archetype-last-wfk
archetype: *jboss-html5-mobile-archetype-wfk
version: *lastWFKArchetypeRelease
repositoryURL: "http://jboss-developer.github.io/temp-maven-repo/"
labels: {
additionalRepositories: {
"redhat-techpreview-all-repository": "http://maven.repository.redhat.com/techpreview/all/",
"contributor-repository": "http://jboss-developer.github.io/temp-maven-repo/",
},
essentialDependencies: ["org.jboss.bom.eap:jboss-javaee-6.0-with-tools:pom:6.2.0-build-5", "org.jboss.bom.eap:jboss-javaee-6.0-with-hibernate:pom:6.2.0-build-5"],
type: html5-mobile,
target: product,
environment: web-ee6,
}

- &jboss-html5-mobile-blank-archetype-last-wfk
id: jboss-html5-mobile-blank-archetype-last-wfk
archetype: *jboss-html5-mobile-blank-archetype-wfk
version: *lastWFKArchetypeRelease
repositoryURL: "http://jboss-developer.github.io/temp-maven-repo/"
labels: {
additionalRepositories: {
"redhat-techpreview-all-repository": "http://maven.repository.redhat.com/techpreview/all/",
"contributor-repository": "http://jboss-developer.github.io/temp-maven-repo/",
},
essentialDependencies: ["org.jboss.bom.eap:jboss-javaee-6.0-with-tools:pom:6.2.0-build-5", "org.jboss.bom.eap:jboss-javaee-6.0-with-hibernate:pom:6.2.0-build-5"],
type: html5-mobile,
target: product,
environment: web-ee6,
isBlank: true,
}

- &jboss-html5-mobile-archetype-wfk-24
id: jboss-html5-mobile-archetype-wfk-24
archetype: *jboss-html5-mobile-archetype-wfk
Expand Down

0 comments on commit 49134b9

Please sign in to comment.