File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<classpath >
3- <classpathentry kind =" src" path =" src" />
4- <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER" />
5- <classpathentry kind =" output" path =" bin" />
3+ <classpathentry kind =" src" output =" target/classes" path =" src/" />
4+ <classpathentry kind =" src" output =" target/test-classes" path =" test" />
5+ <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5" />
6+ <classpathentry kind =" con" path =" org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER" />
7+ <classpathentry kind =" output" path =" target/classes" />
68</classpath >
Original file line number Diff line number Diff line change 1010 <arguments >
1111 </arguments >
1212 </buildCommand >
13+ <buildCommand >
14+ <name >org.eclipse.m2e.core.maven2Builder</name >
15+ <arguments >
16+ </arguments >
17+ </buildCommand >
1318 </buildSpec >
1419 <natures >
20+ <nature >org.eclipse.m2e.core.maven2Nature</nature >
1521 <nature >org.eclipse.jdt.core.javanature</nature >
1622 </natures >
1723</projectDescription >
Original file line number Diff line number Diff line change 1+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
2+ <modelVersion >4.0.0</modelVersion >
3+ <groupId >com.cloud</groupId >
4+ <artifactId >cloud-platform-storage</artifactId >
5+ <version >0.0.1-SNAPSHOT</version >
6+ </project >
You can’t perform that action at this time.
0 commit comments