Skip to Content.
Sympa Menu

notify-dpml - svn commit: r1748 - development/main/home/transit/plugin

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: niclas AT netcompartner.com
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: svn commit: r1748 - development/main/home/transit/plugin
  • Date: Mon, 07 Feb 2005 09:46:00 +0100

Author: niclas
Date: Mon Feb 7 09:45:59 2005
New Revision: 1748

Modified:
development/main/home/transit/plugin/build.xml
Log:
A bad backslash had sneaked into the UNIX-CLASSPATH.

Modified: development/main/home/transit/plugin/build.xml
==============================================================================
--- development/main/home/transit/plugin/build.xml (original)
+++ development/main/home/transit/plugin/build.xml Mon Feb 7 09:45:59
2005
@@ -1,19 +1,19 @@
<?xml version="1.0" encoding="UTF-8" ?>
-<!--
+<!--
Copyright 2004 Stephen J McConnell
Copyright 2004 Niclas Hedhman
-
+
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
+ You may obtain a copy of the License at
+
http://www.apache.org/licenses/LICENSE-2.0
-
+
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
implied.
-
+
See the License for the specific language governing permissions and
limitations under the License.
-->
@@ -28,17 +28,17 @@
<echo>VERSION: ${project.version}</echo>
<echo>HOME: ${dpml.home}</echo>

- <filter token="TRANSIT-PLUGIN-URI"
+ <filter token="TRANSIT-PLUGIN-URI"

value="artifact:plugin:dpml/transit/dpml-transit-plugin#${project.version}" />
- <filter token="WINDOWS-CLI-MAIN-PATH"
+ <filter token="WINDOWS-CLI-MAIN-PATH"

value="%DPML_HOME%\local\${project.version}\dpml\transit\jars\dpml-transit-main-${project.version}.jar"
/>
- <filter token="UNIX-CLI-MAIN-PATH"
-
value="$DPML_HOME\local/${project.version}/dpml/transit/jars/dpml-transit-main-${project.version}.jar"
/>
+ <filter token="UNIX-CLI-MAIN-PATH"
+
value="$DPML_HOME/local/${project.version}/dpml/transit/jars/dpml-transit-main-${project.version}.jar"
/>
<filter token="TRANSIT_VERSION" value="${project.version}"/>
- <filter token="WINDOWS-CLI-CLASSPATH"
+ <filter token="WINDOWS-CLI-CLASSPATH"

value="%DPML_HOME%\local\${project.version}\dpml\transit\jars\dpml-transit-main-${project.version}.jar"
/>
- <filter token="UNIX-CLI-CLASSPATH"
-
value="$DPML_HOME\local/${project.version}/dpml/transit/jars/dpml-transit-main-${project.version}.jar"
/>
+ <filter token="UNIX-CLI-CLASSPATH"
+
value="$DPML_HOME/local/${project.version}/dpml/transit/jars/dpml-transit-main-${project.version}.jar"
/>
</target>

<target name="setup-path" depends="init">
@@ -65,7 +65,7 @@

<target name="build" depends="standard.build">

- <pathconvert pathsep=", " property="thepath" refid="project.main.path"/>
+ <pathconvert pathsep=", " property="thepath" refid="project.main.path"/>
<echo>PATH: ${thepath}</echo>

<property name="plugins"
location="${basedir}/target/deliverables/plugins"/>



  • svn commit: r1748 - development/main/home/transit/plugin, niclas, 02/07/2005

Archive powered by MHonArc 2.6.24.

Top of Page