Project

General

Profile

« Previous | Next » 

Revision 998e1b74

Added by Andreas Kohlbecker almost 6 years ago

setting java code level to 1.8 and removing attribute fom launcher

View differences:

ide/eclipse/cdm-server - start.launch
13 13
<listEntry value="org.eclipse.debug.ui.launchGroup.run"/>
14 14
</listAttribute>
15 15
<stringAttribute key="org.eclipse.jdt.launching.CLASSPATH_PROVIDER" value="org.eclipse.m2e.launchconfig.classpathProvider"/>
16
<stringAttribute key="org.eclipse.jdt.launching.JRE_CONTAINER" value="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jdk1.8.0_60"/>
17 16
<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="eu.etaxonomy.cdm.server.Bootloader"/>
18 17
<stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value="-webapp=${workspace_loc:cdmlib-remote-webapp/src/main/webapp/}&#10;-webappClasspath=${project_classpath:cdmlib-remote-webapp}&#10;-datasources=${system_property:user.home}/.cdmLibrary/datasources-cdm-server.xml&#10;-contextPathPrefix=&quot;/cdmserver&quot;&#10;-forceSchemaUpdate&#13;&#10;-jmx"/>
19 18
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="cdm-server"/>
pom.xml
230 230
        <artifactId>maven-compiler-plugin</artifactId>
231 231
        <version>3.2</version>
232 232
        <configuration>
233
          <source>1.7</source>
234
          <target>1.7</target>
233
          <source>1.8</source>
234
          <target>1.8</target>
235 235
        </configuration>
236 236
      </plugin>
237 237
      <plugin>

Also available in: Unified diff