From: <be...@us...> - 2012-04-16 22:46:09
|
Revision: 441 http://flatpack.svn.sourceforge.net/flatpack/?rev=441&view=rev Author: benoitx Date: 2012-04-16 22:46:03 +0000 (Mon, 16 Apr 2012) Log Message: ----------- Re-org the printHeader or not depending on the way the factory is called. Modified Paths: -------------- trunk/flatpack/.classpath trunk/flatpack/.project Modified: trunk/flatpack/.classpath =================================================================== --- trunk/flatpack/.classpath 2012-04-16 22:44:49 UTC (rev 440) +++ trunk/flatpack/.classpath 2012-04-16 22:46:03 UTC (rev 441) @@ -1,13 +1,13 @@ <?xml version="1.0" encoding="UTF-8"?> <classpath> - <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> - <classpathentry kind="src" path="src/main/java"/> - <classpathentry kind="src" output="target/test-classes" path="src/test/java"/> - <classpathentry kind="var" path="MAVEN_REPO/junit/jars/junit-3.8.2.jar"/> - <classpathentry kind="var" path="MAVEN_REPO/jdom/jars/jdom-1.0.jar"/> - <classpathentry kind="var" path="MAVEN_REPO/org.slf4j/jars/slf4j-api-1.1.0-RC1.jar"/> - <classpathentry kind="var" path="MAVEN_REPO/org.slf4j/jars/slf4j-simple-1.1.0-RC1.jar"/> - <classpathentry kind="var" path="MAVEN_REPO/jexcelapi/jars/jxl-2.4.2.jar"/> - <classpathentry kind="var" path="MAVEN_REPO"/> - <classpathentry kind="output" path="target/classes"/> -</classpath> + <classpathentry kind="src" path="src/test/java" output="target/test-classes" including="**/*.java"/> + <classpathentry kind="src" path="src/test/resources" output="target/test-classes" including="**/*.xml" excluding="**/*.java"/> + <classpathentry kind="src" path="src/main/java"/> + <classpathentry kind="output" path="target/classes"/> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> + <classpathentry kind="var" path="M2_REPO/jdom/jdom/1.0/jdom-1.0.jar"/> + <classpathentry kind="var" path="M2_REPO/jexcelapi/jxl/2.4.2/jxl-2.4.2.jar"/> + <classpathentry kind="var" path="M2_REPO/org/slf4j/slf4j-api/1.1.0-RC1/slf4j-api-1.1.0-RC1.jar"/> + <classpathentry kind="var" path="M2_REPO/org/slf4j/slf4j-simple/1.1.0-RC1/slf4j-simple-1.1.0-RC1.jar"/> + <classpathentry kind="var" path="M2_REPO/junit/junit/3.8.2/junit-3.8.2.jar"/> +</classpath> \ No newline at end of file Modified: trunk/flatpack/.project =================================================================== --- trunk/flatpack/.project 2012-04-16 22:44:49 UTC (rev 440) +++ trunk/flatpack/.project 2012-04-16 22:46:03 UTC (rev 441) @@ -1,13 +1,12 @@ <?xml version="1.0" encoding="UTF-8"?> - <projectDescription> <name>flatpack</name> - <comment>Simple Java delimited and fixed width file parser. Handles CSV, Excel CSV, Tab, Pipe delimiters, just to name a few. Maps column positions in the file to user friendly names via XML. See FlatPack Feature List under News for complete feature list.</comment> - <projects></projects> + <comment>Simple Java delimited and fixed width file parser. Handles CSV, Excel CSV, Tab, Pipe delimiters, just to name a few. + Maps column positions in the file to user friendly names via XML. See FlatPack Feature List under News for complete feature list. NO_M2ECLIPSE_SUPPORT: Project files created with the maven-eclipse-plugin are not supported in M2Eclipse.</comment> + <projects/> <buildSpec> <buildCommand> <name>org.eclipse.jdt.core.javabuilder</name> - <arguments></arguments> </buildCommand> </buildSpec> <natures> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |