Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLluis Sanchez <lluis@novell.com>2009-12-02 12:43:48 +0300
committerLluis Sanchez <lluis@novell.com>2009-12-02 12:43:48 +0300
commit46886d5446e38ce7ebcd6f7b565c318b0647a7ed (patch)
tree35fcd623a391b3e7f5a1bf062b0583be288f8bb8
parent89ef007bf31f1a86331d474c3603535f3e6875c2 (diff)
2009-11-10 Lluis Sanchez Gual <lluis@novell.com>
* templates/IkvmLibraryProject.xpt.xml: Removed gtk# references from the library template. svn path=/branches/monodevelop/extras/JavaBinding/2.2/; revision=147406
-rw-r--r--extras/JavaBinding/ChangeLog5
-rw-r--r--extras/JavaBinding/templates/IkvmLibraryProject.xpt.xml6
2 files changed, 5 insertions, 6 deletions
diff --git a/extras/JavaBinding/ChangeLog b/extras/JavaBinding/ChangeLog
index 41eef1e3ee..8eaf16116f 100644
--- a/extras/JavaBinding/ChangeLog
+++ b/extras/JavaBinding/ChangeLog
@@ -1,3 +1,8 @@
+2009-11-10 Lluis Sanchez Gual <lluis@novell.com>
+
+ * templates/IkvmLibraryProject.xpt.xml: Removed gtk#
+ references from the library template.
+
2009-10-30 Lluis Sanchez Gual <lluis@novell.com>
* configure:
diff --git a/extras/JavaBinding/templates/IkvmLibraryProject.xpt.xml b/extras/JavaBinding/templates/IkvmLibraryProject.xpt.xml
index f4e26f6074..69c68197a2 100644
--- a/extras/JavaBinding/templates/IkvmLibraryProject.xpt.xml
+++ b/extras/JavaBinding/templates/IkvmLibraryProject.xpt.xml
@@ -24,12 +24,6 @@
</Options>
<Project name = "${ProjectName}" directory = ".">
- <References>
- <Reference type="Gac" refto="gtk-sharp, Version=2.0.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
- <Reference type="Gac" refto="gdk-sharp, Version=2.0.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
- <Reference type="Gac" refto="glib-sharp, Version=2.0.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
- <Reference type="Gac" refto="atk-sharp, Version=2.0.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
- </References>
<Options Target = "Library" PauseConsoleOutput = "False" />