forked from ecd-plugin/ecd
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove source attach by scm - avoid re-computing sha1
- Loading branch information
nbauma109
committed
May 8, 2024
1 parent
4ecd552
commit d6ac7c8
Showing
32 changed files
with
131 additions
and
1,205 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,22 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<classpath> | ||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17"> | ||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"> | ||
<attributes> | ||
<attribute name="module" value="true"/> | ||
<attribute name="maven.pomderived" value="true"/> | ||
</attributes> | ||
</classpathentry> | ||
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> | ||
<classpathentry exported="true" kind="lib" path="lib/cfr-0.152.jar"/> | ||
<classpathentry kind="src" path="src/"/> | ||
<classpathentry kind="output" path="target/classes"/> | ||
<classpathentry kind="src" output="bin" path="src"> | ||
<attributes> | ||
<attribute name="optional" value="true"/> | ||
<attribute name="maven.pomderived" value="true"/> | ||
</attributes> | ||
</classpathentry> | ||
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER"> | ||
<attributes> | ||
<attribute name="maven.pomderived" value="true"/> | ||
</attributes> | ||
</classpathentry> | ||
<classpathentry kind="output" path="bin"/> | ||
</classpath> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
/bin/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,26 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<classpath> | ||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17"> | ||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"> | ||
<attributes> | ||
<attribute name="module" value="true"/> | ||
<attribute name="maven.pomderived" value="true"/> | ||
</attributes> | ||
</classpathentry> | ||
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> | ||
<classpathentry kind="src" path="src/"/> | ||
<classpathentry kind="src" output="bin" path="src"> | ||
<attributes> | ||
<attribute name="optional" value="true"/> | ||
<attribute name="maven.pomderived" value="true"/> | ||
</attributes> | ||
</classpathentry> | ||
<classpathentry exported="true" kind="lib" path="lib/bcel-6.7.0.jar"/> | ||
<classpathentry exported="true" kind="lib" path="lib/commons-lang3-3.12.0.jar"/> | ||
<classpathentry exported="true" kind="lib" path="lib/commons-io-2.16.0.jar"/> | ||
<classpathentry exported="true" kind="lib" path="lib/jd-util-1.1.16.jar"/> | ||
<classpathentry exported="true" kind="lib" path="lib/jd-core-1.2.26.jar"/> | ||
<classpathentry kind="output" path="target/classes"/> | ||
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER"> | ||
<attributes> | ||
<attribute name="maven.pomderived" value="true"/> | ||
</attributes> | ||
</classpathentry> | ||
<classpathentry kind="output" path="bin"/> | ||
</classpath> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
/bin/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,23 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<classpath> | ||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17"> | ||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"> | ||
<attributes> | ||
<attribute name="module" value="true"/> | ||
<attribute name="maven.pomderived" value="true"/> | ||
</attributes> | ||
</classpathentry> | ||
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> | ||
<classpathentry exported="true" kind="lib" path="lib/procyon-core-0.6.0.jar"/> | ||
<classpathentry exported="true" kind="lib" path="lib/procyon-compilertools-0.6.0.jar"/> | ||
<classpathentry kind="src" path="src/"/> | ||
<classpathentry kind="output" path="target/classes"/> | ||
<classpathentry kind="src" output="bin" path="src"> | ||
<attributes> | ||
<attribute name="optional" value="true"/> | ||
<attribute name="maven.pomderived" value="true"/> | ||
</attributes> | ||
</classpathentry> | ||
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER"> | ||
<attributes> | ||
<attribute name="maven.pomderived" value="true"/> | ||
</attributes> | ||
</classpathentry> | ||
<classpathentry kind="output" path="bin"/> | ||
</classpath> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
/bin/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,40 +1,30 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<classpath> | ||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17"> | ||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"> | ||
<attributes> | ||
<attribute name="module" value="true"/> | ||
<attribute name="maven.pomderived" value="true"/> | ||
</attributes> | ||
</classpathentry> | ||
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> | ||
<classpathentry exported="true" kind="lib" path="lib/cvsclient-20060125.jar"/> | ||
<classpathentry exported="true" kind="lib" path="lib/maven-scm-api-1.13.0.jar"/> | ||
<classpathentry exported="true" kind="lib" path="lib/maven-scm-provider-accurev-1.13.0.jar"/> | ||
<classpathentry exported="true" kind="lib" path="lib/maven-scm-provider-bazaar-1.13.0.jar"/> | ||
<classpathentry exported="true" kind="lib" path="lib/maven-scm-provider-clearcase-1.13.0.jar"/> | ||
<classpathentry exported="true" kind="lib" path="lib/maven-scm-provider-cvs-commons-1.13.0.jar"/> | ||
<classpathentry exported="true" kind="lib" path="lib/maven-scm-provider-cvsexe-1.13.0.jar"/> | ||
<classpathentry exported="true" kind="lib" path="lib/maven-scm-provider-cvsjava-1.13.0.jar"/> | ||
<classpathentry exported="true" kind="lib" path="lib/maven-scm-provider-git-commons-1.13.0.jar"/> | ||
<classpathentry exported="true" kind="lib" path="lib/maven-scm-provider-gitexe-1.13.0.jar"/> | ||
<classpathentry exported="true" kind="lib" path="lib/maven-scm-provider-hg-1.13.0.jar"/> | ||
<classpathentry exported="true" kind="lib" path="lib/maven-scm-provider-integrity-1.13.0.jar"/> | ||
<classpathentry exported="true" kind="lib" path="lib/maven-scm-provider-jazz-1.13.0.jar"/> | ||
<classpathentry exported="true" kind="lib" path="lib/maven-scm-provider-local-1.13.0.jar"/> | ||
<classpathentry exported="true" kind="lib" path="lib/maven-scm-provider-perforce-1.13.0.jar"/> | ||
<classpathentry exported="true" kind="lib" path="lib/maven-scm-provider-starteam-1.13.0.jar"/> | ||
<classpathentry exported="true" kind="lib" path="lib/maven-scm-provider-svn-commons-1.13.0.jar"/> | ||
<classpathentry exported="true" kind="lib" path="lib/maven-scm-provider-svnexe-1.13.0.jar"/> | ||
<classpathentry exported="true" kind="lib" path="lib/maven-scm-provider-synergy-1.13.0.jar"/> | ||
<classpathentry exported="true" kind="lib" path="lib/maven-scm-provider-tfs-1.13.0.jar"/> | ||
<classpathentry exported="true" kind="lib" path="lib/maven-scm-provider-vss-1.13.0.jar"/> | ||
<classpathentry exported="true" kind="lib" path="lib/plexus-utils-4.0.0.jar"/> | ||
<classpathentry exported="true" kind="lib" path="lib/nexus-indexer-lucene-model-2.14.20-02.jar"/> | ||
<classpathentry exported="true" kind="lib" path="lib/nexus-restlet1x-model-2.15.1-02.jar"/> | ||
<classpathentry exported="true" kind="lib" path="lib/maven-scm-provider-jgit-1.13.0.jar"/> | ||
<classpathentry exported="true" kind="lib" path="lib/jaxb-api-2.3.1.jar"/> | ||
<classpathentry exported="true" kind="lib" path="lib/jaxb-impl-2.3.8.jar"/> | ||
<classpathentry exported="true" kind="lib" path="lib/jaxb-runtime-2.3.3.jar"/> | ||
<classpathentry exported="true" kind="lib" path="lib/activation-1.1.1.jar"/> | ||
<classpathentry kind="src" path="src/"/> | ||
<classpathentry kind="output" path="target/classes"/> | ||
<classpathentry exported="true" kind="lib" path="lib/commons-io-2.16.0.jar"/> | ||
<classpathentry kind="src" output="bin" path="src"> | ||
<attributes> | ||
<attribute name="optional" value="true"/> | ||
<attribute name="maven.pomderived" value="true"/> | ||
</attributes> | ||
</classpathentry> | ||
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER"> | ||
<attributes> | ||
<attribute name="maven.pomderived" value="true"/> | ||
</attributes> | ||
</classpathentry> | ||
<classpathentry kind="output" path="bin"/> | ||
</classpath> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
/bin/ | ||
/test-bin/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.