Subversion Repositories SmartDukaan

Rev

Rev 1081 | Rev 1084 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1081 Rev 1082
Line 1... Line 1...
1
<?xml version="1.0"?>
1
<?xml version="1.0"?>
2
<project default="main">
2
<project default="compress" basedir=".">
3
	  
3
 
4
	<property name="message" 
4
	<property name="message" 
5
		value="Building the ContentCreation.war"/>
5
		value="Building the ContentCreation.war"/>
6
 
6
 
7
	<property name="localmessage" 
7
	<property name="localmessage" 
8
		value="Building and Deploying the ContentCreation.war"/>
8
		value="Building and Deploying the ContentCreation.war"/>
9
	<property name="compilemessage" 
9
	<property name="compilemessage" 
10
			value="Compiling ContentCreation.war"/>
10
			value="Compiling ContentCreation.war"/>
11
	
11
 
12
	<property name="thirdparty.location" value="../lib"/>
12
	<property name="thirdparty.location" value="../lib"/>
13
	
-
 
14
		    <path id="thirdparty.classpath">
-
 
15
		        <pathelement location="build/classes"/>
-
 
16
		        <pathelement location="${thirdparty.location}/readonly/apache/commons-collections-3.2.1/commons-collections-3.2.1.jar"/>
-
 
17
		        <pathelement location="${thirdparty.location}/readonly/apache/commons-fileupload-1.2.1/commons-fileupload-1.2.1.jar"/>
-
 
18
		        <pathelement location="${thirdparty.location}/readonly/apache/commons-io-1.3.2/commons-io-1.3.2.jar"/>
-
 
19
		        <pathelement location="${thirdparty.location}/readonly/apache/commons-lang-2.4/commons-lang-2.4.jar"/>
-
 
20
		        <pathelement location="${thirdparty.location}/readonly/apache/commons-logging-1.0.4/commons-logging-1.0.4.jar"/>
-
 
21
		        <pathelement location="${thirdparty.location}/readonly/apache/commons-logging-api-1.1/commons-logging-api-1.1.jar"/>
-
 
22
		        <pathelement location="${thirdparty.location}/readonly/apache/commons-validator-1.3.1/commons-validator-1.3.1.jar"/>
-
 
23
		        <pathelement location="${thirdparty.location}/readonly/apache/jsp-2.1/jsp-api.jar"/>
-
 
24
		        <pathelement location="${thirdparty.location}/readonly/apache/sevlet-2.5/servlet-api.jar"/>
-
 
25
		        <pathelement location="${thirdparty.location}/readonly/apache/struts-2.1.8.1/struts2-convention-plugin-2.1.8.1.jar"/>
-
 
26
		        <pathelement location="${thirdparty.location}/readonly/apache/struts-2.1.8.1/struts2-core-2.1.8.1.jar"/>
-
 
27
		        <pathelement location="${thirdparty.location}/readonly/apache/struts-2.1.8.1/struts2-rest-plugin-2.1.8.1.jar"/>
-
 
28
		        <pathelement location="${thirdparty.location}/readonly/apache/struts-2.1.8.1/xstream-1.2.2.jar"/>
-
 
29
		        <pathelement location="${thirdparty.location}/readonly/apache/struts-2.1.8.1/xwork-core-2.1.6.jar"/>
-
 
30
		        <pathelement location="${thirdparty.location}/readonly/apache/tomcat-juli/tomcat-juli.jar"/>
-
 
31
		        <pathelement location="${thirdparty.location}/readonly/apache/velocity-1.6.3/velocity-1.6.3.jar"/>
-
 
32
		        <pathelement location="${thirdparty.location}/readonly/apache/velocity-1.6.3/velocity-tools-1.4.jar"/>
-
 
33
		        <pathelement location="${thirdparty.location}/readonly/freemarker/freemarker-2.3.15.jar"/>
-
 
34
		        <pathelement location="${thirdparty.location}/readonly/apache/ezmorph/ezmorph-1.0.3.jar"/>
-
 
35
		        <pathelement location="${thirdparty.location}/readonly/apache/json/json-lib-2.1-jdk15.jar"/>
-
 
36
		        <pathelement location="${thirdparty.location}/readonly/apache/ognl/ognl-2.7.3.jar"/>
-
 
37
		        <pathelement location="${thirdparty.location}/readonly/apache/xpp/xpp3_min-1.1.3.4.O.jar"/>
-
 
38
		        <pathelement location="${thirdparty.location}/readonly/apache/commons-digester-2.0/commons-digester-2.0.jar"/>
-
 
39
		    	<pathelement location="${thirdparty.location}/readonly/apache/thrift-0.2.0/libthrift.jar"/>
-
 
40
		    	<pathelement location="${thirdparty.location}/readonly/slf4j/slf4j-api-1.5.8.jar"/>
-
 
41
		    	<pathelement location="${thirdparty.location}/readonly/slf4j/slf4j-simple-1.5.8.jar"/>
-
 
42
		    	<pathelement location="${thirdparty.location}/readonly/slf4j/slf4j-simple-1.5.8.jar"/>
-
 
43
		    	<pathelement location="${thirdparty.location}/readonly/apache/xalan-j_2_7_1/serializer.jar"/>
-
 
44
		    	<pathelement location="${thirdparty.location}/readonly/apache/xalan-j_2_7_1/xalan.jar"/>
-
 
45
		    	<pathelement location="${thirdparty.location}/readonly/apache/xalan-j_2_7_1/xercesImpl.jar"/>
-
 
46
		    	<pathelement location="${thirdparty.location}/readonly/apache/xalan-j_2_7_1/xml-apis.jar"/>
-
 
47
		    	<pathelement location="${thirdparty.location}/readonly/apache/xalan-j_2_7_1/xsltc.jar"/>
-
 
48
		    	<pathelement location="${thirdparty.location}/readonly/bdb/je-4.1.7.jar"/>
-
 
49
 
-
 
50
			<pathelement location="${thirdparty.location}/ContentStore.jar"/>
-
 
51
			<pathelement location="${thirdparty.location}/Common.jar"/>
-
 
52
			<pathelement location="${thirdparty.location}/ThriftConfig.jar"/>
-
 
53
    </path>
-
 
54
		
-
 
55
	
-
 
56
	<target name="main" depends="clean, compile, compress">
-
 
57
		<echo>
-
 
58
			${message}
-
 
59
		</echo>
-
 
60
	</target>
-
 
61
	<target name="compile" depends="clean">
-
 
62
		<echo>
-
 
63
			${compilemessage}
-
 
64
		</echo>
-
 
65
		<mkdir dir="bin"/>
-
 
66
		<javac srcdir="src/main/java"
-
 
67
			destdir="bin"
-
 
68
			deprecation="${compile.deprecation}"
-
 
69
			optimize="${compile.optimize}"
-
 
70
		    source="1.6" target="1.6">
-
 
71
			<classpath refid="thirdparty.classpath"/>			
-
 
72
		</javac>
-
 
73
	</target>
-
 
74
	<target name="local" depends="clean, compile, compress">
-
 
75
		<echo>
-
 
76
			${localmessage}
-
 
77
		</echo>
-
 
78
	</target>
-
 
79
 
13
 
-
 
14
	<path id="thirdparty.classpath">
-
 
15
		<pathelement location="build/classes"/>
-
 
16
		<pathelement location="${thirdparty.location}/readonly/apache/commons-collections-3.2.1/commons-collections-3.2.1.jar"/>
-
 
17
		<pathelement location="${thirdparty.location}/readonly/apache/commons-fileupload-1.2.1/commons-fileupload-1.2.1.jar"/>
-
 
18
		<pathelement location="${thirdparty.location}/readonly/apache/commons-io-1.3.2/commons-io-1.3.2.jar"/>
-
 
19
		<pathelement location="${thirdparty.location}/readonly/apache/commons-lang-2.4/commons-lang-2.4.jar"/>
-
 
20
		<pathelement location="${thirdparty.location}/readonly/apache/commons-logging-1.0.4/commons-logging-1.0.4.jar"/>
-
 
21
		<pathelement location="${thirdparty.location}/readonly/apache/commons-logging-api-1.1/commons-logging-api-1.1.jar"/>
-
 
22
		<pathelement location="${thirdparty.location}/readonly/apache/commons-validator-1.3.1/commons-validator-1.3.1.jar"/>
-
 
23
		<pathelement location="${thirdparty.location}/readonly/apache/jsp-2.1/jsp-api.jar"/>
-
 
24
		<pathelement location="${thirdparty.location}/readonly/apache/sevlet-2.5/servlet-api.jar"/>
-
 
25
		<pathelement location="${thirdparty.location}/readonly/apache/struts-2.1.8.1/struts2-convention-plugin-2.1.8.1.jar"/>
-
 
26
		<pathelement location="${thirdparty.location}/readonly/apache/struts-2.1.8.1/struts2-core-2.1.8.1.jar"/>
-
 
27
		<pathelement location="${thirdparty.location}/readonly/apache/struts-2.1.8.1/struts2-rest-plugin-2.1.8.1.jar"/>
-
 
28
		<pathelement location="${thirdparty.location}/readonly/apache/struts-2.1.8.1/xstream-1.2.2.jar"/>
-
 
29
		<pathelement location="${thirdparty.location}/readonly/apache/struts-2.1.8.1/xwork-core-2.1.6.jar"/>
-
 
30
		<pathelement location="${thirdparty.location}/readonly/apache/tomcat-juli/tomcat-juli.jar"/>
-
 
31
		<pathelement location="${thirdparty.location}/readonly/apache/velocity-1.6.3/velocity-1.6.3.jar"/>
-
 
32
		<pathelement location="${thirdparty.location}/readonly/apache/velocity-1.6.3/velocity-tools-1.4.jar"/>
-
 
33
		<pathelement location="${thirdparty.location}/readonly/freemarker/freemarker-2.3.15.jar"/>
-
 
34
		<pathelement location="${thirdparty.location}/readonly/apache/ezmorph/ezmorph-1.0.3.jar"/>
-
 
35
		<pathelement location="${thirdparty.location}/readonly/apache/json/json-lib-2.1-jdk15.jar"/>
-
 
36
		<pathelement location="${thirdparty.location}/readonly/apache/ognl/ognl-2.7.3.jar"/>
-
 
37
		<pathelement location="${thirdparty.location}/readonly/apache/xpp/xpp3_min-1.1.3.4.O.jar"/>
-
 
38
		<pathelement location="${thirdparty.location}/readonly/apache/commons-digester-2.0/commons-digester-2.0.jar"/>
-
 
39
		<pathelement location="${thirdparty.location}/readonly/apache/thrift-0.2.0/libthrift.jar"/>
-
 
40
		<pathelement location="${thirdparty.location}/readonly/slf4j/slf4j-api-1.5.8.jar"/>
-
 
41
		<pathelement location="${thirdparty.location}/readonly/slf4j/slf4j-simple-1.5.8.jar"/>
-
 
42
		<pathelement location="${thirdparty.location}/readonly/slf4j/slf4j-simple-1.5.8.jar"/>
-
 
43
		<pathelement location="${thirdparty.location}/readonly/apache/xalan-j_2_7_1/serializer.jar"/>
-
 
44
		<pathelement location="${thirdparty.location}/readonly/apache/xalan-j_2_7_1/xalan.jar"/>
-
 
45
		<pathelement location="${thirdparty.location}/readonly/apache/xalan-j_2_7_1/xercesImpl.jar"/>
-
 
46
		<pathelement location="${thirdparty.location}/readonly/apache/xalan-j_2_7_1/xml-apis.jar"/>
-
 
47
		<pathelement location="${thirdparty.location}/readonly/apache/xalan-j_2_7_1/xsltc.jar"/>
-
 
48
		<pathelement location="${thirdparty.location}/readonly/bdb/je-4.1.7.jar"/>
-
 
49
 
-
 
50
		<pathelement location="${thirdparty.location}/ContentStore.jar"/>
-
 
51
		<pathelement location="${thirdparty.location}/Common.jar"/>
-
 
52
		<pathelement location="${thirdparty.location}/ThriftConfig.jar"/>
-
 
53
	</path>
-
 
54
	
80
	<target name="clean">
55
	<target name="clean">
81
		<delete dir="build"/>
56
		<delete dir="build"/>
82
		<delete dir="bin"/>
-
 
83
	</target>	
57
	</target>
84
	
58
	
85
	<target name="compress">
59
	<target name="init" depends="clean">
86
		<mkdir dir="build"/>
60
		<mkdir dir="build"/>
87
		<mkdir dir="build/WEB-INF"/>
61
		<mkdir dir="build/WEB-INF"/>
88
		<mkdir dir="build/WEB-INF/lib"/>
62
		<mkdir dir="build/WEB-INF/lib"/>
89
		<mkdir dir="build/WEB-INF/classes"/>
63
		<mkdir dir="build/WEB-INF/classes"/>
90
		<mkdir dir="build/WEB-INF/content"/>
64
		<mkdir dir="build/WEB-INF/content"/>
-
 
65
	</target>
91
	
66
	
92
		<copy file="src/xml/config/web.xml" tofile="build/WEB-INF/web.xml"/>
67
	<target name="compile" depends="init">
93
		
-
 
94
		<copy file="src/xml/config/struts.xml" 
68
		<javac srcdir="src/main/java"
95
			tofile="build/WEB-INF/classes/struts.xml"/>
69
			destdir="build/WEB-INF/classes"
-
 
70
			deprecation="${compile.deprecation}"
-
 
71
			optimize="${compile.optimize}"
-
 
72
		    source="1.6" target="1.6">
-
 
73
			<classpath refid="thirdparty.classpath"/>
-
 
74
		</javac>
-
 
75
	</target>
96
		
76
 
97
        <copy file="src/jsp/index.jsp" tofile="build/index.jsp"/>
77
	<target name="compress" depends="compile">
98
			
-
 
99
		<copy todir="build/WEB-INF/content">
78
		<copy todir="build">
100
			<fileset dir="src/velocity"/>
79
			<fileset dir="src/main/webapp"/>
101
		</copy>
80
		</copy>
102
		
81
 
103
        <copy todir="build/jquery">
82
		<copy todir="build/WEB-INF/classes">
104
            <fileset dir="src/jquery"/>
83
			<fileset dir="src/main/resources"/>
105
        </copy>
84
		</copy>
106
 
85
 
107
        <copy todir="build/css">
86
		<copy file="src/jsp/index.jsp" tofile="build/index.jsp"/>
108
            <fileset dir="src/css"/>
-
 
109
        </copy>
-
 
110
        	
87
 
111
        <copy todir="build/js">
88
		<copy todir="build/jquery">
112
            <fileset dir="src/js"/>
89
			<fileset dir="src/jquery"/>
113
        </copy>
90
		</copy>
114
        	
91
 
115
        <copy file="../lib/readonly/apache/commons-beanutils-1.7.0/commons-beanutils-1.7.0.jar"
92
		<copy file="../lib/readonly/apache/commons-beanutils-1.7.0/commons-beanutils-1.7.0.jar"
116
        	tofile="build/WEB-INF/lib/commons-beanutils-1.7.0.jar"/>
93
        	tofile="build/WEB-INF/lib/commons-beanutils-1.7.0.jar"/>
117
 
94
 
118
        <copy file="../lib/readonly/apache/commons-lang-2.3/commons-lang-2.3.jar" 
95
		<copy file="../lib/readonly/apache/commons-lang-2.3/commons-lang-2.3.jar" 
119
            tofile="build/WEB-INF/lib/commons-lang-2.3.jar"/>
96
            tofile="build/WEB-INF/lib/commons-lang-2.3.jar"/>
120
			       
97
 
121
        <copy file="../lib/readonly/apache/ognl/ognl-2.7.3.jar" 
98
		<copy file="../lib/readonly/apache/ognl/ognl-2.7.3.jar" 
122
            tofile="build/WEB-INF/lib/ognl-2.7.3.jar"/>
99
            tofile="build/WEB-INF/lib/ognl-2.7.3.jar"/>
123
			                         
-
 
-
 
100
 
124
        <copy file="../lib/readonly/apache/velocity-1.6.3/velocity-1.6.3.jar" 
101
		<copy file="../lib/readonly/apache/velocity-1.6.3/velocity-1.6.3.jar" 
125
            tofile="build/WEB-INF/lib/velocity-1.6.3.jar"/>
102
            tofile="build/WEB-INF/lib/velocity-1.6.3.jar"/>
126
			          
103
 
127
        <copy file="../lib/readonly/apache/struts-2.1.8.1/xwork-core-2.1.6.jar" 
104
		<copy file="../lib/readonly/apache/struts-2.1.8.1/xwork-core-2.1.6.jar" 
128
            tofile="build/WEB-INF/lib/xwork-core-2.1.6.jar"/>
105
            tofile="build/WEB-INF/lib/xwork-core-2.1.6.jar"/>
129
                      
-
 
-
 
106
 
130
        <copy file="../lib/readonly/apache/commons-collections-3.2/commons-collections-3.2.jar" 
107
		<copy file="../lib/readonly/apache/commons-collections-3.2/commons-collections-3.2.jar" 
131
            tofile="build/WEB-INF/lib/commons-collections-3.2.jar"/>
108
            tofile="build/WEB-INF/lib/commons-collections-3.2.jar"/>
132
                         
-
 
-
 
109
 
133
        <copy file="../lib/readonly/apache/commons-logging-1.0.4/commons-logging-1.0.4.jar" 
110
		<copy file="../lib/readonly/apache/commons-logging-1.0.4/commons-logging-1.0.4.jar" 
134
            tofile="build/WEB-INF/lib/commons-logging-1.0.4.jar"/>
111
            tofile="build/WEB-INF/lib/commons-logging-1.0.4.jar"/>
135
                        
-
 
-
 
112
 
136
        <copy file="../lib/readonly/apache/struts-2.1.8.1/struts2-convention-plugin-2.1.8.1.jar" 
113
		<copy file="../lib/readonly/apache/struts-2.1.8.1/struts2-convention-plugin-2.1.8.1.jar" 
137
            tofile="build/WEB-INF/lib/struts2-convention-plugin-2.1.8.1.jar"/>
114
            tofile="build/WEB-INF/lib/struts2-convention-plugin-2.1.8.1.jar"/>
138
                      
-
 
-
 
115
 
139
        <copy file="../lib/readonly/apache/commons-digester-2.0/commons-digester-2.0.jar" 
116
		<copy file="../lib/readonly/apache/commons-digester-2.0/commons-digester-2.0.jar" 
140
            tofile="build/WEB-INF/lib/commons-digester-2.0.jar"/>
117
            tofile="build/WEB-INF/lib/commons-digester-2.0.jar"/>
141
                            
-
 
-
 
118
 
142
        <copy file="../lib/readonly/apache/ezmorph/ezmorph-1.0.3.jar" 
119
		<copy file="../lib/readonly/apache/ezmorph/ezmorph-1.0.3.jar" 
143
            tofile="build/WEB-INF/lib/ezmorph-1.0.3.jar"/>
120
            tofile="build/WEB-INF/lib/ezmorph-1.0.3.jar"/>
144
                                
-
 
-
 
121
 
145
        <copy file="../lib/readonly/apache/struts-2.1.8.1/struts2-core-2.1.8.1.jar" 
122
		<copy file="../lib/readonly/apache/struts-2.1.8.1/struts2-core-2.1.8.1.jar" 
146
            tofile="build/WEB-INF/lib/struts2-core-2.1.8.1.jar"/>
123
            tofile="build/WEB-INF/lib/struts2-core-2.1.8.1.jar"/>
147
                                     
-
 
-
 
124
 
148
		<copy file="../lib/readonly/apache/velocity-1.6.3/velocity-tools-1.4.jar" 
125
		<copy file="../lib/readonly/apache/velocity-1.6.3/velocity-tools-1.4.jar" 
149
		            tofile="build/WEB-INF/lib/velocity-tools-1.4.jar"/>
126
		            tofile="build/WEB-INF/lib/velocity-tools-1.4.jar"/>
150
		
127
 
151
        <copy file="../lib/readonly/apache/commons-fileupload-1.2.1/commons-fileupload-1.2.1.jar" 
128
		<copy file="../lib/readonly/apache/commons-fileupload-1.2.1/commons-fileupload-1.2.1.jar" 
152
            tofile="build/WEB-INF/lib/commons-fileupload-1.2.1.jar"/>
129
            tofile="build/WEB-INF/lib/commons-fileupload-1.2.1.jar"/>
153
                        
-
 
-
 
130
 
154
        <copy file="../lib/readonly/freemarker/freemarker-2.3.15.jar" 
131
		<copy file="../lib/readonly/freemarker/freemarker-2.3.15.jar" 
155
            tofile="build/WEB-INF/lib/freemarker-2.3.15.jar"/>
132
            tofile="build/WEB-INF/lib/freemarker-2.3.15.jar"/>
156
                            
-
 
-
 
133
 
157
        <copy file="../lib/readonly/apache/struts-2.1.8.1/struts2-rest-plugin-2.1.8.1.jar" 
134
		<copy file="../lib/readonly/apache/struts-2.1.8.1/struts2-rest-plugin-2.1.8.1.jar" 
158
            tofile="build/WEB-INF/lib/struts2-rest-plugin-2.1.8.1.jar"/>
135
            tofile="build/WEB-INF/lib/struts2-rest-plugin-2.1.8.1.jar"/>
159
                              
-
 
-
 
136
 
160
        <copy file="../lib/readonly/apache/xpp/xpp3_min-1.1.3.4.O.jar" 
137
		<copy file="../lib/readonly/apache/xpp/xpp3_min-1.1.3.4.O.jar" 
161
            tofile="build/WEB-INF/lib/xpp3_min-1.1.3.4.O.jar"/>
138
            tofile="build/WEB-INF/lib/xpp3_min-1.1.3.4.O.jar"/>
162
		
139
 
163
        <copy file="../lib/readonly/apache/commons-io-1.3.2/commons-io-1.3.2.jar" 
140
		<copy file="../lib/readonly/apache/commons-io-1.3.2/commons-io-1.3.2.jar" 
164
            tofile="build/WEB-INF/lib/commons-io-1.3.2.jar"/>
141
            tofile="build/WEB-INF/lib/commons-io-1.3.2.jar"/>
165
                                
-
 
-
 
142
 
166
		<copy file="../lib/readonly/apache/json/json-lib-2.1-jdk15.jar" 
143
		<copy file="../lib/readonly/apache/json/json-lib-2.1-jdk15.jar" 
167
		            tofile="build/WEB-INF/lib/json-lib-2.1-jdk15.jar"/>
144
		            tofile="build/WEB-INF/lib/json-lib-2.1-jdk15.jar"/>
168
		
145
 
169
        <copy file="../lib/readonly/apache/struts-2.1.8.1/xstream-1.2.2.jar" 
146
		<copy file="../lib/readonly/apache/struts-2.1.8.1/xstream-1.2.2.jar" 
170
            tofile="build/WEB-INF/lib/xstream-1.2.2.jar"/>
147
            tofile="build/WEB-INF/lib/xstream-1.2.2.jar"/>
171
		
148
 
172
		<copy file="../lib/readonly/apache/thrift-0.2.0/libthrift.jar" 
149
		<copy file="../lib/readonly/apache/thrift-0.2.0/libthrift.jar" 
173
		            tofile="build/WEB-INF/lib/libthrift.jar"/>
150
		            tofile="build/WEB-INF/lib/libthrift.jar"/>
174
		
151
 
175
		<copy file="../lib/readonly/slf4j/slf4j-api-1.5.8.jar" 
152
		<copy file="../lib/readonly/slf4j/slf4j-api-1.5.8.jar" 
176
				            tofile="build/WEB-INF/lib/slf4j-api-1.5.8.jar"/>
153
				            tofile="build/WEB-INF/lib/slf4j-api-1.5.8.jar"/>
177
		
154
 
178
		<copy file="../lib/readonly/slf4j/slf4j-simple-1.5.8.jar" 
155
		<copy file="../lib/readonly/slf4j/slf4j-simple-1.5.8.jar" 
179
						            tofile="build/WEB-INF/lib/slf4j-simple-1.5.8.jar"/>
156
						            tofile="build/WEB-INF/lib/slf4j-simple-1.5.8.jar"/>
180
		<copy file="../lib/readonly/jython/jython.jar" 
157
		<copy file="../lib/readonly/jython/jython.jar" 
181
						tofile="build/WEB-INF/lib/jython.jar"/>
158
						tofile="build/WEB-INF/lib/jython.jar"/>
182
		
159
 
183
		<copy file="../lib/readonly/bdb/je-4.1.7.jar"
160
		<copy file="../lib/readonly/bdb/je-4.1.7.jar"
184
			tofile="build/WEB-INF/lib/je-4.1.7.jar"/>
161
			tofile="build/WEB-INF/lib/je-4.1.7.jar"/>
185
		
-
 
186
		    	<copy file="../lib/readonly/apache/xalan-j_2_7_1/serializer.jar" tofile="build/WEB-INF/lib/serializer.jar"/>
-
 
187
		    	<copy file="../lib/readonly/apache/xalan-j_2_7_1/xalan.jar" tofile="build/WEB-INF/lib/xalan.jar"/>
-
 
188
		    	<copy file="../lib/readonly/apache/xalan-j_2_7_1/xercesImpl.jar" tofile="build/WEB-INF/lib/xercesImpl.jar"/>
-
 
189
		    	<copy file="../lib/readonly/apache/xalan-j_2_7_1/xml-apis.jar" tofile="build/WEB-INF/lib/xml-apis.jar"/>
-
 
190
		    	<copy file="../lib/readonly/apache/xalan-j_2_7_1/xsltc.jar" tofile="build/WEB-INF/lib/xsltc.jar"/>
-
 
191
 
162
 
-
 
163
		<copy file="../lib/readonly/apache/xalan-j_2_7_1/serializer.jar" tofile="build/WEB-INF/lib/serializer.jar"/>
-
 
164
		<copy file="../lib/readonly/apache/xalan-j_2_7_1/xalan.jar" tofile="build/WEB-INF/lib/xalan.jar"/>
-
 
165
		<copy file="../lib/readonly/apache/xalan-j_2_7_1/xercesImpl.jar" tofile="build/WEB-INF/lib/xercesImpl.jar"/>
-
 
166
		<copy file="../lib/readonly/apache/xalan-j_2_7_1/xml-apis.jar" tofile="build/WEB-INF/lib/xml-apis.jar"/>
-
 
167
		<copy file="../lib/readonly/apache/xalan-j_2_7_1/xsltc.jar" tofile="build/WEB-INF/lib/xsltc.jar"/>
192
 
168
 
193
		<copy todir="build/WEB-INF/classes">
-
 
194
			<fileset dir="bin">
-
 
195
				<include name="**/*.class"/>
-
 
196
			</fileset>
-
 
197
		</copy>
-
 
198
	
-
 
199
        <copy file="../lib/ContentStore.jar" 
169
		<copy file="../lib/ContentStore.jar" 
200
			tofile="build/WEB-INF/lib/ContentStore.jar"/>
170
			tofile="build/WEB-INF/lib/ContentStore.jar"/>
201
		
171
 
202
		<copy file="../lib/Common.jar" 
172
		<copy file="../lib/Common.jar" 
203
					tofile="build/WEB-INF/lib/Common.jar"/>
173
					tofile="build/WEB-INF/lib/Common.jar"/>
204
		
174
 
205
		<copy file="../lib/ThriftConfig.jar" 
175
		<copy file="../lib/ThriftConfig.jar" 
206
							tofile="build/WEB-INF/lib/ThriftConfig.jar"/>
176
							tofile="build/WEB-INF/lib/ThriftConfig.jar"/>
207
		
177
 
208
		<war 
178
		<war 
209
			destfile="ContentCreation.war" 
179
			destfile="ContentCreation.war" 
210
			basedir="build"/>
180
			basedir="build"/>
211
        
181
 
212
		<copy file="ContentCreation.war" 
182
		<copy file="ContentCreation.war" 
213
			tofile="../lib/ContentCreation.war"/>
183
			tofile="../lib/ContentCreation.war"/>
214
 
184
 
215
        </target>
185
	</target>
-
 
186
 
216
 
187
 
217
	
-
 
218
</project>
188
</project>