Scarab commit: svn commit: r10666 - trunk: . src/conf/classes www/repository/radeox/jars www/repository/radeox/src
Hussayn Dabbous <[email protected]>
| Newsgroups | gmane.comp.java.scarab.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: dabbous
Date: 2009-01-04 11:19:59-0800
New Revision: 10666
Added:
trunk/src/conf/classes/intermap.txt
trunk/www/repository/radeox/jars/radeox-1.1-b1.jar (contents, props changed)
trunk/www/repository/radeox/jars/radeox-api-1.1-b1.jar (contents, props changed)
trunk/www/repository/radeox/src/
trunk/www/repository/radeox/src/radeox-1.1-BETA-1-src.tar.gz (contents, props changed)
Removed:
trunk/www/repository/radeox/jars/radeox-1.0-b2.jar
Modified:
trunk/project.xml
Log:
Added support for radeox-1.1 beta.
Currently radeox is on the train to get back to live.
The radeox-repository is currently located at:
http://www.radeox.org/svn/radeox/
I have included an updated version, which implements
the Creole-1.0 standard. This version will shortly be incorporated into
radeox itself as is or with modifications (i am in contact with the owner of radeox Stephan Schmidt)
* project.xml now contains references to radeox-1.1-api.jar and radeox-1.1.jar
* a new file intermap.txt is added to the conf/classes folder. This textfile
defines which interWiki references can be used within Scarab. Documentation
about that is to be done.
* radeox-1.1-api.jar and radeox-1.1.jar have been added to the repository
* The current source code of radeox has been added to the repository as reference.
Modified: trunk/project.xml
Url: http://scarab.tigris.org/source/browse/scarab/trunk/project.xml?view=diff&pathrev=10666&r1=10665&r2=10666
==============================================================================
--- trunk/project.xml (original)
+++ trunk/project.xml 2009-01-04 11:19:59-0800
@@ -891,12 +891,21 @@
<dependency>
<groupId>radeox</groupId>
<artifactId>radeox</artifactId>
- <version>1.0-b2</version>
+ <version>1.1-b1</version>
<type>jar</type>
<properties>
<war.bundle>true</war.bundle>
</properties>
</dependency>
+ <dependency>
+ <groupId>radeox</groupId>
+ <artifactId>radeox-api</artifactId>
+ <version>1.1-b1</version>
+ <type>jar</type>
+ <properties>
+ <war.bundle>true</war.bundle>
+ </properties>
+ </dependency>
</dependencies>
<build>
Added: trunk/src/conf/classes/intermap.txt
Url: http://scarab.tigris.org/source/browse/scarab/trunk/src/conf/classes/intermap.txt?view=markup&pathrev=10666
==============================================================================
--- (empty file)
+++ trunk/src/conf/classes/intermap.txt 2009-01-04 11:19:59-0800
@@ -0,0 +1 @@
+Scarab http://www.solitone.org/wiki/Wiki.jsp?page=
\ No newline at end of file
Removed: trunk/www/repository/radeox/jars/radeox-1.0-b2.jar
Url: http://scarab.tigris.org/source/browse/scarab/trunk/www/repository/radeox/jars/radeox-1.0-b2.jar?view=markup&pathrev=10665
Added: trunk/www/repository/radeox/jars/radeox-1.1-b1.jar
Url: http://scarab.tigris.org/source/browse/scarab/trunk/www/repository/radeox/jars/radeox-1.1-b1.jar?view=markup&pathrev=10666
==============================================================================
Binary file. No diff available.
Added: trunk/www/repository/radeox/jars/radeox-api-1.1-b1.jar
Url: http://scarab.tigris.org/source/browse/scarab/trunk/www/repository/radeox/jars/radeox-api-1.1-b1.jar?view=markup&pathrev=10666
==============================================================================
Binary file. No diff available.
Added: trunk/www/repository/radeox/src/radeox-1.1-BETA-1-src.tar.gz
Url: http://scarab.tigris.org/source/browse/scarab/trunk/www/repository/radeox/src/radeox-1.1-BETA-1-src.tar.gz?view=markup&pathrev=10666
==============================================================================
Binary file. No diff available.
------------------------------------------------------
http://scarab.tigris.org/ds/viewMessage.do?dsForumId=3577&dsMessageId=1003698