Changeset 2283
- Timestamp:
- Mar 13, 2014, 9:03:22 PM (9 years ago)
- Location:
- plugins/base2/net.sf.basedb.illumina/trunk
- Files:
-
- 1 added
- 1 deleted
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/base2/net.sf.basedb.illumina/trunk
- Property svn:ignore
-
old new 2 2 build 3 3 package 4 . project4 .settings 5 5 build.properties
-
- Property svn:ignore
-
plugins/base2/net.sf.basedb.illumina/trunk/.classpath
r1387 r2283 8 8 <classpathentry kind="lib" path="lib/compile/servlet-api.jar"/> 9 9 <classpathentry kind="lib" path="lib/compile/commons-io-1.3.2.jar"/> 10 <classpathentry kind="lib" path="lib/compile/base-core-3. 0.0.jar"/>11 <classpathentry kind="lib" path="lib/compile/base-coreplugins-3. 0.0.jar"/>12 <classpathentry kind="lib" path="lib/compile/base-webclient-3. 0.0.jar"/>13 <classpathentry kind="lib" path="lib/compile/base-webservices-client-3. 0.0.jar"/>10 <classpathentry kind="lib" path="lib/compile/base-core-3.3.0.jar"/> 11 <classpathentry kind="lib" path="lib/compile/base-coreplugins-3.3.0.jar"/> 12 <classpathentry kind="lib" path="lib/compile/base-webclient-3.3.0.jar"/> 13 <classpathentry kind="lib" path="lib/compile/base-webservices-client-3.3.0.jar"/> 14 14 <classpathentry kind="output" path="bin"/> 15 15 </classpath> -
plugins/base2/net.sf.basedb.illumina/trunk/META-INF/extensions.xml
r1448 r2283 34 34 This package contains plug-ins and extensions for the Illumina platform. 35 35 </description> 36 <min-base-version>3. 0.0</min-base-version>36 <min-base-version>3.3.0</min-base-version> 37 37 </about> 38 38 <plugin-definition id="Installer"> -
plugins/base2/net.sf.basedb.illumina/trunk/build.xml
r1542 r2283 23 23 <property name="tar.name" value="${tar.prefix}.tar.gz" description="Full name of .tar.gz file for download." /> 24 24 <property name="javac.arg" value="-Xlint:unchecked" /> 25 <property name="javac.source" value="1. 6" />26 <property name="javac.target" value="1. 6" />25 <property name="javac.source" value="1.7" /> 26 <property name="javac.target" value="1.7" /> 27 27 <property name="javac.encoding" value="UTF-8" /> 28 28 <property name="depend.base-version" 29 value="3. 0.0"29 value="3.3.0" 30 30 description="The BASE version that this project depends on." 31 31 /> -
plugins/base2/net.sf.basedb.illumina/trunk/lib/compile
- Property svn:ignore
-
old new 1 BASE2Core.jar 2 BASE2CorePlugins.jar 3 BASE2WSClient.jar 4 BASE2Webclient.jar 5 base-core-3.0.0.jar 6 base-coreplugins-3.0.0.jar 7 base-webclient-3.0.0.jar 8 base-webservices-client-3.0.0.jar 1 base-*.jar
-
- Property svn:ignore
Note: See TracChangeset
for help on using the changeset viewer.