[Red5commits] [2372] added sourceforge to list of repositories. google code does not host spring-dao
daccattato
luke at codegent.com
Wed Oct 10 20:00:07 PDT 2007
added sourceforge to list of repositories. google code does not host spring-dao-0.2.6 but sourceforge does.
Added spring-dao-0.2.6.jar to list of dependencies
Added users.properties under adminPanel/Web-INF, since it is required during startup.
added adminPanel to buildpath so that its classpath could be found by the jvm
Timestamp: 10/10/07 21:53:59 EST (less than one hour ago)
Change: 2372
Author: daccattato
Files (see diff or trac for details):
java/server/trunk/.classpath
java/server/trunk/ivy.xml
java/server/trunk/ivyconfig.xml
java/server/trunk/webapps/adminPanel/WEB-INF/users.properties
Trac: http://mirror1.cvsdude.com/trac/osflash/red5/changeset/2372
Index: /java/server/trunk/ivyconfig.xml
===================================================================
--- /java/server/trunk/ivyconfig.xml (revision 2281)
+++ /java/server/trunk/ivyconfig.xml (revision 2372)
@@ -10,9 +10,11 @@
</chain>
<chain name="remote">
+
<url name="googlecode">
<artifact pattern="http://red5.googlecode.com/svn/trunk/repository/[artifact](-[revision]).[ext]" />
<artifact pattern="http://red5.googlecode.com/svn/trunk/repository/[organisation]/[artifact](-[revision]).[ext]" />
- </url>
- <!--
+ </url>
+
+ <!--
<url name="cvsdude">
<artifact pattern="https://svn1.cvsdude.com/osflash/red5/java/server/trunk/lib/[artifact]-[revision].[ext]" />
@@ -24,12 +26,17 @@
</url>
<ibiblio name="ibiblio" />
+
+ <url name="sourceforge">
+ <artifact pattern="https://springframework.svn.sourceforge.net/svnroot/springframework/repos/repo/org/springframework/[artifact]/[revision]/[artifact](-[revision]).[ext]" />
+ </url>
</chain>
</resolvers>
<modules>
- <module organisation="spring" name="*" resolver="googlecode"/>
+ <module organisation="spring" name="*" resolver="googlecode"/>
+ <module organisation="sf" name="*" resolver="sourceforge"/>
<module organisation="tomcat" name="*" resolver="googlecode"/>
<module organisation="jetty" name="*" resolver="googlecode"/>
<module organisation="mina" name="*" resolver="googlecode"/>
- <module organisation="jmx" name="*" resolver="googlecode"/>
+ <module organisation="jmx" name="*" resolver="googlecode"/>
<module organisation=".*" name="*" resolver="remote"/>
</modules>
Index: /java/server/trunk/.classpath
===================================================================
--- /java/server/trunk/.classpath (revision 2148)
+++ /java/server/trunk/.classpath (revision 2372)
@@ -11,4 +11,5 @@
<classpathentry excluding=".svn/*" kind="src" path="webapps/test/WEB-INF/src"/>
<classpathentry excluding=".svn/*" kind="src" path="webapps/midiDemo/WEB-INF/src"/>
+ <classpathentry kind="src" path="webapps/adminPanel/WEB-INF/src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con" path="org.jayasoft.ivyde.eclipse.cpcontainer.IVYDE_CONTAINER/ivy.xml/test,"/>
Index: /java/server/trunk/webapps/adminPanel/WEB-INF/users.properties
===================================================================
--- /java/server/trunk/webapps/adminPanel/WEB-INF/users.properties (revision 2372)
+++ /java/server/trunk/webapps/adminPanel/WEB-INF/users.properties (revision 2372)
@@ -0,0 +1,1 @@
+admin=secretpassword,ROLE_SUPERVISOR
Index: /java/server/trunk/ivy.xml
===================================================================
--- /java/server/trunk/ivy.xml (revision 2357)
+++ /java/server/trunk/ivy.xml (revision 2372)
@@ -18,4 +18,5 @@
<dependency name="naming-resources" rev="" />
<!-- Spring -->
+ <dependency org="sf" name="spring-dao" rev="2.0.6" />
<dependency org="spring" name="spring-aop" rev="2.0.6" />
<dependency org="spring" name="spring-beans" rev="2.0.6" />
Note:
Diffs are chopped if more than 25k.
This is to get past the limit on the mailing list.
More information about the Red5commits
mailing list