From 2f264866bb1c1bfe1954a7fa6cdd68885d60282b Mon Sep 17 00:00:00 2001 From: assaf79 Date: Sat, 13 Jun 2020 19:21:09 +0300 Subject: [PATCH] cleanup --- .classpath | 10 ------- .gitignore | 19 ++++++++++++ .project | 18 ------------ MANIFEST.MF | 3 -- README_release.txt | 73 ---------------------------------------------- build.xml | 52 --------------------------------- 6 files changed, 19 insertions(+), 156 deletions(-) delete mode 100644 .classpath create mode 100644 .gitignore delete mode 100644 .project delete mode 100644 MANIFEST.MF delete mode 100644 README_release.txt delete mode 100644 build.xml diff --git a/.classpath b/.classpath deleted file mode 100644 index 27ece10..0000000 --- a/.classpath +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c42d246 --- /dev/null +++ b/.gitignore @@ -0,0 +1,19 @@ +HELP.md +target/ + +### IntelliJ IDEA ### +.idea +*.iws +*.iml +*.ipr + +### NetBeans ### +/nbproject/private/ +/nbbuild/ +/dist/ +/nbdist/ +/.nb-gradle/ +build/ + +### VS Code ### +.vscode/ diff --git a/.project b/.project deleted file mode 100644 index 4c0f3e1..0000000 --- a/.project +++ /dev/null @@ -1,18 +0,0 @@ - - - jFuzzyLogic - - - - - - org.eclipse.jdt.core.javabuilder - - - - - - org.eclipse.jdt.core.javanature - org.eclipse.xtext.ui.shared.xtextNature - - diff --git a/MANIFEST.MF b/MANIFEST.MF deleted file mode 100644 index 262b5dc..0000000 --- a/MANIFEST.MF +++ /dev/null @@ -1,3 +0,0 @@ -Manifest-Version: 1.0 -Main-Class: net.sourceforge.jFuzzyLogic.JFuzzyLogic - diff --git a/README_release.txt b/README_release.txt deleted file mode 100644 index 9dd1640..0000000 --- a/README_release.txt +++ /dev/null @@ -1,73 +0,0 @@ - - - Release instructions - -------------------- - - -Main JAR file -------------- - - 1) Create jFuzzyLogic.jar file - - Eclipse -> Package explorer -> jFuzzyLogic -> Select file jFuzzyLogic.jardesc -> Right click "Create JAR" - - 2) Upload JAR file SourceForge (use sf.net menu) - - -HTML pages ----------- - - 1) Upload HTML pages to SourceForge - - cd ~/workspace/jFuzzyLogic - scp index.html pcingola,jfuzzylogic@frs.sourceforge.net:htdocs/ - - cd ~/workspace/jFuzzyLogic/html - scp *.{html,css} pcingola,jfuzzylogic@frs.sourceforge.net:htdocs/html - scp images/*.png pcingola,jfuzzylogic@frs.sourceforge.net:htdocs/html/images/ - scp videos/*.swf pcingola,jfuzzylogic@frs.sourceforge.net:htdocs/html/videos/ - scp -R assets dist fcl pdf pcingola,jfuzzylogic@frs.sourceforge.net:htdocs/html/ - -Eclipse plugin --------------- - - 1) Create small jFuzzyLogic.jar file (it's better to use a small file and not the big JAR file that has all source files) - - cd ~/workspace/jFuzzyLogic/ - ant - - # Check the JAR file - cd - java -jar jFuzzyLogic.jar - - - 2) Copy jFuzzyLogic.jar file to UI project - - cp jFuzzyLogic.jar net.sourceforge.jFuzzyLogic.Fcl.ui/lib/jFuzzyLogic.jar - - 3) Build eclipse update site - - In Eclipse: - - In package explorer, refresh all net.sourceforge.jFuzzyLogic.Fcl.* projects - - - Open the net.sourceforge.jFuzzyLogic.Fcl.updateSite project - - Delete the contents of the 'plugins' 'features' and dir - - cd ~/workspace/net.sourceforge.jFuzzyLogic.Fcl.updateSite - rm -vf *.jar plugins/*.jar features/*.jar - - - Open site.xml file - - Go to "Site Map" tab - - - Open jFuzzyLogic category and remove the 'feature' (called something like "net.sourceforge.jFuzzyLogic.Fcl.sdk_1.1.0.201212101535.jar" - and add it again (just to be sure) - - - Click the "Buid All" button - - - Refresh the project (you should see the JAR files in the plugin folders now). - - 4) Upload Eclipse plugin files to SourceForge (Eclipse update site) - - cd ~/workspace/net.sourceforge.jFuzzyLogic.Fcl.updateSite - scp -r . pcingola,jfuzzylogic@frs.sourceforge.net:htdocs/eclipse/ - diff --git a/build.xml b/build.xml deleted file mode 100644 index 77d2213..0000000 --- a/build.xml +++ /dev/null @@ -1,52 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -