File tree Expand file tree Collapse file tree 4 files changed +22
-7
lines changed Expand file tree Collapse file tree 4 files changed +22
-7
lines changed Original file line number Diff line number Diff line change 1+ ant -f build.xml
2+ pause
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <project default =" buildAPI" basedir =" ." >
2+ <project default =" buildAPI" basedir =" .. " >
33
44 <property name =" version.num" value =" 0.1" />
55 <property name =" version.spec" value =" 1.0" />
1515 </target >
1616
1717 <target name =" compile" >
18- <javac srcdir =" ./src" destdir =" ./~bin" debug =" true" debuglevel =" lines,vars,source" >
18+ <javac srcdir =" ./src/de.taimos.gpsd4java/src " destdir =" ./~bin" debug =" true" debuglevel =" lines,vars,source" >
1919 <classpath >
20- <fileset dir =" ./lib" >
20+ <fileset dir =" ./src/de.taimos.gpsd4java/ lib" >
2121 <include name =" **/*.jar" />
2222 </fileset >
2323 </classpath >
4848 </jar >
4949
5050 <jar destfile =" ~package/${ jar.name } _${ version.num } _src.jar" basedir =" ./~bin" includes =" **/*.class" >
51- <fileset dir =" ./src" >
51+ <fileset dir =" ./src/de.taimos.gpsd4java/src " >
5252 <include name =" **/*" />
5353 </fileset >
5454 <manifest >
6969
7070 <target name =" package" >
7171 <copy todir =" ~package/src" >
72- <fileset dir =" src" >
72+ <fileset dir =" ./src/de.taimos.gpsd4java/ src" >
7373 <include name =" **/*" />
7474 </fileset >
7575 </copy >
76- <copy todir =" ~package" >
77- <fileset dir =" doc" >
76+ <copy todir =" ~package/doc " >
77+ <fileset dir =" ./ doc" >
7878 <include name =" **/*" />
7979 </fileset >
8080 </copy >
File renamed without changes.
Original file line number Diff line number Diff line change 1+ Copyright 2011 Thorsten H�ger, Taimos GmbH
2+
3+ Licensed under the Apache License, Version 2.0 (the "License");
4+ you may not use this file except in compliance with the License.
5+ You may obtain a copy of the License at
6+
7+ http://www.apache.org/licenses/LICENSE-2.0
8+
9+ Unless required by applicable law or agreed to in writing, software
10+ distributed under the License is distributed on an "AS IS" BASIS,
11+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+ See the License for the specific language governing permissions and
13+ limitations under the License.
You can’t perform that action at this time.
0 commit comments