Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.22 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <classpath>
  3. <classpathentry kind="src" output="bin/main" path="src">
  4. <attributes>
  5. <attribute name="gradle_scope" value="main"/>
  6. <attribute name="gradle_used_by_scope" value="main,test"/>
  7. </attributes>
  8. </classpathentry>
  9. <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6/"/>
  10. <classpathentry kind="con" path="org.eclipse.buildship.core.gradleclasspathcontainer"/>
  11. <classpathentry kind="output" path="bin/default"/>
  12. </classpath>
  13.  
  14. <?xml version="1.0" encoding="UTF-8"?>
  15. <classpath>
  16. <classpathentry kind="src" output="bin/main" path="src">
  17. <attributes>
  18. <attribute name="gradle_scope" value="main"/>
  19. <attribute name="gradle_used_by_scope" value="main,test"/>
  20. </attributes>
  21. </classpathentry>
  22. <classpathentry kind="src" path="res"/>
  23. <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6/"/>
  24. <classpathentry kind="con" path="org.eclipse.buildship.core.gradleclasspathcontainer"/>
  25. <classpathentry exported="true" kind="src" path="/Fight of Fights-core"/>
  26. <classpathentry kind="output" path="bin/default"/>
  27. </classpath>
  28.  
  29. JAR export finished with warnings. See details for additional information.
  30. Exported with compile warnings: Fight of Fights-core/src/com/fof/handlers/PowerUpManager.java
  31. Exported with compile warnings: Fight of Fights-core/src/com/fof/handlers/ProjectileManager.java
  32. Exported with compile warnings: Fight of Fights-core/src/com/fof/objects/Orb.java
  33. Exported with compile warnings: Fight of Fights-core/src/com/fof/objects/StoryTileLine.java
  34. Exported with compile warnings: Fight of Fights-core/src/com/fof/objects/Calculator.java
  35. Exported with compile warnings: Fight of Fights-core/src/com/fof/states/BombFactoryArenaState.java
  36. Exported with compile warnings: Fight of Fights-core/src/com/fof/states/MenuState.java
  37. Jar export finished with problems. See details for additional information.
  38. Fat Jar Export: Could not find class-path entry for 'Fight of Fights-core/bin/default'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement