summaryrefslogtreecommitdiff
blob: 27c101ddc5e0e946d806c51225f6359e01d58851 (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/apps/maven-build.xml
+++ b/apps/maven-build.xml
@@ -24,7 +24,6 @@
   <target name="clean" description="Clean the output directory">
     <ant antfile="build.xml" dir="blank" target="clean"/>
     <ant antfile="build.xml" dir="mailreader" target="clean"/>
-    <ant antfile="build.xml" dir="portlet" target="clean"/>
     <ant antfile="build.xml" dir="showcase" target="clean"/>
     <ant antfile="build.xml" dir="rest-showcase" target="clean"/>
   </target>
@@ -36,7 +35,6 @@
   <target name="compile" description="Compile the code">
     <ant antfile="build.xml" dir="blank" target="compile"/>
     <ant antfile="build.xml" dir="mailreader" target="compile"/>
-    <ant antfile="build.xml" dir="portlet" target="compile"/>
     <ant antfile="build.xml" dir="showcase" target="compile"/>
     <ant antfile="build.xml" dir="rest-showcase" target="compile"/>
   </target>
@@ -48,7 +46,6 @@
   <target name="compile-tests" description="Compile the test code">
     <ant antfile="build.xml" dir="blank" target="compile-tests"/>
     <ant antfile="build.xml" dir="mailreader" target="compile-tests"/>
-    <ant antfile="build.xml" dir="portlet" target="compile-tests"/>
     <ant antfile="build.xml" dir="showcase" target="compile-tests"/>
     <ant antfile="build.xml" dir="rest-showcase" target="compile-tests"/>
   </target>
@@ -60,7 +57,6 @@
   <target name="test" description="Run the test cases">
     <ant antfile="build.xml" dir="blank" target="test"/>
     <ant antfile="build.xml" dir="mailreader" target="test"/>
-    <ant antfile="build.xml" dir="portlet" target="test"/>
     <ant antfile="build.xml" dir="showcase" target="test"/>
     <ant antfile="build.xml" dir="rest-showcase" target="test"/>
   </target>
@@ -72,7 +68,6 @@
   <target name="javadoc" description="Generates the Javadoc of the application">
     <ant antfile="build.xml" dir="blank" target="javadoc"/>
     <ant antfile="build.xml" dir="mailreader" target="javadoc"/>
-    <ant antfile="build.xml" dir="portlet" target="javadoc"/>
     <ant antfile="build.xml" dir="showcase" target="javadoc"/>
     <ant antfile="build.xml" dir="rest-showcase" target="javadoc"/>
   </target>
@@ -84,7 +79,6 @@
   <target name="package" description="Package the application">
     <ant antfile="build.xml" dir="blank" target="package"/>
     <ant antfile="build.xml" dir="mailreader" target="package"/>
-    <ant antfile="build.xml" dir="portlet" target="package"/>
     <ant antfile="build.xml" dir="showcase" target="package"/>
     <ant antfile="build.xml" dir="rest-showcase" target="package"/>
   </target>