Skip to content

Commit

Permalink
Revert "[WFLY-6779] added WISE feature code"
Browse files Browse the repository at this point in the history
  • Loading branch information
kabir committed Aug 30, 2016
1 parent 757ff67 commit da94402
Show file tree
Hide file tree
Showing 19 changed files with 1 addition and 626 deletions.
1 change: 0 additions & 1 deletion feature-pack/feature-pack-build.xml
Expand Up @@ -147,7 +147,6 @@
<filter pattern="lib/*" include="true" />
<filter pattern="*" include="false"/>
</copy-artifact>
<copy-artifact artifact="org.jboss.wise:wise-gwt-gui" to-location="modules/system/layers/base/org/wildfly/extension/wise/main/deployments/wise.war"/>
</copy-artifacts>
<mkdirs>
<dir name="domain/data/content"/>
Expand Down
16 changes: 0 additions & 16 deletions feature-pack/pom.xml
Expand Up @@ -2764,22 +2764,6 @@
<artifactId>picketlink-wildfly8</artifactId>
</dependency>

<dependency>
<groupId>org.wildfly</groupId>
<artifactId>wildfly-wise</artifactId>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
<groupId>org.jboss.wise</groupId>
<artifactId>wise-gwt-gui</artifactId>
<type>war</type>
</dependency>
</dependencies>

<profiles>
Expand Down
Expand Up @@ -33,6 +33,5 @@
<subsystem>undertow.xml</subsystem>
<subsystem>webservices.xml</subsystem>
<subsystem>weld.xml</subsystem>
<subsystem>wise.xml</subsystem>
</subsystems>
</config>
Expand Up @@ -30,6 +30,5 @@
<subsystem>undertow.xml</subsystem>
<subsystem>webservices.xml</subsystem>
<subsystem>weld.xml</subsystem>
<subsystem>wise.xml</subsystem>
</subsystems>
</config>

This file was deleted.

14 changes: 0 additions & 14 deletions pom.xml
Expand Up @@ -260,8 +260,6 @@
<!-- Location relative to root that will be used for the cached legacy classpaths used by subsystem-test and core-model-test-->
<org.jboss.model.test.classpath.cache>target/model-test-classpath-cache</org.jboss.model.test.classpath.cache>
<version.com.github.spullara.mustache>0.8.13</version.com.github.spullara.mustache>
<version.wise-gwt-gui>1.0.0.Final</version.wise-gwt-gui>

</properties>

<modules>
Expand Down Expand Up @@ -309,7 +307,6 @@
<module>servlet-feature-pack</module>
<module>webservices</module>
<module>weld</module>
<module>wise</module>
<module>xts</module>
<module>rts</module>
<module>testsuite/shared</module>
Expand Down Expand Up @@ -6088,17 +6085,6 @@
</exclusions>
</dependency>

<dependency>
<groupId>org.wildfly</groupId>
<artifactId>wildfly-wise</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.jboss.wise</groupId>
<artifactId>wise-gwt-gui</artifactId>
<version>${version.wise-gwt-gui}</version>
<type>war</type>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down
Expand Up @@ -31,13 +31,6 @@
<policy-module code="Delegating" flag="required"/>
</authorization>
</security-domain>
<security-domain name="wise-security-domain" cache-type="default">
<authentication>
<login-module code="RealmDirect" flag="required">
<module-option name="realm" value="ManagementRealm"/>
</login-module>
</authentication>
</security-domain>
<security-domain name="jaspitest" cache-type="default">
<authentication-jaspi>
<login-module-stack name="dummy">
Expand Down
2 changes: 1 addition & 1 deletion servlet-feature-pack/pom.xml
Expand Up @@ -376,6 +376,7 @@
<groupId>xalan</groupId>
<artifactId>xalan</artifactId>
</dependency>

</dependencies>

<build>
Expand Down Expand Up @@ -427,7 +428,6 @@
</execution>
</executions>
</plugin>

</plugins>
</build>

Expand Down
2 changes: 0 additions & 2 deletions wise/README.md

This file was deleted.

83 changes: 0 additions & 83 deletions wise/pom.xml

This file was deleted.

143 changes: 0 additions & 143 deletions wise/src/main/java/org/wildfly/extension/wise/WiseExtension.java

This file was deleted.

0 comments on commit da94402

Please sign in to comment.