Skip to content

Commit a2318d5

Browse files
NicoPeters.NPNicoPeters.NP
NicoPeters.NP
authored and
NicoPeters.NP
committed
merged trunk into prod (2745)
git-svn-id: http://oryx-editor.googlecode.com/svn/branches/prod@2748 d672c736-503d-0410-a38a-9366997c882b
1 parent e451cca commit a2318d5

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+1821
-429
lines changed

.classpath

+1
Original file line numberDiff line numberDiff line change
@@ -170,5 +170,6 @@
170170
<classpathentry kind="lib" path="editor/lib/jaxb-xjc.jar"/>
171171
<classpathentry kind="lib" path="editor/lib/jaxb1-impl.jar"/>
172172
<classpathentry kind="lib" path="editor/lib/jsr173_1.0_api.jar"/>
173+
<classpathentry kind="lib" path="buildApps/lib/yuicompressor-2.4.2.jar"/>
173174
<classpathentry kind="output" path="bin"/>
174175
</classpath>

build.xml

+5-36
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<project name="Oryx Main Build Script">
2+
<project name="Oryx Main Build Script" basedir="./">
3+
34
<!-- Load additional properties -->
45
<property file="build.properties"/>
56
<property name="build-dir" value="build" />
@@ -9,16 +10,13 @@
910
<import file="editor/build.xml"/>
1011
<!--<import file="editor/test.xml"/>-->
1112
<import file="poem-jvm/build.xml"/>
12-
<import file="stick/build.xml"/>
13+
<!--<import file="stick/build.xml"/>-->
1314
<import file="mashup/build.xml"/>
1415

15-
1616
<!-- (RE)BUILD EDITOR AND BACKEND -->
1717
<target name="build-all" depends="build-editor, build-backend, generate-build-dependcy-graph" />
18-
1918
<target name="rebuild-all" depends="clean-editor, build-editor, clean-backend, build-backend" />
2019

21-
2220
<!-- CLEAN EDITOR AND BACKEND -->
2321
<target name="clean-all" depends="clean-editor, clean-backend">
2422
<!-- the depencies are somewhat redundant at the moment, but also future-proof -->
@@ -31,38 +29,9 @@
3129

3230
<!-- (UN)DEPLOY EDITOR AND BACKEND -->
3331
<target name="deploy-all" depends="deploy-editor, deploy-backend"/>
34-
3532
<target name="undeploy-all" depends="undeploy-editor, undeploy-backend"/>
36-
37-
38-
<!-- (UN)DEPLOY EDITOR -->
39-
<target name="deploy-editor">
40-
<copy file="${target-dir}/oryx.war" todir="${deploymentdir}"/>
41-
</target>
42-
43-
<target name="undeploy-editor">
44-
<delete file="${deploymentdir}/oryx.war"/>
45-
</target>
46-
47-
<target name="deploy-stencilsets">
48-
<copy todir='${deploymentdir}/oryx/stencilsets'>
49-
<fileset dir="${editor-src-root}/data/stencilsets"/>
50-
</copy>
51-
<echo>
52-
Copied stencilsets into deployment destination
53-
</echo>
54-
</target>
55-
56-
57-
<!-- (UN)DEPLOY REPOSITORY -->
58-
<target name="deploy-backend">
59-
<copy file="${target-dir}/backend.war" tofile="${deploymentdir}/backend.war"/>
60-
</target>
61-
62-
<target name="undeploy-backend">
63-
<delete file="${deploymentdir}/backend.war"/>
64-
</target>
6533

34+
6635
<!-- Generate dependency graph of Ant tasks using Grand
6736
http://www.ggtools.net/grand/
6837
Grand is distributed under the terms of the BSD License. -->
@@ -109,7 +78,7 @@
10978
<srcfiles file="editor/build.xml" />
11079
<srcfiles file="poem-jvm/build.xml" />
11180
<srcfiles file="stick/build.xml" />
112-
<srcfiles file="MashUp/build.xml" />
81+
<srcfiles file="mashup/build.xml" />
11382
</uptodate>
11483
</target>
11584
</project>

buildApps/lib/commons-logging-1.1.jar

51.7 KB
Binary file not shown.

buildApps/lib/spring-core-2.0.6.jar

176 KB
Binary file not shown.

0 commit comments

Comments
 (0)