Skip to content

Commit

Permalink
Merge pull request #235 from ncats/awmisc_extrajars_script
Browse files Browse the repository at this point in the history
Extra jars script remove cdk and comments
  • Loading branch information
ChemMitch authored Dec 1, 2023
2 parents f124867 + 4ee15bc commit 7e15ff6
Show file tree
Hide file tree
Showing 15 changed files with 1 addition and 18 deletions.
Binary file removed extraJars/cdk-atomtype-2.6-SNAPSHOT.jar
Binary file not shown.
Binary file removed extraJars/cdk-core-2.6-SNAPSHOT.jar
Binary file not shown.
Binary file removed extraJars/cdk-data-2.6-SNAPSHOT.jar
Binary file not shown.
Binary file removed extraJars/cdk-fingerprint-2.6-SNAPSHOT.jar
Binary file not shown.
Binary file removed extraJars/cdk-formula-2.6-SNAPSHOT.jar
Binary file not shown.
Binary file removed extraJars/cdk-inchi-2.6-SNAPSHOT.jar
Binary file not shown.
Binary file removed extraJars/cdk-interfaces-2.6-SNAPSHOT.jar
Binary file not shown.
Binary file removed extraJars/cdk-io-2.6-SNAPSHOT.jar
Binary file not shown.
Binary file removed extraJars/cdk-ioformats-2.6-SNAPSHOT.jar
Binary file not shown.
Binary file removed extraJars/cdk-isomorphism-2.6-SNAPSHOT.jar
Binary file not shown.
Binary file removed extraJars/cdk-silent-2.6-SNAPSHOT.jar
Binary file not shown.
Binary file removed extraJars/cdk-smarts-2.6-SNAPSHOT.jar
Binary file not shown.
Binary file removed extraJars/cdk-smiles-2.6-SNAPSHOT.jar
Binary file not shown.
Binary file removed extraJars/cdk-standard-2.6-SNAPSHOT.jar
Binary file not shown.
19 changes: 1 addition & 18 deletions installExtraJars.sh
Original file line number Diff line number Diff line change
@@ -1,18 +1 @@
./mvnw install:install-file -Dfile=extraJars/cdk-atomtype-2.6-SNAPSHOT.jar
./mvnw install:install-file -Dfile=extraJars/cdk-core-2.6-SNAPSHOT.jar
./mvnw install:install-file -Dfile=extraJars/cdk-data-2.6-SNAPSHOT.jar
./mvnw install:install-file -Dfile=extraJars/cdk-fingerprint-2.6-SNAPSHOT.jar
./mvnw install:install-file -Dfile=extraJars/cdk-formula-2.6-SNAPSHOT.jar
./mvnw install:install-file -Dfile=extraJars/cdk-inchi-2.6-SNAPSHOT.jar
./mvnw install:install-file -Dfile=extraJars/cdk-io-2.6-SNAPSHOT.jar
./mvnw install:install-file -Dfile=extraJars/cdk-interfaces-2.6-SNAPSHOT.jar
./mvnw install:install-file -Dfile=extraJars/cdk-ioformats-2.6-SNAPSHOT.jar
./mvnw install:install-file -Dfile=extraJars/cdk-isomorphism-2.6-SNAPSHOT.jar
./mvnw install:install-file -Dfile=extraJars/cdk-silent-2.6-SNAPSHOT.jar
./mvnw install:install-file -Dfile=extraJars/cdk-smarts-2.6-SNAPSHOT.jar
./mvnw install:install-file -Dfile=extraJars/cdk-smiles-2.6-SNAPSHOT.jar
./mvnw install:install-file -Dfile=extraJars/cdk-standard-2.6-SNAPSHOT.jar

#./mvnw install:install-file -Dfile=extraJars/jchem3.jar -DgroupId=chemaxon -DartifactId=jchem -Dversion=1.0.0fake -Dpackaging=jar
#./mvnw install:install-file -Dfile=extraJars/molwitch-jchem3-1.0.9.jar
#./mvnw install:install-file -Dfile=extraJars/lychi-0.7.1.jar
# Don't delete this file even if empty

0 comments on commit 7e15ff6

Please sign in to comment.