eclipse-ecj: depoya eklendi.
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
--- build.xml 2012-09-14 18:22:48.000000000 +0000
|
||||
+++ build.xml.patched 2013-01-09 10:19:28.414079935 +0000
|
||||
@@ -46,9 +46,10 @@
|
||||
<include name="**/*.rsc"/>
|
||||
<include name="META-INF/**"/>
|
||||
<include name="**/*.properties"/>
|
||||
+ <include name="**/*.props"/>
|
||||
<exclude name="META-INF/eclipse.inf"/>
|
||||
</fileset>
|
||||
</zip>
|
||||
<delete dir="${output}" />
|
||||
</target>
|
||||
-</project>
|
||||
\ No newline at end of file
|
||||
+</project>
|
||||
@@ -0,0 +1,11 @@
|
||||
--- build.xml.orig 2013-10-03 13:55:28.579003290 +0000
|
||||
+++ build.xml 2013-10-03 13:57:52.971400439 +0000
|
||||
@@ -39,8 +39,6 @@
|
||||
<compilerarg line="-Xlint:none"/>
|
||||
</javac>
|
||||
|
||||
- <delete file="${basedir}/META-INF/MANIFEST.MF" failonerror="false"/>
|
||||
- <copy tofile="${basedir}/META-INF/MANIFEST.MF" file="${basedir}/scripts/binary/META-INF/MANIFEST.MF"/>
|
||||
<zip destfile="${basedir}/${jar_file}">
|
||||
<fileset dir="${output}" />
|
||||
<fileset dir="${basedir}">
|
||||
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
CLASSPATH=/usr/share/java/ecj.jar${CLASSPATH:+:}$CLASSPATH \
|
||||
java org.eclipse.jdt.internal.compiler.batch.Main "$@"
|
||||
Reference in New Issue
Block a user