Skip to content

Commit

Permalink
QCADOOINTERNAL-531 remove jetty & default profile
Browse files Browse the repository at this point in the history
  • Loading branch information
krna committed Jun 7, 2017
1 parent 126fc1d commit 9329b7c
Show file tree
Hide file tree
Showing 11 changed files with 1 addition and 533 deletions.
1 change: 0 additions & 1 deletion .gitignore
Expand Up @@ -13,7 +13,6 @@ mes-application/src/main/webapp/js/qcd.all.js
release.properties
pom.xml.releaseBackup
bin
mes-application/src/main/webapp/WEB-INF/jsp
txt
*.iml
.idea/
16 changes: 0 additions & 16 deletions mes-application/conf/default/app.properties

This file was deleted.

13 changes: 0 additions & 13 deletions mes-application/conf/default/connectors.properties

This file was deleted.

12 changes: 0 additions & 12 deletions mes-application/conf/default/db.properties

This file was deleted.

204 changes: 0 additions & 204 deletions mes-application/conf/default/log4j.xml

This file was deleted.

14 changes: 0 additions & 14 deletions mes-application/conf/default/mail.properties

This file was deleted.

2 changes: 0 additions & 2 deletions mes-application/conf/default/mailing.properties

This file was deleted.

2 changes: 0 additions & 2 deletions mes-application/conf/default/report.properties

This file was deleted.

44 changes: 0 additions & 44 deletions mes-application/pom.xml
Expand Up @@ -332,50 +332,6 @@
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.mortbay.jetty</groupId>
<artifactId>maven-jetty-plugin</artifactId>
<version>${jetty.version}</version>
<configuration>
<scanTargets>
<scanTarget>driver/</scanTarget>
</scanTargets>
<systemProperties>
<systemProperty>
<name>QCADOO_CONF</name>
<value>${basedir}/conf/${profile.name}</value>
</systemProperty>
<systemProperty>
<name>QCADOO_LOG</name>
<value>${basedir}/target/logs</value>
</systemProperty>
<systemProperty>
<name>QCADOO_PLUGINS_TMP_PATH</name>
<value>${basedir}/target/tmp</value>
</systemProperty>
<systemProperty>
<name>QCADOO_PLUGINS_PATH</name>
<value>${basedir}/target/lib</value>
</systemProperty>
<systemProperty>
<name>QCADOO_WEBAPP_PATH</name>
<value>${basedir}/src/main/webapp</value>
</systemProperty>
<systemProperty>
<name>QCADOO_RESTART_CMD</name>
<value>${basedir}/restart.sh</value>
</systemProperty>
</systemProperties>
<webAppConfig>
<contextPath>/</contextPath>
<baseResource implementation="org.mortbay.resource.ResourceCollection">
<resourcesAsCSV>
${basedir}/src/main/webapp;
</resourcesAsCSV>
</baseResource>
</webAppConfig>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
Expand Down

0 comments on commit 9329b7c

Please sign in to comment.