* change version to 1.0.0.qualifier.
* modify a4eclipse macro to build with debug=true.
This commit is contained in:
parent
8aeb5689c2
commit
456b168e9b
|
@ -2,7 +2,7 @@ Manifest-Version: 1.0
|
|||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: org.adempiere.tools
|
||||
Bundle-SymbolicName: org.adempiere.tools
|
||||
Bundle-Version: 0.0.0.1
|
||||
Bundle-Version: 1.0.0.qualifier
|
||||
Eclipse-BuddyPolicy: dependent
|
||||
Bundle-ClassPath: tools.jar,
|
||||
lib/jstl.jar,
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
source.tools.jar = src/
|
||||
output.tools.jar = build
|
||||
output.tools.jar = build/
|
||||
bin.includes = META-INF/,\
|
||||
lib/jstl.jar,\
|
||||
lib/Verisign.jar,\
|
||||
|
|
|
@ -161,8 +161,8 @@
|
|||
<mkdir dir="${buildPlugin.default.output.directory}" />
|
||||
<javac destdir="${buildPlugin.default.output.directory}"
|
||||
compiler="org.ant4eclipse.ant.jdt.ecj.JDTCompilerAdapter"
|
||||
source="1.5"
|
||||
target="1.5">
|
||||
source="1.6" debug="true"
|
||||
target="1.6">
|
||||
|
||||
<src refid="buildPlugin.source.directories.path" />
|
||||
<bootclasspath refid="buildPlugin.boot.classpath.path" />
|
||||
|
|
Loading…
Reference in New Issue