summaryrefslogtreecommitdiff
path: root/java/antlr2/mono.patch
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-02-23 12:23:25 -0200
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-02-23 12:23:25 -0200
commit65d5f7650f067bb6ac79e7f0070341b6896706e5 (patch)
treed8093ff80c180d478d8c5905cf276a62b050d905 /java/antlr2/mono.patch
parentf9cb39ad0bfd90dc6a0c5b536bc0044793165c6c (diff)
parent91884bb318255d573946494b78bedd76a0085d65 (diff)
Merge branch 'master' of ssh://projects.parabolagnulinux.org:1863/srv/git/abslibre
Diffstat (limited to 'java/antlr2/mono.patch')
-rw-r--r--java/antlr2/mono.patch31
1 files changed, 0 insertions, 31 deletions
diff --git a/java/antlr2/mono.patch b/java/antlr2/mono.patch
deleted file mode 100644
index 59c78d811..000000000
--- a/java/antlr2/mono.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-diff -ruN antlr-2.7.7.orig/lib/csharp/antlr.runtime.build antlr-2.7.7/lib/csharp/antlr.runtime.build
---- antlr-2.7.7.orig/lib/csharp/antlr.runtime.build 2006-11-01 16:37:17.000000000 -0500
-+++ antlr-2.7.7/lib/csharp/antlr.runtime.build 2013-05-14 20:07:32.000000000 -0400
-@@ -25,6 +25,9 @@
-
- <!-- Use script task to get this from AssemblyInfo.cs using a regular expression -->
- <script language="C#">
-+ <imports>
-+ <import namespace="System.Text.RegularExpressions" />
-+ </imports>
- <code><![CDATA[
- public static void ScriptMain(Project project) {
- string assemblyInfoFileName = Path.Combine(project.BaseDirectory, "antlr.runtime/AssemblyInfo.cs");
-@@ -122,7 +125,7 @@
- </csc>
-
- <!-- copy the antlr.runtime assembly to the astframe build folder -->
-- <copy file="${compile.dir}\${project.FileName}.dll" tofile="${astframe.compile.dir}\${project.FileName}.dll" />
-+ <copy file="${compile.dir}/${project.FileName}.dll" tofile="${astframe.compile.dir}/${project.FileName}.dll" />
-
- <!-- compile antlr.astframe.dll -->
- <csc target="library" output="${astframe.compile.dir}/${astframe.FileName}.dll" debug="${debug}" doc="${astframe.build.dir}/${astframe.FileName}.xml">
-@@ -134,7 +137,7 @@
- <include name="System.dll" />
- <include name="System.Drawing.dll" />
- <include name="System.Windows.Forms.dll" />
-- <include name="${astframe.compile.dir}\${project.FileName}.dll" />
-+ <include name="${astframe.compile.dir}/${project.FileName}.dll" />
- </references>
- <arg value="/nowarn:1591"/>
- </csc>