Rename wise-doc to wise-editor.

This commit is contained in:
Paulo Veiga
2012-01-30 23:33:05 -03:00
parent 00ca42f7fe
commit 69b36bed75
47 changed files with 1674 additions and 1315 deletions

View File

@@ -9,7 +9,7 @@
<groupId>org.wisemapping</groupId>
<artifactId>wisemapping</artifactId>
<relativePath>../pom.xml</relativePath>
<version>1.0-SNAPSHOT</version>
<version>3.0-SNAPSHOT</version>
</parent>
<repositories>
@@ -31,13 +31,13 @@
<dependency>
<groupId>org.wisemapping</groupId>
<artifactId>core-js</artifactId>
<version>1.0-SNAPSHOT</version>
<version>3.0-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.wisemapping</groupId>
<artifactId>mindplot</artifactId>
<version>1.0-SNAPSHOT</version>
<version>3.0-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>

View File

@@ -219,7 +219,7 @@ h4 {
#waitingContainer .loadingIcon {
position: relative;
background: url(../images/loadingIcon.gif) no-repeat;
background: url(../images/rebota.gif) no-repeat;
top: 50%;
margin-top: -65px;
height: 100px;