Changeset 880
- Timestamp:
- Dec 5, 2008, 12:28:29 PM (14 years ago)
- Location:
- plugins/base1/se.lu.onk.Center/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/base1/se.lu.onk.Center/trunk/build.xml
r875 r880 21 21 22 22 You should have received a copy of the GNU General Public License 23 along with BASE. If not, see <http://www.gnu.org/licenses/>.23 along with this software. If not, see <http://www.gnu.org/licenses/>. 24 24 --> 25 25 <project name="se.lu.onk.Center plug-in for BASE" … … 45 45 <property name="build" location="build" /> 46 46 <property name="dist" location="dist" /> 47 <property name=" doc" location="doc" />47 <property name="misc" location="misc" /> 48 48 <property name="package" value="mergebioassay"/> 49 49 <property name="packagestring" value="Center-${version}" /> … … 105 105 <copy todir="${package}"> 106 106 <fileset file="${dist}/Center.jar" /> 107 <fileset dir="${ doc}" />107 <fileset dir="${misc}" /> 108 108 <fileset file="license.txt" /> 109 109 <fileset file="README" /> -
plugins/base1/se.lu.onk.Center/trunk/misc/run
r875 r880 1 1 #!/bin/bash - 2 2 # 3 # 3 # $Id$ 4 4 # 5 5 # Copyright (C) 2006 Johan Enell … … 25 25 26 26 progdir="`dirname \"$0\"`" 27 java -cp "$CLASSPATH:$progdir/BaseFile/BaseFile.jar:$progdir/Center.jar" Main stdin.txt27 java -cp "$CLASSPATH:$progdir/BaseFile/BaseFile.jar:$progdir/Center.jar" center.Main stdin.txt
Note: See TracChangeset
for help on using the changeset viewer.