Skip to content

Commit

Permalink
The projects output folder is changed from 'bin' to 'target/classes'
Browse files Browse the repository at this point in the history
Now, the output folder is compliant with the Maven/M2E requirements.
  • Loading branch information
PhBastiani committed Oct 7, 2012
1 parent a805c4e commit 9362800
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
Expand Up @@ -6,5 +6,5 @@
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="output" path="bin"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>
Expand Up @@ -2,6 +2,6 @@
#set( $symbol_dollar = '$' )
#set( $symbol_escape = '\' )
source.. = src/
output.. = bin/
output.. = target/classes/
bin.includes = META-INF/,${symbol_escape}
.
Expand Up @@ -6,5 +6,5 @@
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="output" path="bin"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>
Expand Up @@ -2,7 +2,7 @@
#set( $symbol_dollar = '$' )
#set( $symbol_escape = '\' )
source.. = src/
output.. = bin/
output.. = target/classes/
bin.includes = META-INF/,${symbol_escape}
.,${symbol_escape}
OSGI-INF/,${symbol_escape}
Expand Down
Expand Up @@ -6,5 +6,5 @@
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="output" path="bin"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>
Expand Up @@ -2,6 +2,6 @@
#set( $symbol_dollar = '$' )
#set( $symbol_escape = '\' )
source.. = src/
output.. = bin/
output.. = target/classes/
bin.includes = META-INF/,${symbol_escape}
.
Expand Up @@ -6,5 +6,5 @@
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="output" path="bin"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>
Expand Up @@ -2,7 +2,7 @@
#set( $symbol_dollar = '$' )
#set( $symbol_escape = '\' )
source.. = src/
output.. = bin/
output.. = target/classes/
bin.includes = plugin.xml,${symbol_escape}
META-INF/,${symbol_escape}
.,${symbol_escape}
Expand Down

0 comments on commit 9362800

Please sign in to comment.