summaryrefslogtreecommitdiff
blob: 14143bad26b0cfcdaf6473cf3c315da98c36599f (plain)
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
39
40
41
42
43
44
45
46
47
48
49
50
--- a/plugins/maven-build.xml
+++ b/plugins/maven-build.xml
@@ -22,7 +22,6 @@
   <!-- ====================================================================== -->
 
   <target name="clean" description="Clean the output directory">
-    <ant antfile="build.xml" dir="codebehind" target="clean"/>
     <ant antfile="build.xml" dir="convention" target="clean"/>
     <ant antfile="build.xml" dir="config-browser" target="clean"/>
     <ant antfile="build.xml" dir="javatemplates" target="clean"/>
@@ -57,7 +56,6 @@
   <!-- ====================================================================== -->
 
   <target name="compile" description="Compile the code">
-    <ant antfile="build.xml" dir="codebehind" target="compile"/>
     <ant antfile="build.xml" dir="convention" target="compile"/>
     <ant antfile="build.xml" dir="config-browser" target="compile"/>
     <ant antfile="build.xml" dir="javatemplates" target="compile"/>
@@ -92,7 +90,6 @@
   <!-- ====================================================================== -->
 
   <target name="compile-tests" description="Compile the test code">
-    <ant antfile="build.xml" dir="codebehind" target="compile-tests"/>
     <ant antfile="build.xml" dir="convention" target="compile-tests"/>
     <ant antfile="build.xml" dir="config-browser" target="compile-tests"/>
     <ant antfile="build.xml" dir="javatemplates" target="compile-tests"/>
@@ -127,7 +124,6 @@
   <!-- ====================================================================== -->
 
   <target name="test" description="Run the test cases">
-    <ant antfile="build.xml" dir="codebehind" target="test"/>
     <ant antfile="build.xml" dir="convention" target="test"/>
     <ant antfile="build.xml" dir="config-browser" target="test"/>
     <ant antfile="build.xml" dir="javatemplates" target="test"/>
@@ -162,7 +158,6 @@
   <!-- ====================================================================== -->
 
   <target name="javadoc" description="Generates the Javadoc of the application">
-    <ant antfile="build.xml" dir="codebehind" target="javadoc"/>
     <ant antfile="build.xml" dir="convention" target="javadoc"/>
     <ant antfile="build.xml" dir="config-browser" target="javadoc"/>
     <ant antfile="build.xml" dir="javatemplates" target="javadoc"/>
@@ -197,7 +192,6 @@
   <!-- ====================================================================== -->
 
   <target name="package" description="Package the application">
-    <ant antfile="build.xml" dir="codebehind" target="package"/>
     <ant antfile="build.xml" dir="convention" target="package"/>
     <ant antfile="build.xml" dir="config-browser" target="package"/>
     <ant antfile="build.xml" dir="javatemplates" target="package"/>