From: <be...@us...> - 2012-04-16 22:46:25
|
Revision: 442 http://flatpack.svn.sourceforge.net/flatpack/?rev=442&view=rev Author: benoitx Date: 2012-04-16 22:46:19 +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-samples/.classpath trunk/flatpack-samples/.project Modified: trunk/flatpack-samples/.classpath =================================================================== --- trunk/flatpack-samples/.classpath 2012-04-16 22:46:03 UTC (rev 441) +++ trunk/flatpack-samples/.classpath 2012-04-16 22:46:19 UTC (rev 442) @@ -1,11 +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="var" path="MAVEN_REPO/net.sf.flatpack/jars/flatpack-3.2.0-SNAPSHOT.jar"/> - <classpathentry kind="var" path="MAVEN_REPO/jdom/jars/jdom-1.0.jar"/> - <classpathentry kind="var" path="MAVEN_REPO/jexcelapi/jars/jxl-2.4.2.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="output" path="target/classes"/> -</classpath> + <classpathentry kind="src" path="src/main/java"/> + <classpathentry kind="src" path="/Users/xhensevalb/project/flatpack/common-build/lib" including="**/*.jar" excluding="**/*.java"/> + <classpathentry kind="output" path="target/classes"/> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> + <classpathentry kind="var" path="M2_REPO/net/sf/flatpack/flatpack/3.3.0-SNAPSHOT/flatpack-3.3.0-SNAPSHOT.jar"/> + <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-samples/.project =================================================================== --- trunk/flatpack-samples/.project 2012-04-16 22:46:03 UTC (rev 441) +++ trunk/flatpack-samples/.project 2012-04-16 22:46:19 UTC (rev 442) @@ -1,13 +1,12 @@ <?xml version="1.0" encoding="UTF-8"?> - <projectDescription> <name>flatpack-examples</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 PZFileReader 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. |