Revision: 17234
          http://sourceforge.net/p/gate/code/17234
Author:   valyt
Date:     2014-01-17 10:33:41 +0000 (Fri, 17 Jan 2014)
Log Message:
-----------
The one that got away: we are now using Java 7 for M?\195?\173mir.

Modified Paths:
--------------
    mimir/branches/5.0/mimir-cloud/archive-unpacker/build.xml

Modified: mimir/branches/5.0/mimir-cloud/archive-unpacker/build.xml
===================================================================
--- mimir/branches/5.0/mimir-cloud/archive-unpacker/build.xml   2014-01-16 
19:12:27 UTC (rev 17233)
+++ mimir/branches/5.0/mimir-cloud/archive-unpacker/build.xml   2014-01-17 
10:33:41 UTC (rev 17234)
@@ -26,7 +26,7 @@
        
        <target name="compile" depends="resources">
                <mkdir dir="${classes.dir}" />
-               <javac destdir="${classes.dir}" srcdir="${src.dir}" 
debug="true" target="1.6" source="1.6" classpathref="compile.classpath" />
+               <javac destdir="${classes.dir}" srcdir="${src.dir}" 
debug="true" target="1.7" source="1.7" classpathref="compile.classpath" />
        </target>
 
        <target name="jar" depends="clean, compile">

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments & Everything In Between.
Get a Quote or Start a Free Trial Today. 
http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to