Skip to content

Commit 75b1337

Browse files
committed
don't bother with classgraph's javadoc and sources
1 parent 3631533 commit 75b1337

File tree

5 files changed

+1
-9
lines changed

5 files changed

+1
-9
lines changed

.classpath

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<classpath>
33
<classpathentry kind="src" path="src"/>
4-
<classpathentry kind="lib" path="lib/classgraph-4.8.47-javadoc.jar"/>
5-
<classpathentry kind="lib" path="lib/classgraph-4.8.47-sources.jar"/>
64
<classpathentry kind="lib" path="lib/classgraph-4.8.47.jar"/>
75
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
86
<classpathentry kind="output" path="bin"/>

build.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,10 @@
1111
<path id="ArrayVisualizer-master.classpath">
1212
<pathelement location="bin"/>
1313
<pathelement location="lib/classgraph-4.8.47.jar"/>
14-
<pathelement location="lib/classgraph-4.8.47-javadoc.jar"/>
15-
<pathelement location="lib/classgraph-4.8.47-sources.jar"/>
1614
</path>
1715
<path id="run.ArrayVisualizer.classpath">
1816
<path refid="ArrayVisualizer-master.classpath"/>
1917
<pathelement location="lib/classgraph-4.8.47.jar"/>
20-
<pathelement location="lib/classgraph-4.8.47-javadoc.jar"/>
21-
<pathelement location="lib/classgraph-4.8.47-sources.jar"/>
2218
</path>
2319
<path id="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER.libraryclasspath"/>
2420
<path id="run.Main.classpath">

dist/build.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,12 @@
1212
<attribute name="Main-Class" value="org.eclipse.jdt.internal.jarinjarloader.JarRsrcLoader"/>
1313
<attribute name="Rsrc-Main-Class" value="main.ArrayVisualizer"/>
1414
<attribute name="Class-Path" value="."/>
15-
<attribute name="Rsrc-Class-Path" value="./ classgraph-4.8.47.jar classgraph-4.8.47-javadoc.jar classgraph-4.8.47-sources.jar"/>
15+
<attribute name="Rsrc-Class-Path" value="./ classgraph-4.8.47.jar"/>
1616
</manifest>
1717
<zipfileset src="jar-in-jar-loader.zip"/>
1818
<fileset dir="${dir.workspace}/ArrayVisualizer-master/bin"/>
1919
<fileset dir="${dir.workspace}/ArrayVisualizer-master/src" includes="soundfont/sfx.sf2,*.form"/>
2020
<zipfileset dir="${dir.workspace}/ArrayVisualizer-master/lib" includes="classgraph-4.8.47.jar"/>
21-
<zipfileset dir="${dir.workspace}/ArrayVisualizer-master/lib" includes="classgraph-4.8.47-javadoc.jar"/>
22-
<zipfileset dir="${dir.workspace}/ArrayVisualizer-master/lib" includes="classgraph-4.8.47-sources.jar"/>
2321
</jar>
2422
</target>
2523
</project>

lib/classgraph-4.8.47-javadoc.jar

-786 KB
Binary file not shown.

lib/classgraph-4.8.47-sources.jar

-421 KB
Binary file not shown.

0 commit comments

Comments
 (0)