Skip to Content.
Sympa Menu

notify-dpml - svn commit: r2559 - development/laboratory/ide/eclipse/plugins/net.dpml.ide.eclipse.core/src/net/dpml/ide/eclipse/core

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: peter AT neubauer.se
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: svn commit: r2559 - development/laboratory/ide/eclipse/plugins/net.dpml.ide.eclipse.core/src/net/dpml/ide/eclipse/core
  • Date: Sun, 15 May 2005 05:08:37 +0000

Author: peter AT neubauer.se
Date: Sun May 15 05:08:33 2005
New Revision: 2559

Modified:

development/laboratory/ide/eclipse/plugins/net.dpml.ide.eclipse.core/src/net/dpml/ide/eclipse/core/DpmlCorePlugin.java
Log:
fixing wrong versions of transit-tools

Modified:
development/laboratory/ide/eclipse/plugins/net.dpml.ide.eclipse.core/src/net/dpml/ide/eclipse/core/DpmlCorePlugin.java
==============================================================================
---
development/laboratory/ide/eclipse/plugins/net.dpml.ide.eclipse.core/src/net/dpml/ide/eclipse/core/DpmlCorePlugin.java
(original)
+++
development/laboratory/ide/eclipse/plugins/net.dpml.ide.eclipse.core/src/net/dpml/ide/eclipse/core/DpmlCorePlugin.java
Sun May 15 05:08:33 2005
@@ -41,6 +41,10 @@
*/
private static final int UPDATE_PREFIX_LENGTH = 7;

+ private static final String TRANSIT_VERSION = "SNAPSHOT";
+
+ private static final String JUNIT_VERSION = "3.8.1";
+
/**
* The constructor.
*/
@@ -78,11 +82,11 @@
try
{
transitClasspath[0] = new AntClasspathEntry( pluginPath
- + "lib/dpml-transit-main-SNAPSHOT.jar" );
+ + "lib/dpml-transit-main-"+ TRANSIT_VERSION + ".jar" );
transitClasspath[1] = new AntClasspathEntry( pluginPath
- + "lib/dpml-transit-tools.jar" );
+ + "lib/dpml-transit-tools-"+ TRANSIT_VERSION + ".jar" );
transitClasspath[2] = new AntClasspathEntry( pluginPath
- + "lib/junit-3.8.1.jar" );
+ + "lib/junit-"+ JUNIT_VERSION + ".jar" );
}
catch ( Exception e )
{



  • svn commit: r2559 - development/laboratory/ide/eclipse/plugins/net.dpml.ide.eclipse.core/src/net/dpml/ide/eclipse/core, peter, 05/15/2005

Archive powered by MHonArc 2.6.24.

Top of Page