Author: hibou
Date: Sat Nov 10 15:23:10 2012
New Revision: 1407832
URL: http://svn.apache.org/viewvc?rev=1407832&view=rev
Log:
IVYDE-327: Problem when exporting the eclipse-plugins (compiler target 1.2)
(thanks to Carsten Pfeiffer)
Modified:
ant/ivy/ivyde/trunk/doc/release-notes.html
ant/ivy/ivyde/trunk/org.apache.ivyde.eclipse.resolvevisualizer/build.properties
ant/ivy/ivyde/trunk/org.apache.ivyde.eclipse/build.properties
Modified: ant/ivy/ivyde/trunk/doc/release-notes.html
URL:
http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/doc/release-notes.html?rev=1407832&r1=1407831&r2=1407832&view=diff
==============================================================================
--- ant/ivy/ivyde/trunk/doc/release-notes.html (original)
+++ ant/ivy/ivyde/trunk/doc/release-notes.html Sat Nov 10 15:23:10 2012
@@ -115,6 +115,7 @@ Here is the list of people who have cont
<li>Sébastien Moran</li>
<li>Marko Niemi</li>
<li>Peter Oxenham</li>
+<li>Carsten Pfeiffer</li>
<li>Joe Sortelli</li>
<li>Phillip Webb</li>
<li>James Wilkins</li>
@@ -147,6 +148,7 @@ List of changes since <a href="/ivy/ivyd
<li>FIX: IvyDE classpath containers become empty on eclipse/MyEclipse
startup (IVYDE-317)</li>
<li>FIX: IvyDE doesn't update .classpath anymore; sometimes some
containers could not get initialized (IVYDE-299)</li>
<li>FIX: Only one resolve is done when several are sharing the same
ivy.xml and the workspace resolver is enabled (IVYDE-293)</li>
+ <li>FIX: Problem when exporting the eclipse-plugins (compiler target
1.2) (IVYDE-293) (thanks to Carsten Pfeiffer)</li>
</ul>
<!-- samples
<ul>
Modified:
ant/ivy/ivyde/trunk/org.apache.ivyde.eclipse.resolvevisualizer/build.properties
URL:
http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/org.apache.ivyde.eclipse.resolvevisualizer/build.properties?rev=1407832&r1=1407831&r2=1407832&view=diff
==============================================================================
---
ant/ivy/ivyde/trunk/org.apache.ivyde.eclipse.resolvevisualizer/build.properties
(original)
+++
ant/ivy/ivyde/trunk/org.apache.ivyde.eclipse.resolvevisualizer/build.properties
Sat Nov 10 15:23:10 2012
@@ -22,3 +22,5 @@ bin.includes = META-INF/,\
.,\
plugin.xml,\
icons/
+javacSource = 1.4
+javacTarget = 1.4
Modified: ant/ivy/ivyde/trunk/org.apache.ivyde.eclipse/build.properties
URL:
http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/org.apache.ivyde.eclipse/build.properties?rev=1407832&r1=1407831&r2=1407832&view=diff
==============================================================================
--- ant/ivy/ivyde/trunk/org.apache.ivyde.eclipse/build.properties (original)
+++ ant/ivy/ivyde/trunk/org.apache.ivyde.eclipse/build.properties Sat Nov 10
15:23:10 2012
@@ -32,6 +32,8 @@ debug.mode=on
deprecation.mode=on
test.fork=on
test.haltonfailure=off
+javacSource = 1.4
+javacTarget = 1.4
jars.compile.order = ivyde-eclipse.jar
src.includes = plugin.xml,\
src/,\