Project

General

Profile

Download (455 Bytes) Statistics
| Branch: | Revision:

git_sitools_idoc / flarecast / workspace / org.restlet.ext.solr / build / build.xml @ master

1
<!DOCTYPE project [
2
<!ENTITY struct  SYSTEM "struct.xml">
3
<!ENTITY taskdef SYSTEM "taskdef.xml">
4
<!ENTITY targets SYSTEM "targets.xml"> 
5
]>
6

    
7
<project name="org.restlet.ext.solr.build" default="build-ext_solr" basedir="..">
8

    
9
        &struct;
10
        <!-- Import des tasks -->
11
        &taskdef;
12
        <!-- Import des targets -->
13
        &targets;
14
        
15
        <target name="build-ext_solr" depends="prepare-ext_solr,compile-ext_solr,jar-ext_solr,cleanup-ext_solr,deploy-jar-ext_solr" />
16

    
17
</project>
18