Skip to content

Commit

Permalink
Result of reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
koppor committed Oct 17, 2017
1 parent 8dcebb3 commit 051d35b
Showing 1 changed file with 18 additions and 12 deletions.
30 changes: 18 additions & 12 deletions org.eclipse.winery.repository.rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -139,15 +139,15 @@
<scope>compile</scope>
<exclusions>
<exclusion>
<groupId>org.jvnet</groupId>
<artifactId>mimepull</artifactId>
<groupId>org.jvnet</groupId>
<artifactId>mimepull</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.jvnet.mimepull</groupId>
<artifactId>mimepull</artifactId>
<version>1.9.4</version>
<groupId>org.jvnet.mimepull</groupId>
<artifactId>mimepull</artifactId>
<version>1.9.4</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down Expand Up @@ -442,7 +442,7 @@
</goals>
</pluginExecutionFilter>
<action>
<ignore />
<ignore/>
</action>
</pluginExecution>
<pluginExecution>
Expand Down Expand Up @@ -503,15 +503,21 @@
<id>default-cli</id>
<configuration>
<target>
<copy todir="${project.basedir}/src/main/webapp/WEB-INF/tags/common" overwrite="true">
<fileset dir="${project.basedir}/../org.eclipse.winery.topologymodeler/src/main/webapp/WEB-INF/tags/common" />
<copy todir="${project.basedir}/src/main/webapp/WEB-INF/tags/common"
overwrite="true">
<fileset
dir="${project.basedir}/../org.eclipse.winery.topologymodeler/src/main/webapp/WEB-INF/tags/common"/>
</copy>
<copy todir="${project.basedir}/src/main/webapp/jsp/shared" overwrite="true">
<fileset dir="${project.basedir}/../org.eclipse.winery.topologymodeler/src/main/webapp/jsp/shared" />
<fileset
dir="${project.basedir}/../org.eclipse.winery.topologymodeler/src/main/webapp/jsp/shared"/>
</copy>
<copy todir="${project.basedir}/src/main/webapp/WEB-INF" overwrite="true" file="${project.basedir}/../org.eclipse.winery.topologymodeler/src/main/webapp/WEB-INF/common-functions.tld" />
<copy todir="${project.basedir}/src/main/webapp/js" overwrite="true" file="${project.basedir}/../org.eclipse.winery.topologymodeler/src/main/webapp/js/winery-common-topologyrendering.js" />
<copy todir="${project.basedir}/src/main/webapp/js" overwrite="true" file="${project.basedir}/../org.eclipse.winery.topologymodeler/src/main/webapp/js/winery-support-common.js" />
<copy todir="${project.basedir}/src/main/webapp/WEB-INF" overwrite="true"
file="${project.basedir}/../org.eclipse.winery.topologymodeler/src/main/webapp/WEB-INF/common-functions.tld"/>
<copy todir="${project.basedir}/src/main/webapp/js" overwrite="true"
file="${project.basedir}/../org.eclipse.winery.topologymodeler/src/main/webapp/js/winery-common-topologyrendering.js"/>
<copy todir="${project.basedir}/src/main/webapp/js" overwrite="true"
file="${project.basedir}/../org.eclipse.winery.topologymodeler/src/main/webapp/js/winery-support-common.js"/>
</target>
</configuration>
<goals>
Expand Down

0 comments on commit 051d35b

Please sign in to comment.