* change version to 1.0.0.qualifier.

* modify a4eclipse macro to build with debug=true.
This commit is contained in:
Heng Sin Low 2010-07-15 03:04:26 +08:00
parent 8aeb5689c2
commit 456b168e9b
3 changed files with 4 additions and 4 deletions

View File

@ -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,

View File

@ -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,\

View File

@ -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" />