Update of /var/cvs/speeltuin/ernst/vpro-wizards
In directory james.mmbase.org:/tmp/cvs-serv12719/applications/vpro-wizards
Modified Files:
build.xml project.xml project.properties
build.properties.default
Removed Files:
web.fragment.xml
Log Message:
work in progress
See also: http://cvs.mmbase.org/viewcvs/speeltuin/ernst/vpro-wizards
Index: build.xml
===================================================================
RCS file: /var/cvs/speeltuin/ernst/vpro-wizards/build.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- build.xml 16 Oct 2008 13:02:38 -0000 1.7
+++ build.xml 22 Oct 2008 11:45:06 -0000 1.8
@@ -24,7 +24,11 @@
<!-- copy the web.xml fragment too-->
<target name="install" depends="buildbase.install" >
- <copy tofile="${webapp.dir}/WEB-INF/vprowizards.web.xml"
file="web.fragment.xml"/>
+ <copy tofile="${webapp.dir}/WEB-INF/vprowizards.web.xml"
file="WEB-INF/web.fragment.xml" />
+ </target>
+
+ <target name="clean" depends="buildbase.clean">
+ <delete dir="${fckeditor.destination}"/>
</target>
@@ -77,7 +81,7 @@
<param name="destdir"
value="templates/system/javascript/" />
<param name="expandedfile"
value="templates/system/javascript/CFKeditor" />
</antcall>
- <copy file="ext/fckconfig.js"
todir="templates/system/javascript/fckeditor" overwrite="true"/>
+ <copy file="ext/fckconfig.js" todir="${fckeditor.destination}"/>
<!--commons lang-->
<echo message="download commons-lang" />
Index: project.xml
===================================================================
RCS file: /var/cvs/speeltuin/ernst/vpro-wizards/project.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- project.xml 8 Oct 2008 08:28:57 -0000 1.4
+++ project.xml 22 Oct 2008 11:45:06 -0000 1.5
@@ -18,7 +18,8 @@
editors like the editwizards. The big difference is that editors
are created with jsp's using tag libraries, and 'action' java
beans for performing tasks. Action beans are provided for the
- common editing tasks.
+ common mmbase editing tasks, like creating, deleting and
updating nods and relations, as
+ well as sorting lists of related nodes.
</description>
<properties>
<type>library</type>
Index: project.properties
===================================================================
RCS file: /var/cvs/speeltuin/ernst/vpro-wizards/project.properties,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- project.properties 18 Aug 2008 19:13:05 -0000 1.1
+++ project.properties 22 Oct 2008 11:45:06 -0000 1.2
@@ -2,3 +2,9 @@
#maven.test.failure.ignore=false
#maven.test.compile.src.set=${basedir}/test
maven.test.skip=false
+fckeditor.name=FCKeditor
+fckeditor.version=2.6.3
+fckeditor.download.name=${fckeditor.name}_${fckeditor.version}.zip
+fckeditor.download.destination=${buildbase}/target/download/fckediotor.zip
+fckeditor.download.url=http://surfnet.dl.sourceforge.net/sourceforge/fckeditor/${fckeditor.download.name}
+fckeditor.expand.location=target/${pom.artifactId}/templates/system/javascript
Index: build.properties.default
===================================================================
RCS file: /var/cvs/speeltuin/ernst/vpro-wizards/build.properties.default,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- build.properties.default 16 Oct 2008 13:02:38 -0000 1.4
+++ build.properties.default 22 Oct 2008 11:45:06 -0000 1.5
@@ -44,4 +44,5 @@
fckeditor.version=2.6.3
fckeditor.file=${fckeditor.name}_${fckeditor.version}.zip
fckeditor.url=http://surfnet.dl.sourceforge.net/sourceforge/fckeditor/${fckeditor.file}
+fckeditor.destination=templates/system/javascript/fckeditor
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs