Changeset 1091 for extensions
- Timestamp:
- May 27, 2009, 9:51:28 AM (14 years ago)
- Location:
- extensions/net.sf.basedb.genepattern/trunk
- Files:
-
- 5 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/net.sf.basedb.genepattern/trunk/build.xml
r1090 r1091 72 72 <fileset dir="." includes="META-INF/*" /> 73 73 </copy> 74 < !--replace token="%%plugins.jar%%" value="${jar.name}" file="${build}/META-INF/base-plugins.xml" /-->74 <replace token="%%plugins.jar%%" value="${jar.name}" file="${build}/META-INF/base-plugins.xml" /> 75 75 <jar 76 76 jarfile="${jar.name}" -
extensions/net.sf.basedb.genepattern/trunk/lib/compile
-
Property
svn:ignore
set to
BASE2*.jar
-
Property
svn:ignore
set to
-
extensions/net.sf.basedb.genepattern/trunk/src/net/sf/basedb/genepattern/GenePattern.java
r1090 r1091 28 28 */ 29 29 public static final String EMAIL = "basedb-users@lists.sourceforge.net"; 30 31 /** 32 The external ID for the file type representing 33 a GenePattern GCT file. 34 @see DataFileType#getByExternalId(net.sf.basedb.core.DbControl, String) 35 */ 36 public static final String GCT_FILE = "genepattern.gct"; 30 37 31 38 }
Note: See TracChangeset
for help on using the changeset viewer.