Skip to content
This repository was archived by the owner on Oct 4, 2018. It is now read-only.

Commit f3b2a03

Browse files
authored
Merge pull request #1381 from jayasheelankumar/master
Updated Suntheme images and dependecies of Velocity and Openide
2 parents a585008 + b511224 commit f3b2a03

File tree

14 files changed

+25
-4
lines changed

14 files changed

+25
-4
lines changed
-19.9 KB
Loading
-27.1 KB
Loading
-20.1 KB
Loading
-20.4 KB
Loading
-18.8 KB
Loading

webui/build.xml

Lines changed: 25 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,9 @@
122122
<!-- Libraries need to execute the annotation processor -->
123123
<pathelement location="${lib.annotations}/jsfa-proc.jar"/>
124124
<pathelement location="${lib.annotations}/velocity-1.4.jar"/>
125-
<pathelement location="${lib.annotations}/velocity-dep-1.4.jar"/>
125+
<pathelement location="${lib.annotations}/velocity-engine-core-2.0.jar"/>
126+
<pathelement location="${lib.annotations}/slf4j-api-1.7.25.jar"/>
127+
<pathelement location="${lib.annotations}/commons-lang3-3.5.jar"/>
126128
</path>
127129

128130
<path id="annotation-classpath">
@@ -201,7 +203,8 @@
201203

202204
<path id="propertyeditors.jars">
203205
<pathelement location="${lib.creator}/com-sun-rave-propertyeditors.jar"/>
204-
<pathelement location="${lib.netbeans}/openide.jar"/>
206+
<pathelement location="${lib.netbeans}/org-openide-explorer-RELEASE82.jar"/>
207+
<pathelement location="${lib.netbeans}/org-openide-util-RELEASE802.jar"/>
205208
<pathelement location="${lib.netbeans}/openide-loaders.jar"/>
206209
</path>
207210

@@ -213,7 +216,6 @@
213216
<pathelement location="${lib.external}/json.jar"/>
214217
</path>
215218

216-
217219
<!-- Build targets -->
218220

219221
<target name="process-runtime-annotations">
@@ -241,6 +243,15 @@
241243
</target>
242244

243245
<target name="process-annotations" unless="annotations-uptodate">
246+
<get src="http://central.maven.org/maven2/org/apache/velocity/velocity-engine-core/2.0/velocity-engine-core-2.0.jar"
247+
dest="${lib.annotations}/velocity-engine-core-2.0.jar" usetimestamp="true"/>
248+
<get src="http://central.maven.org/maven2/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar" dest="${lib.annotations}/slf4j-api-1.7.25.jar" usetimestamp="true"/>
249+
<get src="http://central.maven.org/maven2/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar"
250+
dest="${lib.annotations}/commons-lang3-3.5.jar" usetimestamp="true"/>
251+
<get src="http://bits.netbeans.org/maven2/org/netbeans/api/org-openide-util/RELEASE802/org-openide-util-RELEASE802.jar"
252+
dest="${lib.netbeans}/org-openide-util-RELEASE802.jar" usetimestamp="true"/>
253+
<get src="http://bits.netbeans.org/maven2/org/netbeans/api/org-openide-explorer/RELEASE82/org-openide-explorer-RELEASE82.jar"
254+
dest="${lib.netbeans}/org-openide-explorer-RELEASE82.jar" usetimestamp="true"/>
244255
<pathconvert property="apt.classpath">
245256
<path refid="annotation-classpath"/>
246257
</pathconvert>
@@ -269,6 +280,17 @@
269280
</target>
270281

271282
<target name="compile-all-runtime" depends="compile-precopy-runtime">
283+
<get src="http://central.maven.org/maven2/org/json/json/20090211/json-20090211.jar" dest="${lib.external}/json.jar" usetimestamp="true"/>
284+
<get src="http://central.maven.org/maven2/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar"
285+
dest="${lib.external}/commons-collections.jar" usetimestamp="true"/>
286+
<get src="http://central.maven.org/maven2/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar"
287+
dest="${lib.external}/commons-logging.jar" usetimestamp="true"/>
288+
<get src="http://central.maven.org/maven2/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.jar"
289+
dest="${lib.external}/commons-beanutils.jar" usetimestamp="true"/>
290+
<get src="http://central.maven.org/maven2/commons-fileupload/commons-fileupload/1.0/commons-fileupload-1.0.jar"
291+
dest="${lib.external}/commons-fileupload-1.0.jar" usetimestamp="true"/>
292+
<get src="http://central.maven.org/maven2/commons-digester/commons-digester/2.1/commons-digester-2.1.jar"
293+
dest="${lib.external}/commons-digester.jar" usetimestamp="true"/>
272294
<javac srcdir="${runtime}:${gen}/taglib"
273295
destdir="${classes}/runtime" deprecation="false"
274296
debug="${debug}"
@@ -301,7 +323,6 @@
301323
</target>
302324

303325
<target name="compile-all-designtime" depends="runtime-jars,compile-precopy-designtime">
304-
305326
<javac srcdir="${designtime}:${gen}/beaninfo"
306327
destdir="${classes}/designtime" deprecation="false"
307328
debug="${debug}"
-506 KB
Binary file not shown.
-116 KB
Binary file not shown.
-562 KB
Binary file not shown.
-192 KB
Binary file not shown.

0 commit comments

Comments
 (0)