Skip to content

Commit

Permalink
Remove unsupported JBoss AS 5/6 installation script
Browse files Browse the repository at this point in the history
  • Loading branch information
jharting committed Mar 16, 2013
1 parent 88755ce commit 7125cef
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 288 deletions.
File renamed without changes.
8 changes: 0 additions & 8 deletions jboss-as/build.xml

This file was deleted.

10 changes: 0 additions & 10 deletions jboss-as/jboss-as-6/build.properties

This file was deleted.

262 changes: 0 additions & 262 deletions jboss-as/jboss-as-6/pom.xml

This file was deleted.

2 changes: 1 addition & 1 deletion jboss-as/jboss-as-7/pom.xml → jboss-as/pom.xml
Expand Up @@ -10,7 +10,7 @@
<groupId>org.jboss.weld</groupId>
<artifactId>weld-core-parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
<relativePath>../pom.xml</relativePath>
</parent>

<name>JBoss AS7 Updater</name>
Expand Down
8 changes: 1 addition & 7 deletions pom.xml
Expand Up @@ -575,13 +575,7 @@
<profile>
<id>update-jboss-as</id>
<modules>
<module>jboss-as/jboss-as-7</module>
</modules>
</profile>
<profile>
<id>update-jboss-as6</id>
<modules>
<module>jboss-as/jboss-as-6</module>
<module>jboss-as</module>
</modules>
</profile>
<profile>
Expand Down

0 comments on commit 7125cef

Please sign in to comment.