Revision 77bc4e69
Added by Patrick Plitzner about 6 years ago
eu.etaxonomy.taxeditor.webapp/build.properties | ||
---|---|---|
1 |
source.. = src/main/java/,\
|
|
2 |
src/main/resources/
|
|
1 |
source.. = src/main/java/,\ |
|
2 |
src/main/resources/ |
|
3 | 3 |
bin.includes = META-INF/,\ |
4 | 4 |
.,\ |
5 | 5 |
lib/,\ |
... | ... | |
8 | 8 |
lib/mysql-connector-java-5.1.38.jar,\ |
9 | 9 |
lib/postgresql-9.4-1206-jdbc4.jar,\ |
10 | 10 |
lib/jdbc4-2.0.jar |
11 |
output.. = bin/ |
pom.xml | ||
---|---|---|
211 | 211 |
<version>${tycho.version}</version> |
212 | 212 |
<configuration> |
213 | 213 |
<environments> |
214 |
<environment>
|
|
215 |
<os>macosx</os>
|
|
216 |
<ws>cocoa</ws>
|
|
217 |
<arch>x86_64</arch>
|
|
218 |
</environment>
|
|
214 |
<!-- <environment> -->
|
|
215 |
<!-- <os>macosx</os> -->
|
|
216 |
<!-- <ws>cocoa</ws> -->
|
|
217 |
<!-- <arch>x86_64</arch> -->
|
|
218 |
<!-- </environment> -->
|
|
219 | 219 |
<environment> |
220 | 220 |
<os>win32</os> |
221 | 221 |
<ws>win32</ws> |
Also available in: Unified diff
ref #6539 Fix taxeditor build (temporary)