Skip to content

Commit

Permalink
trigger weekly build commit and add classpath file change
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Leischnig committed Jan 24, 2020
1 parent a13012b commit 9830f75
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions org.jcryptool.functionlistgen/.classpath
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
<classpathentry kind="output" path="bin"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src/"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>
1 change: 1 addition & 0 deletions org.jcryptool.releng/rebuild_weekly.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This file is changed and committed weekly to trigger Travis to build and publish a pre-release.

0 comments on commit 9830f75

Please sign in to comment.