This is an automated email from the git hooks/post-receive script. eugene-guest pushed a commit to annotated tag OpenBSD in repository testng.
commit 9ab590b7fb49025b383ff66acdc9f3503ce905c1 Author: Cedric Beust <[email protected]> Date: Fri Jan 9 11:39:19 2015 -0800 .classpath/.project --- .classpath | 32 ++++++++++++++++++++------------ .project | 7 +++++++ 2 files changed, 27 insertions(+), 12 deletions(-) diff --git a/.classpath b/.classpath index b1ac512..c3efd0d 100644 --- a/.classpath +++ b/.classpath @@ -1,16 +1,24 @@ <?xml version="1.0" encoding="UTF-8"?> <classpath> - <classpathentry kind="src" path="src/main/java"/> - <classpathentry kind="src" path="src/main/resources"/> - <classpathentry kind="src" path="src/test/resources"/> - <classpathentry kind="src" path="src/test/java"/> + <classpathentry kind="src" output="target/classes" path="src/main/java"> + <attributes> + <attribute name="optional" value="true"/> + <attribute name="maven.pomderived" value="true"/> + </attributes> + </classpathentry> + <classpathentry including="**/*.java" kind="src" path="src/main/resources"/> + <classpathentry including="**/*.java" kind="src" path="src/test/resources"/> + <classpathentry kind="src" output="target/test-classes" path="src/test/java"> + <attributes> + <attribute name="optional" value="true"/> + <attribute name="maven.pomderived" value="true"/> + </attributes> + </classpathentry> + <classpathentry exported="true" kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER"> + <attributes> + <attribute name="maven.pomderived" value="true"/> + </attributes> + </classpathentry> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> - <classpathentry kind="lib" path="lib/ant-1.7.0.jar" sourcepath="/Users/cbeust/.m2/repository/org/apache/ant/ant/1.7.0/ant-1.7.0-sources.jar"/> - <classpathentry kind="lib" path="lib/guice-2.0.jar"/> - <classpathentry kind="lib" path="lib/jcommander-1.27.jar"/> - <classpathentry kind="lib" path="lib/bsh-2.0b4.jar"/> - <classpathentry kind="lib" path="lib/snakeyaml-1.6.jar" sourcepath="/Users/cbeust/.m2/repository/org/yaml/snakeyaml/1.6/snakeyaml-1.6-sources.jar"/> - <classpathentry kind="lib" path="lib/junit-4.10.jar"/> - <classpathentry kind="lib" path="lib/aopalliance-1.0.jar"/> - <classpathentry kind="output" path="eclipse-build"/> + <classpathentry kind="output" path="target/classes"/> </classpath> diff --git a/.project b/.project index 4a8cb3a..33d1108 100644 --- a/.project +++ b/.project @@ -10,8 +10,15 @@ <arguments> </arguments> </buildCommand> + <buildCommand> + <name>org.eclipse.m2e.core.maven2Builder</name> + <arguments> + </arguments> + </buildCommand> </buildSpec> <natures> + <nature>org.eclipse.pde.PluginNature</nature> + <nature>org.eclipse.m2e.core.maven2Nature</nature> <nature>org.eclipse.jdt.core.javanature</nature> </natures> </projectDescription> -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/testng.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

