Skip to content

Commit

Permalink
Removes some libraries from the binary distro. Updates the Eclipse cl…
Browse files Browse the repository at this point in the history
…asspath.
  • Loading branch information
lucboudreau committed Jan 16, 2013
1 parent 9fdcf8b commit 7b74403
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion .classpath
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,5 @@
<classpathentry kind="lib" path="dev-lib/mysql-connector-java-5.1.13-bin.jar"/>
<classpathentry kind="lib" path="testlib/olap4j-xmlaserver.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
<classpathentry kind="lib" path="lib/javacc.jar"/>
<classpathentry kind="output" path="eclipse-bin"/>
</classpath>
4 changes: 3 additions & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,9 @@ VERSION.txt" />
<zipfileset dir="${javadoc.dir}" prefix="${ivy.artifact.id}-${project.revision}/doc/api"
includes="**/*" />
<zipfileset dir="${dist.dir}" prefix="${ivy.artifact.id}-${project.revision}/lib" includes="olap4j-*.jar" />
<zipfileset dir="${lib.dir}" prefix="${ivy.artifact.id}-${project.revision}/lib" includes="*.jar" />
<zipfileset dir="${lib.dir}"
prefix="${ivy.artifact.id}-${project.revision}/lib"
includes="xercesImpl.jar"/>
<zipfileset dir="${dist.dir}" prefix="${ivy.artifact.id}-${project.revision}" includes="${source.zip.filename}" />
</zip>
</target>
Expand Down

0 comments on commit 7b74403

Please sign in to comment.