blob: 49b41789144ceff97f0ae0e66a452bb0af72574f (
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
|
diff -rupN jxplorer-3.3.1.2/build.xml jxplorer-3.3.1.2b/build.xml
--- jxplorer-3.3.1.2/build.xml 2016-06-06 01:27:20.000000000 -0400
+++ jxplorer-3.3.1.2b/build.xml 2018-07-04 14:19:14.472640282 -0400
@@ -275,9 +275,6 @@ sftp> ls
<copy todir="${dist}/jxplorer/src" overwrite="true">
<fileset dir="src" excludes="com/pegacat/jxworkbench/**/*.java"/>
</copy>
- <copy todir="${dist}/jxplorer/JXplorer LDAP Browser.app" overwrite="true">
- <fileset dir="JXplorer LDAP Browser.app"/>
- </copy>
<fixcrlf srcdir="${dist}"
eol="unix"
@@ -294,10 +291,6 @@ sftp> ls
<chmod dir="${dist}" perm="755"
includes="**/*.sh"/>
- <chmod file="${dist}/jxplorer/JXplorer LDAP Browser.app/Contents/PkgInfo" perm="755"/>
-
- <chmod file="${dist}/jxplorer/JXplorer LDAP Browser.app/Contents/MacOS/JXplorer LDAP Browser" perm="755"/>
-
</target>
<target name="dist_jxworkbench"
@@ -391,45 +384,9 @@ sftp> ls
<exec executable="${builder}">
<arg value="build"/>
<arg value="${installer_project_file}"/>
- <arg value="windows"/>
- </exec>
-
- <exec executable="${builder}">
- <arg value="build"/>
- <arg value="${installer_project_file}"/>
<arg value="linux"/>
</exec>
- <exec executable="${builder}">
- <arg value="build"/>
- <arg value="${installer_project_file}"/>
- <arg value="freebsd"/>
- </exec>
-
- <exec executable="${builder}">
- <arg value="build"/>
- <arg value="${installer_project_file}"/>
- <arg value="solaris-intel"/>
- </exec>
-
- <exec executable="${builder}">
- <arg value="build"/>
- <arg value="${installer_project_file}"/>
- <arg value="solaris-sparc"/>
- </exec>
-
- <exec executable="${builder}">
- <arg value="build"/>
- <arg value="${installer_project_file}"/>
- <arg value="aix"/>
- </exec>
-
- <exec executable="${builder}">
- <arg value="build"/>
- <arg value="${installer_project_file}"/>
- <arg value="hpux"/>
- </exec>
-
<!--exec executable="${builder}">
<arg value="build"/>
<arg value="${installer_project_file}"/>
|