My favorites
|
Sign in
kcode
Sample code projects
Project Home
Downloads
Wiki
Issues
Source
Checkout
|
Browse
|
Changes
|
r76
Source path:
svn
/
trunk
/
osgi
/
build.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<!-- Builds both client and service. Projects can also be built indpendently using the build files in each project's directory. -->
<project name="OSGi Hello World Spec" default="usage" basedir=".">
<target name="build.all">
<ant antfile="./spec/build.xml" inheritall="false"/>
<ant antfile="./service/build.xml" inheritall="false"/>
<ant antfile="./service2/build.xml" inheritall="false"/>
<ant antfile="./client/build.xml" inheritall="false" />
</target>
<target name="clean.all">
<ant antfile="./spec/build.xml" target="clean" inheritall="false"/>
<ant antfile="./service/build.xml" target="clean" inheritall="false"/>
<ant antfile="./service2/build.xml" target="clean" inheritall="false"/>
<ant antfile="./client/build.xml" target="clean" inheritall="false" />
</target>
<target name="usage">
<echo message=""/>
<echo message="Master HelloWorldSpec OSGi Build Script"/>
<echo message="-----------------------------------------"/>
<echo message=""/>
<echo message="Among the available targets are:"/>
<echo message=""/>
<echo message=" clean.all --> Clean the spec, service, service2, and client project directories"/>
<echo message=" build.all --> Build the spec, service, service2, and client projects."/>
<echo message=""/>
<echo message="To run individual builds:"/>
<echo message=""/>
<echo message=" Spec -> run the build.xml in the spec project directory"/>
<echo message=" Service -> run the build.xml in the service project directory"/>
<echo message=" Service2 -> run the build.xml in the service2 project directory"/>
<echo message=" Client -> run the build.xml in the client project directory"/>
<echo message=""/>
<echo message="-----------------------------------------"/>
</target>
</project>
Show details
Hide details
Change log
r15
by pragkirk on Apr 30, 2008
Diff
Initial Version of HelloWorldSpec and Spring
Go to:
/trunk/osgi/build.xml
/trunk/osgi/cache
...che/HelloWorldSpecSpring/bundle0
...orldSpecSpring/bundle0/bundle.id
...che/HelloWorldSpecSpring/bundle1
...orldSpecSpring/bundle1/bundle.id
...ecSpring/bundle1/bundle.location
...Spring/bundle1/bundle.startlevel
...rldSpecSpring/bundle1/version0.0
...ring/bundle1/version0.0/embedded
...pecSpring/bundle1/version0.0/lib
...le1/version0.0/revision.location
...rldSpecSpring/bundle10/bundle.id
...ing/bundle10/bundle.lastmodified
...cSpring/bundle10/bundle.location
...pring/bundle10/bundle.startlevel
...SpecSpring/bundle10/bundle.state
...ldSpecSpring/bundle10/version0.0
...g/bundle10/version0.0/bundle.jar
...ing/bundle10/version0.0/embedded
...e10/version0.0/revision.location
...rldSpecSpring/bundle11/bundle.id
...cSpring/bundle11/bundle.location
...pring/bundle11/bundle.startlevel
...SpecSpring/bundle11/bundle.state
...ing/bundle11/version0.0/embedded
...rldSpecSpring/bundle12/bundle.id
...ing/bundle12/bundle.lastmodified
...cSpring/bundle12/bundle.location
...pring/bundle12/bundle.startlevel
...SpecSpring/bundle12/bundle.state
...ldSpecSpring/bundle12/version0.0
...g/bundle12/version0.0/bundle.jar
...ing/bundle12/version0.0/embedded
...e12/version0.0/revision.location
...ing/bundle14/bundle.lastmodified
...cSpring/bundle14/bundle.location
...g/bundle14/version0.0/bundle.jar
...ing/bundle14/version0.0/embedded
...ecSpring/bundle14/version0.0/lib
...e14/version0.0/revision.location
...rldSpecSpring/bundle15/bundle.id
...cSpring/bundle15/bundle.location
...SpecSpring/bundle15/bundle.state
...ldSpecSpring/bundle15/version0.0
...g/bundle15/version0.0/bundle.jar
...ing/bundle15/version0.0/embedded
...ecSpring/bundle15/version0.0/lib
...e15/version0.0/revision.location
...he/HelloWorldSpecSpring/bundle16
Project members,
sign in
to write a code review
Older revisions
All revisions of this file
File info
Size: 1830 bytes, 38 lines
View raw file
File properties
svn:executable
Hosted by