Failure in tools plugin build: ECS not available!
https://sourceforge.net/tracker/?func=detail&aid=2700937&group_id=176962&atid=879334
This commit is contained in:
parent
206c7bf4fd
commit
e8c554fb89
|
@ -1,4 +1,4 @@
|
||||||
source.tools.jar = src/
|
source.tools.jar = src/,build/
|
||||||
bin.includes = META-INF/,\
|
bin.includes = META-INF/,\
|
||||||
lib/jstl.jar,\
|
lib/jstl.jar,\
|
||||||
lib/Verisign.jar,\
|
lib/Verisign.jar,\
|
||||||
|
|
|
@ -111,7 +111,7 @@
|
||||||
<buildPlugin workspaceDirectory=".."
|
<buildPlugin workspaceDirectory=".."
|
||||||
projectName="${executeProjectSet.project.name}"
|
projectName="${executeProjectSet.project.name}"
|
||||||
targetPlatformId="target.platform"
|
targetPlatformId="target.platform"
|
||||||
destination="${env.ADEMPIERE_ROOT}/Adempiere/osgi"
|
destination="lib"
|
||||||
buildSourceJar="false"
|
buildSourceJar="false"
|
||||||
clean="no"/>
|
clean="no"/>
|
||||||
</ant4eclipse:forEachProject>
|
</ant4eclipse:forEachProject>
|
||||||
|
|
Loading…
Reference in New Issue