Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
refactor(editor): Move editor into frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Eng committed Jul 23, 2016
1 parent 2c5c7f3 commit ba2d267
Show file tree
Hide file tree
Showing 246 changed files with 391 additions and 368 deletions.
24 changes: 1 addition & 23 deletions pom.xml
Expand Up @@ -653,12 +653,6 @@
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>org.zanata</groupId>
<artifactId>zanata-editor</artifactId>
<version>${project.version}</version>
</dependency>

<!-- zanata api -->
<dependency>
<groupId>org.zanata</groupId>
Expand Down Expand Up @@ -2149,7 +2143,7 @@
</profile>

<profile>
<id>build frontend module</id>
<id>build zanata-frontend module</id>
<activation>
<property>
<name>!excludeFrontend</name>
Expand All @@ -2163,22 +2157,6 @@
</modules>
</profile>

<!-- Make sure editor builds as part of the server build. -->
<profile>
<id>build zanata-editor module</id>
<activation>
<property>
<name>!excludeAlphaEditor</name>
</property>
</activation>
<properties>
<required.maven>3.1.0</required.maven>
</properties>
<modules>
<module>zanata-editor</module>
</modules>
</profile>

<profile>
<id>victims</id>
<activation>
Expand Down
189 changes: 0 additions & 189 deletions zanata-editor/pom.xml

This file was deleted.

18 changes: 0 additions & 18 deletions zanata-editor/src/.gitignore

This file was deleted.

42 changes: 0 additions & 42 deletions zanata-editor/src/app/components/IconButtonToggle.js

This file was deleted.

32 changes: 0 additions & 32 deletions zanata-editor/src/app/components/TranslatingIndicator.js

This file was deleted.

20 changes: 20 additions & 0 deletions zanata-frontend/.gitignore
Expand Up @@ -3,3 +3,23 @@ node_modules/
# compiled resources
bundle.css
bundle.js

# frontend
src/frontend/dist
src/frontend/app/styles/atomic.css

# editor
build
node_modules
npm-debug.log

# files generated by `make storybook-static`, should never be checked in
storybook-static

# idea
*.idea/
*.iml
*.orig

# imdone task board
.imdone

0 comments on commit ba2d267

Please sign in to comment.