Skip to content

Commit

Permalink
Change Rest path to editor
Browse files Browse the repository at this point in the history
  • Loading branch information
AnuGayan committed Jul 9, 2019
1 parent e840991 commit 8bd6b77
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
service = Microservice.class,
immediate = true
)
@Path("/server")
@Path("/editor")
public class EditorMicroservice implements Microservice {
private static final Logger log = LoggerFactory.getLogger(EditorMicroservice.class);
private static final String FILE_SEPARATOR = "file.separator";
Expand Down
17 changes: 2 additions & 15 deletions components/si-tooling-distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -878,27 +878,14 @@
<phase>install</phase>
<configuration>
<target>
<!--<delete dir="target/archive-tmp"/>-->
<!--<delete dir="target/dependency-maven-plugin-markers"/>-->
<!--<delete dir="target/org.eclipse.equinox.executable-3.5.0.v20110530-7P7NFUFFLWUl76mart"/>-->
<!--<delete dir="target/p2-repo"/>-->
<!--&lt;!&ndash; Figure out a way to delete tmp.* files &ndash;&gt;-->
<!--<delete file="target/tmp"/>-->
<!--<delete dir="target/carbon-analytics"/>-->
<!--<delete dir="target/antrun"/>-->
<delete dir="target/archive-tmp"/>
<delete dir="target/dependency-maven-plugin-markers"/>
<delete dir="target/org.eclipse.equinox.executable-3.5.0.v20110530-7P7NFUFFLWUl76mart"/>
<delete dir="target/p2-repo"/>
<!-- Figure out a way to delete tmp.* files -->
<delete file="target/tmp"/>
<delete dir="target/wso2carbon-kernel-${carbon.kernel.version}"/>
<delete dir="target/carbon-analytics"/>
<delete dir="target/antrun"/>
<delete dir="target/maven-shared-archive-resources"/>
<delete dir="target/findbugs"/>
<delete file="target/checkstyle-cachefile"/>
<delete file="target/checkstyle-checker.xml"/>
<delete file="target/checkstyle-result.xml"/>
<delete file="target/checkstyle-suppressions.xml"/>
</target>
</configuration>
<goals>
Expand Down

0 comments on commit 8bd6b77

Please sign in to comment.